Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

T6954: added PR mirror workflows #870

Merged
merged 2 commits into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/cleanup-mirror-pr-branch.yml
Original file line number Diff line number Diff line change
@@ -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 changes: 12 additions & 0 deletions .github/workflows/trigger-pr-mirror-repo-sync.yml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* @vyos/reviewers
# Users from reviewers github team
* @dmbaturin @sarthurdev @jestabro @sever-sever @c-po @fett0 @nicolas-fort @zdc
Loading