From 248cc29826b088167efb431c3af2d0dde14709a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Revilla?= Date: Fri, 31 Jan 2025 15:16:33 +0100 Subject: [PATCH] Remove lookup-refs --- .github/workflows/check.yaml | 8 -------- .github/workflows/docs.yaml | 2 -- .github/workflows/scheduled.yaml | 3 --- 3 files changed, 13 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 751f01ca5..09efd9544 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -26,8 +26,6 @@ jobs: REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} with: deps-installation-method: setup-r-dependencies - lookup-refs: | - insightsengineering/formatters additional-env-vars: | _R_CHECK_CRAN_INCOMING_REMOTE_=false additional-r-cmd-check-params: --as-cran @@ -50,8 +48,6 @@ jobs: REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} with: deps-installation-method: setup-r-dependencies - lookup-refs: | - insightsengineering/formatters additional-env-vars: | NOT_CRAN=true enforce-note-blocklist: true @@ -73,8 +69,6 @@ jobs: REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} with: deps-installation-method: setup-r-dependencies - lookup-refs: | - insightsengineering/formatters additional-env-vars: | NOT_CRAN=true linter: @@ -88,8 +82,6 @@ jobs: REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} with: deps-installation-method: setup-r-dependencies - lookup-refs: | - insightsengineering/formatters auto-update: true gitleaks: name: gitleaks 💧 diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 7101615f7..0dcfea109 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -23,7 +23,5 @@ jobs: REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} with: deps-installation-method: setup-r-dependencies - lookup-refs: | - insightsengineering/formatters default-landing-page: latest-tag additional-unit-test-report-directories: unit-test-report-non-cran diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index d9f55033f..8f8beabfc 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -69,6 +69,3 @@ jobs: ) name: R-hub 🌐 uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main - with: - lookup-refs: | - insightsengineering/formatters