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.ymlfile with your settings (see.github/trafico.sample.ymlfor available settings). - That's it ✨.
Only watches the most recent commit 👀:.
- Adds a
WIPlabel if title starts fromWIP,[WIP]orWIP:(can be disabled). - Adds a
Waiting for Reviewlabel when the PR does not have any reviews yet. - Adds a
Changes requestedlabel when the PR has been reviewed with requested changes. - Adds a
Approvedlabel when the PR has been reviewed and got approved (as many times as the branch's protection setting dictates). - Adds a
Mergedlabel 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.