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
Skip the commit-msg-check job for any PR created by dependabot to avoid
failures on automated dependency updates that may not follow conventional
commit message format.
- Use !startsWith(github.actor, 'dependabot') condition
- Covers all dependabot variants (dependabot, dependabot[bot], etc.)
- Maintains commit message validation for human contributors
Signed-off-by: Vibhu Prashar <[email protected]>
0 commit comments