Skip to content

Backport PR #17743: [stm] fix regression introduced in de2d782 #436

Backport PR #17743: [stm] fix regression introduced in de2d782

Backport PR #17743: [stm] fix regression introduced in de2d782 #436

Workflow file for this run

name: "Check conflicts"
on: [push]
# Only on push because @coqbot already takes care of checking for
# conflicts when PRs are opened or synchronized
permissions:
contents: read
jobs:
main:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: eps1lon/actions-label-merge-conflict@b8bf8341285ec9a4567d4318ba474fee998a6919
with:
dirtyLabel: "needs: rebase"
repoToken: "${{ secrets.GITHUB_TOKEN }}"