You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the renovate PRs are failing because of the commit message scope. In our commit lint config we don't allow the deps scope so, all the commit messages are failing.
Renovate can create a PR and it will pass any commit checks.
Actual Behaviour
Renovate CI is failing with the following message.
chore(deps): update dependency typescript to v5.4.5
✖ scope must be one of [core, changelog, commitgen, commitlint, release, release-semver, release-calver, git-hooks, release]
› Error: Commitlint failed with errors
› Code: 2
The text was updated successfully, but these errors were encountered:
Summary:
All the renovate PRs are failing because of the commit message scope. In our
commit lint config we don't allow the deps scope so, all the commit messages
are failing.
Test Plan:
This is quite hard to test ATM. I think the easiest way todo it is to merge and
see if renovate is happy
Ref: #95
Summary:
All the renovate PRs are failing because of the commit message scope. In our
commit lint config we don't allow the deps scope so, all the commit messages
are failing.
Test Plan:
This is quite hard to test ATM. I think the easiest way todo it is to merge and
see if renovate is happy
Ref: #95
Description
All the renovate PRs are failing because of the commit message scope. In our commit lint config we don't allow the
deps
scope so, all the commit messages are failing.Expected Behaviour
Renovate can create a PR and it will pass any commit checks.
Actual Behaviour
Renovate CI is failing with the following message.
The text was updated successfully, but these errors were encountered: