This commit is contained in:
Jeremy Wu 2026-03-09 21:06:48 +01:00 committed by GitHub
commit f5585ca737
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,20 @@
name: Indicate interest label
on:
issues:
types: [labeled]
permissions:
issues: write
jobs:
comment-on-indicate-interest-label:
runs-on: ubuntu-latest
if: github.event.label.name == 'Indicate interest required'
steps:
- name: Comment after applying indicate interest label
uses: peter-evans/create-or-update-comment@v3
with:
issue-number: ${{ github.event.issue.number }}
body: |
Thumbs up on the issue description if you would also like this feature request