mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-21 07:03:05 +00:00
Fix GitHub webhook (#63182)
This commit is contained in:
@@ -333,7 +333,10 @@ function is_blacklisted($blacklist, $name) {
|
||||
}
|
||||
|
||||
function handle_pr($payload) {
|
||||
global $discord_announce_blacklist;
|
||||
global $no_changelog;
|
||||
global $game_announce_whitelist;
|
||||
|
||||
$action = 'opened';
|
||||
$validated = validate_user($payload);
|
||||
switch ($payload["action"]) {
|
||||
|
||||
Reference in New Issue
Block a user