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