Skip to content

pr-triage/app

Repository files navigation

Looking for contributors!!

GitHub App built with Probot that add an appropriate label depend on the PR's status.

Motivation

I spent the time to know Pull requests status during team development. As a team bigger, time becomes more increased. At first it was used internally but I noticed most of people have same problem so I published it as Open Source ✨.

Installation

  1. Go to PRTriage App top page
  2. Click "+ Add to GitHub" button
  3. Choose a repository
  4. That's it ✨

Learn how to install it for GitHub Enterprise.

How it works

Only watching the most recent commit 👀:

  • Do nothing when the PR's title starts from WIP, [WIP] or WIP:.
  • Add the PR: draft lable when the draft PR is created.
  • Add the PR: unreviewed label when the PR does not have any reviews.
  • Add the PR: reviewed-changes-requested label when the PR has reviewed and got Change request event.
  • Add the PR: partially-approved label when PR has reviewd and got Approve from one of the reviewers.
  • Add the PR: review-approved label when the PR has reviewed and got Approve from everyone.
  • Add the PR: merged label when the PR has merged.

Trusted by

Example users include the following GitHub organizations:

vuejs

The Practical Dev

Linio

Redash

And design

Wix

Autify



Contributing

It has adopted a Code of Conduct that we expect project participants to adhere to.
Please read the full text so that you can understand what actions will and will not be tolerated.

Read our contributing guide to learn about our development process, how to propose bugfixes
and improvements, and how to build and test your changes to PRTriage.

License

PRTriage © Sam Yamashita. Released under the Apache 2.0
Authored and maintained by Sam Yamashita with help from contributors.

FOSSA Status

Privacy PolicySecurity Policy