/action

The WIP GitHub Action

Primary LanguageJavaScriptApache License 2.0Apache-2.0

DO NOT MERGE – as an action.

Build Status Greenkeeper badge

This GitHub Action sets a pull request status to pending if the title includes "WIP".

An example workflow looks like this (switch to the <> Edit new file tab when creating a new workflow and paste the code below):

on: [pull_request]
name: "Set status on pull_request"

jobs:
  wip:
  name: "Set status"
  runs-on: ubuntu-latest
  steps:
    - uses: wip/action@master

License

MIT