diff options
| author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-07-13 18:05:31 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-13 18:05:31 +0530 |
| commit | 1de382e4c19435e53c95af9f1b97087be762e479 (patch) | |
| tree | d200c40797f69e16639d04e9b59bcdc113a1ab5e /.github/workflows | |
| parent | 10fc04bdcb2898c1b3f8f697c7baf7918209fbcb (diff) | |
| download | vyos-workflow-test-temp-1de382e4c19435e53c95af9f1b97087be762e479.tar.gz vyos-workflow-test-temp-1de382e4c19435e53c95af9f1b97087be762e479.zip | |
Rename .github/trigger-pr to .github/workflows/trigger-pr.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/trigger-pr.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/workflows/trigger-pr.yml b/.github/workflows/trigger-pr.yml new file mode 100644 index 0000000..37dfc4d --- /dev/null +++ b/.github/workflows/trigger-pr.yml @@ -0,0 +1,20 @@ +name: Trigger-PR + +on: + pull_request_target: + types: + - closed + branches: + - current + workflow_dispatch: + +jobs: + trigger-PR: + uses: vyos/.github/.github/workflows/trigger-pr.yml@current + secrets: + REMOTE_REPO: ${{ secrets.REMOTE_REPO }} + REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }} + PAT: ${{ secrets.PAT }} + inputs: + source_branch: 'current' + target_branch: 'circinus' |
