File tree Expand file tree Collapse file tree 14 files changed +23
-23
lines changed Expand file tree Collapse file tree 14 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 22# Can't be run as part of commits
33on :
44 schedule :
5- - cron : ' 5 0 * * *' # 05:00 UTC every day only run on main branch
5+ - cron : " 5 0 * * *" # 05:00 UTC every day only run on main branch
66 push :
77 branches :
8- - " cran-*"
8+ - " cran-*"
99 tags :
10- - " v*"
10+ - " v*"
1111
1212name : rcc dev
1313
9797
9898 R-CMD-check-dev :
9999 needs :
100- - matrix
101- - R-CMD-check-base
100+ - matrix
101+ - R-CMD-check-base
102102
103103 runs-on : ubuntu-18.04
104104
Original file line number Diff line number Diff line change 1414 - main
1515 - master
1616 schedule :
17- - cron : ' 10 0 * * *'
17+ - cron : " 10 0 * * *"
1818
1919concurrency :
2020 group : ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}
Original file line number Diff line number Diff line change 1- name : ' Actions to check an R package'
1+ name : " Actions to check an R package"
22inputs :
33 results :
44 description : Slug for check results
Original file line number Diff line number Diff line change 1- name : ' Action to commit changes to the repository'
1+ name : " Action to commit changes to the repository"
22outputs :
33 sha :
44 description : " SHA of generated commit"
Original file line number Diff line number Diff line change 1- name : ' Actions to compute a matrix with all dependent packages'
1+ name : " Actions to compute a matrix with all dependent packages"
22outputs :
33 matrix :
44 description : " Generated matrix"
Original file line number Diff line number Diff line change 1- name : ' Action to determine extra packages to be installed'
1+ name : " Action to determine extra packages to be installed"
22outputs :
33 packages :
44 description : " List of extra packages"
Original file line number Diff line number Diff line change 1- name : ' Actions to set up a Git identity'
1+ name : " Actions to set up a Git identity"
22
33runs :
44 using : " composite"
Original file line number Diff line number Diff line change 1- name : ' Actions to run for installing R packages'
1+ name : " Actions to run for installing R packages"
22inputs :
33 token :
44 description : GitHub token, set to secrets.GITHUB_TOKEN
@@ -14,7 +14,7 @@ inputs:
1414 needs :
1515 description : Passed on to r-lib/actions/setup-r-dependencies@v2
1616 required : false
17- default : ' '
17+ default : " "
1818 extra-packages :
1919 description : Passed on to r-lib/actions/setup-r-dependencies@v2
2020 required : false
Original file line number Diff line number Diff line change 1- name : ' Lock threads'
1+ name : " Lock threads"
22
33on :
44 schedule :
5- - cron : ' 0 0 * * *'
5+ - cron : " 0 0 * * *"
66
77jobs :
88 lock :
1111 - uses : dessant/lock-threads@v2
1212 with :
1313 github-token : ${{ github.token }}
14- issue-lock-inactive-days : ' 365'
15- issue-lock-reason : ' '
14+ issue-lock-inactive-days : " 365"
15+ issue-lock-reason : " "
1616 issue-lock-comment : >
1717 This old thread has been automatically locked. If you think you have
1818 found something related to this, please open a new issue and link to this
Original file line number Diff line number Diff line change 1- name : ' Action to build a pkgdown website'
1+ name : " Action to build a pkgdown website"
22
33runs :
44 using : " composite"
You can’t perform that action at this time.
0 commit comments