diff --git a/.github/workflows/merge-conflict-autolabel.yml b/.github/workflows/merge-conflict-autolabel.yml index db8452dbbfee2..93c8c73bec3b3 100644 --- a/.github/workflows/merge-conflict-autolabel.yml +++ b/.github/workflows/merge-conflict-autolabel.yml @@ -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