From dd61d1b0908c8bc557752c47a6db619de9719569 Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:45:16 +0200 Subject: [PATCH] update --- .github/workflows/scheduled.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index 398a2b6a..5b31c29d 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -28,7 +28,19 @@ jobs: REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} revdepcheck: name: revdepcheck ↩ī¸ - uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main + uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@fix_non_cran2 + with: + lookup-refs: | + insightsengineering/osprey + insightsengineering/teal + insightsengineering/teal.transform + insightsengineering/formatters + insightsengineering/teal.code + insightsengineering/teal.logger + insightsengineering/teal.reporter + insightsengineering/teal.widgets + insightsengineering/tern + insightsengineering/teal.data rhub: name: R-hub 🌐 uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main