diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-05-04 14:25:18 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-05-04 14:25:18 +0200 |
commit | 27b8241380d5f02fdcf00a832c281767ef258d9f (patch) | |
tree | 7be768b5fa63d928bd886412c0087e97a27b7e44 /labbot/__main__.py | |
parent | f73b19f1ab7c32283194907418d6c2d83ed65d06 (diff) | |
download | lab-bot-27b8241380d5f02fdcf00a832c281767ef258d9f.tar.gz lab-bot-27b8241380d5f02fdcf00a832c281767ef258d9f.zip |
add approve-merge addon, give addons descriptions
Diffstat (limited to 'labbot/__main__.py')
-rw-r--r-- | labbot/__main__.py | 3 |
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}") |