fix: add stainless-app to allowed_bots in claude-code-review workflow#1201
Closed
NGeorgescu wants to merge 13 commits intoanthropics:mainfrom
Closed
fix: add stainless-app to allowed_bots in claude-code-review workflow#1201NGeorgescu wants to merge 13 commits intoanthropics:mainfrom
NGeorgescu wants to merge 13 commits intoanthropics:mainfrom
Conversation
…t` is missing (anthropics#1121) * fix(structured outputs): avoid including beta header if output_format is missing * fix ci * fix condition
* feat(api): api update * feat(api): migrate sending message format in output_config rather than output_format * fix lint * review fixes * more fixes * keep transformed_output_format naming * typo * add a test * test for conflict * do the same for create * feat: add deprecation warning to all calls using output_format * test: add unit tests for output_format -> output_config migration * fix: change warning stack level to 4 for output_format derecation * chore: consolidate warning suppressions in unit test * fix: remove redundant output_config formatting in tool_runner methods --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com> Co-authored-by: karpetrosyan <[email protected]> Co-authored-by: Kar Petrosyan <[email protected]> Co-authored-by: Cameron McAteer <[email protected]>
The claude-code-review workflow was failing because stainless-app bot was not in the allowed_bots list, causing the action to reject PRs created by the release bot. Co-Authored-By: Claude Opus 4.5 <[email protected]>
Author
|
Closing - will push fix directly to PR #1117 instead |
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.
Summary
stainless-apptoallowed_botsin the claude-code-review workflowProblem
The
claude-code-reviewworkflow was failing on PRs created bystainless-app(the release bot) because the bot wasn't in theallowed_botslist. Theclaude.ymlworkflow already has this bot allowed, butclaude-code-review.ymlwas missing it.Test plan
claude-reviewcheck passes after merge🤖 Generated with Claude Code