From fc662b327ac7676ca24d8ab9205e8f128174b3db Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Wed, 16 Aug 2023 18:22:09 +0200 Subject: [PATCH] ci: add name and concurrency to the Merge Conflict script --- .github/workflows/merge-conflict-autolabel.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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