We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61c1b2e + 49c9136 commit 39cd827Copy full SHA for 39cd827
.github/workflows/munge-pr.yml
@@ -88,6 +88,14 @@ jobs:
88
name: Apply Labels
89
runs-on: ubuntu-latest
90
needs: gather
91
+ permissions:
92
+ contents: read
93
+ pull-requests: write
94
+ # "issues: write" is now needed to create new labels
95
+ # https://github.com/orgs/community/discussions/156181
96
+ # but documentation still shows that pull-requests write should be enough 😓
97
+ # https://docs.github.com/en/rest/issues/labels?apiVersion=2022-11-28#create-a-label
98
+ issues: write
99
if: fromJSON(needs.gather.outputs.images).imagesAndExternalPinsCount > 0
100
steps:
101
- name: Apply Labels
0 commit comments