Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: do not run commitlint GitHub Action on dependabot PRs
Currently commitlint is only skipped for PR at the time dependabot creates them. Once Mergify rebases them, commitlint is started anyway. This causes failed CI runs, which then need to be ignored. It is cleaner to not run commitlint on any PR that dependabot owns. Signed-off-by: Niels de Vos <ndevos@redhat.com>
- Loading branch information