chore(gh): allowlist @goransh-walia in the contribution gate - #5985
chore(gh): allowlist @goransh-walia in the contribution gate#5985Hmbown wants to merge 1 commit into
Conversation
Every push to #5870 parked all seven workflow runs at `action_required`, so the PR read as stalled twice tonight while nothing was actually wrong with it — the runs had simply never started. @goransh-walia is a genuine external contributor (first PR, fixes #3999) and belongs through the automated front door, which is what AGENTS.md prescribes for this exact symptom. @gaord was already listed; this adds the second contributor whose PRs are in flight. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01D4rk4NXwyy6wmvii9Lp84P Signed-off-by: CodeWhale Bot <bot@codewhale.net>
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_73774147-65d2-442b-9d0b-4b7c648337b9) |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
Claude finished @Hmbown's task in 30s —— View job Review
Summary: This is a 1-line addition of Findings:
No issues found. This matches prior precedent (e.g. |
There was a problem hiding this comment.
🟢 Approval recommended
The change is a single, correctly formatted allowlist entry consistent with the file’s documented contribution-gate mechanism.
Pull request overview
This PR updates the repository’s contribution-gate allowlist so that GitHub Actions workflow runs for @goransh-walia are not blocked in action_required and can start automatically.
Changes:
- Add
all:goransh-waliato.github/APPROVED_CONTRIBUTORS.
File summaries
| File | Description |
|---|---|
| .github/APPROVED_CONTRIBUTORS | Allowlists all:goransh-walia so their PR/issue workflow runs can execute without manual maintainer approval. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| all:serephus | ||
| all:Pinvou | ||
| all:SparkofSpike | ||
| all:goransh-walia |
There was a problem hiding this comment.
🟡 Workflow runs remain approval-blocked
New pushes still enter action_required after adding all:goransh-walia. Only the custom readAllowlist gates consume this file, and they cannot approve workflow runs.
Prompt for agents
The new allowlist entry is consumed only by .github/workflows/pr-gate.yml and issue-gate.yml. It does not affect GitHub's native approval requirement that leaves workflow runs in action_required. Resolve the workflow-approval policy through the repository's Actions configuration or another mechanism that actually approves those runs. Keep this allowlist entry only if suppressing the custom contribution-gate handling is also intended.
Was this helpful? React with 👍 or 👎 to provide feedback.
There was a problem hiding this comment.
Codewhale review
Adds @goransh-walia to the GitHub contribution-gate allowlist so their CI workflows start without manual approval.
Assessment
Low-risk configuration-only change. The added entry matches the existing all:username format and the contributor's GitHub handle referenced in the PR description. No tests or code changes are required.
Advisory review by Codewhale (codewhale review --pr 5985 --post, head c1726f5070fe5e62875398a8ba262001a721c00e). Line-specific findings are also posted as inline review comments; mechanical fixes arrive as committable suggestions you can apply from the Files tab. CODEOWNERS approval still governs merge.
No-Issue: contribution-gate allowlist config so an external contributor's CI runs start without manual approval
Every push to #5870 parked all seven workflow runs at
action_required, so the PR read as stalled twice while nothing was actually wrong with it — the runs had simply never started, and a maintainer had to approve them by hand each time.@goransh-walia is a genuine external contributor (first PR, fixed #3999, merged in 3f3aa9e) and belongs through the automated front door.
AGENTS.mdprescribes exactly this for the symptom:@gaord was already listed; this adds the second contributor whose work is in flight.
🤖 Generated with Claude Code
https://claude.ai/code/session_01D4rk4NXwyy6wmvii9Lp84P
Note
Low Risk
Only extends the GitHub contribution-gate allowlist; no runtime or security-sensitive code paths change.
Overview
Adds
all:goransh-waliato.github/APPROVED_CONTRIBUTORSso the automated contribution gate lets their PR/issue workflow runs start instead of leaving them stuck ataction_required.This is a one-line allowlist update for an external contributor who already merged work; no application or CI logic changes.
Reviewed by Cursor Bugbot for commit c1726f5. Bugbot is set up for automated code reviews on this repo. Configure here.