Skip to content

fix(github): retain labels in issue indexes - #253

Merged
kjgbot merged 2 commits into
mainfrom
fix/github-index-label-values
Jul 20, 2026
Merged

fix(github): retain labels in issue indexes#253
kjgbot merged 2 commits into
mainfrom
fix/github-index-label-values

Conversation

@kjgbot

@kjgbot kjgbot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Summary

  • project normalized GitHub issue labels into public per-repository issue index rows
  • retain an explicit empty label array when an issue has no labels
  • add regression coverage for the auxiliary emitter contract

Validation

  • npm run build --workspace @relayfile/adapter-core
  • npm test --workspace @relayfile/adapter-github (376 passed)

@kjgbot
kjgbot marked this pull request as ready for review July 20, 2026 22:48
@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown

Warning

Review limit reached

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

Next review available in: 4 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: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 419cc105-9488-4afb-9dc6-4d493eb2bb21

📥 Commits

Reviewing files that changed from the base of the PR and between db09cab and 6ba5f1d.

📒 Files selected for processing (2)
  • packages/github/src/__tests__/emit-auxiliary-files.test.ts
  • packages/github/src/emit-auxiliary-files.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/github-index-label-values

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.

@gemini-code-assist gemini-code-assist Bot 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.

Code Review

This pull request introduces support for extracting and including GitHub label names in the generated record index rows. It adds a helper function readGitHubLabelNames to parse labels (as strings or objects) and updates the index row builder to include this field. Additionally, the test suite is updated to assert that labels are correctly populated. The reviewer suggests adding test coverage to verify that an empty label array is retained when an issue has no labels, ensuring the implementation fully meets the stated goals.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread packages/github/src/__tests__/emit-auxiliary-files.test.ts
@kjgbot
kjgbot merged commit 12177c1 into main Jul 20, 2026
2 of 3 checks passed
@kjgbot
kjgbot deleted the fix/github-index-label-values branch July 20, 2026 22:59
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.

1 participant