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
{{ message }}
This repository was archived by the owner on Aug 27, 2023. It is now read-only.
For the regex to match type in something like “OOPS”
Add a message to the commiter: “Please remove OOPS from commit message”
Save the hook
What happens if you leave the branch field empty to work on all branches.
Then the hook prevents the push to the branches.
For sake of arguement why would you disallow this for only master?
We have our reviewers listed out in the commit message.
Our default commit message template fills out the default commit message with the words “Reviewed by NOBODY (OOPS!)” as there is no reviewer until after it goes through code review.
We use the commit checker to make sure the worrd “OOPS” is not in any commit message when commiting to master or release branches.
We use the commit checker to make sure the worrd “OOPS” is not in any commit message when commiting to master or release branches.