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