From 4c7cc8fc77c4622337f3ae0f769c4c91facc667a Mon Sep 17 00:00:00 2001 From: Andrii <72581339+a-nomad@users.noreply.github.com> Date: Wed, 29 Oct 2025 14:38:20 +0000 Subject: [PATCH] Add permission to write comments --- .github/workflows/code-quality.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index a8aa1d4..d366925 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -7,6 +7,9 @@ on: branches: - main +permissions: + pull-requests: write + jobs: lint: runs-on: ubuntu-latest