Update .github/workflows/feature-request-comment.yml

This commit is contained in:
Kynan Ware 2025-07-17 12:11:30 -06:00 committed by GitHub
parent 7a691e4c44
commit e35a974892
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}