This repository was archived by the owner on Aug 6, 2025. It is now read-only.
Support both custom GitHub App and default authentication#23
Merged
Conversation
- Refactored all workflow and example YAML files to support authentication using either a custom GitHub App (recommended) or the default `GITHUB_TOKEN`, providing greater flexibility for different repository setups. - Updated `README.md` and documentation to clearly explain both authentication methods, including setup instructions, recommendations, and required permissions. - Enhanced `docs/configuration.md` and added detailed guidance in `docs/github-app.md` for configuring authentication and permissions. - Improved example workflows to demonstrate both authentication approaches. - Clarified observability and Google Cloud authentication setup in the documentation. - General documentation improvements for clarity and ease
Contributor
Author
|
@gemini-cli /review |
📋 Review SummaryThis pull request introduces a significant improvement by adding support for both custom GitHub App and default 🔍 General Feedback
🎯 Specific FeedbackNo specific issues identified in this review. ✅ Highlights
|
Contributor
Author
|
triggered manually to verify |
📋 Review SummaryThis pull request introduces a significant improvement by adding flexible authentication options. The action can now use either a custom GitHub App or the default 🔍 General Feedback
🔵 Low
✅ Highlights
|
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
GITHUB_TOKEN, providing greater flexibility for different repository setups.README.mdand documentation to clearly explain both authentication methods, including setup instructions, recommendations, and required permissions.docs/configuration.mdand added detailed guidance indocs/github-app.mdfor configuring authentication and permissions.