aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/commitlint.yml
Commit message (Collapse)AuthorAge
* ci: rename workflow files to be simpler and more consistent (#21253)dundargoc2022-12-01
|
* revert: "ci(commitlint): use pull_request_target to avoid "skip ci"" (#20845)dundargoc2022-11-05
| | | | | | | This reverts commit d7e2229b41748e84f525ee44cee19be81382ceab. This workflow isn't required to pass to merge a PR any more. Using pull_request_target to bypass the required check when using [skip ci] is therefore no longer needed.
* 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