From 894a2dd16463230214c2396b60cca98d75065607 Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Wed, 4 Sep 2024 11:00:50 +0200 Subject: [PATCH] ci: Create github-projects.yml --- .github/workflows/github-projects.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/github-projects.yml diff --git a/.github/workflows/github-projects.yml b/.github/workflows/github-projects.yml new file mode 100644 index 0000000..96ef031 --- /dev/null +++ b/.github/workflows/github-projects.yml @@ -0,0 +1,12 @@ + - uses: actions/add-to-project@main + with: + project-url: https://github.com/orgs/openfoodfacts/projects/132 # Add issue to the Top upvoted issues board + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} + labeled: ⭐ top issue, 👍 Top 10 Issue! + label-operator: OR + - uses: actions/add-to-project@main + with: + project-url: https://github.com/orgs/openfoodfacts/projects/57 # Add issue to the Most impactful issues board + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} + labeled: 🎯 P0, 🎯 P1 + label-operator: OR