File tree 1 file changed +13
-16
lines changed
1 file changed +13
-16
lines changed Original file line number Diff line number Diff line change @@ -11,25 +11,22 @@ permissions:
11
11
jobs :
12
12
route :
13
13
runs-on : ubuntu-latest
14
- if : >
15
- contains(
16
- [
17
- 'team:Obs',
18
- 'team:Security',
19
- 'team:Platform',
20
- 'team:DocsEng',
21
- 'team:Projects'
22
- ],
23
- github.event.label.name
24
- )
14
+ if : |
15
+ github.event.label.name == 'team:DocsEng' ||
16
+ github.event.label.name == 'team:Obs' ||
17
+ github.event.label.name == 'team:Platform' ||
18
+ github.event.label.name == 'team:Projects' ||
19
+ github.event.label.name == 'team:Search' ||
20
+ github.event.label.name == 'team:Security'
25
21
env :
26
22
PROJECT_ID_MAP : |
27
23
{
28
- "team:Obs": "649",
29
- "team:Security": "1034",
30
- "team:Platform": "1232",
31
- "team:DocsEng": "1625",
32
- "team:Projects": "1415"
24
+ "team:DocsEng": "1625",
25
+ "team:Obs": "649",
26
+ "team:Platform": "1232",
27
+ "team:Projects": "1415",
28
+ "team:Search": "726",
29
+ "team:Security": "1034"
33
30
}
34
31
steps :
35
32
- name : Remove needs-team label
You can’t perform that action at this time.
0 commit comments