aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/merge-conflicts.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/merge-conflicts.yml')
-rw-r--r--.github/workflows/merge-conflicts.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/workflows/merge-conflicts.yml b/.github/workflows/merge-conflicts.yml
deleted file mode 100644
index 1b04eab467..0000000000
--- a/.github/workflows/merge-conflicts.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-name: 'Merge Conflicts'
-
-on:
- push:
- branches:
- - master
- pull_request_target:
- types:
- - synchronize
-jobs:
- triage:
- runs-on: ubuntu-latest
- steps:
- - uses: eps1lon/actions-label-merge-conflict@v2.0.1
- with:
- dirtyLabel: 'merge conflict'
- repoToken: ${{ secrets.JF_BOT_TOKEN }}