From 83030f0e4a82a1f39f13fc057e3510938841c761 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 15 Jun 2025 18:38:09 -0500 Subject: [PATCH] ci: labeler issues permission (#7278) Should resolve issue with needing to create labels. Signed-off-by: Austin Horstman --- .github/workflows/labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 81585d85..0c7829ca 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -11,6 +11,7 @@ on: permissions: contents: read pull-requests: write + issues: write jobs: labels: