https://github.com/y-less/open-mp-bot
Assign an issue label based on a tagged title
https://github.com/y-less/open-mp-bot
Last synced: 2 months ago
JSON representation
Assign an issue label based on a tagged title
- Host: GitHub
- URL: https://github.com/y-less/open-mp-bot
- Owner: Y-Less
- License: mpl-2.0
- Created: 2019-04-21T07:14:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-22T16:59:13.000Z (about 6 years ago)
- Last Synced: 2025-01-30T17:39:22.676Z (4 months ago)
- Language: JavaScript
- Size: 162 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# open.mp-bot
> A GitHub App built with [Probot](https://github.com/probot/probot) that manages open.mp repositories. It can:
* Auto-label issues based on a tagged name (`[Client]A bug`);
* ...## Use
After installation, create `.github/autolabel.yml` in the default branch to enable it:
```yml
labels:
- Server
- Client
```Then use the following pattern when naming issues:
`[Client]My Issue`
## Setup
```sh
# Install dependencies
npm install# Run the bot
npm start
```## Contributing
If you have suggestions for how open-mp could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the [Contributing Guide](CONTRIBUTING.md).
## License
[ISC](LICENSE) © 2019 Y_Less (open.mp)