File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33### 📝 Pre-release checklist
44- [ ] Review automated changes
5- - [ ] Review reverse dependency checks (see ` release ` workflow artifacts)
5+ - [ ] Review reverse dependency checks (see [ workflow artifacts] ({{ .artifacts_url }}) )
66- [ ] Review check and test results
77- [ ] Verify ` DESCRIPTION ` and ` NEWS.md ` are accurate
88- [ ] Update ` cran-comments.md ` if necessary
Original file line number Diff line number Diff line change 2323jobs :
2424 revdep-check :
2525 uses : r-devel/recheck/.github/workflows/recheck.yml@v1
26+ with :
27+ which : most
2628
2729 release :
2830 runs-on : ubuntu-latest
7678 template : .github/workflow-resources/release-pr-body.md
7779 vars : |
7880 version: ${{ inputs.version }}
81+ artifacts_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}#artifacts
7982
8083 - name : Open pull request
8184 uses : peter-evans/create-pull-request@v6
You can’t perform that action at this time.
0 commit comments