From 7ef7178b1f4c9523137cfa9ed90f5883ee6449b5 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 7 Jul 2024 01:47:25 +0200 Subject: fix label bug fix v9 --- .github/workflows/label-bug-fix.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/label-bug-fix.yml b/.github/workflows/label-bug-fix.yml index c66acb5ff..71e00d27b 100644 --- a/.github/workflows/label-bug-fix.yml +++ b/.github/workflows/label-bug-fix.yml @@ -3,14 +3,11 @@ on: pull_request: types: [ opened, edited, labeled ] - - jobs: assign-label: runs-on: ubuntu-latest permissions: - contents: read - pull-requests: write + issues: write steps: - name: label env: -- cgit