more tests #912
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: Auto Label Conflicts | |
on: | |
pull_request_target: | |
# So that PRs touching the same files as the push are updated | |
push: | |
permissions: | |
issues: write | |
pull-requests: write | |
jobs: | |
auto-label-conflicts: | |
runs-on: ubuntu-latest | |
steps: | |
- name: conflict | |
uses: "eps1lon/[email protected]" | |
with: | |
dirtyLabel: "conflict" | |
repoToken: ${{ github.token }} | |
commentOnDirty: | | |
:wave: Hi, I detected conflicts against the base branch :speak_no_evil: | |
You'll want to sync :arrows_counterclockwise: your branch with upstream! |