Skip to content

Bump codecov/codecov-action from 4 to 5 #50

Bump codecov/codecov-action from 4 to 5

Bump codecov/codecov-action from 4 to 5 #50

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! πŸš€