File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 6
6
types :
7
7
- closed
8
8
jobs :
9
- wait-for-status-checks :
10
- name : Wait for status checks
11
- runs-on : ubuntu-latest
12
- steps :
13
- - uses : actions/checkout@v1
14
- - run : sleep 13
15
- - name : ' Wait for status checks'
16
- id : waitforstatuschecks
17
- uses : " WyriHaximus/github-action-wait-for-status@master"
18
- with :
19
- ignoreActions : " Wait for status checks"
20
- checkInterval : 5
21
- env :
22
- GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
23
- - id : generate-version-strategy
24
- if : steps.waitforstatuschecks.outputs.status != 'success'
25
- name : Fail
26
- run : exit 1
27
9
generate-changelog :
28
10
name : Generate Changelog
29
- needs :
30
- - wait-for-status-checks
31
11
runs-on : ubuntu-latest
32
12
outputs :
33
13
changelog : ${{ steps.changelog.outputs.changelog }}
You can’t perform that action at this time.
0 commit comments