Licensed Extension - Read chocolatey.license.txt and convert it to xml automatically #3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] | |
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.** |