Create wip.yaml

This commit is contained in:
Tomaae 2020-04-12 05:15:49 +02:00 committed by GitHub
parent 7b5f44f954
commit c3c7fd8850
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
workflows/wip.yaml Normal file
View file

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