Skip to content

Commit

Permalink
insane code
Browse files Browse the repository at this point in the history
  • Loading branch information
ChatDisabled committed Jan 26, 2024
1 parent a24db08 commit 9dbf901
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ async function run() {
console.log(`No commits, skipping...`)
return
}
if (payload.sender.type === 'Bot') {
console.log(`Commit by bot, skipping...`)
return
}

const id = core.getInput('id')
const token = core.getInput('token')
Expand Down

0 comments on commit 9dbf901

Please sign in to comment.