You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -393,15 +393,17 @@ async function main(config = {}) {
393
393
leterrorMessage=getErrorMessage(error);
394
394
395
395
constisAuthError=["Bad credentials","Not Authenticated","Resource not accessible","Insufficient permissions","requires authentication"].some(msg=>errorMessage.includes(msg));
396
+
constisAvailabilityError=errorMessage.includes("coding agent is not available for this repository");
396
397
397
-
if(ignoreIfError&&isAuthError){
398
-
core.warning(`Agent assignment failed for ${agentName} on ${type} #${number} due to authentication/permission error. Skipping due to ignore-if-error=true.`);
0 commit comments