diff --git a/workflows/wip.yaml b/workflows/wip.yaml new file mode 100644 index 0000000..559330e --- /dev/null +++ b/workflows/wip.yaml @@ -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