feat(block)!: add required label property and mark heading as optional #19883
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
name: Semantic PR | |
on: | |
pull_request: | |
types: [edited, opened, synchronize] | |
jobs: | |
semantic: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: amannn/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
types: | | |
# default https://github.com/commitizen/conventional-commit-types/blob/master/index.json | |
feat | |
fix | |
docs | |
style | |
refactor | |
perf | |
test | |
build | |
ci | |
chore | |
revert | |
# custom | |
deprecate |