From 923a755c1a97ac5c6c956792d88137ec5a84bc77 Mon Sep 17 00:00:00 2001 From: Ludy Date: Mon, 30 Dec 2024 15:03:59 +0100 Subject: [PATCH] Update ghaction-github-labeler.yaml --- .github/workflows/ghaction-github-labeler.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ghaction-github-labeler.yaml b/.github/workflows/ghaction-github-labeler.yaml index d871570..ab43b7d 100644 --- a/.github/workflows/ghaction-github-labeler.yaml +++ b/.github/workflows/ghaction-github-labeler.yaml @@ -11,14 +11,12 @@ permissions: jobs: labeler: - permissions: - contents: read # for actions/checkout to fetch code - issues: write # for crazy-max/ghaction-github-labeler to create, rename, update and delete label name: Labeler if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }} runs-on: ubuntu-latest permissions: - contents: write + contents: read + issues: write # for crazy-max/ghaction-github-labeler to create, rename, update and delete label steps: - name: Harden Runner uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2