Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

CI: T7579: fix of the run trigger for CLA #9

CI: T7579: fix of the run trigger for CLA

CI: T7579: fix of the run trigger for CLA #9

name: Trigger Mirror PR and Repo Sync
on:
pull_request_target:
types:
- closed
branches:
- current
permissions:
pull-requests: write
contents: write
issues: write
jobs:
call-trigger-mirror-pr-repo-sync:
if: github.repository_owner == 'vyos' && github.event.pull_request.merged == true
uses: vyos/.github/.github/workflows/trigger-pr-mirror-repo-sync.yml@current
secrets: inherit