-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update github extension #17468
base: main
Are you sure you want to change the base?
Update github extension #17468
Conversation
- fix: incorrect filter - feat: allow exclusion list for listing issues - Initial commit
Thank you for your contribution! 🎉 🔔 @thomaslombart @unnamedd @tonka3000 @khasbilegt @pernielsentikaer @loxygenK @oilbeater @LunaticMuch @aeorge @daquinoaldo @peppy @aeither @marcotf @qeude @nesl247 @xilopaint @antonengelhardt @bangerang @wottpal @LitoMore @d-mitrofanov-v @j3lte @jfkisafk @vlasischar @JavaLangRuntimeException @shyakadavis @sushichan044 you might want to have a look. You can use this guide to learn how to check out the Pull Request locally in order to test it. Due to our current reduced availability, the initial review may take up to 10-15 business days |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
Added a repository exclusion feature to GitHub extension, allowing users to filter out specific repositories from "my-issues" commands via a new preference.
- Added
excludedRepositories
preference to bothmy-issues
andmy-issues-menu
commands inpackage.json
- Implemented repository filtering in
useMyIssues.ts
by converting comma-separated list into query exclusions - Updated
my-issues-menu.tsx
andmy-issues.tsx
to pass the new preference to the hook - Added changelog entry with proper
{PR_MERGE_DATE}
placeholder at the top ofCHANGELOG.md
- Feature helps users remove visual noise from repositories they no longer contribute to but are still tagged in
💡 (5/5) You can turn off certain types of comments like style here!
5 file(s) reviewed, 2 comment(s)
Edit PR Review Bot Settings | Greptile
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Description
Add a preference to exclude repositories from the "my-issues-*" commands. I wanted to remove some visual cues when I am tagged by mistake on repositories I no longer contribute to.
Screencast
https://youtu.be/tZRXF2U4aao
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder