Skip to content

feat: implement issue #301 — Compliance: non-stub-feature-ideation.yml - #322

Closed
don-petry wants to merge 1 commit into
mainfrom
dev-lead/issue-301-20260715-0238
Closed

feat: implement issue #301 — Compliance: non-stub-feature-ideation.yml#322
don-petry wants to merge 1 commit into
mainfrom
dev-lead/issue-301-20260715-0238

Conversation

@don-petry

Copy link
Copy Markdown
Contributor

Closes #301

Implemented by dev-lead agent. Please review.

Copilot AI review requested due to automatic review settings July 15, 2026 02:40
@don-petry
don-petry requested a review from a team as a code owner July 15, 2026 02:40
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@gemini-code-assist

Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@coderabbitai

coderabbitai Bot commented Jul 15, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@don-petry, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 51 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 0574a894-d3c9-4703-9f15-c4f2f2aa0005

📥 Commits

Reviewing files that changed from the base of the PR and between 8e2a986 and e1af0b2.

📒 Files selected for processing (1)
  • .github/workflows/feature-ideation.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dev-lead/issue-301-20260715-0238

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@sonarqubecloud

Copy link
Copy Markdown

@don-petry

Copy link
Copy Markdown
Contributor Author

Dev-Lead — review-changes (no-changes)

No changes were needed for this PR.

@don-petry
don-petry enabled auto-merge (squash) July 15, 2026 02:41
@donpetry-bot

Copy link
Copy Markdown
Contributor

Advisory bots were rate-limited; auto-approval is withheld until they recover. pr-review-sweep will re-review this PR after 2026-07-15T03:42:16Z.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to remediate Issue #301 by updating the repo’s centralized feature-ideation.yml workflow so it correctly delegates to the org’s reusable Feature Ideation workflow in a compliant, standardized way.

Changes:

  • Added new workflow_dispatch inputs (enhance_backlog, target_discussion) and introduced redispatch + prep jobs to bridge discussion:created into workflow_dispatch and to resolve inputs via job outputs.
  • Updated the reusable workflow reference and rewired with: values to use needs.prep.outputs.* (including fromJSON casts for booleans).
  • Updated comments/docs within the workflow to describe the new bridging behavior and input-resolution approach.

Comment on lines 183 to 186
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
with:
Comment on lines +90 to +97
# ── #963 discussion→dispatch redispatch bridge ───────────────────────────────
# claude-code-action aborts on `discussion` event contexts ("Unsupported event
# type: discussion"). So on `discussion: created` we do NOT call the reusable
# inline; the `redispatch` job re-invokes this workflow via workflow_dispatch
# (under which the action runs cleanly), passing the number as target_discussion.
# Mirrors initiative-planner.yml's redispatch (#618). The `ideate` reusable call
# then runs only on workflow_dispatch/schedule.
redispatch:
@don-petry

Copy link
Copy Markdown
Contributor Author

Auto-rebase is skipping this PR. It has merge conflicts with main but is not review-ready (draft=false, approved=false, auto-rebase:ready=false), so auto-rebase will not update it — and it cannot be approved while red. Left alone it will not progress.

To unblock, do one of:

  • add the auto-rebase:ready label (opts it into auto-rebase without an approval), or
  • get it approved, or
  • resolve manually:
git fetch origin
git merge origin/main
# resolve conflicts, then:
git add . && git commit && git push

@don-petry

Copy link
Copy Markdown
Contributor Author

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.

@don-petry don-petry closed this Jul 21, 2026
auto-merge was automatically disabled July 21, 2026 03:14

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compliance: non-stub-feature-ideation.yml

3 participants