Skip to content

Commit 56763af

Browse files
authored
actualize and enhance a bit (#7)
1 parent 9680905 commit 56763af

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm i @umbrellio/gbot
1818

1919
### `unapproved`
2020

21-
Sends unapproved MR to mattermost / slack. MR will be ignored if it has WIP mark.
21+
Sends unapproved MRs to mattermost / slack. MR will be ignored if it has `Draft`/`WIP` mark.
2222

2323
```sh
2424
$ gbot unapproved -c /path/to/config/gbot.yaml
@@ -27,7 +27,7 @@ $ gbot unapproved -c /path/to/config/gbot.yaml
2727
## Configuration
2828

2929
Each setting can be set via environment variables.
30-
Each variable must starts with `GBOT_` prefix. Each double underline will be interpreted as nesting, for example:
30+
Each variable must start with `GBOT_` prefix. Double underscore is interpreted as nesting, for example:
3131

3232
```sh
3333
GBOT_GITLAB_TOKEN=token # { "gitlabToken": "token" }
@@ -60,6 +60,8 @@ unapproved: # Config for `unapproved` command
6060
tag: # Specify who will be tagged in messenger
6161
approvers: false # Tag approvers or not (default - false)
6262
author: false # Tag author of PR or not (default - false)
63+
commenters: false # Tag thread commenters or not (default - false)
64+
diffs: false # Show changed lines count or not (default - false)
6365
```
6466
6567
## Contributing

0 commit comments

Comments
 (0)