mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-12 02:32:10 +00:00
Wow I'm dumb
This commit is contained in:
@@ -263,7 +263,7 @@ function check_ready_for_review($payload, $labels = null){
|
||||
if(isset($R['author_association'])){
|
||||
$lower_association = strtolower($R['author_association']);
|
||||
if($lower_association == 'member' || $lower_association == 'contributor' || $lower_association == 'owner'){
|
||||
$lowerstate = strtolower($R['state']);
|
||||
$lower_state = strtolower($R['state']);
|
||||
if($lower_state == 'changes_requested')
|
||||
$reviews_ids_with_changes_requested[] = $R['id'];
|
||||
else if ($lower_state == 'approved'){
|
||||
|
||||
Reference in New Issue
Block a user