summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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