mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
20 lines
No EOL
537 B
YAML
20 lines
No EOL
537 B
YAML
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 |