forked from rstudio/rmarkdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
308 additions
and
255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,3 +64,5 @@ jobs: | |
shell: Rscript {0} | ||
|
||
- uses: r-lib/actions/check-r-package@v2 | ||
with: | ||
upload-snapshots: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# From https://github.com/marketplace/actions/lock-threads | ||
name: 'Lock threads' | ||
|
||
on: | ||
schedule: | ||
- cron: '10 5 * * 3' | ||
|
||
jobs: | ||
lock: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: dessant/lock-threads@v4 | ||
with: | ||
github-token: ${{ github.token }} | ||
issue-inactive-days: '180' | ||
# exclude-issue-created-before: '' | ||
# exclude-issue-created-after: '' | ||
# exclude-issue-created-between: '' | ||
# exclude-issue-closed-before: '' | ||
# exclude-issue-closed-after: '' | ||
# exclude-issue-closed-between: '' | ||
# include-any-issue-labels: '' | ||
# include-all-issue-labels: '' | ||
# exclude-any-issue-labels: '' | ||
# add-issue-labels: '' | ||
# remove-issue-labels: '' | ||
issue-comment: > | ||
This old thread has been automatically locked. If you think you have | ||
found something related to this, please open a new issue by following | ||
the issue guide (<https://yihui.org/issue/>), and link to this | ||
old issue if necessary. | ||
issue-lock-reason: 'resolved' | ||
pr-inactive-days: '180' | ||
# exclude-pr-created-before: '' | ||
# exclude-pr-created-after: '' | ||
# exclude-pr-created-between: '' | ||
# exclude-pr-closed-before: '' | ||
# exclude-pr-closed-after: '' | ||
# exclude-pr-closed-between: '' | ||
# include-any-pr-labels: '' | ||
# include-all-pr-labels: '' | ||
# exclude-any-pr-labels: '' | ||
# add-pr-labels: '' | ||
# remove-pr-labels: '' | ||
# pr-comment: '' | ||
# pr-lock-reason: 'resolved' | ||
# process-only: '' | ||
# log-output: false |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.