Skip to content

fix(generate-report): support partial repository overrides#1229

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
fix-1228-generate-report-partial-repo-3f7e171eb8a14d1b
Draft

fix(generate-report): support partial repository overrides#1229
github-actions[bot] wants to merge 1 commit into
mainfrom
fix-1228-generate-report-partial-repo-3f7e171eb8a14d1b

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Summary

  • fix repository resolution in claude-workflows/generate-report/ro/action.yml to resolve owner and name independently
  • ensure partial overrides now work:
    • repository-owner only -> uses provided owner + default repository name
    • repository-name only -> uses default owner + provided repository name
  • apply the same resolution in both prompt context (Repository:) and issue creation (REPO=...) to keep behavior consistent
  • clarify input defaults in claude-workflows/generate-report/ro/README.md

Why

The previous expression only checked whether repository-owner was set, which produced owner/ when repository-name was empty and ignored repository-name when repository-owner was empty.

Validation

  • make lint-actions

Closes #1228


What is this? | From workflow: Trigger Bug Hunter

Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.

Resolve repository owner/name independently so setting only one input still builds a valid repo target in both prompt context and issue creation.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.

[bug-hunter] generate-report mishandles partial repository override inputs

0 participants