Skip to content

fix(issues): Fix warning message for authored issues when GitHub visibility is restricted#919

Open
bcExpt1123 wants to merge 1 commit intoentrius:testfrom
bcExpt1123:fix/private-visibility-authored-issues-warning-copy
Open

fix(issues): Fix warning message for authored issues when GitHub visibility is restricted#919
bcExpt1123 wants to merge 1 commit intoentrius:testfrom
bcExpt1123:fix/private-visibility-authored-issues-warning-copy

Conversation

@bcExpt1123
Copy link
Copy Markdown
Contributor

@bcExpt1123 bcExpt1123 commented May 1, 2026

Summary

This PR updates the “authored by you” warning message to explain why the authored open issues list may be missing when GitHub Search is used.

If the user’s GitHub settings are restricted (private activity / limited visibility), GitHub Search returns a 422 error for the authored-issues query. Since we can’t get the complete authenticated author results from GitHub in this state, UI can only show indexed results only for the moment.

Related Issues

fixes #918

Type of Change

  • Bug fix

Screenshots

Before:
image

After:
image

Checklist

  • New components are modularized/separated where sensible
  • Uses predefined theme (e.g. no hardcoded colors)
  • Responsive/mobile checked
  • Tested against the test API
  • npm run format and npm run lint:fix have been run
  • npm run build passes
  • Screenshots included for any UI/visual changes

@xiao-xiao-mao xiao-xiao-mao Bot added the bug Something isn't working label May 1, 2026
@bcExpt1123
Copy link
Copy Markdown
Contributor Author

Hi @e35ventura
Could you please review this PR? I'd appreciate your feedback. Thanks.

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

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Open-Issue Query Fails in Issue Discovery (GitHub Search API Returns 422)

1 participant