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 5e0a3ae..9f0e3ba 100644
--- a/labbot/__main__.py
+++ b/labbot/__main__.py
@@ -64,7 +64,8 @@ def run(name, port):
)
load_addons(instance, [
- "merge-label"
+ "merge-label",
+ "approve-merge"
])
click.echo(f"Started {name}")