diff options
| author | kumvijaya <kumvijaya@gmail.com> | 2025-10-18 22:23:23 +0530 |
|---|---|---|
| committer | kumvijaya <kumvijaya@gmail.com> | 2025-10-18 22:23:23 +0530 |
| commit | add809d678b571ae73bdc1835e3b34673746bcde (patch) | |
| tree | a0b286886fd54ec03a4021718ef8e0a987b82f99 | |
| parent | 8a1b124b3357ed45ba42936386afd0ad10c0e908 (diff) | |
| download | vyos-1x-add809d678b571ae73bdc1835e3b34673746bcde.tar.gz vyos-1x-add809d678b571ae73bdc1835e3b34673746bcde.zip | |
T7878: conflict check updated to use mergify
| -rw-r--r-- | .github/workflows/check-open-prs-conflict.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/workflows/check-open-prs-conflict.yml b/.github/workflows/check-open-prs-conflict.yml deleted file mode 100644 index 52b11938e..000000000 --- a/.github/workflows/check-open-prs-conflict.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: "Open PRs Conflicts checker" -on: - push: - branches: - - current - - sagitta - - circinus - workflow_dispatch: - -permissions: - contents: read - pull-requests: write - -jobs: - check-pr-conflict-call: - uses: vyos/.github/.github/workflows/check-open-prs-conflict.yml@current - secrets: inherit |
