[Fixes # 4533] Replaced cpx2 with local test module #3676
Workflow file for this run
This file contains 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
on: | |
pull_request_target: | |
branches: | |
- main | |
jobs: | |
label-release: | |
if: ${{ startsWith(github.event.pull_request.title, 'release:') }} | |
runs-on: ubuntu-latest | |
steps: | |
- run: echo this is a release PR | |
- run: gh pr edit ${{ github.event.pull_request.number }} --add-label release |