ci: use BOT_CLIENT_ID secret for the app token#202
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
AI Automated Review
Full PR review.
Analysis engine: review@https://litellm.jory.dev/v1 (openai)
Recommendation
Approved. This is a documentation update to align the AI review rules with the ongoing migration of GitHub App credentials.
Change-by-change findings
- .github/ai-review-rules.md: Updated the documentation table to replace the deprecated
BOT_APP_IDwithBOT_CLIENT_ID. This correctly reflects the credential name used for the GitHub App client ID in the current CI configuration.
Standards Compliance
- Repository Standards: The change is purely documentation-based and does not affect the game logic or core UX constraints defined in
AGENTS.md. - CI/CD: The change aligns with the migration mentioned in the PR description, ensuring the documentation accurately describes the secrets required for the AI review workflow.
Linked Issue Fit
- The PR body notes this completes a migration started in a previous PR (v1.2.2 upgrade), ensuring consistency across the repository's documentation and CI configuration.
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.
Completes the BOT_APP_ID → BOT_CLIENT_ID migration started in the v1.2.2 upgrade PR — this was the remaining reference outside the AI-review workflow.
🤖 Generated with Claude Code