Skip to content

fix: Activity API 삭제 #1198

fix: Activity API 삭제

fix: Activity API 삭제 #1198

name: "Check PR Title Format"
on:
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
pull-requests: read
jobs:
lint-pr-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
refactor
fix
docs
design
style
build
chore
hotfix
release
test
requireScope: false