From 8632177499eb3f55f149f2da8f8b1b27bfde4436 Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Wed, 4 Sep 2024 09:06:46 +0200 Subject: [PATCH] ci: Update github-projects.yml --- .github/workflows/github-projects.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-projects.yml b/.github/workflows/github-projects.yml index 964d44e5..c2a17bc3 100644 --- a/.github/workflows/github-projects.yml +++ b/.github/workflows/github-projects.yml @@ -7,7 +7,7 @@ on: jobs: add-to-design-project: - name: Add issues to the 🎨 openfoodfacts-design or 📚 documentation project + name: Add issues to the 🎨 openfoodfacts-design or 📚 Documentation project runs-on: ubuntu-latest steps: - uses: actions/add-to-project@main @@ -20,7 +20,7 @@ jobs: with: project-url: https://github.com/orgs/openfoodfacts/projects/25 # Add issue to the documentation project github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} - labeled: 📚 documentation + labeled: 📚 Documentation label-operator: OR - uses: actions/add-to-project@main with: