Skip to content

fix: raise mattpocock-skills-reviewer daily AIC budget to 10K#39061

Merged
pelikhan merged 2 commits into
mainfrom
copilot/signedjsweepupdate-handler-factory-2026-06-13-6dea
Jun 13, 2026
Merged

fix: raise mattpocock-skills-reviewer daily AIC budget to 10K#39061
pelikhan merged 2 commits into
mainfrom
copilot/signedjsweepupdate-handler-factory-2026-06-13-6dea

Conversation

Copilot AI commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

The mattpocock-skills-reviewer workflow was blocked after consuming 5.4K AI Credits against its default 5K daily guardrail threshold.

Changes

  • mattpocock-skills-reviewer.md: Added max-daily-ai-credits: 10000 to frontmatter — aligns with the budget used by other PR review workflows in this repo
  • mattpocock-skills-reviewer.lock.yml: Regenerated via make recompile

…iewer

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix daily AI credits budget exceeded issue fix: raise mattpocock-skills-reviewer daily AIC budget to 10K Jun 13, 2026
Copilot AI requested a review from pelikhan June 13, 2026 11:19
@pelikhan pelikhan marked this pull request as ready for review June 13, 2026 11:20
Copilot AI review requested due to automatic review settings June 13, 2026 11:20
@github-actions

github-actions Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Design Decision Gate 🏗️ completed the design decision gate check.

No ADR enforcement needed: PR #39061 does not have the "implementation" label and has 0 new lines of code in business logic directories (≤100 threshold). No custom design-gate config present.

@github-actions

github-actions Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

🧠 Matt Pocock Skills Reviewer has completed the skills-based review. ✅

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR raises the daily AI Credits (AIC) guardrail for the mattpocock-skills-reviewer Agentic Workflow so it won’t block after exceeding the previous ~5K/day default threshold, and it regenerates the compiled lock workflow to reflect that new budget.

Changes:

  • Added max-daily-ai-credits: 10000 to the workflow’s frontmatter configuration.
  • Regenerated the corresponding .lock.yml output so GH_AW_MAX_DAILY_AI_CREDITS is set to 10000 in the compiled workflow.
Show a summary per file
File Description
.github/workflows/mattpocock-skills-reviewer.md Sets the workflow’s daily AIC budget to 10,000 via frontmatter.
.github/workflows/mattpocock-skills-reviewer.lock.yml Updates compiled workflow output to enforce the new 10,000 AIC limit at runtime.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 2/2 changed files
  • Comments generated: 0

@github-actions github-actions Bot mentioned this pull request Jun 13, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Skills-Based Review 🧠

Applied /diagnose — approving. The fix is correct, minimal, and consistent with repo conventions.

📋 Key Themes & Highlights

Root Cause

The mattpocock-skills-reviewer workflow lacked an explicit max-daily-ai-credits frontmatter field, defaulting to ${{ vars.GH_AW_DEFAULT_MAX_DAILY_AI_CREDITS || '5000' }}. With real-world usage reaching 5.4K, the workflow was reliably blocked.

Assessment

  • ✅ Root cause correctly identified and directly addressed (limit too low → raise it)
  • ✅ Value of 10K matches virtually all other PR review workflows in this repo (verified across ~40+ workflow files)
  • ✅ Lock file properly regenerated via make recompile — frontmatter hash updated, body hash unchanged confirms only frontmatter changed
  • ✅ Hardcoded "10000" in the lock file is expected gh-aw compilation behaviour: max-daily-ai-credits in frontmatter always compiles to a literal

One Optional Note

Setting max-daily-ai-credits explicitly in frontmatter intentionally decouples this workflow from the GH_AW_DEFAULT_MAX_DAILY_AI_CREDITS repo variable. That is the right call here — just worth noting for operators who might expect the variable to take effect in future.

🧠 Reviewed using Matt Pocock's skills by Matt Pocock Skills Reviewer · 140.8 AIC · ⌖ 13.4 AIC · ⊞ 27.8K

@pelikhan pelikhan merged commit 8699ac7 into main Jun 13, 2026
71 of 84 checks passed
@pelikhan pelikhan deleted the copilot/signedjsweepupdate-handler-factory-2026-06-13-6dea branch June 13, 2026 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants