File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### 📝 Pre-release checklist
4
4
- [ ] Review automated changes
5
- - [ ] Review reverse dependency checks (see ` release ` workflow artifacts)
5
+ - [ ] Review reverse dependency checks (see [ workflow artifacts] ({{ .artifacts_url }}) )
6
6
- [ ] Review check and test results
7
7
- [ ] Verify ` DESCRIPTION ` and ` NEWS.md ` are accurate
8
8
- [ ] Update ` cran-comments.md ` if necessary
Original file line number Diff line number Diff line change 23
23
jobs :
24
24
revdep-check :
25
25
uses : r-devel/recheck/.github/workflows/recheck.yml@v1
26
+ with :
27
+ which : most
26
28
27
29
release :
28
30
runs-on : ubuntu-latest
76
78
template : .github/workflow-resources/release-pr-body.md
77
79
vars : |
78
80
version: ${{ inputs.version }}
81
+ artifacts_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}#artifacts
79
82
80
83
- name : Open pull request
81
84
uses : peter-evans/create-pull-request@v6
You can’t perform that action at this time.
0 commit comments