Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 434 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 434 Bytes

pr-size-tagger

This Github app aims to label PRs accordingly to their size, so that there is more clarity within the project itself.

Setup

# Install dependencies
npm install

# Run the bot
npm start

Settings

To customize the bot, you can edit the settings.json file in the root of the project. Please however note that after editing the file, you need to restart the bot for the modifications to apply.