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