Skip to content

Commit ef5740b

Browse files
committed
fixed PR assignment right for github action
1 parent 81666fb commit ef5740b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/auto-assign-issues.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
types: [opened]
55
pull_request:
66
types: [opened]
7+
permissions:
8+
pull-requests: write
79
jobs:
810
run:
911
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)