mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-19 06:03:14 +00:00
[MIRROR] April fools PRs can now be marked with [april fools] to automatically tag them as april fools PRs. [MDB IGNORE] (#20218)
* April fools PRs can now be marked with [april fools] to automatically tag them as april fools PRs. (#74401) ## About The Pull Request Really minor change that should make the April fools PR experience better for PR creators/maints. Not sure if this has any notable performance implications with the git bot going over its normal stuff, if it does close this since this is pretty minor. ## Why It's Good For The Game Its not, anything that encourages april fools PRs makes the game so much worse. * April fools PRs can now be marked with [april fools] to automatically tag them as april fools PRs. --------- Co-authored-by: NamelessFairy <40036527+NamelessFairy@users.noreply.github.com>
This commit is contained in:
@@ -276,6 +276,7 @@ function tag_pr($payload, $opened) {
|
||||
|
||||
check_tag_and_replace($payload, '[dnm]', 'Do Not Merge', $tags);
|
||||
check_tag_and_replace($payload, '[no gbp]', 'GBP: No Update', $tags);
|
||||
check_tag_and_replace($payload, '[april fools]', 'April Fools', $tags);
|
||||
|
||||
return array($tags, $remove);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user