mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: do not run commitlint GitHub Action for dependabot
The commit messages that Dependabot (@app/dependabot) creates are not always accepted by the commitlint check. The configuration for dependabot does not give a lot of options to customize the message, so instead of adjusting the message to pass commitlint, just skip the check (Mergify does not require commitlint status either). See-also: #2460 Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
3f6db2f851
commit
28899a36c8
1
.github/workflows/commitlint.yaml
vendored
1
.github/workflows/commitlint.yaml
vendored
@ -8,6 +8,7 @@ on:
|
||||
jobs:
|
||||
commitlint:
|
||||
name: commitlint
|
||||
if: ${{ github.actor != 'dependabot[bot]' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user