Skip to content

Commit

Permalink
ci: Update github-projects-pr.yml (#5865)
Browse files Browse the repository at this point in the history
* ci: Update github-projects-pr.yml

* Update github-projects-pr.yml
  • Loading branch information
teolemon authored Nov 16, 2024
1 parent 93451cf commit 118cb8f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/github-projects-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Add PRs to the Release Smoothie GitHub Project
name: Add PRs to the relevant GitHub Projects

on:
- pull_request_target
Expand All @@ -20,3 +20,9 @@ jobs:
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: autorelease:\pending
label-operator: OR
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/openfoodfacts/projects/136 # Add issue to the Translations project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: 🌐 Translations, translations, i18n, Translations
label-operator: OR

0 comments on commit 118cb8f

Please sign in to comment.