From dd3ab2e1cfc64a9b956ed159e9330a2b83cf01fd Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Wed, 4 Oct 2023 14:21:58 +0300 Subject: [PATCH] =?UTF-8?q?ci:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D1=8F=D0=B5=D1=82=20permissions=20=D0=B4=D0=BB=D1=8F=20labeler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/size-labeler.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/size-labeler.yml b/.github/workflows/size-labeler.yml index 628b7d2..4c94d82 100644 --- a/.github/workflows/size-labeler.yml +++ b/.github/workflows/size-labeler.yml @@ -6,6 +6,9 @@ jobs: labeler: runs-on: ubuntu-latest name: Label the PR size + permissions: + issues: write + pull-requests: write steps: - uses: codelytv/pr-size-labeler@v1 with: