From faf68fd67d48f1cecfc5a8e6459a6a4b5afb6b7c Mon Sep 17 00:00:00 2001 From: Tanisha Aberdeen <32620895+aliasunder@users.noreply.github.com> Date: Fri, 4 Sep 2026 20:26:57 -0400 Subject: [PATCH 1/2] chore(deps): bump umm-actually to v0.4.0 --- .github/workflows/umm_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/umm_review.yml b/.github/workflows/umm_review.yml index a3b9ebe..74e7a67 100644 --- a/.github/workflows/umm_review.yml +++ b/.github/workflows/umm_review.yml @@ -84,7 +84,7 @@ jobs: # to the action's defaults. Inputs whose default is empty # (fallback_model, max_findings) pass empty when the var is unset — # identical to omitting them. - - uses: aliasunder/umm-actually@2581a0acedb2185ff2bf727d744b65d28f2cd77f # v0.3.14 + - uses: aliasunder/umm-actually@65ccbe7415a9a48226c21da5ab2500530965e6be # v0.4.0 with: github_token: ${{ steps.app-token.outputs.token }} openrouter_api_key: ${{ secrets.OPENROUTER_KEY }} From 0205843a61ad1f306c6c3830ab06d09ca7cc30a7 Mon Sep 17 00:00:00 2001 From: Tanisha Aberdeen <32620895+aliasunder@users.noreply.github.com> Date: Fri, 4 Sep 2026 21:05:52 -0400 Subject: [PATCH 2/2] fix: align context_budget_tokens fallback with v0.4.0 default (300K) Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/umm_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/umm_review.yml b/.github/workflows/umm_review.yml index 74e7a67..64c24fe 100644 --- a/.github/workflows/umm_review.yml +++ b/.github/workflows/umm_review.yml @@ -116,7 +116,7 @@ jobs: # order: diff → changed files → import-traced related files → # priority docs → mention-matched docs. (Conventions file has its # own separate cap inside the action.) - context_budget_tokens: ${{ vars.UMM_CONTEXT_BUDGET_TOKENS || '80000' }} + context_budget_tokens: ${{ vars.UMM_CONTEXT_BUDGET_TOKENS || '300000' }} # true | false — import-tracing (caller regressions) and # doc-mention scanning (staleness) trace_related_files: ${{ vars.UMM_TRACE_RELATED_FILES || 'true' }}