Skip to content

Commit cc3c563

Browse files
authored
Fix auto assign action (stack-auth#612)
1 parent 77997b1 commit cc3c563

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/auto-assign.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
add-reviews:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
12+
pull-requests: write
1013
steps:
1114
- uses: kentaro-m/auto-assign-action@63835bc940442c9eca8d1c8f8a2cc7fe0f45cd7b
1215
with:

0 commit comments

Comments
 (0)