chore: change noroute label name

This commit is contained in:
Tony
2023-08-28 20:02:12 +08:00
committed by GitHub
parent 3ac90ba37d
commit 37574030e7

View File

@@ -90,7 +90,7 @@ module.exports = async ({ github, context, core }, body, number, sender) => {
if (res.length && res[0] === 'NOROUTE') {
core.info('PR stated no route, passing');
await removeLabel();
await addLabels(['Auto: No Route Needed']);
await addLabels(['Auto: Route Test Skipped']);
return;
} else if (res.length && !res.some((e) => e.includes('/:'))) {