summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYevhen Bondarenko <evgeniy.bondarenko@sentrium.io>2025-07-09 12:35:48 +0200
committerGitHub <noreply@github.com>2025-07-09 12:35:48 +0200
commit4b46b78f67db4e8d5769b97bc7cdddc7579adfcd (patch)
tree4c5e115014e0b825e48d1b493a4a633fd6fc8ee1
parent996119937716a6d4db847bd128ad67bb82391716 (diff)
parent01d43e6e3b881fd1835671f10f3a0812e1cfe3d7 (diff)
downloadvyos-1x-4b46b78f67db4e8d5769b97bc7cdddc7579adfcd.tar.gz
vyos-1x-4b46b78f67db4e8d5769b97bc7cdddc7579adfcd.zip
Merge pull request #47 from kumvijaya/current
T7618: PR mirror workflow added
-rw-r--r--.github/workflows/pr-mirror-repo-sync.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/workflows/pr-mirror-repo-sync.yml b/.github/workflows/pr-mirror-repo-sync.yml
new file mode 100644
index 000000000..5ab350a0e
--- /dev/null
+++ b/.github/workflows/pr-mirror-repo-sync.yml
@@ -0,0 +1,18 @@
+name: PR Mirror and Repo Sync
+on:
+ pull_request_target:
+ types:
+ - closed
+ branches:
+ - current
+
+permissions:
+ pull-requests: write
+ contents: write
+ issues: write
+
+jobs:
+ call-pr-mirror-repo-sync:
+ if: github.repository_owner == 'vyos' && github.event.pull_request.merged == true
+ uses: vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@current
+ secrets: inherit