siderolabs / conform

Policy enforcement for your pipelines.
Mozilla Public License 2.0
432 stars 45 forks source link

how we can check if JIra Ticket is added with commit or not #180

Closed NehaSachan closed 3 years ago

NehaSachan commented 4 years ago

So i need a config setting which let me hold if with all correct commit message, do i also added the Jira TIcketID.

As i need to enforce that too in place.

Sample: "feat: JIRA:XXXX Added authentication code With creation of OAuth"

andrewrynhard commented 4 years ago

@NehaSachan we only support regex in the scope, but it could be expanded to the description. I can't promise we can get to that soon, but PRs are welcome!

flyhard commented 3 years ago

I created a PR. Slight modification to the request since Jira tags are normally are like this: [PROJ-1234]