Merge pull request #2227 from SkyCryptWebsite/development #2582
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: "Mark Conflicts" | |
on: | |
push: | |
pull_request_target: | |
types: [synchronize] | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check for PR conflicts | |
uses: eps1lon/actions-label-merge-conflict@releases/2.x | |
with: | |
dirtyLabel: "has conflicts" | |
repoToken: "${{ secrets.GITHUB_TOKEN }}" |