Skip to content

refactor(create-farm): rewrite create-farm #1356

refactor(create-farm): rewrite create-farm

refactor(create-farm): rewrite create-farm #1356

Workflow file for this run

name: Lint Pr Title
on: [pull_request]
jobs:
lint-pr-title:
name: Validating PR title
runs-on: ubuntu-latest
steps:
# https://github.com/amannn/action-semantic-pull-request
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Configure which types are allowed (newline-delimited).
# Derived from https://github.com/commitizen/conventional-commit-types
types: |
fix
feat
docs
style
refactor
perf
test
build
ci
chore
revert
release
# Configure that a scope must always be provided.
requireScope: false
# Configure additional validation for the subject based on a regex.
ignoreLabels: |
bot