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