For now removing forks checking

This commit is contained in:
Pavel Shevaev 2022-09-26 17:19:28 +03:00
parent 197990479c
commit 9896e9c1bc
1 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ if(!$auth_token)
hoopoe\gitea_check_repo($auth_token, $gitea_url, 'bit/skeletik',
array(
'check_forks' => true,
'check_forks' => false,
'check_composer' => true,
'check_upm' => false,
'log_to_slack' => $log_to_slack,
@ -21,7 +21,7 @@ hoopoe\gitea_check_repo($auth_token, $gitea_url, 'bit/skeletik',
);
hoopoe\gitea_check_repo($auth_token, $gitea_url, 'bit/skeletor',
array(
'check_forks' => true,
'check_forks' => false,
'check_composer' => true,
'check_upm' => true,
'log_to_slack' => $log_to_slack,
@ -29,7 +29,7 @@ hoopoe\gitea_check_repo($auth_token, $gitea_url, 'bit/skeletor',
);
hoopoe\gitea_check_repo($auth_token, $gitea_url, 'bit/skeletor-rnd',
array(
'check_forks' => true,
'check_forks' => false,
'check_composer' => true,
'check_upm' => true,
'log_to_slack' => $log_to_slack,