Skip to content

fix: 일정 등록 페이지에서 pull-to-refresh 방지하기 #99

fix: 일정 등록 페이지에서 pull-to-refresh 방지하기

fix: 일정 등록 페이지에서 pull-to-refresh 방지하기 #99

Workflow file for this run

name: Check PR title
on:
pull_request:
types: [opened, reopened, edited, synchronize]
jobs:
main:
name: Check PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
types: |
feat
fix
hotfix
refactor
docs
style
design
chore
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}