File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 25
25
" Using version" ,
26
26
" ci-helper" ,
27
27
" tests/bootstrap.php"
28
- ]
28
+ ],
29
+ "CHANGE_TEMPLATE" : " - [ ] ${TITLE} (#${NUMBER}) @${AUTHOR}"
29
30
}
Original file line number Diff line number Diff line change 1
1
on : push
2
2
3
+ concurrency :
4
+ group : ${{ github.workflow }}-${{ github.ref }}
5
+
3
6
name : CI
4
7
5
8
jobs :
10
13
env :
11
14
LINT : 1
12
15
steps :
13
- - uses : technote-space/auto-cancel-redundant-workflow@v1
14
- with :
15
- EXCLUDE_MERGED : ' true'
16
16
- name : Set running flag
17
17
run : echo "RUNNING=1" >> $GITHUB_ENV
18
18
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 32
32
TITLE : ${{ env.PR_BODY_TITLE }}
33
33
LINK_ISSUE_KEYWORD : ${{ (startsWith(github.head_ref, 'release/') && 'closes') || '' }}
34
34
FILTER_PR : true
35
+ CHANGE_TEMPLATE : ${{ env.CHANGE_TEMPLATE }}
35
36
36
37
manageRelease :
37
38
name : Manage release
You can’t perform that action at this time.
0 commit comments