From 95db2b5fd991e868772a84c089ca5b942ac09b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:50:38 +0000 Subject: [PATCH 1/7] test: branch with action --- .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 ee203f49..d16652ae 100644 --- a/.github/workflows/verdepcheck.yaml +++ b/.github/workflows/verdepcheck.yaml @@ -109,7 +109,7 @@ jobs: - name: Dependency Test - ${{ env.strategy }} 🔢 id: verdepcheck - uses: insightsengineering/r-verdepcheck-action@main + uses: insightsengineering/r-verdepcheck-action@allow_custom_repos%40main with: github-token: ${{ steps.github-token.outputs.token }} extra-deps: ${{ inputs.extra-deps }} From bc5018a042b1481f528bd454f0da905a2f91fc54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:06:15 +0000 Subject: [PATCH 2/7] fix: add inputs --- .github/workflows/verdepcheck.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/verdepcheck.yaml b/.github/workflows/verdepcheck.yaml index d16652ae..5eacf7fa 100644 --- a/.github/workflows/verdepcheck.yaml +++ b/.github/workflows/verdepcheck.yaml @@ -46,6 +46,14 @@ on: required: false default: "" type: string + additional-repos: + description: | + Optional value that add R repositories for a given strategy (multiple repos per strategy can be defined by separating with a comma). + Example usage: + additional-repos: https://repo1.example.com,https://repo2.example.com + required: false + default: "" + type: string jobs: dependency-test: @@ -117,6 +125,7 @@ jobs: check-args: ${{ inputs.check-args }} strategy: ${{ env.strategy }} additional-env-vars: ${{ inputs.additional-env-vars }} + additional-repos: ${{ inputs.additional-repos }} - name: GChat notification 🔔 if: (failure() || cancelled()) && steps.verdepcheck.outcome != 'success' && env.gchat_webhook != '' From f30282dd9cac6fa09df821cc42a3f4352f3e6b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:14:02 +0000 Subject: [PATCH 3/7] fix: branch rename --- .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 5eacf7fa..663ee2b7 100644 --- a/.github/workflows/verdepcheck.yaml +++ b/.github/workflows/verdepcheck.yaml @@ -117,7 +117,7 @@ jobs: - name: Dependency Test - ${{ env.strategy }} 🔢 id: verdepcheck - uses: insightsengineering/r-verdepcheck-action@allow_custom_repos%40main + uses: insightsengineering/r-verdepcheck-action@allow_custom_repos with: github-token: ${{ steps.github-token.outputs.token }} extra-deps: ${{ inputs.extra-deps }} From 4d900b96e991ee74f24f2ff1e770b97627529555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:22:23 +0000 Subject: [PATCH 4/7] ommit new option --- .github/workflows/verdepcheck.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/verdepcheck.yaml b/.github/workflows/verdepcheck.yaml index 663ee2b7..06ef5034 100644 --- a/.github/workflows/verdepcheck.yaml +++ b/.github/workflows/verdepcheck.yaml @@ -46,14 +46,14 @@ on: required: false default: "" type: string - additional-repos: - description: | - Optional value that add R repositories for a given strategy (multiple repos per strategy can be defined by separating with a comma). - Example usage: - additional-repos: https://repo1.example.com,https://repo2.example.com - required: false - default: "" - type: string + # additional-repos: + # description: | + # Optional value that add R repositories for a given strategy (multiple repos per strategy can be defined by separating with a comma). + # Example usage: + # additional-repos: https://repo1.example.com,https://repo2.example.com + # required: false + # default: "" + # type: string jobs: dependency-test: @@ -125,7 +125,7 @@ jobs: check-args: ${{ inputs.check-args }} strategy: ${{ env.strategy }} additional-env-vars: ${{ inputs.additional-env-vars }} - additional-repos: ${{ inputs.additional-repos }} + # additional-repos: ${{ inputs.additional-repos }} - name: GChat notification 🔔 if: (failure() || cancelled()) && steps.verdepcheck.outcome != 'success' && env.gchat_webhook != '' From a2e7d81e3d4968f36bf1e2c58b648a275e171226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:23:48 +0000 Subject: [PATCH 5/7] enable option --- .github/workflows/verdepcheck.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/verdepcheck.yaml b/.github/workflows/verdepcheck.yaml index 06ef5034..663ee2b7 100644 --- a/.github/workflows/verdepcheck.yaml +++ b/.github/workflows/verdepcheck.yaml @@ -46,14 +46,14 @@ on: required: false default: "" type: string - # additional-repos: - # description: | - # Optional value that add R repositories for a given strategy (multiple repos per strategy can be defined by separating with a comma). - # Example usage: - # additional-repos: https://repo1.example.com,https://repo2.example.com - # required: false - # default: "" - # type: string + additional-repos: + description: | + Optional value that add R repositories for a given strategy (multiple repos per strategy can be defined by separating with a comma). + Example usage: + additional-repos: https://repo1.example.com,https://repo2.example.com + required: false + default: "" + type: string jobs: dependency-test: @@ -125,7 +125,7 @@ jobs: check-args: ${{ inputs.check-args }} strategy: ${{ env.strategy }} additional-env-vars: ${{ inputs.additional-env-vars }} - # additional-repos: ${{ inputs.additional-repos }} + additional-repos: ${{ inputs.additional-repos }} - name: GChat notification 🔔 if: (failure() || cancelled()) && steps.verdepcheck.outcome != 'success' && env.gchat_webhook != '' From c4222a86bf4ceaa0488fc827e2b2ecf7e253e531 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, 8 Jan 2025 15:30:47 +0000 Subject: [PATCH 6/7] fix: update back to main --- .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 663ee2b7..8e0b5532 100644 --- a/.github/workflows/verdepcheck.yaml +++ b/.github/workflows/verdepcheck.yaml @@ -117,7 +117,7 @@ jobs: - name: Dependency Test - ${{ env.strategy }} 🔢 id: verdepcheck - uses: insightsengineering/r-verdepcheck-action@allow_custom_repos + uses: insightsengineering/r-verdepcheck-action@main with: github-token: ${{ steps.github-token.outputs.token }} extra-deps: ${{ inputs.extra-deps }} From 83cf6fbdca136f89f40b3bc8fe9626e18662cd7a 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, 8 Jan 2025 15:34:40 +0000 Subject: [PATCH 7/7] docs: update character to separate repos --- .github/workflows/verdepcheck.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/verdepcheck.yaml b/.github/workflows/verdepcheck.yaml index 8e0b5532..68b81aad 100644 --- a/.github/workflows/verdepcheck.yaml +++ b/.github/workflows/verdepcheck.yaml @@ -48,9 +48,8 @@ on: type: string additional-repos: description: | - Optional value that add R repositories for a given strategy (multiple repos per strategy can be defined by separating with a comma). - Example usage: - additional-repos: https://repo1.example.com,https://repo2.example.com + Optional value that add R repositories for a given strategy. Multiple entries are possible separated by `";"`. + additional-repos: https://repo1.example.com;https://repo2.example.com required: false default: "" type: string