-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1631 from pharmaverse/pre-release
Pre release
- Loading branch information
Showing
274 changed files
with
13,419 additions
and
4,365 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
# Source: https://github.com/pharmaverse/admiralci | ||
name: CRAN Status Monitor | ||
|
||
on: | ||
# 'workflow_dispatch' gives you the ability | ||
# to run this workflow on demand, anytime | ||
workflow_dispatch: | ||
# 'schedule' events are triggered on a schedule | ||
schedule: | ||
- cron: '1 0 * * 1,3,5' | ||
|
||
jobs: | ||
cran-status: | ||
name: Check & Report | ||
uses: pharmaverse/admiralci/.github/workflows/cran-status.yml@main | ||
with: | ||
# Whom should the issue be assigned to if errors are encountered | ||
# in the CRAN status checks? | ||
issue-assignees: "bundfussr,esimms999-gsk,thomas-neitmann,bms63,rossfarrugia" | ||
# Create an issue if one or more of the following | ||
# statuses are reported on the check report. | ||
status-types: "WARNING,ERROR,NOTE" | ||
|
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
Oops, something went wrong.