Skip to content

Commit 65f5ed2

Browse files
committed
Fix permissions for assign PR action.
1 parent 4b60a0d commit 65f5ed2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/assign-pr.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: 'Auto Assign PR'
22

3-
on:
4-
pull_request:
3+
on: pull_request_target
54

65
jobs:
76
add-reviews:
87
runs-on: ubuntu-latest
98
steps:
10-
- uses: kentaro-m/[email protected].2
9+
- uses: kentaro-m/[email protected].1
1110
with:
1211
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)