add workflow to trigger comment when indicate interest label applied

This commit is contained in:
Jeremy 2025-06-22 21:21:58 +10:00
parent 40e5c04ca1
commit 3efa591c17

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