summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornessita <124304+nessita@users.noreply.github.com>2025-01-21 14:15:27 -0300
committerGitHub <noreply@github.com>2025-01-21 14:15:27 -0300
commit862b7f98a02b7973848db578ff6d24ec8500fdb4 (patch)
treee6fa3daa12560e3c8f0570580055437e21b7e3bb
parent5244ecbd2259365ecd6bbf96747285a673b2ee69 (diff)
Moved permissions setup to toplevel for the Labels Github action.
-rw-r--r--.github/workflows/labels.yml5
1 files 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