Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] allow standard github branch names to also update .git/templatemessage #914

Closed
JoernBerkefeld opened this issue May 17, 2023 · 2 comments · Fixed by #916
Closed
Assignees
Labels
chore Jira issue-type "Task" e/IDE EPIC
Milestone

Comments

@JoernBerkefeld
Copy link
Contributor

branches created by github tend to not have feature/ or bugfix/ in front of them. our little commit message helper does not pick up on the ticket id in these cases.

also, when switching to "main", "develop" or "hotfix" the post-checkout hook fails completely with an error due to the grep not finding anything. that error should be handled gracefully and the commit msg should be updated to use "#0: "

@github-actions
Copy link

Closed by #916.

JoernBerkefeld added a commit that referenced this issue May 17, 2023
…-branch-names-to-also-update-gittemplatemessage

#914: ensure numbers are only taken from the start
@github-actions
Copy link

Closed by #917.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment