ci: Update conventional-label.yaml (#20)

This commit is contained in:
Damien
2025-02-12 13:44:20 +01:00
committed by GitHub
parent 3b56a331fb
commit 17f9913b7a

View File

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