pulp / pulp-openapi-generator

GNU General Public License v2.0
4 stars 24 forks source link

Commit validation is outdated and fails on CI #96

Open pedro-psb opened 6 months ago

pedro-psb commented 6 months ago

I've received this error on a PR and the issue #94 is valid.

Checking commit message for 343cbb4.
Error: issue #94 has invalid status of CLOSED - CURRENTRELEASE. Status must be one of NEW, ASSIGNED, POST, MODIFIED.
Error: Process completed with exit code 1.

The problem is that the commit-validation script is outdated and points to a no longer used service: https://github.com/pulp/pulp-openapi-generator/blob/b9e97512e67d9802a3898fffc59f6ec908314f8c/.ci/scripts/validate_commit_message.py#L25-L34