Skip to content

Commit

Permalink
repokitteh: change use path (envoyproxy#4957)
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 5, 2018
1 parent 7f1bbfa commit 95f688a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions repokitteh.star
Original file line number Diff line number Diff line change
@@ -1,3 +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")
use("github.com/repokitteh/modules/assign.star")
use("github.com/repokitteh/modules/review.star")
use("github.com/repokitteh/modules/wait.star")
10 changes: 5 additions & 5 deletions source/docs/repokitteh.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ The file [repokitteh.star](https://github.com/envoyproxy/envoy/blob/master/repok

For example, the statement
```
use("github.com/softkitteh/repokitteh-modules/assign.star")
use("github.com/repokitteh/modules/assign.star")
```
tells RepoKitteh to use the [assign.star](https://github.com/softkitteh/repokitteh-modules/blob/master/assign.star) module.
tells RepoKitteh to use the [assign.star](https://github.com/repokitteh/modules/blob/master/assign.star) module.
Similar modules can be integrated in the future into Envoy in the same way.

## Current Functionality
### [Assign](https://github.com/softkitteh/repokitteh-modules/blob/master/assign.star)
### [Assign](https://github.com/repokitteh/modules/blob/master/assign.star)
Set assignees to issues or pull requests.

Examples:
Expand All @@ -36,7 +36,7 @@ Only organization members can assign or unassign other users, who must be organi

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

### [Review](https://github.com/softkitteh/repokitteh-modules/blob/master/review.star)
### [Review](https://github.com/repokitteh/modules/blob/master/review.star)
Requests a a user to recview a pull request.

Examples:
Expand All @@ -54,7 +54,7 @@ Only organization members can request a review from other users or cancel it, wh

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

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

Example:
Expand Down

0 comments on commit 95f688a

Please sign in to comment.