From 3b56a331fbc1e2bbc832544abf922ec03fbdf23c Mon Sep 17 00:00:00 2001 From: Damien Date: Wed, 12 Feb 2025 13:26:44 +0100 Subject: [PATCH] ci: set permission to add label to PR --- .github/workflows/conventional-label.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/conventional-label.yaml b/.github/workflows/conventional-label.yaml index bd97805..434ba18 100644 --- a/.github/workflows/conventional-label.yaml +++ b/.github/workflows/conventional-label.yaml @@ -2,8 +2,13 @@ on: pull_request_target: types: [ opened, edited ] name: conventional-release-labels + +permissions: + contents: read + pull-requests: write + jobs: label: runs-on: ubuntu-latest steps: - - uses: bcoe/conventional-release-labels@v1 \ No newline at end of file + - uses: bcoe/conventional-release-labels@v1