From 13afc8da29130a37a767e1266234eb66826bb656 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 10 Sep 2026 15:41:06 +0000 Subject: [PATCH 1/2] Initial plan From 774d9cd5f95f8e5e2dd370a3b3fdfbc153080965 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 10 Sep 2026 15:42:33 +0000 Subject: [PATCH 2/2] fix: add continue-on-error to Run OpenWiki step to prevent CI failures from API credit issues Co-authored-by: Steel-tech <211279486+Steel-tech@users.noreply.github.com> --- .github/workflows/openwiki-update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/openwiki-update.yml b/.github/workflows/openwiki-update.yml index a911591..a690a7e 100644 --- a/.github/workflows/openwiki-update.yml +++ b/.github/workflows/openwiki-update.yml @@ -31,6 +31,8 @@ jobs: run: npm install --global openwiki@0.3.3 mermaid@11.16.0 jsdom@29.1.1 - name: Run OpenWiki + id: run-openwiki + continue-on-error: true run: openwiki code --update --print env: OPENWIKI_PROVIDER: openrouter