-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'devel' into 1960_enhance_derive_extreme_event@devel
- Loading branch information
Showing
6 changed files
with
52 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# https://github.com/actions/stale | ||
|
||
name: Close Inactive Issues and Pull Requests | ||
on: | ||
schedule: | ||
- cron: "30 1 * * *" | ||
|
||
jobs: | ||
close-issues: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
steps: | ||
- uses: actions/stale@v8 | ||
with: | ||
days-before-issue-stale: 90 | ||
days-before-issue-close: -1 | ||
stale-issue-label: "stale" | ||
stale-issue-message: "This issue is stale because it has been open for 90 days with no activity." | ||
days-before-pr-stale: 15 | ||
days-before-pr-close: -1 | ||
stale-pr-label: "stale" | ||
stale-pr-message: "This Pull Request is stale because it has not been worked on in 15 days." | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} |
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 |
---|---|---|
|
@@ -3,4 +3,3 @@ https://github.com/pharmaverse/admiral/blob/main/ | |
https://github.com/pharmaverse/admiral/blob/main/inst/templates/ad_adxx.R | ||
irongut/[email protected] | ||
https://packagemanager.rstudio.com/cran/__linux__/focal/latest | ||
https://pharmaverse.github.io/admiral/articles/higher_order.html |
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 |
---|---|---|
|
@@ -336,3 +336,7 @@ xportr | |
xpt | ||
α | ||
κ | ||
admiraldev | ||
admiralophtha | ||
admiralvaccine | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.