Skip to content

Commit

Permalink
Merge pull request #475 from moevm/472_auto_label_merge_conflicts
Browse files Browse the repository at this point in the history
472 auto label merge conflicts
  • Loading branch information
zmm authored Nov 17, 2023
2 parents 9f7b7b6 + 44422b3 commit c46bda2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/label_merge_conflicts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'Check for merge conflicts'

on: [push]

jobs:
find_conflicts:
runs-on: ubuntu-20.04

steps:
- uses: mschilde/auto-label-merge-conflicts@master
with:
CONFLICT_LABEL_NAME: "has conflicts"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAX_RETRIES: 5
WAIT_MS: 5000

0 comments on commit c46bda2

Please sign in to comment.