chore(github): trim celebration GIFs and add three new merge GIFs#1075
chore(github): trim celebration GIFs and add three new merge GIFs#1075
Conversation
Remove office-yes, office-dance, office-win, winner assets and references. Keep office-celebrate.gif plus existing party/celebrate/ship/shipped/fireworks/woohoo.
Greptile SummaryThis PR removes four GIF binary assets ( Confidence Score: 5/5Safe to merge — purely additive cleanup with no logic changes and no broken references. All removed script entries correspond exactly to the deleted assets, and all remaining script references have verified files on disk. No logic, no tests, no configuration is affected. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[GitHub Actions: PR merged] --> B[merged_pr_celebration_message.py]
B --> C[random.choice templates]
B --> D[random.choice gif_blocks]
D --> E[party.gif]
D --> F[celebrate.gif]
D --> G[ship.gif]
D --> H[shipped.gif]
D --> I[fireworks.gif]
D --> J[woohoo.gif]
D --> K[office-celebrate.gif]
C --> L[Compose body]
D --> L
L --> M[Write comment.md]
M --> N[Post PR comment]
Reviews (1): Last reviewed commit: "chore(github): drop winner and three Off..." | Re-trigger Greptile |
Adds merge-celebrate-{1,2,3}.gif (repo-hosted) and wires into gif_blocks.
|
🎊 Achievement unlocked: PR Merged. @muddlebee passed code review, survived CI, and shipped. Respect. 🤝 👋 Join us on Discord - OpenSRE : hang out, contribute, or hunt for features and issues. Everyone's welcome. |

Fixes #
Community: Contributors hang out on Discord — OpenSRE (
#contribute) for questions, reviews, and roadmap chatter.Describe the changes you have made in this PR -
Removes four repo-hosted GIFs (
winner.gif,office-yes.gif,office-dance.gif,office-win.gif) and drops their references from.github/scripts/merged_pr_celebration_message.py.Adds three new repo-hosted GIFs as
merge-celebrate-{1,2,3}.gif(downloaded from Giphy search URLs below) and registers them ingif_blocks.After merge the bot will randomly pick among:
party.gif,celebrate.gif,ship.gif,shipped.gif,fireworks.gif,woohoo.gif,office-celebrate.gif,merge-celebrate-1.gif,merge-celebrate-2.gif,merge-celebrate-3.gif.Giphy sources (commit stores binaries under
.github/assets/celebrations/; runtime usesraw.githubusercontent.com):Demo/Screenshot for feature changes and bug fixes -
Preview on this branch:
Code Understanding and AI Usage
Did you use AI assistance (ChatGPT, Claude, Copilot, etc.) to write any part of this code?
If you used AI assistance:
Explain your implementation approach:
Removed assets with
git rm; appended three new GIF binaries and matchinggif_blocksentries.Checklist before requesting a review
Note: Please check Allow edits from maintainers if you would like us to assist in the PR.