This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Create Self Hosted Release PR #17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Create Self Hosted Release PR | |
| on: | |
| workflow_dispatch: | |
| inputs: | |
| versionName: | |
| description: "Name of version (ie 23.9.5)" | |
| required: true | |
| jobs: | |
| create-release-pr: | |
| name: Create PR for Release ${{ github.event.inputs.versionName }} | |
| uses: codecov/gha-workflows/.github/workflows/[email protected] | |
| secrets: inherit |