Skip to content

Commit

Permalink
Create wip_PR
Browse files Browse the repository at this point in the history
  • Loading branch information
skim0119 committed Jun 17, 2022
1 parent 2022949 commit d893daa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/wip_PR
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: WIP
on:
pull_request:
types: [ opened, synchronize, reopened, edited ]

jobs:
wip:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: wip/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d893daa

Please sign in to comment.