aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/check-conflicts.yml
blob: 33ed9444887cc878ebda11e577fd1079b3552316 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: "Check conflicts"
on: [push]
# Only on push because @coqbot already takes care of checking for
# conflicts when PRs are opened or synchronized

jobs:
  main:
    runs-on: ubuntu-latest
    steps:
      - uses: eps1lon/actions-label-merge-conflict@b8bf8341285ec9a4567d4318ba474fee998a6919
        with:
          dirtyLabel: "needs: rebase"
          repoToken: "${{ secrets.GITHUB_TOKEN }}"