Skip to content

Commit f3a47d2

Browse files
authored
Update auto-assign-reviewers.yml
1 parent 602c5d8 commit f3a47d2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# 2025-01-21 kurisaW Initial version
99
#
1010

11-
# Script Function Description: Assign PR reviews based on the MAINTAINERS list.asdasasddasdasdads
11+
# Script Function Description: Assign PR reviews based on the MAINTAINERS list.asdasasddasdasdadsass
1212

1313
name: Auto Review Assistant
1414

@@ -25,11 +25,13 @@ jobs:
2525
permissions:
2626
issues: write
2727
pull-requests: write
28-
contents: read
28+
contents: write
29+
discussions: write
2930
steps:
3031
- name: Checkout code
3132
uses: actions/checkout@v3
32-
33+
with:
34+
github_token: ${{ secrets.ACTION_TOKEN_AUTO_REVIEW2 }}
3335
- name: Get changed files
3436
id: changed_files
3537
# uses: tj-actions/changed-files@v45

0 commit comments

Comments
 (0)