Skip to content

Commit

Permalink
T6728: trigger pr mirror workflow added for circinus
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya committed Sep 21, 2024
1 parent 11f778c commit c00f4db
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/trigger-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Trigger PR

on:
pull_request_target:
types:
- closed
branches:
- circinus

jobs:
trigger-PR:
uses: vyos/.github/.github/workflows/trigger-pr.yml@current
with:
source_branch: 'circinus'
target_branch: 'circinus'
secrets:
REMOTE_REPO: ${{ secrets.REMOTE_REPO }}
REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}
PAT: ${{ secrets.PAT }}

0 comments on commit c00f4db

Please sign in to comment.