diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-05-29 11:40:49 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-05-29 11:40:49 +0000 |
commit | 8c67e6a317cce2e419ac16f2e5cf1def8a364afc (patch) | |
tree | a0b5d042ed12bd14140830d30db819c4aebaecf2 | |
parent | db4c7f15b16b1d9730066d4ca42d7a500284443f (diff) | |
download | vyos-1x-8c67e6a317cce2e419ac16f2e5cf1def8a364afc.tar.gz vyos-1x-8c67e6a317cce2e419ac16f2e5cf1def8a364afc.zip |
T6349: Reuse repo sync
-rw-r--r-- | .github/workflows/repo-sync.yml | 13 |
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 |