feat(stacked-diffs): add --no-verify to 'stack save' command
Description
This adds a --no-verify command to the glab stack save command, so
glab skips hooks (such as pre-commit or lefthook).
This shouldn't be part of the default workflow but can save time when just comitting e.g. a comment-only change.
Related Issues
None.
How has this been tested?
Yes, by passing --no-verify to glab stack save.
Screenshots (if appropriate):
Edited by Kev Kloss