diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 407b69c..341681a 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -4,6 +4,7 @@ on: branches: [main, master] permissions: contents: read + pull-requests: read jobs: commitlint: runs-on: ubuntu-latest