Emoji to use on your GitHub PR approvals.
- List all emoji available on GitHub
- Filter out emoji with negative sentiment
- Filter out emoji on the blacklist
- Group emoji by the first character of their name
- Filter out name-groups that have fewer than 10 members
- Determine the ISO-8601 week number
- Index into the name-groups using the week number
- Sample two random emoji from the name-group
- Convert them to their text-input equivalent
- Copy the text to the system clipboard
> pr-approval-emoji
PR Approval Emoji
:rice_cracker: :running_shirt_with_sash:
Copied to clipboard!
> npm i -g pr-approval-emoji
MIT