feat: implement issue #330 — Compliance: stub-surface-drift-feature-ideation.yml-permissions - #335
feat: implement issue #330 — Compliance: stub-surface-drift-feature-ideation.yml-permissions#335don-petry wants to merge 1 commit into
Conversation
…deation.yml-permissions
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
Warning Review limit reached
Next review available in: 45 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Note
Copilot couldn't run its full agentic review because it didn't start before the timeout. Make sure your repository has a runner available, or add a copilot-code-review.yml file specifying one with the runs-on attribute. See the docs for more details.
Implements issue #330 by adjusting the feature-ideation.yml workflow to safely run the reusable ideation workflow in contexts where claude-code-action doesn’t support discussion events, using a discussion→dispatch “redispatch” bridge and a prep job to resolve inputs without startup-time expression failures.
Changes:
- Added new
workflow_dispatchinputs (enhance_backlog,target_discussion) and updated discussion-trigger behavior documentation. - Introduced a
redispatchjob to re-invoke the workflow viaworkflow_dispatchwhen a new Ideas discussion is created. - Added a
prepjob to resolve inputs into stableneeds.*outputs and updated the reusable workflow call to consume those outputs.
| id-token: write | ||
| actions: read | ||
| uses: petry-projects/.github/.github/workflows/feature-ideation-reusable.yml@ed5676d2b1ea418efc56e93bccba2e175d0802b7 # v1 | ||
| uses: petry-projects/.github/.github/workflows/feature-ideation-reusable.yml@feature-ideation/stable # NOSONAR(githubactions:S7637) first-party channel ref |
|
Dev-Lead — fix-bot-comment (no-changes)Agent reasoning |
|
Auto-rebase is skipping this PR. It has merge conflicts with To unblock, do one of:
|
|
Closing as part of the open-PR drain (50-PR automation cap). This branch has real merge conflicts with main and cannot be rebased automatically; the linked compliance issue remains OPEN so dev-lead can regenerate a clean PR once there is cap headroom. No work is lost. |
Pull request was closed



Closes #330
Implemented by dev-lead agent. Please review.