Skip to content

Commit

Permalink
reokitteh: bring in wait module (envoyproxy#4956)
Browse files Browse the repository at this point in the history
Signed-off-by: Itay Donanhirsh <[email protected]>
  • Loading branch information
itayd authored and mattklein123 committed Nov 3, 2018
1 parent 8a1cf44 commit b6b6015
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions repokitteh.star
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
use("github.com/softkitteh/repokitteh-modules/assign.star")
use("github.com/softkitteh/repokitteh-modules/review.star")
use("github.com/softkitteh/repokitteh-modules/wait.star")
11 changes: 11 additions & 0 deletions source/docs/repokitteh.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,14 @@ Removes `@someone` from the reviewers list.
Only organization members can request a review from other users or cancel it, who must be organization members as well.

[Demo PR](https://github.com/envoyproxy/envoybot/pull/7)

### [Wait](https://github.com/softkitteh/repokitteh-modules/blob/master/wait.star)
Wait for activity on an issue or a PR.

Example:
```
/wait
```
Sets the label `waiting` on a PR. When a new comment is submitted or a new commit is pushed the label will be removed.

[Demo PR](https://github.com/envoyproxy/envoybot/pull/9)

0 comments on commit b6b6015

Please sign in to comment.