diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index a9c51c9..617d867 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -1,12 +1,15 @@ name: Verify PR title/description on: - pull_request: + pull_request_target: types: - opened - edited - synchronize +permissions: + pull-requests: read + jobs: check: runs-on: ubuntu-latest