mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 18:22:14 +00:00
[MIRROR] Fix GitHub webhook [MDB IGNORE] (#9792)
* Fix GitHub webhook (#63182) * Fix GitHub webhook Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
@@ -332,7 +332,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