Moved permissions setup to toplevel for the Labels Github action.

This commit is contained in:
nessita
2025-01-21 14:15:27 -03:00
committed by GitHub
parent 5244ecbd22
commit 862b7f98a0

View File

@@ -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