Skip to content

Don't send webhooks on 'skip ci' ('ci skip') commit message.

Problem to solve

We are using external pipeline with Gitlab, when we push commit [skip ci] it's still sending webhook to our CI/CD system and we need to add additional logic to pipelines. It would be very useful if webhooks were not sent when [skip ci] is in commit message.

Proposal

It might be some additional setting in 'webhook' page setup or so.

Related links

Edited by Dan Jensen