You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just diving into (and falling in love with) the world of conventional commits! I've implemented this action and was surprised when it didn't fail after a particular push. I'm in the habit of making small "fixup" commits after opening a PR to clean up anything noticed in the review. I expected those to cause commitlint to fail with the idea that I'd do an interactive rebase when ready for re-review/merge. However, I noticed that the commitlint action passed when I pushed a fixup commit.
I'm just diving into (and falling in love with) the world of conventional commits! I've implemented this action and was surprised when it didn't fail after a particular push. I'm in the habit of making small "fixup" commits after opening a PR to clean up anything noticed in the review. I expected those to cause
commitlint
to fail with the idea that I'd do an interactive rebase when ready for re-review/merge. However, I noticed that thecommitlint
action passed when I pushed afixup
commit.Here's my action configuration:
The text was updated successfully, but these errors were encountered: