Add query-contraction check against the previous release #578
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 Commit Labels | |
| on: | |
| pull_request_target: | |
| types: [opened, edited] | |
| jobs: | |
| label-by-title: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| steps: | |
| - uses: bcoe/conventional-release-labels@v1 | |
| with: | |
| type_labels: | | |
| { | |
| "feat": "enhancement", | |
| "fix": "bug", | |
| "docs": "documentation", | |
| "test": "testing" | |
| } |