diff --git a/.github/workflows/github-projects-pr.yml b/.github/workflows/github-projects-pr.yml index fece24899ed..a3cecbfa59d 100644 --- a/.github/workflows/github-projects-pr.yml +++ b/.github/workflows/github-projects-pr.yml @@ -16,7 +16,7 @@ jobs: label-operator: AND - uses: actions/add-to-project@main with: - project-url: https://github.com/orgs/openfoodfacts/projects/133 # Add issue to the Release Overview project + project-url: https://github.com/orgs/openfoodfacts/projects/133 # Add issue to the Releases project github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} - labeled: "autorelease: pending" - label-operator: OR + labeled: autorelease:\pending + label-operator: OR