mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
project: try alexellis/derek bot to manage PRs and issues
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
7ef9266ba0
commit
123cb95907
2 changed files with 47 additions and 0 deletions
17
.DEREK.yml
Normal file
17
.DEREK.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
curators:
|
||||||
|
- aboch
|
||||||
|
- alexellis
|
||||||
|
- andrewhsu
|
||||||
|
- anonymuse
|
||||||
|
- chanwit
|
||||||
|
- ehazlett
|
||||||
|
- fntlnz
|
||||||
|
- gianarb
|
||||||
|
- mgoelzer
|
||||||
|
- programmerq
|
||||||
|
- rheinwein
|
||||||
|
- ripcurld0
|
||||||
|
- thajeztah
|
||||||
|
|
||||||
|
features:
|
||||||
|
- comments
|
|
@ -311,6 +311,36 @@ Don't forget: being a maintainer is a time investment. Make sure you
|
||||||
will have time to make yourself available. You don't have to be a
|
will have time to make yourself available. You don't have to be a
|
||||||
maintainer to make a difference on the project!
|
maintainer to make a difference on the project!
|
||||||
|
|
||||||
|
### Manage issues and pull requests using the Derek bot
|
||||||
|
|
||||||
|
If you want to help label, assign, close or reopen issues or pull requests
|
||||||
|
without commit rights, ask a maintainer to add your Github handle to the
|
||||||
|
`.DEREK.yml` file. [Derek](https://github.com/alexellis/derek) is a bot that extends
|
||||||
|
Github's user permissions to help non-committers to manage issues and pull requests simply by commenting.
|
||||||
|
|
||||||
|
For example:
|
||||||
|
|
||||||
|
* Labels
|
||||||
|
|
||||||
|
```
|
||||||
|
Derek add label: kind/question
|
||||||
|
Derek remove label: status/claimed
|
||||||
|
```
|
||||||
|
|
||||||
|
* Assign work
|
||||||
|
|
||||||
|
```
|
||||||
|
Derek assign: username
|
||||||
|
Derek unassign: me
|
||||||
|
```
|
||||||
|
|
||||||
|
* Manage issues and PRs
|
||||||
|
|
||||||
|
```
|
||||||
|
Derek close
|
||||||
|
Derek reopen
|
||||||
|
```
|
||||||
|
|
||||||
## Moby community guidelines
|
## Moby community guidelines
|
||||||
|
|
||||||
We want to keep the Moby community awesome, growing and collaborative. We need
|
We want to keep the Moby community awesome, growing and collaborative. We need
|
||||||
|
|
Loading…
Reference in a new issue