File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828
2929 - name : Post Comment
3030 if : steps.checkbox01.outcome == 'success'
31- uses : actions/github-script@v6.3.3
31+ uses : actions/github-script@v6.4.0
3232 env :
3333 MESSAGE : |
3434 ## 概要
Original file line number Diff line number Diff line change 1414 CONTEXT : ${{ toJSON(github.event) }}
1515
1616 - name : post comment
17- uses : actions/github-script@v6.3.3
17+ uses : actions/github-script@v6.4.0
1818 env :
1919 MESSAGE : |
2020 @${{ github.event.assignee.login }} issue に assign されました
Original file line number Diff line number Diff line change 99 if : github.event.label.name == 'triage/review'
1010 steps :
1111 - name : Post Comment
12- uses : actions/github-script@v6.3.3
12+ uses : actions/github-script@v6.4.0
1313 env :
1414 MESSAGE : |
1515 `triage/review` ラベルでレビューがリクエストされました
Original file line number Diff line number Diff line change 1010 if : github.event.project_card.column_id == '17292314'
1111 steps :
1212 - name : Add labels
13- uses : actions/github-script@v6.3.3
13+ uses : actions/github-script@v6.4.0
1414 with :
1515 github-token : ${{secrets.MY_GITHUB_TOKEN}}
1616 script : |
You can’t perform that action at this time.
0 commit comments