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
commiticketing prefixes commits on ephemeral branches based on the branchname. It would be nice to have an additonal hook checking whether the issue referenced in the branchname (and thus in commit messages) is still open.
Idea
Create a hook that does a callout to the repository's issue tracking on GitHub and checks the status of the issue, if it's Closed, it rejects the commit.
The text was updated successfully, but these errors were encountered:
Context
commiticketing
prefixes commits on ephemeral branches based on the branchname. It would be nice to have an additonal hook checking whether the issue referenced in the branchname (and thus in commit messages) is still open.Idea
Create a hook that does a callout to the repository's issue tracking on GitHub and checks the status of the issue, if it's Closed, it rejects the commit.
The text was updated successfully, but these errors were encountered: