Skip to content

Commit 8917cbb

Browse files
authored
Update auto-assign PR workflow with permissions
Add permissions for issues to auto-assign PRs
1 parent 4245b11 commit 8917cbb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/auto-assign-pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
types: [opened]
66

7+
permissions:
8+
issues: write
9+
710
jobs:
811
assign:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)