build(deps): bump shogo82148/actions-upload-release-asset from 1.7.7 to 1.7.8 #2422
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 merge conflicts | |
on: | |
push: | |
branches: | |
- main | |
- release-* | |
pull_request_target: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
branches: | |
- main | |
- release-* | |
permissions: | |
contents: read | |
pull-requests: write | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check for merge conflicts | |
uses: eps1lon/actions-label-merge-conflict@v3.0.2 | |
with: | |
repoToken: ${{ secrets.GITHUB_TOKEN }} | |
dirtyLabel: merge-conflict | |
commentOnDirty: This pull request has merge conflicts that need to be resolved. |