Open tunnckoCore opened 6 years ago
Just before the
https://github.com/tunnckoCore/new-release-app/blob/c3d078798ba2bfb32a50b094188cfcb16f5fe7f7/src/index.js#L47
Make a check if (/\[skip ci|ci skip\]/i.test(head.message)) return {}; kinda thing
if (/\[skip ci|ci skip\]/i.test(head.message)) return {};
Just before the
https://github.com/tunnckoCore/new-release-app/blob/c3d078798ba2bfb32a50b094188cfcb16f5fe7f7/src/index.js#L47
Make a check
if (/\[skip ci|ci skip\]/i.test(head.message)) return {};
kinda thing