From a6ddf257960c1733db5b4108ef572e38f16b9c5e Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Tue, 26 Nov 2024 10:51:21 +0100 Subject: [PATCH] ci: add metrics and matomo to the metrics project --- .github/workflows/github-projects.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/github-projects.yml b/.github/workflows/github-projects.yml index c02570d76c7..30c6f77a43c 100644 --- a/.github/workflows/github-projects.yml +++ b/.github/workflows/github-projects.yml @@ -153,3 +153,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