diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-03-30 08:32:27 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-03-30 08:32:27 +0200 |
commit | f73b19f1ab7c32283194907418d6c2d83ed65d06 (patch) | |
tree | 50f48f0fdcec518c43287243abf5656a538d3791 | |
parent | 18be53d85960d83f92d891b737306f30d5ac5f30 (diff) | |
download | lab-bot-f73b19f1ab7c32283194907418d6c2d83ed65d06.tar.gz lab-bot-f73b19f1ab7c32283194907418d6c2d83ed65d06.zip |
update labels
-rw-r--r-- | labbot/addons/merge-label.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/labbot/addons/merge-label.py b/labbot/addons/merge-label.py index e980e6c..1b2a768 100644 --- a/labbot/addons/merge-label.py +++ b/labbot/addons/merge-label.py @@ -9,9 +9,9 @@ relation_keywords = [ relation_distance = 2 state_label = { - "opened": "Code-Review", - "merged": "Testing", "closed": "In Progress", + "opened": "C-R Bestanden", + "merged": "Testing", } async def merge_request_hook(event, gl, *args, **kwargs): state = event.object_attributes["state"] |