diff --git a/.github/workflows/label-merge-conflicts.yml b/.github/workflows/label-merge-conflicts.yml new file mode 100644 index 00000000000..6b98464e441 --- /dev/null +++ b/.github/workflows/label-merge-conflicts.yml @@ -0,0 +1,14 @@ +name: Autolabel merge conflicts + +on: + push: + branches: [main] + +jobs: + label-merge-conflicts: + runs-on: ubuntu-latest + steps: + - uses: pradyunsg/auto-label-merge-conflicts@v3 + with: + CONFLICT_LABEL_NAME: "needs rebase or merge" + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}