Skip to content

Commit

Permalink
Merge pull request #10363 from pradyunsg/merge-conflict-autolabeling
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg authored Aug 15, 2021
2 parents f5c4a09 + eb700d7 commit b538f56
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/label-merge-conflicts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Autolabel merge conflicts

on:
push:
branches: [main]

jobs:
label-merge-conflicts:
runs-on: ubuntu-latest
steps:
- uses: pradyunsg/auto-label-merge-conflicts@v3
with:
CONFLICT_LABEL_NAME: "needs rebase or merge"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b538f56

Please sign in to comment.