From f945c8f37cb1a5fa2e307edf5496f67dc1b8416d Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 7 Jul 2024 01:44:56 +0200 Subject: fix label bug fix v7 --- .github/workflows/label-bug-fix.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/label-bug-fix.yml b/.github/workflows/label-bug-fix.yml index f25633f75..f27fd8cf7 100644 --- a/.github/workflows/label-bug-fix.yml +++ b/.github/workflows/label-bug-fix.yml @@ -3,8 +3,10 @@ on: pull_request: types: [ opened, edited, labeled ] + permissions: - issues: write + contents: read + pull-requests: write jobs: assign-label: -- cgit