From fd9697cd43b8a2fe8b4b7bb3f11a34474758ef23 Mon Sep 17 00:00:00 2001 From: Edoardo Mancini Date: Fri, 19 Jul 2024 15:14:25 +0000 Subject: [PATCH 1/3] #84 readded staged deps file and fixed linter check --- .github/workflows/common.yml | 1 + staged_dependencies.yml | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 staged_dependencies.yml diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 01678fa..49aac11 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -90,6 +90,7 @@ jobs: if: github.event_name == 'pull_request' with: r-version: "${{ needs.get_r_version.outputs.r-version }}" + install-package: true links: name: Links uses: pharmaverse/admiralci/.github/workflows/links.yml@main diff --git a/staged_dependencies.yml b/staged_dependencies.yml new file mode 100644 index 0000000..734bdad --- /dev/null +++ b/staged_dependencies.yml @@ -0,0 +1,12 @@ +--- +upstream_repos: + - repo: pharmaverse/admiral + host: https://github.com + - repo: pharmaverse/admiraldev + host: https://github.com + +downstream_repos: + +current_repo: + repo: pharmaverse/admiralpeds + host: https://github.com From 280f1293a33699128f84a01ff7d2f47f464ee813 Mon Sep 17 00:00:00 2001 From: Edoardo Mancini Date: Fri, 19 Jul 2024 15:19:15 +0000 Subject: [PATCH 2/3] #84 correct pkg name --- staged_dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staged_dependencies.yml b/staged_dependencies.yml index 734bdad..b03733f 100644 --- a/staged_dependencies.yml +++ b/staged_dependencies.yml @@ -8,5 +8,5 @@ upstream_repos: downstream_repos: current_repo: - repo: pharmaverse/admiralpeds + repo: pharmaverse/admiraltemplate host: https://github.com From 5845f5bc2babcc951ad3d11baae784c9e88dc5c1 Mon Sep 17 00:00:00 2001 From: Edoardo Mancini Date: Fri, 19 Jul 2024 15:22:43 +0000 Subject: [PATCH 3/3] #84 undo linter change --- .github/workflows/common.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 49aac11..01678fa 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -90,7 +90,6 @@ jobs: if: github.event_name == 'pull_request' with: r-version: "${{ needs.get_r_version.outputs.r-version }}" - install-package: true links: name: Links uses: pharmaverse/admiralci/.github/workflows/links.yml@main