Commit 11c0dc3 1 parent 7b925c3 commit 11c0dc3 Copy full SHA for 11c0dc3
File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 22
22
- name : Setup Automation Script
23
23
working-directory : ./llvm/utils/git/
24
24
run : |
25
- chmod a+x github-automation.py
26
25
pip install -r requirements.txt
27
26
28
27
- name : Update watchers
31
30
env :
32
31
LABEL_NAME : ${{ github.event.label.name }}
33
32
run : |
34
- ./github-automation.py \
33
+ python3 ./github-automation.py \
35
34
--token '${{ secrets.ISSUE_SUBSCRIBER_TOKEN }}' \
36
35
issue-subscriber \
37
36
--issue-number '${{ github.event.issue.number }}' \
Original file line number Diff line number Diff line change @@ -43,13 +43,12 @@ jobs:
43
43
- name : Setup Automation Script
44
44
working-directory : ./llvm/utils/git/
45
45
run : |
46
- chmod a+x github-automation.py
47
46
pip install -r requirements.txt
48
47
49
48
- name : Greet Author
50
49
working-directory : ./llvm/utils/git/
51
50
run : |
52
- ./github-automation.py \
51
+ python3 ./github-automation.py \
53
52
--token '${{ secrets.GITHUB_TOKEN }}' \
54
53
pr-greeter \
55
54
--issue-number "${{ github.event.pull_request.number }}"
Original file line number Diff line number Diff line change @@ -22,13 +22,12 @@ jobs:
22
22
- name : Setup Automation Script
23
23
working-directory : ./llvm/utils/git/
24
24
run : |
25
- chmod a+x github-automation.py
26
25
pip install -r requirements.txt
27
26
28
27
- name : Update watchers
29
28
working-directory : ./llvm/utils/git/
30
29
run : |
31
- ./github-automation.py \
30
+ python3 ./github-automation.py \
32
31
--token '${{ secrets.ISSUE_SUBSCRIBER_TOKEN }}' \
33
32
pr-subscriber \
34
33
--issue-number "${{ github.event.number }}" \
You can’t perform that action at this time.
0 commit comments