Skip to content

Commit bd722b2

Browse files
committed
Update label name.
1 parent d80fd43 commit bd722b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

handlers/easy_info/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
class EasyInfoHandler(EventHandler):
2121
def on_issue_labeled(self, api, payload):
22-
if payload['label']['name'].lower() == 'e-less complex':
22+
if payload['label']['name'].lower() == 'e-less-complex':
2323
api.post_comment(MSG % (api.user, ASSIGN_MSG))
2424

2525
def on_new_comment(self, api, payload):

handlers/easy_info/tests/label_easy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name": "highfive"
1212
},
1313
"label": {
14-
"name": "E-less complex"
14+
"name": "E-less-complex"
1515
},
1616
"action": "labeled",
1717
"issue": {

0 commit comments

Comments
 (0)