Skip to content

chore: bump strum from 0.26.3 to 0.27.1 in /src/rust #3

chore: bump strum from 0.26.3 to 0.27.1 in /src/rust

chore: bump strum from 0.26.3 to 0.27.1 in /src/rust #3

Workflow file for this run

name: Lint PR
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Based on https://github.com/commitizen/conventional-commit-types/blob/c3a9be4c73e47f2e8197de775f41d981701407fb/index.json
# But also allow 'release', the angular repo uses it
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
release
disallowScopes: |
.*[A-Z].*