aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/label-bug-fix.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/label-bug-fix.yml')
-rw-r--r--.github/workflows/label-bug-fix.yml2
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}}