From d654e4111cb8743f85aed37e645b25fa97bf8e49 Mon Sep 17 00:00:00 2001 From: nitrocode <7775707+nitrocode@users.noreply.github.com> Date: Mon, 23 Jan 2023 08:34:37 -0600 Subject: [PATCH] fix(actions): add missing checks perms to labeler --- .github/workflows/labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 0088563f00..3b05b57a88 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -12,6 +12,7 @@ on: jobs: triage: permissions: + checks: write contents: read pull-requests: write if: github.event.pull_request.draft == false