Chrome extension to list PRs that will change a file that you are looking at
- Dominant language
- No language data
- Stars
- 123
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Writing down some thoughts, links
- https://developer.github.com/v3/pulls/#list-pull-requests-files
- `GET /repos/:owner/:repo/pulls/:number/files`
- just need to extract the filename
- can filter by status
`curl https://api.github.com/repos/babel/babel/pulls/5061/files`
- show name/pr title/link!
---
Or the other way around, we make a service that tracks all prs and whenever they update it will update which files are updated.
---
Also could run this on PRs to show other PRs that are also changing the same files
- might be interesting to do this before creating one too
- https://twitter.com/zpao/status/817188556934262784
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.