Skip to content

Commit

Permalink
Update github-projects-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Nov 16, 2024
1 parent 8caafca commit 2e41414
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .github/workflows/github-projects-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ on:
pull_request:
types:
- opened
pull_request_target:
types:
- assigned
- unassigned
- labeled
- unlabeled
- opened
- edited
- closed
- reopened
- synchronize
- converted_to_draft
- ready_for_review
- locked
- unlocked
- review_requested
- review_request_removed
- auto_merge_enabled
- auto_merge_disabled
jobs:
add-to-project:
name: Add issue to project
Expand All @@ -22,5 +41,5 @@ jobs:
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,
labeled: 🌐 Translations, translations, i18n, Translations
label-operator: OR

0 comments on commit 2e41414

Please sign in to comment.