For now removing forks checking
This commit is contained in:
parent
197990479c
commit
9896e9c1bc
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue