Skip to content

Chrimle/Label-Auditor

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Label Auditor

Reusable GitHub Action Workflow, for auditing Pull Request labels.

Features

List of features...

Check Required Labels are applied

Will fail the check if the PR does not have at least one required label.

Configurable via required-labels, as a comma-separated list.

Check Sub-set of Labels also have SemVer Labels applied

Will fail the check if the PR has a label lacking the required corresponding SemVer-label.

Example: bug-label requires a SemVer-label (Major/Minor/Patch).

Configurable via semver-required-labels, as a comma-separated list.

Configure SemVer-labels

Allows customization of the SemVer-labels.

Default: MAJOR, MINOR and PATCH.

Configurable via semver-labels, as a comma-separated list.

About

Generic Pull Request Label Auditor

Topics

Resources

License

Stars

Watchers

Forks

Contributors