We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602c5d8 commit f3a47d2Copy full SHA for f3a47d2
.github/workflows/auto-assign-reviewers.yml
@@ -8,7 +8,7 @@
8
# 2025-01-21 kurisaW Initial version
9
#
10
11
-# Script Function Description: Assign PR reviews based on the MAINTAINERS list.asdasasddasdasdads
+# Script Function Description: Assign PR reviews based on the MAINTAINERS list.asdasasddasdasdadsass
12
13
name: Auto Review Assistant
14
@@ -25,11 +25,13 @@ jobs:
25
permissions:
26
issues: write
27
pull-requests: write
28
- contents: read
+ contents: write
29
+ discussions: write
30
steps:
31
- name: Checkout code
32
uses: actions/checkout@v3
-
33
+ with:
34
+ github_token: ${{ secrets.ACTION_TOKEN_AUTO_REVIEW2 }}
35
- name: Get changed files
36
id: changed_files
37
# uses: tj-actions/changed-files@v45
0 commit comments