File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,21 @@ jobs:
1414 label-chromium :
1515 runs-on : ubuntu-latest
1616 if : " contains(env.BODY, 'browser: Chrome') || contains(env.BODY, 'browser: Edge')"
17- permissions : write
17+ permissions :
18+ issues : write
1819 steps :
1920 - run : gh issue edit "$NUMBER" --add-label "Chromium"
2021 label-firefox :
2122 runs-on : ubuntu-latest
2223 if : " contains(env.BODY, 'browser: Firefox')"
23- permissions : write
24+ permissions :
25+ issues : write
2426 steps :
2527 - run : gh issue edit "$NUMBER" --add-label "Firefox"
2628 label-safari :
2729 runs-on : ubuntu-latest
2830 if : " contains(env.BODY, 'browser: Safari')"
29- permissions : write
31+ permissions :
32+ issues : write
3033 steps :
3134 - run : gh issue edit "$NUMBER" --add-label "Safari"
You can’t perform that action at this time.
0 commit comments