From 2d8de9e8412bb056ecdf64f335477148c92497e6 Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Tue, 16 Jan 2024 23:28:28 -0600 Subject: [PATCH] squash: wtf --- .github/workflows/lint-pr-title.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-pr-title.yaml b/.github/workflows/lint-pr-title.yaml index da0b49c9d..9d945ce1d 100644 --- a/.github/workflows/lint-pr-title.yaml +++ b/.github/workflows/lint-pr-title.yaml @@ -20,7 +20,7 @@ jobs: name: Validate PR title runs-on: ubuntu-latest permissions: - contents: read + contents: write pull-requests: write steps: - uses: amannn/action-semantic-pull-request@v5.4.0