summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkumvijaya <kumvijaya@gmail.com>2025-09-08 23:38:40 +0530
committerkumvijaya <kumvijaya@gmail.com>2025-09-08 23:38:40 +0530
commitca9128d3aea4bc5d21c4505aff3e9e4fcdb8a914 (patch)
treec0073a768f87861a770b98c92917848ddfff6dda
parent9f0c49de0877f9bbdeedad8ff56e86bed28f4f44 (diff)
downloadvyatta-bash-ca9128d3aea4bc5d21c4505aff3e9e4fcdb8a914.tar.gz
vyatta-bash-ca9128d3aea4bc5d21c4505aff3e9e4fcdb8a914.zip
T7748: conflict check workflow updated to use marketplace action along with increased wait/retry
-rw-r--r--.github/workflows/check-open-prs-conflict.yml17
-rw-r--r--.github/workflows/check-pr-conflicts.yml4
2 files changed, 2 insertions, 19 deletions
diff --git a/.github/workflows/check-open-prs-conflict.yml b/.github/workflows/check-open-prs-conflict.yml
deleted file mode 100644
index 52b1193..0000000
--- 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 5417fbb..6cca61e 100644
--- a/.github/workflows/check-pr-conflicts.yml
+++ b/.github/workflows/check-pr-conflicts.yml
@@ -1,3 +1,4 @@
+
name: "PR Conflicts checker"
on:
pull_request_target:
@@ -9,6 +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
-