Skip to content

Commit 297e9ec

Browse files
Merge pull request #3292 from gophercloud/bp-v2-b186b47
[v2] Add permissions to the label-issue workflow
2 parents 09d02a2 + d59f037 commit 297e9ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/label-issue.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
permissions:
1313
issues: write
14+
pull-requests: write
1415
steps:
1516
- run: gh issue edit "$NUMBER" --remove-label "needinfo"
1617
env:

0 commit comments

Comments
 (0)