Skip to content

Commit

Permalink
Update R-CMD-check-CRAN-incoming.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman authored Dec 16, 2024
1 parent 2c3db6c commit fa1757f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/R-CMD-check-CRAN-incoming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,19 @@ jobs:
name: ${{ format('{0}-{1}-r{2}-{3}-00check.log', runner.os, runner.arch, matrix.config.r, matrix.config.id || strategy.job-index ) }}
path: ${{ steps.rcmdcheck.outputs.check-dir-path }}/*.Rcheck/00check.log
if-no-files-found: ignore

- name: Find Comment
uses: peter-evans/find-comment@v3
id: fc
with:
issue-number: ${{ github.event.pull_request.number }}
comment-author: 'github-actions[bot]'
body-includes: '<summary>R CMD check CRAN incoming feasibility</summary>'

- name: Create or update comment
uses: peter-evans/create-or-update-comment@v4
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
issue-number: ${{ github.event.pull_request.number }}
body-path: ${{ env.GITHUB_STEP_SUMMARY }}
edit-mode: replace

0 comments on commit fa1757f

Please sign in to comment.