From 5d21a267fc167eb537fc1c1b9e00c8c4e75c3085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 31 Jul 2024 20:59:45 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20issue-manager.yml=20Git?= =?UTF-8?q?Hub=20Action=20permissions=20(#1278)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/issue-manager.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/issue-manager.yml b/.github/workflows/issue-manager.yml index a96f24a..e491dce 100644 --- a/.github/workflows/issue-manager.yml +++ b/.github/workflows/issue-manager.yml @@ -11,6 +11,9 @@ on: types: - labeled +permissions: + issues: write + jobs: issue-manager: runs-on: ubuntu-latest