Fix client-id to app-id in auto-merge workflow#1380
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdates GitHub Actions workflow configuration to use the correct Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Pull request overview
This PR fixes GitHub App authentication in the auto-merge GitHub Actions workflow by using the correct input name for actions/create-github-app-token@v3, aligning it with the action’s expected interface and other workflows in the repo.
Changes:
- Updated
actions/create-github-app-tokeninput fromclient-idtoapp-idin.github/workflows/auto-merge.yml.
Coverage Report
File CoverageNo changed files found. |
Rust Backend Coverage ReportCoverage Details |
Summary
This pull request makes a small but important fix to the GitHub Actions workflow configuration. The change corrects a parameter name in the
actions/create-github-app-tokenstep to ensure the workflow uses the correct input for the GitHub App authentication.client-idtoapp-idin theactions/create-github-app-tokenstep in.github/workflows/auto-merge.ymlto match the expected parameter name.Related Issues
Type of Change
fix/branch)feat/branch)refactor/branch)docs/branch)chore/branch)Screenshots / Videos
Test Plan
Checklist
npm run lint && npm run format/cargo tauri-lint && cargo tauri-fmt)npm test/cargo tauri-test)Summary by CodeRabbit