Skip to content

[Docs/#434] PR 템플릿 추가 (실행계획) #449

[Docs/#434] PR 템플릿 추가 (실행계획)

[Docs/#434] PR 템플릿 추가 (실행계획) #449

Workflow file for this run

name: WIP
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
wip:
runs-on: ubuntu-latest
steps:
- uses: wip/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}