From afcb730e6bafebc3a74b29008a87cbf91b3d0ecc Mon Sep 17 00:00:00 2001 From: Dani Aschwanden Date: Fri, 4 Oct 2024 15:06:51 +0200 Subject: [PATCH] ci: add proper permisisons to PR Validation --- .github/workflows/prs.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prs.yaml b/.github/workflows/prs.yaml index 21f03d08..efc25e8f 100644 --- a/.github/workflows/prs.yaml +++ b/.github/workflows/prs.yaml @@ -2,7 +2,12 @@ name: PR Conventional Commit Validation on: pull_request: types: [opened, synchronize, reopened, edited] - +permissions: + actions: read + contents: read + issues: write + pull-requests: write + repository-projects: read jobs: validate-pr-title: runs-on: ubuntu-latest