From 17f9913b7a4d12824bab52f2d74edcb94e16ca0f Mon Sep 17 00:00:00 2001 From: Damien Date: Wed, 12 Feb 2025 13:44:20 +0100 Subject: [PATCH] ci: Update conventional-label.yaml (#20) --- .github/workflows/conventional-label.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/conventional-label.yaml b/.github/workflows/conventional-label.yaml index 434ba18..65dbf9c 100644 --- a/.github/workflows/conventional-label.yaml +++ b/.github/workflows/conventional-label.yaml @@ -1,14 +1,16 @@ +name: conventional release labels + on: pull_request_target: - types: [ opened, edited ] -name: conventional-release-labels - -permissions: - contents: read - pull-requests: write + 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"}'