Skip to content

Commit b3f18b3

Browse files
committed
Update release workflow to check most revdeps and add artifacts url to pr body
1 parent 026d0c2 commit b3f18b3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflow-resources/release-pr-body.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ on:
2323
jobs:
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
@@ -76,6 +78,7 @@ jobs:
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

0 commit comments

Comments
 (0)