How to block GitHub pull request when Jira ticket is not present

Viewed 443

At my previous job a pull request in Github was only allowed to be merged if the new branch, the pull request title, and all of the commits had a Jira ticket number in the title.

I was sure that it was something trivial. However, I cannot figure out how to do it.

Did anyone implement something similar?

1 Answers
Related