https://github.com/levy9527/auto-add-label
π· Automatically add label for github pull request
https://github.com/levy9527/auto-add-label
automation labeling-tool pull-requests
Last synced: about 1 year ago
JSON representation
π· Automatically add label for github pull request
- Host: GitHub
- URL: https://github.com/levy9527/auto-add-label
- Owner: levy9527
- License: isc
- Created: 2019-08-10T14:36:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:49:08.000Z (over 3 years ago)
- Last Synced: 2025-04-18T14:35:07.918Z (about 1 year ago)
- Topics: automation, labeling-tool, pull-requests
- Language: JavaScript
- Homepage: https://github.com/marketplace/auto-add-label
- Size: 1.67 MB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# auto-add-label
> A GitHub App built with [Probot](https://github.com/probot/probot) that π· Automatically add label for pull request
## Install
[Set up a plan](https://github.com/marketplace/auto-add-label)
## How to
- [δΈζ](https://zhuanlan.zhihu.com/p/79570363)
- [English](https://medium.com/deepexi/how-to-write-a-github-app-b297b7889815)
## Why
We use [gren](https://github.com/github-tools/github-release-notes) to generate github release notes, like this:

This requires we label every pull request:

If we forget to add label, there will be no release log:

In fact, as a human, I often forget to do that. That' why I create this app.
## Dev
```sh
# Install dependencies
yarn
# Developing
yarn dev
# Run the bot
yarn start
```
## Contributing
If you have suggestions for how auto-add-label 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 levy9527 (https://github.com/levy9527/auto-add-label)
## Inspiration
thanks to [auto-badge](https://github.com/a1motion/auto-badge)