aboutsummaryrefslogtreecommitdiff
path: root/labbot/__main__.py
diff options
context:
space:
mode:
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()