AkhileshNS / heroku-deploy

A simple github action that dynamically deploys an app to heroku
MIT License
972 stars 254 forks source link

feat: bypass commit convention rules #154

Open MayasHaddad opened 1 year ago

MayasHaddad commented 1 year ago

Problem

Since we have commit conventions enforced in our repo (thru husky), we use options of this action who run a git commit

Solution

Use no-verify flag to bypass like suggested here