Skip to content

Commit 5ba3a59

Browse files
committed
fix
1 parent 0078f00 commit 5ba3a59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

.github/workflows/pr_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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

0 commit comments

Comments
 (0)