summaryrefslogtreecommitdiff
path: root/.github/workflows/check-pr-conflicts.yml
diff options
context:
space:
mode:
authorkumvijaya <kumvijaya@gmail.com>2024-06-14 17:48:34 +0530
committerChristian Breunig <christian@breunig.cc>2024-06-15 08:14:40 +0200
commitdcb5d50abd66e207156f371fb80e6497d33390e8 (patch)
tree7155e9133fb4459204efa3af009fd468f6e6a21e /.github/workflows/check-pr-conflicts.yml
parenta7608991a8b381ad389e5492713e61a6ce3fd5d3 (diff)
downloadvyos-1x-dcb5d50abd66e207156f371fb80e6497d33390e8.tar.gz
vyos-1x-dcb5d50abd66e207156f371fb80e6497d33390e8.zip
T6487: updated central workflows to use current branch
(cherry picked from commit 6c4bd6cdaa6008f05ed610742a4cc7e79988b737)
Diffstat (limited to '.github/workflows/check-pr-conflicts.yml')
-rw-r--r--.github/workflows/check-pr-conflicts.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/check-pr-conflicts.yml b/.github/workflows/check-pr-conflicts.yml
new file mode 100644
index 000000000..d5186e71d
--- /dev/null
+++ b/.github/workflows/check-pr-conflicts.yml
@@ -0,0 +1,14 @@
+
+name: "PR Conflicts checker"
+on:
+ pull_request_target:
+ types: [synchronize]
+
+permissions:
+ pull-requests: write
+ contents: read
+
+jobs:
+ check-pr-conflict-call:
+ uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@equuleus
+ secrets: inherit