From 061652b30c5cde5305e852958886131ef0831559 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 7 Jul 2024 01:46:27 +0200 Subject: fix label bug fix v8 --- .github/workflows/label-bug-fix.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/label-bug-fix.yml b/.github/workflows/label-bug-fix.yml index f27fd8cf7..c66acb5ff 100644 --- a/.github/workflows/label-bug-fix.yml +++ b/.github/workflows/label-bug-fix.yml @@ -4,13 +4,13 @@ on: types: [ opened, edited, labeled ] -permissions: - contents: read - pull-requests: write jobs: assign-label: runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write steps: - name: label env: -- cgit