mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 02:28:23 +08:00
chore: change noroute label name
This commit is contained in:
@@ -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('/:'))) {
|
||||
|
||||
Reference in New Issue
Block a user