GitHub App built with Probot that adds appropriate labels depending on a Pull Request's status.
Please follow the below steps to install quickly 🚀:
- Go to the Trafico Github App page.
- Click the "Install it for free" button down below.
- Choose a repository.
- Create
.github/trafico.yml
file with your settings (see.github/trafico.sample.yml
for available settings). - That's it ✨.
Only watches the most recent commit 👀:.
- Adds a
WIP
label if title starts fromWIP
,[WIP]
orWIP:
(can be disabled). - Adds a
Waiting for Review
label when the PR does not have any reviews yet. - Adds a
Changes requested
label when the PR has been reviewed with requested changes. - Adds a
Approved
label when the PR has been reviewed and got approved (as many times as the branch's protection setting dictates). - Adds a
Merged
label when the PR has been merged.
This bot is based heavily on the PR-Triage Bot by Sam Yamashita, so check that one if this one does not fulfill your needs.
Please read Contributing Guide for details on our code of conduct, and the process for submitting pull requests to us.
Trafico © Orhan Sönmez. Released under the Apache 2.0
Authored and maintained by Orhan Sönmez.