From 8c67e6a317cce2e419ac16f2e5cf1def8a364afc Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Wed, 29 May 2024 11:40:49 +0000 Subject: T6349: Reuse repo sync --- .github/workflows/repo-sync.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/repo-sync.yml (limited to '.github/workflows/repo-sync.yml') 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 -- cgit v1.2.3