Skip to content

Commit

Permalink
ci: add metrics and matomo to the metrics project (#11059)
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
teolemon authored Nov 27, 2024
1 parent a6db9a4 commit 766578f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/github-projects-ventilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 766578f

Please sign in to comment.