File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717 run : |
1818 curl -L -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{github.token}}" -H "X-GitHub-Api-Version: 2022-11-28" \
1919 https://api.github.com/repos/${{github.repository}}/statuses/${{github.event.pull_request.head.sha}} \
20- -d '{"state":"pending","description":"Pending required checks to complete","context":"checks_integrated"}'
20+ -d '{"state":"pending","description":"Waiting for relevant checks to complete","context":"checks_integrated"}'
2121 - name : Checkout
2222 uses : actions/checkout@v3
2323 - name : Build
Original file line number Diff line number Diff line change 2929 run : |
3030 curl -L -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{github.token}}" -H "X-GitHub-Api-Version: 2022-11-28" \
3131 https://api.github.com/repos/${{github.repository}}/statuses/${{github.event.pull_request.head.sha}} \
32- -d '{"state":"pending","description":"Pending required checks to complete","context":"checks_integrated"}'
32+ -d '{"state":"pending","description":"Waiting for relevant checks to complete","context":"checks_integrated"}'
3333
3434 - name : Check if running tests is allowed
3535 id : check-ownership-membership
You can’t perform that action at this time.
0 commit comments