File tree Expand file tree Collapse file tree 3 files changed +1
-14
lines changed Expand file tree Collapse file tree 3 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 12
12
cancel-in-progress : true
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - name : Update integrated status
16
- shell : bash
17
- run : |
18
- curl -L -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{github.token}}" -H "X-GitHub-Api-Version: 2022-11-28" \
19
- https://api.github.com/repos/${{github.repository}}/statuses/${{github.event.pull_request.head.sha}} \
20
- -d '{"state":"pending","description":"Waiting for relevant checks to complete","context":"checks_integrated"}'
21
15
- name : Checkout
22
16
uses : actions/checkout@v3
23
17
with :
27
21
with :
28
22
revision : " pr-${{ github.event.pull_request.number }}-${{ github.event.pull_request.head.sha }}"
29
23
src-root : " ./ydb/docs"
30
- - name : Update integrated status
31
- shell : bash
32
- run : |
33
- curl -L -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{github.token}}" -H "X-GitHub-Api-Version: 2022-11-28" \
34
- https://api.github.com/repos/${{github.repository}}/statuses/${{github.event.pull_request.head.sha}} \
35
- -d '{"state":"success","description":"All checks completed","context":"checks_integrated"}'
Original file line number Diff line number Diff line change 6
6
- ' stable-*'
7
7
- ' stream-nb-*'
8
8
- ' *-stable-*'
9
- paths-ignore :
10
- - ' ydb/docs/**'
11
9
types :
12
10
- ' opened'
13
11
- ' synchronize'
Original file line number Diff line number Diff line change 1
1
RECURSE(
2
2
apps
3
+ docs
3
4
core
4
5
library
5
6
mvp
You can’t perform that action at this time.
0 commit comments