Skip to content

GitHub Action for Automatic Labeling of GitHub Pull Requests

Notifications You must be signed in to change notification settings

michalmokros/pull-request-labeler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pull Request Labeler

This is a GitHub Action for Automatic Labeling of GitHub Issues and Pull Requests

Inputs

configuration-path

Required The name of the file where configuration is specified. Default location and name: ".github/pull-request-labeler-config.yml".

Example usage

uses: michalmokros/pull-request-labeler@v1
with:
  configuration-path: '.github/pull-request-labeler-config.yml'

Example of configuration-path

labels:
  feature: 'feat[(|:]'
  fix: 'fix[(|:]'

base: 
  branches: ['main']
  labels: ['in PR chain']

About

GitHub Action for Automatic Labeling of GitHub Pull Requests

Resources

Stars

Watchers

Forks

Packages

No packages published