mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 17:33:05 +08:00
2.5 KiB
2.5 KiB
title, description, slug, screenshots, authors, repository, host, stars, updated, installations, organizations
| title | description | slug | screenshots | authors | repository | host | stars | updated | installations | organizations | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PR Triage | Add a label depending on the pull request's status | pr-triage |
|
pr-triage/app | https://pr-triage.glitch.me | 19 | 2019-01-18 09:00:25 UTC | 64 |
|
Motivation
Firstly, I started to create PRTriage to solve my own pain. As an engineer, I spent my time to ask colleagues Pull Requests status such as WIP (work in progress)・UNREVIEWED・CHANGES_REQUESTED・APPROVED. Most of the developers use GitHub and follow GitHub Flow/Git Flow. Most of them say that the time it takes to know pull request status is getting increasing as the team is large so I published it as Open Source ✨.
Installation
Please follow the below steps to install quickly 🚀:
- Go to PRTriage App top page
- Click "+ Add to GitHub" button
- Choose a repository
- That's it ✨
How it works
Only watching the most recent commit 👀:
- Do nothing when the PR's title starts from
WIP,[WIP]orWIP:. - Add the
PR: unreviewedlabel when the PR does not have any reviews. - Add the
PR: reviewed-changes-requestedlabel when the PR has reviewed and gotChange requestevent. - Add the
PR: review-approvedlabel when the PR has reviewed and gotApproveevent.
Installation for GitHub Enterprise
Please follow the below steps to install for GitHub Enterprise 🚀:
- Go to GitHub Enterprise URL. E.g.
fake.github-enterprise.com - Go to
fake.github-enterprise.com/settings/apps/new - Create a new app which has Permissions and Subscribe to events below:
- Permissions
- Pull request
- Access: Read & Write
- Pull request
- Subscribe to events
- Pull request
- Pull request review
- Permissions
- Deploy the app to Glitch, Heroku or Now.