summaryrefslogtreecommitdiff
path: root/.github/workflows/trigger-pr-mirror-repo-sync.yml
blob: 7547b8e1f79b2c00987db10630e03654e93597a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Trigger Mirror PR and Repo Sync
on:
  pull_request_target:
      types:
        - closed
      branches:
        - current

jobs:
  call-trigger-mirror-pr-repo-sync:
    if: github.repository_owner == 'vyos'
    uses: vyos/.github/.github/workflows/trigger-pr-mirror-repo-sync.yml@current
    secrets: inherit