Skip to content

Commit c9420c8

Browse files
committed
Update feature-request-comment.yml
1 parent da0d1f6 commit c9420c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Add feature-request comment
1+
name: Add enhancement comment
22
on:
33
issues:
44
types:
@@ -8,15 +8,15 @@ permissions:
88
issues: write
99

1010
jobs:
11-
add-comment-to-feature-request-issues:
12-
if: github.event.label.name == 'feature-request'
11+
add-comment-to-enhancement-issues:
12+
if: github.event.label.name == 'enhancement'
1313
runs-on: ubuntu-latest
1414
env:
1515
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
GH_REPO: ${{ github.repository }}
1717
NUMBER: ${{ github.event.issue.number }}
1818
BODY: >
19-
Thank you for your issue! We have categorized it as a feature request,
19+
Thank you for your issue! We have categorized it as a enhancement,
2020
and it has been added to our backlog. In doing so, **we are not
2121
committing to implementing this feature at this time**, but, we will
2222
consider it for future releases based on community feedback and our own

0 commit comments

Comments
 (0)