summaryrefslogtreecommitdiff
path: root/.github/workflows/pr-conflicts.yml
diff options
context:
space:
mode:
authorkumvijaya <kuvmijaya@gmail.com>2024-09-22 16:14:22 +0530
committerkumvijaya <kuvmijaya@gmail.com>2024-09-22 16:14:22 +0530
commit9099571380739bc2376c07d8df4b7b2c50862afa (patch)
tree68730f23bda84a3d5a1af219e67bd50cd0dd4d7d /.github/workflows/pr-conflicts.yml
parent26c6879b19d7926da872a5e4368a53f6e0e98ede (diff)
downloadvyatta-wanloadbalance-9099571380739bc2376c07d8df4b7b2c50862afa.tar.gz
vyatta-wanloadbalance-9099571380739bc2376c07d8df4b7b2c50862afa.zip
T6730: added reusable workflows to current branch
Diffstat (limited to '.github/workflows/pr-conflicts.yml')
-rw-r--r--.github/workflows/pr-conflicts.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/pr-conflicts.yml b/.github/workflows/pr-conflicts.yml
deleted file mode 100644
index 96040cd..0000000
--- a/.github/workflows/pr-conflicts.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-name: "PR Conflicts checker"
-on:
- pull_request_target:
- types: [synchronize]
-
-jobs:
- Conflict_Check:
- name: 'Check PR status: conflicts and resolution'
- runs-on: ubuntu-22.04
- steps:
- - name: check if PRs are dirty
- uses: eps1lon/actions-label-merge-conflict@releases/2.x
- with:
- dirtyLabel: "state: conflict"
- removeOnDirtyLabel: "state: conflict resolved"
- repoToken: "${{ secrets.GITHUB_TOKEN }}"
- commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate the pull request."
- commentOnClean: "Conflicts have been resolved. A maintainer will review the pull request shortly."