Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.43 KB

README.md

File metadata and controls

56 lines (31 loc) · 1.43 KB

auto-add-label

A GitHub App built with Probot that 🏷 Automatically add label for pull request

Install

Set up a plan

How to

Why

We use gren to generate github release notes, like this:

image-20190824144637338

This requires we label every pull request:

image-20190824144931139

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

image-20190824145253175

In fact, as a human, I often forget to do that. That' why I create this app.

Dev

# 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.

License

ISC © 2019 levy9527 mailto:[email protected] (https://github.com/levy9527/auto-add-label)

Inspiration

thanks to auto-badge