We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862738f commit ab7f29fCopy full SHA for ab7f29f
web/controllers/rules/issue/noassignees.ex
@@ -23,8 +23,8 @@ defmodule Dwylbot.Rules.Noassignees do
23
24
defp error_message(login) do
25
"""
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.
+ :warning: @#{login} issue has no **assignee** but is still `in-progress`. Who is working on it?
+ Please assign a user to this issue or remove the `in-progress` label. Thanks! :heeart:
28
29
end
30
0 commit comments