Merge pull request #870 from kumvijaya/current

T6954: added PR mirror workflows
This commit is contained in:
Christian Breunig 2024-12-24 09:16:42 +01:00 committed by GitHub
commit d6dfdfcc2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 29 additions and 1 deletions

View 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

View 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

View File

@ -1 +1,2 @@
* @vyos/reviewers
# Users from reviewers github team
* @dmbaturin @sarthurdev @jestabro @sever-sever @c-po @fett0 @nicolas-fort @zdc