-
Notifications
You must be signed in to change notification settings - Fork 3.8k
chore: add continue to CLA exclusions #8886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
✅ Review Complete Code Review Summary |
|
No test coverage needed for this change - it's a GitHub Actions workflow configuration update that adds |
|
No documentation updates needed for this PR. This is an internal infrastructure change to exclude the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 1 file
.github/workflows/cla.yaml
Outdated
| branch: cla-signatures | ||
| # Bots and CLAs signed outside of GitHub | ||
| allowlist: dependabot[bot],fbricon,panyamkeerthana,Jazzcort,owtaylor,halfline,agent@continue.dev,action@github.com,snyk-bot,noreply@continue.dev | ||
| allowlist: dependabot[bot],fbricon,panyamkeerthana,Jazzcort,owtaylor,halfline,agent@continue.dev,action@github.com,continue,snyk-bot,noreply@continue.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should be continue[bot]
https://github.com/cla-assistant/cla-assistant?tab=readme-ov-file#can-i-allow-bot-user-contributions
|
🎉 This PR is included in version 1.36.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
to fix e.g. https://github.com/continuedev/continue/actions/runs/19683289204/job/56382416497?pr=8881
Summary by cubic
Added continue[bot] to the CLA workflow allowlist so PRs opened by the Continue bot don’t fail the CLA check. Fixes recent CI runs where the CLA job errored for Continue-originated PRs.
Written for commit 517b576. Summary will update automatically on new commits.