basil00/divert 8bda0aff7b4a71dc1a3b6ad784aa42c3026e92e9 #43672
Workflow file for this run
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 for conflicts" | |
on: | |
push: | |
branches: | |
- main | |
pull_request_target: | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
steps: | |
- name: check if PRs have conflicts | |
uses: eps1lon/actions-label-merge-conflict@v3 | |
with: | |
dirtyLabel: "merge conflict" | |
repoToken: "${{ secrets.GITHUB_TOKEN }}" | |
retryAfter: 10 | |
commentOnClean: | | |
@${{github.actor}} | |
Conflicts have been resolved. :thumbsup: |