From b686b852438dfe3fc4e7f9a9a8977284fbe6fc5d Mon Sep 17 00:00:00 2001 From: MrD3y5eL <57021511+domalab@users.noreply.github.com> Date: Sat, 7 Dec 2024 11:06:09 +1000 Subject: [PATCH] Update auto-label.yml --- .github/workflows/auto-label.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 2f9159e..8c2bee9 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -2,7 +2,8 @@ name: Auto Label Issues on: issues: types: [opened, edited] - +permissions: + issues: write jobs: triage: runs-on: ubuntu-latest