Skip to content

Commit

Permalink
T6954: added mirror workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya committed Dec 24, 2024
1 parent 9337990 commit 6448a8e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
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

0 comments on commit 6448a8e

Please sign in to comment.