VikeSec/CTF-Infrastructure

Enforce PR titles

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.

A few commits to master have been incorrectly named (e.g. without [] at the beginning)

Describe the solution you'd like

A CI job to enforce naming conventions of PR's and to fail if they don't start with the [] syntax

Describe alternatives you've considered

Pre-commit hooks, but that would be commit naming and not PR titles (although they do influence them).

Additional context