This is a GitHub Action for Automatic Labeling of GitHub Issues and Pull Requests
Required The name of the file where configuration is specified. Default location and name: ".github/pull-request-labeler-config.yml"
.
uses: michalmokros/pull-request-labeler@v1
with:
configuration-path: '.github/pull-request-labeler-config.yml'
labels:
feature: 'feat[(|:]'
fix: 'fix[(|:]'
base:
branches: ['main']
labels: ['in PR chain']