We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42bcfb8 commit 9b1bff4Copy full SHA for 9b1bff4
1 file changed
.github/workflows/pr_title.yml
@@ -4,6 +4,11 @@ on:
4
pull_request_target:
5
types: [opened, edited, synchronize, reopened]
6
7
+# Most recent PR change supersedes previous changes.
8
+concurrency:
9
+ group: ${{ github.workflow }}-${{ github.ref }}
10
+ cancel-in-progress: true
11
+
12
# Default to the minimum read-only token for all jobs.
13
permissions:
14
contents: read
0 commit comments