summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/git-commit-message-style.yml
AgeCommit message (Collapse)AuthorFilesLines
2025-01-13Add the revert verb to the list of accepted verbsBug Magnet1-1/+1
2024-10-22Add new verbs to the list of allowed verbs for commit messagesOskar1-1/+1
2024-07-25Limit permissions on git-commit-message-style CI jobLinus Färnstrand1-0/+2
2024-06-17Add 'bias' to allowed commit message verbsDavid Lönnhager1-1/+1
2024-05-30Add the word obfuscate to the list of allowed verbsBug Magnet1-1/+1
2024-04-04Add "wrap" to list of allowed imperative verbs in git commit messagesLinus Färnstrand1-1/+1
2024-03-28Add comments about what the git commit message checking workflows doLinus Färnstrand1-0/+3
2024-03-27Add tidy as commit message verbAndrew Bulhak1-0/+2
2024-03-27Bump opinionated-commit-message github action to version with more verbsLinus Färnstrand1-3/+1
Pins the action to a commit hash rather than tag. For supply chain security
2024-03-21Reorder actions to not hide important failureLinus Färnstrand1-10/+10
The mristin/opinionated-commit-message action can sometimes fail on things we don't consider blocking/hard errors. Such as a correct imperative verb that does not happen to be in the action's wordlist. In these cases the job is aborted and the whitespace checking step is never executed, leading to a larger risk of accidentally merging invalid whitespaces
2024-03-21Change max git commit message subject line length to 72Linus Färnstrand1-2/+2
2024-03-19Add "restart" and "coalesce" as accepted github commit message verbsLinus Färnstrand1-0/+2
2024-03-19Fix Actions job name typoLinus Färnstrand1-1/+1
2024-03-14Check for unicode whitespace charactersLinus Färnstrand1-0/+12
2024-03-14Add Github actions CI job for checking commit messagesLinus Färnstrand1-0/+18