Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 4b46b78

Browse files
authored
Merge pull request #47 from kumvijaya/current
T7618: PR mirror workflow added
2 parents 9961199 + 01d43e6 commit 4b46b78

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: PR Mirror and Repo Sync
2+
on:
3+
pull_request_target:
4+
types:
5+
- closed
6+
branches:
7+
- current
8+
9+
permissions:
10+
pull-requests: write
11+
contents: write
12+
issues: write
13+
14+
jobs:
15+
call-pr-mirror-repo-sync:
16+
if: github.repository_owner == 'vyos' && github.event.pull_request.merged == true
17+
uses: vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@current
18+
secrets: inherit

0 commit comments

Comments
 (0)