File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1- name : Style Guide Checker
1+ name : Style Guide Comment Trigger
22on :
3+ issues :
4+ types : [opened, edited]
35 issue_comment :
46 types : [created]
57
68jobs :
7- review :
8- if : contains(github.event.comment.body, '@quantecon -style-guide ')
9+ check-trigger :
10+ if : contains(github.event.comment.body, '@qe -style-checker ')
911 runs-on : ubuntu-latest
10- permissions :
11- contents : write
12- pull-requests : write
13- issues : read
1412 steps :
15- - uses : QuantEcon/action-style-guide@v0.2
13+ - uses : QuantEcon/action-style-guide@v0.3
1614 with :
1715 mode : ' single'
16+ lectures-path : ' lectures/'
1817 anthropic-api-key : ${{ secrets.ANTHROPIC_API_KEY }}
1918 github-token : ${{ secrets.GITHUB_TOKEN }}
20- comment-body : ${{ github.event.comment.body }}
19+ comment-body : ${{ github.event.comment.body || github.event.issue.body }}
You can’t perform that action at this time.
0 commit comments