Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ci: rename workflow files to be simpler and more consistent (#21253) | dundargoc | 2022-12-01 |
| | |||
* | revert: "ci(commitlint): use pull_request_target to avoid "skip ci"" (#20845) | dundargoc | 2022-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 #18679 | dundargoc | 2022-05-22 |
| | | | | This will prevent a failure for backported PRs as they use a different commit message. | ||
* | ci: bump github actions versions #18616 | dundargoc | 2022-05-20 |
| | |||
* | ci(commitlint): use lintcommit.lua from main repo | James McCoy | 2022-02-06 |
| | | | | [skip ci] | ||
* | ci(commitlint): use pull_request_target to avoid "skip ci" | James McCoy | 2022-01-17 |
| | |||
* | ci: use tag v2 when using checkout action | Dundar Göc | 2021-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 directly | Dundar Göc | 2021-10-19 |
| | |||
* | ci: disable commit-lint on draft PRs #15958 | dundargoc | 2021-10-08 |
| | |||
* | ci(lintcommit.lua): replace third-party commitlint #15747 | dundargoc | 2021-09-26 |
| | |||
* | ci: add commit linter to GitHub Actions | Dundar Göc | 2021-08-01 |