Skip to content

chore: test deb

chore: test deb #37

# When a third-party action is added (i.e., `uses`), please also add it to `download-licenses` in Makefile.
name: "Lint PR Title"
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
permissions: read-all
jobs:
main:
name: conventional-commit
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
timeout-minutes: 1
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
with:
# List from https://github.com/commitizen/conventional-commit-types/blob/master/index.json
# with custom types added at the end.
# Custom types should also be added in release-please.yaml changelog-types.
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
exp
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}