aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2023-10-28 09:03:48 +0200
committerMagnus Granberg <zorry@gentoo.org>2023-10-28 09:03:48 +0200
commit684420873cc8bd4319c4379a78a76be25abe1e15 (patch)
tree61f4d58e8389e2fb21a24c801bbc8383bbe8ba0e /gentooci.cfg
parentMove nice regex's to a file (diff)
downloadtinderbox-cluster-684420873cc8bd4319c4379a78a76be25abe1e15.tar.gz
tinderbox-cluster-684420873cc8bd4319c4379a78a76be25abe1e15.tar.bz2
tinderbox-cluster-684420873cc8bd4319c4379a78a76be25abe1e15.zip
Match min words
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
Diffstat (limited to 'gentooci.cfg')
-rw-r--r--gentooci.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/gentooci.cfg b/gentooci.cfg
index 474da76..4aecf35 100644
--- a/gentooci.cfg
+++ b/gentooci.cfg
@@ -49,9 +49,10 @@ c['worker_config'] = {
# This specifies bug configs
c['bug_config'] = {
'enable' : True,
- 'aout_assignee' : False,
+ 'auto_assignee' : False,
'user' : 'LarryTheCow@Cow.mu',
'extra_summery' : '',
+ 'min_match_word' : 2,
'buildbot_comment' : [
'This was build on a tinderbox that use Buildbot API[1].',
'We use docker images to build on.',