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 2525 " Using version" ,
2626 " ci-helper" ,
2727 " tests/bootstrap.php"
28- ]
28+ ],
29+ "CHANGE_TEMPLATE" : " - [ ] ${TITLE} (#${NUMBER}) @${AUTHOR}"
2930}
Original file line number Diff line number Diff line change 11on : push
22
3+ concurrency :
4+ group : ${{ github.workflow }}-${{ github.ref }}
5+
36name : CI
47
58jobs :
1013 env :
1114 LINT : 1
1215 steps :
13- - uses : technote-space/auto-cancel-redundant-workflow@v1
14- with :
15- EXCLUDE_MERGED : ' true'
1616 - name : Set running flag
1717 run : echo "RUNNING=1" >> $GITHUB_ENV
1818 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 3232 TITLE : ${{ env.PR_BODY_TITLE }}
3333 LINK_ISSUE_KEYWORD : ${{ (startsWith(github.head_ref, 'release/') && 'closes') || '' }}
3434 FILTER_PR : true
35+ CHANGE_TEMPLATE : ${{ env.CHANGE_TEMPLATE }}
3536
3637 manageRelease :
3738 name : Manage release
You can’t perform that action at this time.
0 commit comments