Skip to content

upstream merge 15/11 #2

upstream merge 15/11

upstream merge 15/11 #2

name: Check Merge Conflicts
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- ready_for_review
jobs:
Label:
if: ( github.event.pull_request.draft == false ) && ( github.actor != 'PJBot' ) && ( github.actor != 'DeltaV-Bot' )
runs-on: ubuntu-latest
steps:
- name: Check for Merge Conflicts
uses: eps1lon/[email protected]
with:
<<<<<<< HEAD:.github/workflows/conflict-labeler.yml

Check failure on line 19 in .github/workflows/labeler-conflict.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/labeler-conflict.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
dirtyLabel: "Status: Merge Conflict"
=======
dirtyLabel: "S: Merge Conflict"
>>>>>>> 75ec546550 (Update Label workflows to use new labels (#33310)):.github/workflows/labeler-conflict.yml
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate the pull request."