suppress chatty Vercel bot "Ignored" messages

This commit is contained in:
Kenneth Bingham 2023-01-31 14:25:33 -05:00
parent 7801baeafa
commit d7c35c0617

View File

@ -26,7 +26,7 @@ jobs:
&& !(
github.event_name == 'issue_comment'
&& github.event.sender.login == 'vercel[bot]'
&& contains(github.event.comment.body, 'Building')
&& (contains(github.event.comment.body, 'Building') || contains(github.event.comment.body, 'Ignored'))
)
&& (
github.event_name != 'pull_request_review'