1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
name: Trigger PR on: pull_request_target: types: - closed branches: - current jobs: trigger-PR: uses: vyos/.github/.github/workflows/trigger-pr.yml@current with: source_branch: 'current' target_branch: 'circinus' secrets: REMOTE_REPO: ${{ secrets.REMOTE_REPO }} REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }} PAT: ${{ secrets.PAT }}