diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-07-07 01:47:25 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-07-07 01:47:25 +0200 |
commit | 7ef7178b1f4c9523137cfa9ed90f5883ee6449b5 (patch) | |
tree | d58319577b865b41693c41eb52509a47e40e8c0a | |
parent | 061652b30c5cde5305e852958886131ef0831559 (diff) | |
download | skyhanni-7ef7178b1f4c9523137cfa9ed90f5883ee6449b5.tar.gz skyhanni-7ef7178b1f4c9523137cfa9ed90f5883ee6449b5.tar.bz2 skyhanni-7ef7178b1f4c9523137cfa9ed90f5883ee6449b5.zip |
fix label bug fix v9
-rw-r--r-- | .github/workflows/label-bug-fix.yml | 5 |
1 files changed, 1 insertions, 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: |