Skip to content

added migration file #76388

added migration file

added migration file #76388

name: PR lint
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
defaults:
run:
shell: bash
jobs:
lint:
name: Lint PR title
runs-on: ec2-runners
container:
image: public.ecr.aws/m3u4c4h9/island-is/actions-runner-public:latest
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 }}