Created
December 21, 2019 09:49
-
-
Save ethomson/3088a91d107c9c0317583e2aa6a6d64d to your computer and use it in GitHub Desktop.
This file contains 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: Comment | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
comment: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
with: | |
github-token: ${{secrets.GITHUB_TOKEN}} | |
script: | | |
github.issues.createComment({...context.issue, body: 'Thanks for reporting this issue!'}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment