Skip to content

Commit

Permalink
Create wip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdttttt authored Nov 13, 2020
1 parent 065f144 commit 88af12b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/wip.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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 }}

0 comments on commit 88af12b

Please sign in to comment.