Skip to content

Commit 7db9c02

Browse files
authored
Merge pull request #3900 from kumvijaya/circinus
T6572: trigger remote bot pr only from circinus
2 parents f01b1ce + ff0b3b6 commit 7db9c02

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/trigger-pr.yml

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

0 commit comments

Comments
 (0)