Try to get correct types for declare_object #1168
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}" |