mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 10:38:03 +08:00
fix(chore): CI pass bot
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
const noFound = 'Auto: Route No Found';
|
const noFound = 'Auto: Route No Found';
|
||||||
const whiteListedUser = ['dependabot-preview[bot]'];
|
const whiteListedUser = ['dependabot[bot]'];
|
||||||
|
|
||||||
module.exports = async ({ github, context, core }, body, number) => {
|
module.exports = async ({ github, context, core }, body, number) => {
|
||||||
core.debug(`sender: ${context.payload.sender.login}`);
|
core.debug(`sender: ${context.payload.sender.login}`);
|
||||||
@@ -34,6 +34,8 @@ module.exports = async ({ github, context, core }, body, number) => {
|
|||||||
core.warning(e);
|
core.warning(e);
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
|
} else {
|
||||||
|
core.debug('PR created by ' + context.payload.sender.login)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m && m[1]) {
|
if (m && m[1]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user