README
Github Label Presets
How To Use It
You'll also need a GitHub access token ready so that the the tool will have access to your repositories. You can generate an access token here, be sure to allow the "repo" scope.
npm install @azu/github-label-setup -g
# run command in your github project directory
# Replace Your Github Token
github-label-setup --token {{GITHUB_TOKEN}} --labels @dietfriends/github-label-presets
Labels
duplicate - This issue or Pull Request already exists
help wanted - Extra attention is needed
good first issue - Good for newcomers
Priority: Critical
Priority: High
Priority: Medium
Priority: Low
Status: Abandoned - The issue or Pull Request is wontfix
Status: Blocked - Progress on the issue is Blocked
Status: In Progress - Work in Progress
Status: Proposal - Request for comments
Status: PR Welcome - Welcome to Pull Request
Status: Review Needed - Request for review comments
Status: Need More Info - Lacks enough info to make progress
Type: Breaking Change - Includes breaking changes
Type: Bug - Bug or Bug fixes
Type: Documentation - Documentation only changes
Type: Feature - New Feature
Type: Refactoring - A code change that neither fixes a bug nor adds a feature
Type: Testing - Adding missing tests or correcting existing tests
Type: Maintenance - Repository Maintenance
Type: CI - Changes to CI configuration files and scripts
Type: Question - Further information is requested