Skip to content

Commit 6e91413

Browse files
authored
Remove skip: triggered by a bot
1 parent da3b32a commit 6e91413

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

main.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ const event = JSON.parse(fs.readFileSync(process.env.GITHUB_EVENT_PATH));
88
if (process.env.GITHUB_EVENT_NAME !== 'pull_request') {
99
console.log('skip: not a pull request');
1010
process.exit(0);
11-
} else if (event.sender.type !== 'User') {
12-
console.log('skip: triggered by a bot');
13-
process.exit(0);
1411
}
1512

1613
const __dirname = path.dirname(url.fileURLToPath(import.meta.url));

0 commit comments

Comments
 (0)