Skip to content

Commit ab7f29f

Browse files
committed
update warning message fo no assignee inprogress, #72 (comment)
1 parent 862738f commit ab7f29f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/controllers/rules/issue/noassignees.ex

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ defmodule Dwylbot.Rules.Noassignees do
2323

2424
defp error_message(login) do
2525
"""
26-
@#{login} the issue doesn't have anymore assignees but is still `in-progress`.
27-
Please assign a user to this issue or remove the `in-progress` label.
26+
:warning: @#{login} issue has no **assignee** but is still `in-progress`. Who is working on it?
27+
Please assign a user to this issue or remove the `in-progress` label. Thanks! :heeart:
2828
"""
2929
end
3030
end

0 commit comments

Comments
 (0)