Skip to content

Commit 60a489a

Browse files
Merge pull request #390 from technote-space/chore/chore-sync-workflows
chore: sync workflows
2 parents 406f214 + a3025f9 commit 60a489a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflow-settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
"Using version",
2626
"ci-helper",
2727
"tests/bootstrap.php"
28-
]
28+
],
29+
"CHANGE_TEMPLATE": "- [ ] ${TITLE} (#${NUMBER}) @${AUTHOR}"
2930
}

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
on: push
22

3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.ref }}
5+
36
name: CI
47

58
jobs:
@@ -10,9 +13,6 @@ jobs:
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

.github/workflows/pr-updated.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
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

0 commit comments

Comments
 (0)