Skip to content

Commit

Permalink
ci: improve auto-ventilation
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Nov 16, 2024
1 parent 356f9f3 commit 1492e69
Showing 1 changed file with 35 additions and 4 deletions.
39 changes: 35 additions & 4 deletions .github/workflows/github-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,42 @@ on:
issues:
types:
- opened
- edited
- deleted
- transferred
- pinned
- unpinned
- closed
- reopened
- assigned
- unassigned
- labeled
pull_request:
- unlabeled
- locked
- unlocked
- milestoned
- demilestoned

pull_request_target:
types:
- opened
- edited
- 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-design-project:
name: Add issues to the 🎨 openfoodfacts-design or 📚 documentation project
Expand Down Expand Up @@ -120,5 +151,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, translations
labeled: 🌐 Translations, translations, i18n, Translations
label-operator: OR

0 comments on commit 1492e69

Please sign in to comment.