From 766578f5ee49d68a86726ce9fc1d19164bc662e0 Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Wed, 27 Nov 2024 17:02:47 +0100 Subject: [PATCH] ci: add metrics and matomo to the metrics project (#11059) ### What ci: add metrics and matomo to the metrics project - uses: actions/add-to-project@main with: project-url: https://github.com/orgs/openfoodfacts/projects/84 # Add issue to the Metrics project github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} labeled: matomo label-operator: OR --- .github/workflows/github-projects-ventilation.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/github-projects-ventilation.yml b/.github/workflows/github-projects-ventilation.yml index 05d373676a8fa..f9ac6ab125348 100644 --- a/.github/workflows/github-projects-ventilation.yml +++ b/.github/workflows/github-projects-ventilation.yml @@ -140,3 +140,9 @@ jobs: github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} labeled: 🌐 Translations, translations, i18n, Translations label-operator: OR + - uses: actions/add-to-project@main + with: + project-url: https://github.com/orgs/openfoodfacts/projects/84 # Add issue to the Metrics project + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} + labeled: matomo + label-operator: OR