summaryrefslogtreecommitdiff
path: root/.github/workflows/repo-sync.yml
blob: 90cb2dbea1bd7336b0129d6e7ea81e31002bc4f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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