We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234de8c commit d62ed2bCopy full SHA for d62ed2b
2 files changed
‎.github/workflows/auto-merge.yml‎
@@ -18,9 +18,9 @@ permissions:
18
contents: write
19
checks: read
20
21
-# concurrency:
22
-# group: auto-merge-${{ github.event.pull_request.number || github.ref }}
23
-# cancel-in-progress: true
+concurrency:
+ group: auto-merge-${{ github.event.pull_request.number || github.ref }}
+ cancel-in-progress: true
24
25
jobs:
26
automerge:
‎.github/workflows/ci-semantic-release-sync.yml‎
@@ -59,7 +59,7 @@ jobs:
59
# persist-credentials: false
60
# ref: ${{ github.event.inputs.checkoutRef }}
61
- name: Setup (CI & Build) and Test Package
62
- uses: variablesoftware/github-actions-setup-and-test@main
+ uses: variablesoftware/github-actions-node-setup-and-test@main
63
# uses: ./.github/actions/setup-and-test
64
65
release:
0 commit comments