This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
Bump codecov/codecov-action from 3 to 4 #13
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: Post DoD checklist | |
on: [pull_request_target] | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wow-actions/auto-comment@v1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
pullRequestOpened: | | |
Please make sure the following happened | |
- [ ] Appropriate tests created | |
- [ ] Infrastructure updated accordingly | |
- [ ] Updated existing documentation | |
- [ ] New documentation created | |
- [ ] Version bumped if breaking changes |