Skip to content

chore(application-system): using aws-sdkv3 initial implementation #81863

chore(application-system): using aws-sdkv3 initial implementation

chore(application-system): using aws-sdkv3 initial implementation #81863

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 }}