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
return `@${actor} cannot skip this ${severity} finding because PR authors cannot override blocking ReviewRouter findings by default. A maintainer or admin who is not the PR author can reply \`/rr skip\`, or the repository can explicitly set \`REVIEW_ROUTER_ALLOW_AUTHOR_SKIP=true\`.`;
27502
+
}
27503
+
return `@${actor} cannot skip this ${severity} finding. Required role: ${severity === "minor" ? "write, maintain, or admin" : "maintain or admin"}.`;
return`@${actor} cannot skip this ${severity} finding because PR authors cannot override blocking ReviewRouter findings by default. A maintainer or admin who is not the PR author can reply \`/rr skip\`, or the repository can explicitly set \`REVIEW_ROUTER_ALLOW_AUTHOR_SKIP=true\`.`;
353
+
}
354
+
355
+
return`@${actor} cannot skip this ${severity} finding. Required role: ${severity==='minor' ? 'write, maintain, or admin' : 'maintain or admin'}.`;
0 commit comments