commitlint-github-action
commitlint-github-action copied to clipboard
Lints Pull Request commits with commitlint
I used the following in my workflow: ```yaml - uses: wagoid/commitlint-github-action@v5 with: commitDepth: ${{ github.event.pull_request.commits }} helpURL: http://acme.com/example-url ``` To my surprise, the workflow logs contained: >Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint This...
Hi, I ran your code through checkov https://www.checkov.io/5.Policy%20Index/github_actions.html. Command # /dist/checkov -d ./commitlint-github-action/ --framework github_actions Snip of output ``` Check: CKV2_GHA_1: "Ensure top-level permissions are not set to write-all" FAILED...
This action checks the commits included in a PR before the merge, and it checks the push to target branch after the merge, but it does not warn the user...
## TL;DR: I'm using the `merge_group` event on GitHub, to check against the squashed commit that is about to be merged, and using merge queue only for this purpose, to...
We use this action on `pull_request` and `push`, but we've noticed a small discrepancy after merging a couple of our branches. Our PRs that have more than 20 commits do...
## Problem description When you have a template repo that contains action, creating a new repo from this template will always result in a failed pipeline because the initial commit...
Bumps the minor-and-patch group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) | `19.1.0` |...
Bumps [eslint](https://github.com/eslint/eslint) from 8.34.0 to 9.0.0. Release notes Sourced from eslint's releases. v9.0.0 Breaking Changes b7cf3bd fix!: correct camelcase rule schema for allow option (#18232) (eMerzh) 09bd7fe feat!: move AST...
Bumps the minor-and-patch group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) | `19.1.0` |...
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...