mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Merge pull request #870 from kumvijaya/current
T6954: added PR mirror workflows
This commit is contained in:
commit
d6dfdfcc2f
15
.github/workflows/cleanup-mirror-pr-branch.yml
vendored
Normal file
15
.github/workflows/cleanup-mirror-pr-branch.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: Cleanup pr mirror branch
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [closed]
|
||||||
|
branches:
|
||||||
|
- current
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
call-delete-branch:
|
||||||
|
uses: vyos/.github/.github/workflows/cleanup-mirror-pr-branch.yml@current
|
||||||
|
secrets: inherit
|
||||||
12
.github/workflows/trigger-pr-mirror-repo-sync.yml
vendored
Normal file
12
.github/workflows/trigger-pr-mirror-repo-sync.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
name: Trigger Mirror PR and Repo Sync
|
||||||
|
on:
|
||||||
|
pull_request_target:
|
||||||
|
types:
|
||||||
|
- closed
|
||||||
|
branches:
|
||||||
|
- current
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
call-trigger-mirror-pr-repo-sync:
|
||||||
|
uses: vyos/.github/.github/workflows/trigger-pr-mirror-repo-sync.yml@current
|
||||||
|
secrets: inherit
|
||||||
@ -1 +1,2 @@
|
|||||||
* @vyos/reviewers
|
# Users from reviewers github team
|
||||||
|
* @dmbaturin @sarthurdev @jestabro @sever-sever @c-po @fett0 @nicolas-fort @zdc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user