diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-07-07 01:44:56 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-07-07 01:44:56 +0200 |
commit | f945c8f37cb1a5fa2e307edf5496f67dc1b8416d (patch) | |
tree | 8dc6402bfa2bbccae7237e4508dc8f2f2c893a1b | |
parent | 213baa31db08c82be7fb6f4ef7241cc9bbcf79a4 (diff) | |
download | skyhanni-f945c8f37cb1a5fa2e307edf5496f67dc1b8416d.tar.gz skyhanni-f945c8f37cb1a5fa2e307edf5496f67dc1b8416d.tar.bz2 skyhanni-f945c8f37cb1a5fa2e307edf5496f67dc1b8416d.zip |
fix label bug fix v7
-rw-r--r-- | .github/workflows/label-bug-fix.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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: |