diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index e9c66a9036..f5a2e7d360 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -1,7 +1,7 @@ name: commitlint on: - pull_request_target: + pull_request: types: - opened - reopened @@ -14,6 +14,7 @@ jobs: if: github.repository == 'frrouting/frr' permissions: contents: read + pull-requests: read runs-on: ubuntu-latest steps: - name: Checkout