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

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