Skip to content

Keep Goal workflow problem reports on the goal issue#19

Open
Copilot wants to merge 7 commits into
mainfrom
copilot/fix-goal-workflow-comments
Open

Keep Goal workflow problem reports on the goal issue#19
Copilot wants to merge 7 commits into
mainfrom
copilot/fix-goal-workflow-comments

Conversation

Copilot AI commented Jun 16, 2026

Copy link
Copy Markdown

Goal workflow problem handling could route blockers or framework-level problem reports into new issues. Those reports should stay on the selected goal issue as comments.

  • Disable issue creation for problem paths
    • Turn off issue creation for missing-tool, missing-data, report-incomplete, no-op, and failure reporting paths.
    • Align the generated lock workflow with the source workflow configuration.
safe-outputs:
  report-failure-as-issue: false
  missing-tool:
    create-issue: false
  missing-data:
    create-issue: false
  report-incomplete:
    create-issue: false
  noop:
    report-as-issue: false
  • Clarify workflow behavior

    • Add prompt guidance that blockers, protected-file fallbacks, and problem reports for a selected goal must use add_comment on selected.number.
    • Explicitly prohibit opening a separate issue for problems with the selected goal.
  • Add contract coverage

    • Add tests that verify both workflow Markdown copies and the generated lock config preserve the no-new-issues reporting contract.

Copilot AI and others added 6 commits June 16, 2026 19:55
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix goal workflow to comment on actual goal issue Keep Goal workflow problem reports on the goal issue Jun 16, 2026
Copilot finished work on behalf of mrjf June 16, 2026 20:02
Copilot AI requested a review from mrjf June 16, 2026 20:02
@mrjf mrjf marked this pull request as ready for review June 16, 2026 20:39
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.

2 participants