diff options
| -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 | 
