siderolabs / conform

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

fix: disallow 0 as valid jira issue id #192

Closed andrevalentin closed 3 years ago

andrevalentin commented 3 years ago

This change fixes an issue that would allow JIRA-0 to be a valid Jira issue key. Id within Jira always start at 1, and cannot be prefixed by a any amount of leading 0's.

Fixes #191

smira commented 3 years ago

/approve

smira commented 3 years ago

/rebase

smira commented 3 years ago

/lgtm