Skip to content

fix(ci): skip CLA check for bots (dependabot, renovate, github-actions) - #518

Open
ajianaz wants to merge 1 commit into
developfrom
fix/cla-skip-bots
Open

fix(ci): skip CLA check for bots (dependabot, renovate, github-actions)#518
ajianaz wants to merge 1 commit into
developfrom
fix/cla-skip-bots

Conversation

@ajianaz

@ajianaz ajianaz commented Aug 19, 2026

Copy link
Copy Markdown
Collaborator

What

Skip the CLA check job for trusted bot accounts.

Why

Bots cannot sign the CLA, so bot-authored PRs (e.g. dependabot bumps) always fail cla-check and are blocked. Same fix as skill-suites #11 and uteke #1077.

How

Job-level if condition on cla-check.yml. Human PRs unaffected — full CLA enforcement still applies.

Testing

  • YAML parses (yaml.safe_load)
  • Diff is a single line; human PRs unaffected (negative condition only matches bot logins)

Checklist

  • Branch from develop, conventional commit, no secrets, single concern

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant