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