triage-new-issues
A GitHub App, built with probot that adds
triage
label to newly-created issues which don't have labels
You might also be interested in hela or in the other related projects.
The hosted app may have some downtimes! Sorry for that, i'm trying to keep it up, but soon will be stable and always up!
Quality Assurance 💯
If you have any how-to kind of questions, please read Code of Conduct and join the chat rooms or open an issue.
You may also read the Contributing Guide. There, beside "How to contribute?", we describe everything stated by the badges.
Table of Contents
- Use programmatically
- Install it to your profile
- Deploying
- Related Projects
- Contributing
- Contributors
- Users
- License
(TOC generated by verb using markdown-toc)
Use programmatically
This project requires Node.js v8 or above. Install it using yarn v1 or above / npm v5 or above.
If you want to use it programmatically install it with yarn.
$ yarn add triage-new-issues
Install it to your profile
Go to https://github.com/apps/triage-new-issues and click the green "install" button.
Very much appreciated the work of Gyandeep Singh (@gyandeeps) on the plugin for the ESLint's GitHub Bot!
In addition to it, to safe UI clicking and time, I just added ability to auto-remove triage
label when another label is added.
Deploying
We hosting it on https://triage-new-issues.now.sh/, but if you want to host it yourself
- Decide where to host
- Check out Probot Docs on deploying
- Make sure your deployment service run the
start
script
ProTip: If you choose to host on Now, check now secrets help
Note: As of 15 November 2017, deploying on Now needs this workaround - probot/probot#318
Related Projects
Some of these projects are used here or were inspiration for this one, others are just related. So, thanks for your existance!
- execa: A better
child_process
| homepage - gitcommit: Simple, small and stable helper & prompter for submitting conventional commits | homepage
- hela: Powerful & flexible task runner framework in 80 lines, based on execa… more | homepage
- mri: Quickly scan for CLI flags and arguments | homepage
- p-map-series: Map over promises serially | homepage
Contributing
Please read the Contributing Guide and Code of Conduct documents for advices.
For bugs reports and feature requests, please create an issue or join us at our Flock chat rooms.
Contributors
Thanks to the hard work of these wonderful people this project is alive and it also follows the all-contributors specification.
Pull requests, stars and all kind of contributions are always welcome.
Users
You can see who uses triage-new-issues
in the USERS.md file. Please feel free adding this file if it not exists.
If you or your organization are using this project, consider adding yourself to the list of users. Thank You!
License
Copyright (c) 2017-present, Charlike Mike Reagent <olsten.larck@gmail.com>
.
Released under the Apache-2.0 License.
This file was generated by verb-generate-readme, v0.6.0, on November 17, 2017.
Project scaffolded and managed with hela.