start failed , promise reject #302
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: First Issue Or PR | |
on: | |
pull_request: | |
types: [opened, closed] | |
issues: | |
types: [opened] | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wow-actions/welcome@v1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
FIRST_ISSUE: | | |
👋 @{{ author }} | |
Thanks for opening your issue here! **If you find this package useful hit the star🌟!** | |
FIRST_PR: | | |
👋 @{{ author }} | |
Thanks for opening this pull request! **If you find this package useful hit the star🌟!** |