diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-10-05 10:01:05 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-10-05 10:01:05 +0200 |
commit | 168372b0be062dff2bf17d661ab4adfa4492e91d (patch) | |
tree | 65b98b4628efb4bce62a0ca6848007577a1f4849 /.github | |
parent | 5a77e28bf9bd7f9d10eb561212ea5f68512892b7 (diff) | |
download | skyhanni-168372b0be062dff2bf17d661ab4adfa4492e91d.tar.gz skyhanni-168372b0be062dff2bf17d661ab4adfa4492e91d.tar.bz2 skyhanni-168372b0be062dff2bf17d661ab4adfa4492e91d.zip |
renamed Bug Fix
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/label-bug-fix.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/label-bug-fix.yml b/.github/workflows/label-bug-fix.yml index dae2980de..4730d6194 100644 --- a/.github/workflows/label-bug-fix.yml +++ b/.github/workflows/label-bug-fix.yml @@ -14,7 +14,7 @@ jobs: - name: label env: TITLE: ${{ github.event.pull_request.title }} - LABEL: Bug Fix - Sooner than Very Soon + LABEL: Bug Fix uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN}} |