Skip to content

Commit

Permalink
(maint) created local '.github/workflows/vote-for-issue.yml' from rem…
Browse files Browse the repository at this point in the history
…ote '.github/workflows/vote-for-issue.yml'
  • Loading branch information
choco-sync committed Mar 3, 2025
1 parent 6f70b6e commit 1eb9cab
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/vote-for-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: 'Add Comment To New Issue'
on:
issues:
types: opened
permissions:
contents: read
issues: write

jobs:
new_issue_comment:
runs-on: ubuntu-latest
steps:
- uses: GrantBirki/comment@v2.1.0
with:
issue-number: ${{ github.event.issue.number }}
body: |
**To vote for this issue, please add a 👍 emoji to the issue description. Votes in comments are not recorded.**

0 comments on commit 1eb9cab

Please sign in to comment.