CRAN Status Monitor #187
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
--- | |
# 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,manciniedoardo,bms63" | |
# Create an issue if one or more of the following | |
# statuses are reported on the check report. | |
statuses: "WARN,ERROR,NOTE" | |