Skip to content

Commit

Permalink
ci: add name and concurrency to the Merge Conflict script (#8870)
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Aug 17, 2023
1 parent b8ed4a0 commit ca51a63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/merge-conflict-autolabel.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: 'Auto-Label Merge Conflicts on PRs'
on:
push:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
triage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ca51a63

Please sign in to comment.