aboutsummaryrefslogtreecommitdiff
path: root/labbot/__main__.py
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2022-07-21 14:14:59 +0200
committerJan200101 <sentrycraft123@gmail.com>2022-07-21 14:14:59 +0200
commitc7dd3913975f060b9bce148cf5f02e0f7364d450 (patch)
treee66651aa41aac5d012207529422deb7806205060 /labbot/__main__.py
parentdd8d146493ea82e97a41046d2b03692f3c26b2a5 (diff)
downloadlab-bot-c7dd3913975f060b9bce148cf5f02e0f7364d450.tar.gz
lab-bot-c7dd3913975f060b9bce148cf5f02e0f7364d450.zip
add merge-stable addon
Diffstat (limited to 'labbot/__main__.py')
-rw-r--r--labbot/__main__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/labbot/__main__.py b/labbot/__main__.py
index f844503..fdd2537 100644
--- a/labbot/__main__.py
+++ b/labbot/__main__.py
@@ -10,7 +10,8 @@ import labbot.logger
DEFAULT_ADDONS = [
"merge-label",
- "approve-merge"
+ "approve-merge",
+ "merge-stable"
]
@click.group()