diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-09-21 19:51:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-21 19:51:10 +0100 |
commit | 116b83b2e4908e1c373834d1c62a00abb8bfe25d (patch) | |
tree | 25fc4e2774f7acd10ba1f227eb5845af2fc50006 | |
parent | 11f778ce8f15f1030c1a3d04a507425bae0fdcce (diff) | |
parent | c00f4dba62591d4d89522229aaa7a79908695c5e (diff) | |
download | vyos-build-116b83b2e4908e1c373834d1c62a00abb8bfe25d.tar.gz vyos-build-116b83b2e4908e1c373834d1c62a00abb8bfe25d.zip |
Merge pull request #770 from kumvijaya/circinus
T6728: trigger pr mirror workflow added for circinus
-rw-r--r-- | .github/workflows/trigger-pr.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/workflows/trigger-pr.yml b/.github/workflows/trigger-pr.yml new file mode 100644 index 00000000..f88458a8 --- /dev/null +++ b/.github/workflows/trigger-pr.yml @@ -0,0 +1,19 @@ +name: Trigger PR + +on: + pull_request_target: + types: + - closed + branches: + - circinus + +jobs: + trigger-PR: + uses: vyos/.github/.github/workflows/trigger-pr.yml@current + with: + source_branch: 'circinus' + target_branch: 'circinus' + secrets: + REMOTE_REPO: ${{ secrets.REMOTE_REPO }} + REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }} + PAT: ${{ secrets.PAT }} |