microsoft / microsoft/vscode-pull-request-github
[Feature Request] Add the "only files owned by you" filter.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.6k
- Forks
- 795
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 46
Description
In our company monorepo, it is often that you need to review a PR that only some of its files are ones that owned by you, according to the CODEOWNER file.
When reviewing such a PR on github.com, there is a very useful function to filter the files in the PR to only see files that you own:
Adding this functionality would be an amazing addition to the vscode extension.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the extension's pull request file-filtering behavior and any existing CODEOWNERS handling. The feature is done when a pull request's changed-files view can show only files owned by the current reviewer according to CODEOWNERS, with the behavior verified against the issue's described review workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, typescript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100