diff options
author | kumvijaya <kuvmijaya@gmail.com> | 2024-09-22 16:14:22 +0530 |
---|---|---|
committer | kumvijaya <kuvmijaya@gmail.com> | 2024-09-22 16:14:22 +0530 |
commit | 9099571380739bc2376c07d8df4b7b2c50862afa (patch) | |
tree | 68730f23bda84a3d5a1af219e67bd50cd0dd4d7d /.github/workflows/pr-conflicts.yml | |
parent | 26c6879b19d7926da872a5e4368a53f6e0e98ede (diff) | |
download | vyatta-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.yml | 18 |
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." |