summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorkumvijaya <kumvijaya@gmail.com>2025-08-27 19:10:54 +0530
committerkumvijaya <kumvijaya@gmail.com>2025-08-27 19:10:54 +0530
commit564cc64ef618c55d99bb3d97726729bdc72e75d6 (patch)
tree97a8160338b84ebc8eb2e172969c86390d11f5de /.github/workflows
parent2f1d1d343a3dba6de06a9625d58bf32e8ee5d095 (diff)
downloadvyos-1x-564cc64ef618c55d99bb3d97726729bdc72e75d6.tar.gz
vyos-1x-564cc64ef618c55d99bb3d97726729bdc72e75d6.zip
T7748: conflict check workflow updated to marketplace action with increased wait and retry
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/check-open-prs-conflict.yml17
-rw-r--r--.github/workflows/check-pr-conflicts.yml2
2 files changed, 1 insertions, 18 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
diff --git a/.github/workflows/check-pr-conflicts.yml b/.github/workflows/check-pr-conflicts.yml
index f09e66415..6cca61e8d 100644
--- a/.github/workflows/check-pr-conflicts.yml
+++ b/.github/workflows/check-pr-conflicts.yml
@@ -10,5 +10,5 @@ permissions:
jobs:
check-pr-conflict-call:
- uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@current
+ uses: vyos/.github/.github/workflows/check-pr-conflict.yml@current
secrets: inherit