Skip to content

Commit ccffc5e

Browse files
authored
Merge pull request #3570 from InsightSoftwareConsortium/label-pr-permissions
BUG: Add GitHub Action permissions for the labeller
2 parents 75d3dd1 + b3d153d commit ccffc5e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/label-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
jobs:
77
build:
88
runs-on: ubuntu-latest
9+
permissions:
10+
pull-requests: write
911

1012
steps:
1113
- uses: srvaroa/labeler@v0.8

0 commit comments

Comments
 (0)