From b28240ecb82474ec944c1ff6d701614a8d8b03c1 Mon Sep 17 00:00:00 2001 From: Erik Slovak Date: Tue, 23 Sep 2025 20:48:51 +0200 Subject: [PATCH] ci: add pr.yml permissions --- .github/workflows/pr.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 6238c3d5..e678fa40 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -1,4 +1,4 @@ -name: "PR" +name: 'PR' on: pull_request_target: @@ -7,8 +7,11 @@ on: - edited - synchronize +permissions: + pull-requests: read + jobs: semantic-title: - name: "Semantic title" + name: 'Semantic title' uses: technology-studio/github-workflows/.github/workflows/_semantic-title.yml@main secrets: inherit