Bump codecov/codecov-action from 4.3.1 to 4.4.0 #580
Workflow file for this run
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: Greetings | |
on: [issues, pull_request] | |
jobs: | |
greeting: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'Thank you for submitting your first issue. We will be looking into it as soon as possible.' | |
pr-message: 'Thanks for your first PR. We really appreciate it!' |