mirror of
https://github.com/openziti/zrok.git
synced 2024-11-26 01:54:09 +01:00
suppress chatty Vercel bot "Ignored" messages
This commit is contained in:
parent
7801baeafa
commit
d7c35c0617
2
.github/workflows/zhook.yml
vendored
2
.github/workflows/zhook.yml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user