Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
github: Use a less obnoxious 💅 message.
Browse files Browse the repository at this point in the history
  • Loading branch information
spladug committed Oct 17, 2012
1 parent 0c5f173 commit c46dd19
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions harold/plugins/github.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -104,9 +104,8 @@ class Salon(object):
messages_by_emoji = { messages_by_emoji = {
":fish:": "%(owner)s, %(user)s just ><))>'d your pull request " ":fish:": "%(owner)s, %(user)s just ><))>'d your pull request "
"%(repo)s#%(id)s (%(short_url)s)", "%(repo)s#%(id)s (%(short_url)s)",
":nail_care:": "%(owner)s, %(user)s is awaiting your response to " ":nail_care:": "%(owner)s, %(user)s has finished this review pass on "
"review of pull request %(repo)s#%(id)s " "pull request %(repo)s#%(id)s (%(short_url)s)",
"(%(short_url)s)",
":haircut:": "%(owner)s is ready for further review of pull request " ":haircut:": "%(owner)s is ready for further review of pull request "
"%(repo)s#%(id)s (%(short_url)s)", "%(repo)s#%(id)s (%(short_url)s)",
} }
Expand Down

0 comments on commit c46dd19

Please sign in to comment.