ci(warden): Drop anthropic model pin so CI inherits org default - #5839
Merged
Conversation
getsentry Warden CI only provides WARDEN_OPENROUTER_API_KEY. Pinning anthropic/claude-sonnet-4-6 in repo warden.toml fails auth. Unset the model so runs inherit getsentry/.github openrouter/moonshotai/kimi-k3. Co-Authored-By: Roman Zavarnitsyn <roman.zavarnitsyn@sentry.io>
📲 Install BuildsAndroid
|
romtsn
marked this pull request as ready for review
July 27, 2026 09:40
romtsn
requested review from
0xadam-brown,
adinauer,
markushi,
romtsn and
runningcode
as code owners
July 27, 2026 09:40
romtsn
approved these changes
Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📜 Description
Remove the repo-level
model = "anthropic/claude-sonnet-4-6"pin fromwarden.tomlso Warden CI inherits the org base default fromgetsentry/.github/warden.toml(currentlyopenrouter/moonshotai/kimi-k3).💡 Motivation and Context
getsentry org Warden CI only wires
WARDEN_OPENROUTER_API_KEY(Anthropic was dropped from the org workflow). Repo model overrides win the merge, so pinninganthropic/*fails withNo API key found for anthropicon every PR (e.g. #5837).💚 How did you test it?
warden.tomldefault model isopenrouter/moonshotai/kimi-k3📝 Checklist
sendDefaultPiiis enabled.🔮 Next steps
After merge, Warden on this repo should authenticate via OpenRouter and stop failing on the Anthropic key miss. No changelog entry — CI config only.
Requested by Roman Zavarnitsyn via Junior.
--
View Junior Session