Files
ha-blueprints/.github/workflows/conventional-label.yaml
2025-02-12 13:44:20 +01:00

17 lines
381 B
YAML

name: conventional release labels
on:
pull_request_target:
types:
- opened
- edited
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: bcoe/conventional-release-labels@v1
with:
ignore_types: '["chore", "ci"]'
type_labels: '{"feat": "enhancement", "fix": "bug", "breaking": "breaking", "doc": "documentation"}'