From 862b7f98a02b7973848db578ff6d24ec8500fdb4 Mon Sep 17 00:00:00 2001 From: nessita <124304+nessita@users.noreply.github.com> Date: Tue, 21 Jan 2025 14:15:27 -0300 Subject: [PATCH] Moved permissions setup to toplevel for the Labels Github action. --- .github/workflows/labels.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 3ca0f643f5..77a8ca0a0a 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -8,12 +8,13 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true +permissions: + pull-requests: write + jobs: no_ticket: name: "Flag if no Trac ticket is found in the title" runs-on: ubuntu-latest - permissions: - pull-requests: write steps: - uses: actions/checkout@v4