Two emojis on every PR title. ๐๐
A GitHub App that prepends two funny, relevant emojis to every pull request title. Install once โ covers all your repos, present and future.
title.diff
-
Fix leak on error case
+ Fix leak on error case
๐ง๐ชฃ
What it does
- Picks two fun emojis for each new PR title and appends them.
- Re-runs if you rename the PR before the emojis are there.
- Skips titles that already end with emojis.
- Never creates a failing check or comment.
Permissions
pull_requests: writeโ read and patch PR titles.metadata: readโ auto-granted, mandatory.
No contents permission โ the app cannot read your code.
Privacy
GitHub's pull_request webhook payload includes the PR title
and body. We only use the title, and we don't persist either โ
but both pass through the worker that runs this app. If a team puts
secrets in PR bodies, that's data crossing third-party infrastructure.