standard-release / app

Language independent GitHub App for creating GitHub Releases, following the Conventional Commits and SemVer specifications
https://github.com/apps/standard-release
Apache License 2.0
13 stars 2 forks source link

Detect `[skip ci]` and `[ci skip]` insensitive #21

Open tunnckoCore opened 6 years ago

tunnckoCore commented 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