Skip to content
Snippets Groups Projects
Unverified Commit e8481e67 authored by Nick Schonning's avatar Nick Schonning Committed by GitHub
Browse files

Add CI job to label PRs with merge conflicts (#22020)

parent 64bea717
No related branches found
No related tags found
No related merge requests found
name: PR Needs Rebase
on:
push:
pull_request_target:
types: [synchronize]
jobs:
label-rebase-needed:
runs-on: ubuntu-latest
steps:
- name: Check for merge conflicts
uses: eps1lon/actions-label-merge-conflict@releases/2.x
with:
dirtyLabel: 'rebase needed :construction:'
repoToken: '${{ secrets.GITHUB_TOKEN }}'
commentOnDirty: This pull request has merge conflicts that must be resolved before it can be merged.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment