workflows/triage: skip for BrewTestBot PRs

This commit is contained in:
Rylan Polster 2020-11-30 22:49:26 -05:00
parent 0164b66471
commit 8d3dd432e2

View File

@ -133,7 +133,7 @@ jobs:
}) })
const { data: user } = await github.users.getAuthenticated() const { data: user } = await github.users.getAuthenticated()
if (pullRequest.user.login == user) { if (pullRequest.user.login == user.login) {
core.warning('Pull request author is a bot.') core.warning('Pull request author is a bot.')
return return
} }