https://github.com/renuo/pull-requests-counter
A Chrome Extension to show you how many Pull Requests are assigned to you
https://github.com/renuo/pull-requests-counter
productivity pull-requests r-alessandrorodi
Last synced: about 1 month ago
JSON representation
A Chrome Extension to show you how many Pull Requests are assigned to you
- Host: GitHub
- URL: https://github.com/renuo/pull-requests-counter
- Owner: renuo
- License: mit
- Created: 2016-02-12T10:06:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T14:21:52.000Z (5 months ago)
- Last Synced: 2025-04-04T10:32:57.142Z (2 months ago)
- Topics: productivity, pull-requests, r-alessandrorodi
- Language: JavaScript
- Homepage: https://goo.gl/IoKg5m
- Size: 27.3 KB
- Stars: 7
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pull Requests Counter
An icon in the browser shows the number of pull requests currently assigned to you or which require a code review from you.
Just click on the icon to see the pull requests!
## Install
* Proceed to the following URL and install the extension
* Chrome: https://goo.gl/IoKg5m
* Firefox: https://mzl.la/2EVTE0o
* Create a new token for your GitHub account here (https://github.com/settings/tokens/new?description=pull-requests-counter&scopes=repo)
* Save it and copy it in the options.
* Save.
* Enjoy!## Development
```sh
git clone [email protected]:renuo/pull-requests-counter.git
cd pull-requests-counter
```Get your hands on the code :-)
* Enable the extension on `chrome://extensions/`
## TODO
* Tests
* List Pull Requests directly in the widget with quick buttons to merge them.
* Update the number when pull requests are merged.
## Copyright
Copyright 2019 [Renuo AG](https://www.renuo.ch/).