From 25dad73f6117a97435970bf8eee83ae74d16ada3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 19:20:05 +0000 Subject: [PATCH 1/2] Initial plan From c6479d5e915588e548933a6e03e61465ba5ba626 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 4 Apr 2026 01:11:28 +0000 Subject: [PATCH 2/2] Bump repo-review-app to v1.0.1 for mobile responsive fix Agent-Logs-Url: https://github.com/scientific-python/cookie/sessions/c050c5ef-a108-475c-b726-a90ea2ef2a67 Co-authored-by: henryiii <4616906+henryiii@users.noreply.github.com> --- docs/_includes/interactive_repo_review.html | 2 +- helpers/fetch_repo_review_app.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_includes/interactive_repo_review.html b/docs/_includes/interactive_repo_review.html index 6a8e5513..ae616f25 100644 --- a/docs/_includes/interactive_repo_review.html +++ b/docs/_includes/interactive_repo_review.html @@ -16,7 +16,7 @@ mountApp({ header: false, deps: [ - "repo-review~=1.0.0", + "repo-review~=1.0.1", "sp-repo-review==2026.04.03", "validate-pyproject-schema-store==2026.03.29", "validate-pyproject[all]~=0.25.0", diff --git a/helpers/fetch_repo_review_app.sh b/helpers/fetch_repo_review_app.sh index 849ab718..f12d8063 100755 --- a/helpers/fetch_repo_review_app.sh +++ b/helpers/fetch_repo_review_app.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -euo pipefail -version="${1:-v1.0.0}" +version="${1:-v1.0.1}" archive_url="https://github.com/scientific-python/repo-review/releases/download/${version}/repo-review-app.zip" dest_dir="docs/assets/js" tmp_zip="$(mktemp)"