-
Notifications
You must be signed in to change notification settings - Fork 341
[plan] Fix "GitHub" capitalization in permissions_validation.go error message #17900
Copy link
Copy link
Closed
Closed
Copy link
Labels
Description
Objective
Fix a single lowercase "github" in a user-visible error message in pkg/workflow/permissions_validation.go to be consistently capitalized as "GitHub".
Context
From the UX Delight Analysis in discussion #17887, line 302 of pkg/workflow/permissions_validation.go uses lowercase "github" in an error message while all other 6 occurrences in the same file use the correct "GitHub" capitalization. This message is shown to users whenever a workflow is compiled with insufficient permissions for GitHub MCP toolsets.
Files to Modify
pkg/workflow/permissions_validation.go(single file only)
Change Required
Before (line ~302):
lines = append(lines, "Missing required permissions for github toolsets:")After:
lines = append(lines, "Missing required permissions for GitHub toolsets:")Acceptance Criteria
- Changes made to
pkg/workflow/permissions_validation.goonly - Line ~302 reads
"Missing required permissions for GitHub toolsets:" - All occurrences of "GitHub" in this file use consistent capitalization
- Run
make agent-finishto validate the change before committing
Generated by Plan Command for issue #discussion #17887
- expires on Feb 25, 2026, 11:59 AM UTC
Reactions are currently unavailable
Metadata
Metadata
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.