refactor(core): split condition leaf parsing and drop dead source-replacement method #25
Workflow file for this run
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: Conventional Release Labels | |
| # pull_request_target grants label-write access for fork PRs. | |
| # Never add a checkout step to this workflow. | |
| on: | |
| pull_request_target: | |
| types: [ opened, edited ] | |
| permissions: | |
| pull-requests: write | |
| jobs: | |
| label: | |
| runs-on: ubuntu-slim | |
| steps: | |
| - uses: bcoe/conventional-release-labels@v1 | |
| with: | |
| ignored_types: '[]' |