From 79bacb09737bacaa42def9211eb1a8c8e033e126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dundar=20G=C3=B6c?= Date: Tue, 8 Feb 2022 09:26:15 +0100 Subject: [PATCH] ci: add write permissions to add-reviewer job --- .github/workflows/labeler.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 5eb0185071..17dbf8704d 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -36,6 +36,8 @@ jobs: add-reviewer: runs-on: ubuntu-latest needs: ["triage", "type-scope"] + permissions: + pull-requests: write steps: - uses: actions/github-script@v5 with: