Commit 56763af 1 parent 9680905 commit 56763af Copy full SHA for 56763af
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ $ npm i @umbrellio/gbot
18
18
19
19
### ` unapproved `
20
20
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.
22
22
23
23
``` sh
24
24
$ gbot unapproved -c /path/to/config/gbot.yaml
@@ -27,7 +27,7 @@ $ gbot unapproved -c /path/to/config/gbot.yaml
27
27
## Configuration
28
28
29
29
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:
31
31
32
32
``` sh
33
33
GBOT_GITLAB_TOKEN=token # { "gitlabToken": "token" }
@@ -60,6 +60,8 @@ unapproved: # Config for `unapproved` command
60
60
tag : # Specify who will be tagged in messenger
61
61
approvers : false # Tag approvers or not (default - false)
62
62
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)
63
65
` ` `
64
66
65
67
## Contributing
You can’t perform that action at this time.
0 commit comments