File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,30 +3,30 @@ name: Auto Assign Reviewer
33on :
44 pull_request_target :
55 types : [opened, ready_for_review]
6- workflow_dispatch : {}
7-
8- permissions :
9- pull-requests : write
10- contents : read
116
127jobs :
138 assign-reviewer :
149 runs-on : ubuntu-latest
15-
10+ permissions :
11+ pull-requests : write
12+ contents : read
13+ issues : write
14+ read:org : read
15+
1616 steps :
1717 - name : Checkout code
1818 uses : actions/checkout@v4
19-
19+
2020 - name : Setup Python
2121 uses : actions/setup-python@v4
2222 with :
2323 python-version : ' 3.11'
24-
24+
2525 - name : Install dependencies
2626 run : |
2727 python -m pip install --upgrade pip
2828 pip install pyyaml
29-
29+
3030 - name : Assign reviewer
3131 env :
3232 PR_NUMBER : ${{ github.event.pull_request.number }}
You can’t perform that action at this time.
0 commit comments