Skip to content

Commit 1eb9cab

Browse files
author
choco-sync
committed
(maint) created local '.github/workflows/vote-for-issue.yml' from remote '.github/workflows/vote-for-issue.yml'
1 parent 6f70b6e commit 1eb9cab

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/vote-for-issue.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: 'Add Comment To New Issue'
2+
on:
3+
issues:
4+
types: opened
5+
permissions:
6+
contents: read
7+
issues: write
8+
9+
jobs:
10+
new_issue_comment:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: GrantBirki/[email protected]
14+
with:
15+
issue-number: ${{ github.event.issue.number }}
16+
body: |
17+
**To vote for this issue, please add a 👍 emoji to the issue description. Votes in comments are not recorded.**

0 commit comments

Comments
 (0)