siderolabs / conform

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

JIRA issue forced square brackets #186

Closed olivernybroe closed 3 years ago

olivernybroe commented 3 years ago

Right now the JIRA issue is forcing square brackets, which in our opinion is just bloating the commit with unneeded characters.

This is what we want it to look like

ci: JIRA-1005 add conform

Adds conform configuration file together with an github action for it

However we are forced to do

ci: [JIRA-1005] add conform

Adds conform configuration file together with an github action for it
andrewrynhard commented 3 years ago

Seems reasonable to me. We can probably make the brackets optional.

olivernybroe commented 3 years ago

@andrewrynhard Sounds awesome 👍

andrevalentin commented 3 years ago

@andrewrynhard just piling on here, really appreciate the work! Looking forward to seeing this and #185 resolved 🙌