Bump codecov/codecov-action from 4 to 5 #50
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: Greet new users | |
on: | |
issues: | |
types: [ opened ] | |
pull_request_target: | |
types: [ opened ] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
timeout-minutes: 1 | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: | | |
**Thank you for submitting your first issue with us!** π | |
Our response times may vary, but we'll get back to you as soon as we can! | |
Welcome aboard! π | |
pr-message: | | |
**Thank you for submitting your first pull request with us!** π | |
Our response times may vary, but we'll get back to you as soon as we can! | |
To help us help you, please make sure you have ticked all the boxes in the pull request template. | |
Welcome aboard! π |