aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/commitlint.yml
Commit message (Collapse)AuthorAge
* ci(commitlint): only trigger on PRs to master #18679dundargoc2022-05-22
| | | | This will prevent a failure for backported PRs as they use a different commit message.
* ci: bump github actions versions #18616dundargoc2022-05-20
|
* ci(commitlint): use lintcommit.lua from main repoJames McCoy2022-02-06
| | | | [skip ci]
* ci(commitlint): use pull_request_target to avoid "skip ci"James McCoy2022-01-17
|
* ci: use tag v2 when using checkout actionDundar Göc2021-12-04
| | | | | Using v2 automatically fetches the latest minor patch for v2, meaning free bug fixes without needing to manually update the tag version.
* ci(commitlint): use action to checkout to pr branch directlyDundar Göc2021-10-19
|
* ci: disable commit-lint on draft PRs #15958dundargoc2021-10-08
|
* ci(lintcommit.lua): replace third-party commitlint #15747dundargoc2021-09-26
|
* ci: add commit linter to GitHub ActionsDundar Göc2021-08-01