summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2024-05-29 14:00:25 +0200
committerGitHub <noreply@github.com>2024-05-29 14:00:25 +0200
commit084699fa9910dbc2b54171a3ec471a19cc821abe (patch)
treea0b5d042ed12bd14140830d30db819c4aebaecf2
parentdb4c7f15b16b1d9730066d4ca42d7a500284443f (diff)
parent8c67e6a317cce2e419ac16f2e5cf1def8a364afc (diff)
downloadvyos-1x-084699fa9910dbc2b54171a3ec471a19cc821abe.tar.gz
vyos-1x-084699fa9910dbc2b54171a3ec471a19cc821abe.zip
Merge pull request #3540 from sever-sever/T6415-reuse
T6349: Reuse repo sync
-rw-r--r--.github/workflows/repo-sync.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml
new file mode 100644
index 000000000..90cb2dbea
--- /dev/null
+++ b/.github/workflows/repo-sync.yml
@@ -0,0 +1,13 @@
+name: Repo-sync
+
+on:
+ pull_request:
+ types:
+ - closed
+ branches:
+ - current
+
+jobs:
+ trigger-sync:
+ uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@feature/T6349-reusable-workflows
+ secrets: inherit