futurelearn / squiddy

Github Actions bot
1 stars 1 forks source link

Move branch name at the top of the commit message #17

Closed elenatanasoiu closed 3 years ago

elenatanasoiu commented 3 years ago

Now that we've moved deployments to github actions, we'd like to make it easier to find the corresponding deployment action for our recently merged PR.

Let's put the branch name first in the merge commit title so we can filter by it.

urbanautomaton commented 3 years ago

Thanks @elenatanasoiu, this'll definitely make things easier to find. Would there be any mileage in making the title match the default git merge commit format?

Merge branch 'jrwc-eager-loads-career-advice-admin' into master

elenatanasoiu commented 3 years ago

@urbanautomaton No, that's great. I've switched to that.