#github-actions (2020-07)

Discussions related to GitHub Actions

2020-07-02

2020-07-31

sheldonh avatar
sheldonh

Folks, I have a small but niggling issue I want to resolve. I’ve started to have others approve requests in a repo to encourage more pull request workflow.

I have squash merges only allowed. The problem is that squash merge means the conventional commit pull request title linting that I enforce gets discarded.

Is there someway I can smooth this out and enforce the pull request title to be the commit title? I’m guessing I’d need something like a github action or probot app that auto squashes after the approval is completed and then I guess I’d disable all merge to master types in the branch so it’s only the Github Actions that can do this?

    keyboard_arrow_up