build(deps): Bump github.com/moby/moby from 26.0.0+incompatible to 27.3.1+incompatible #500
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: "Lint PR Title" | |
on: | |
pull_request: | |
types: | |
- opened | |
- edited | |
- reopened | |
- synchronize | |
jobs: | |
main: | |
name: conventional-commit | |
runs-on: ubuntu-latest | |
steps: | |
- uses: amannn/action-semantic-pull-request@v5 | |
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 }} |