From e35a9748926d4f2b45a4393818d254ad7b2bb409 Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Thu, 17 Jul 2025 12:11:30 -0600 Subject: [PATCH] Update .github/workflows/feature-request-comment.yml --- .github/workflows/feature-request-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/feature-request-comment.yml b/.github/workflows/feature-request-comment.yml index 48d4ea9e2..8426d7af2 100644 --- a/.github/workflows/feature-request-comment.yml +++ b/.github/workflows/feature-request-comment.yml @@ -9,7 +9,7 @@ permissions: jobs: add-comment-to-feature-request-issues: - if: github.event.label.name == 'feature-request' + if: github.event.label.name == 'enhancement' runs-on: ubuntu-latest env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}