-
-
Notifications
You must be signed in to change notification settings - Fork 151
165 lines (161 loc) · 7.77 KB
/
Copy pathgithub-projects.yml
File metadata and controls
165 lines (161 loc) · 7.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
name: '📋 GitHub Projects Automation'
permissions:
contents: read
issues: write
on:
issues:
types:
- opened
- edited
- deleted
- transferred
- pinned
- unpinned
- closed
- reopened
- assigned
- unassigned
- labeled
- unlabeled
- locked
- unlocked
- milestoned
- demilestoned
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-design-project:
name: 'Add to relevant projects'
runs-on: ubuntu-slim
steps:
- uses: actions/add-to-project@ee3e3798a70343fff4af3d323dabfb3888e7ac77 # ratchet:actions/add-to-project@main
with:
project-url: https://github.com/orgs/openfoodfacts/projects/11
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: 🎨 Mockups available, 🎨 Mockup required
label-operator: OR
- uses: actions/add-to-project@ee3e3798a70343fff4af3d323dabfb3888e7ac77 # ratchet:actions/add-to-project@main
with:
project-url: https://github.com/orgs/openfoodfacts/projects/36 # Add issue to the open pet food facts project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: 🐾 Open Pet Food Facts
label-operator: OR
- uses: actions/add-to-project@ee3e3798a70343fff4af3d323dabfb3888e7ac77 # ratchet:actions/add-to-project@main
with:
project-url: https://github.com/orgs/openfoodfacts/projects/43 # Add issue to the open products facts project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: 📸 Open Products Facts
label-operator: OR
- uses: actions/add-to-project@ee3e3798a70343fff4af3d323dabfb3888e7ac77 # ratchet:actions/add-to-project@main
with:
project-url: https://github.com/orgs/openfoodfacts/projects/37 # Add issue to the open beauty facts project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: 🧴 Open Beauty Facts
label-operator: OR
- uses: actions/add-to-project@ee3e3798a70343fff4af3d323dabfb3888e7ac77 # ratchet:actions/add-to-project@main
with:
project-url: https://github.com/orgs/openfoodfacts/projects/4 # Add issue to the packaging project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: 📦 Packaging
label-operator: OR
- uses: actions/add-to-project@ee3e3798a70343fff4af3d323dabfb3888e7ac77 # ratchet:actions/add-to-project@main
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
label-operator: OR
- uses: actions/add-to-project@ee3e3798a70343fff4af3d323dabfb3888e7ac77 # ratchet:actions/add-to-project@main
with:
project-url: https://github.com/orgs/openfoodfacts/projects/5 # Add issue to the folksonomy project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: 🏷️ Folksonomy Engine
label-operator: OR
- uses: actions/add-to-project@ee3e3798a70343fff4af3d323dabfb3888e7ac77 # ratchet:actions/add-to-project@main
with:
project-url: https://github.com/orgs/openfoodfacts/projects/44 # Add issue to the data quality project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: 🧽 Data quality
label-operator: OR
- uses: actions/add-to-project@ee3e3798a70343fff4af3d323dabfb3888e7ac77 # ratchet:actions/add-to-project@main
with:
project-url: https://github.com/orgs/openfoodfacts/projects/82 # Add issue to the search project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: 🔎 Search
label-operator: OR
- uses: actions/add-to-project@ee3e3798a70343fff4af3d323dabfb3888e7ac77 # ratchet:actions/add-to-project@main
with:
project-url: https://github.com/orgs/openfoodfacts/projects/41 # Add issue to the producer platform project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: 🏭 Producers Platform
label-operator: OR
- uses: actions/add-to-project@ee3e3798a70343fff4af3d323dabfb3888e7ac77 # ratchet:actions/add-to-project@main
with:
project-url: https://github.com/orgs/openfoodfacts/projects/19 # Add issue to the infrastructure project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: infrastructure
label-operator: OR
- uses: actions/add-to-project@ee3e3798a70343fff4af3d323dabfb3888e7ac77 # ratchet:actions/add-to-project@main
with:
project-url: https://github.com/orgs/openfoodfacts/projects/92 # Add issue to the Nutri-Score project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: 🚦 Nutri-Score
label-operator: OR
- uses: actions/add-to-project@ee3e3798a70343fff4af3d323dabfb3888e7ac77 # ratchet:actions/add-to-project@main
with:
project-url: https://github.com/orgs/openfoodfacts/projects/132 # Add issue to the Top upvoted issues board
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: ⭐ top issue, 👍 Top 10 Issue!
label-operator: OR
- uses: actions/add-to-project@ee3e3798a70343fff4af3d323dabfb3888e7ac77 # ratchet:actions/add-to-project@main
with:
project-url: https://github.com/orgs/openfoodfacts/projects/57 # Add issue to the Most impactful issues board
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: 🎯 P0, 🎯 P1
label-operator: OR
- uses: actions/add-to-project@ee3e3798a70343fff4af3d323dabfb3888e7ac77 # ratchet:actions/add-to-project@main
with:
project-url: https://github.com/orgs/openfoodfacts/projects/105 # Add issue to the Prices project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: 💸 Prices
label-operator: OR
- uses: actions/add-to-project@ee3e3798a70343fff4af3d323dabfb3888e7ac77 # ratchet: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
- uses: actions/add-to-project@ee3e3798a70343fff4af3d323dabfb3888e7ac77 # ratchet:actions/add-to-project@main
with:
project-url: https://github.com/orgs/openfoodfacts/projects/140 # Add issue to the Translations project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: blocked on openfoodfacts-webcomponents
label-operator: OR
- uses: actions/add-to-project@ee3e3798a70343fff4af3d323dabfb3888e7ac77 # ratchet:actions/add-to-project@main
with:
project-url: https://github.com/orgs/openfoodfacts/projects/133 # Add issue to the Release overview project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: 'autorelease: pending'
label-operator: OR
- uses: actions/add-to-project@ee3e3798a70343fff4af3d323dabfb3888e7ac77 # ratchet:actions/add-to-project@main
with:
project-url: https://github.com/orgs/openfoodfacts/projects/16 # Add issue to the Artificial Intelligence project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: '🤖 Robotoff'
label-operator: OR