From 77d00947f018e6de8d79ae479a196fd68cf5172d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Wed, 30 Aug 2023 17:01:42 +0200 Subject: [PATCH] Update strategies on R min deps check workflow (#175) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WIP :: parent issue: https://github.com/insightsengineering/nestdevs-tasks/issues/7 ### 🔴 What's needed before merging? This PR depends on some upstream changes that need to be finalized before being ready to review. #### Change in code - [x] Change branch in verdepcheck-action from `new-strategies` back to `@main` #### PRS - [x] verdepcheck * https://github.com/insightsengineering/verdepcheck/pull/24 * https://github.com/insightsengineering/verdepcheck/pull/26 - [x] verdepcheck-action * https://github.com/insightsengineering/r-verdepcheck-action/pull/16 ### Changes description * Documentation update on strategy, replacing `min` with `min_isolate` and `min_cohort` --- .github/workflows/verdepcheck.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verdepcheck.yaml b/.github/workflows/verdepcheck.yaml index 1398c6471..5d89a0cef 100644 --- a/.github/workflows/verdepcheck.yaml +++ b/.github/workflows/verdepcheck.yaml @@ -25,7 +25,7 @@ on: type: string strategy: description: | - Strategy to test package dependencies. One of: min, release, max. + Strategy to test package dependencies. One of: min_isolate, min_cohort, release, max. required: true type: string additional-env-vars: