From 25d556c736a90b64f4312e4a4332dbc922b71f66 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Wed, 11 Dec 2024 12:30:04 -0800 Subject: [PATCH] ci: update pr linter --- .github/workflows/pr-lint.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-lint.yaml b/.github/workflows/pr-lint.yaml index 0609d4649c..4286ada84d 100644 --- a/.github/workflows/pr-lint.yaml +++ b/.github/workflows/pr-lint.yaml @@ -10,9 +10,10 @@ jobs: lint-pr: name: Lint pull request title runs-on: ubuntu-latest + permissions: + pull-requests: write steps: - name: Lint pull request title uses: jef/conventional-commits-pr-action@v1 with: - comment: false token: ${{ secrets.GITHUB_TOKEN }}