Skip to content

Commit

Permalink
Docs: Add info about WIP tracker to README (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
platinumazure authored and aladdin-add committed Aug 3, 2018
1 parent a0b7bb1 commit 7bf5291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The bot can perform the following tasks:
* **Release/TSC meeting issues** - creates a new issue with the `release`/`tsc meeting` label scheduled two weeks later, after another release/TSC meeting issue is closed.
* **Release monitor** - searches the repository for an issue with the `release` and `patch release pending` labels, indicating that a patch release might soon be created from `master`. If an issue is found, adds a pending status check to all PRs that would require a semver-minor release, to prevent anyone from accidentally merging them.
* **Issue Archiver** - Locks and adds a label to issues which have been closed for awhile
* **WIP Tracking** - adds pending status check for PRs with WIP in the title or with "do not merge" label, and marks the status check as successful once the WIP indicators are removed.
* **PR ready to merge** (experimental) - adds a label to all PRs which are "ready to merge", defined by the following criteria:
* At least one review is approved.
* Build status is `success`.
Expand Down

0 comments on commit 7bf5291

Please sign in to comment.