Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vviktorpl/pr-assistant
A dev tool that helps in your daily code review routine.
https://github.com/vviktorpl/pr-assistant
codereview gitlab pull-requests react
Last synced: about 1 month ago
JSON representation
A dev tool that helps in your daily code review routine.
- Host: GitHub
- URL: https://github.com/vviktorpl/pr-assistant
- Owner: vViktorPL
- License: mit
- Created: 2020-11-21T18:26:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-15T10:16:01.000Z (almost 4 years ago)
- Last Synced: 2024-06-12T17:57:17.540Z (6 months ago)
- Topics: codereview, gitlab, pull-requests, react
- Language: TypeScript
- Homepage:
- Size: 213 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PR Assistant
A dev tool that helps in your daily code review routine. To achieve that, it
lists pull requests that require your attention by tagging them with some pseudo-statuses:* 👍 - You have approved this PR
* ✔ - You have left some feedback and pre-approved this PR.
* ⏳ - PR author needs to address your comments.
* 👀 - Some new changes has been pushed since your last comments in this PR.
* 🆕 - This PR has been created less than 10 minutes ago.
* 😜 - This is your own PR (no CR needed from your side).## Supported platforms
Currently this tool supports only repositories that are hosted on gitlab.com (no self hosting support).
## Setup
```bash
npm i
```## Start
```bash
npm start
```## Roadmap
* Possibility to mark PR as "reviewed" manually (local state)
* New status needed for that
* It should be able to go to "👀" state if PR changed after last manual review click
* Edit repositories
* Delete repositories
* GitLab integration improvements
* Setup
* Auto-suggest filter labels
* Auto-suggest repository paths by quering for private ones