fix
This commit is contained in:
parent
e6ff514be4
commit
928557dafe
@ -44,8 +44,8 @@ $callback = function($issue) use ($staleLabel, $keepLabel) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//if activity sice added then remove label
|
//if activity sice added (60sec grace) then remove label
|
||||||
if($updatedTime>$staleTime){
|
if($updatedTime>($staleTime-60)){
|
||||||
$issue->removeLabel($staleLabel);
|
$issue->removeLabel($staleLabel);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user