Skip to content

fix nothing

fix nothing #101821

name: PR lint
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
defaults:
run:
shell: bash -euo pipefail {0}
env:
AWS_REGION: eu-west-1
jobs:
lint:
name: Lint PR title
runs-on: arc-runners
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
types: |
feat
infra
fix
docs
style
refactor
perf
test
build
ci
chore
revert
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}