Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
f556bc5
Run Memory Leak Fixer every 3h instead of every 12h
Copilot Jul 11, 2026
00edaf1
Change Memory Leak Fixer cadence to every 6h (4x/day)
Copilot Jul 11, 2026
b9c61b5
Add de-dup/auto-close + fixed-on-main guard to leak workflows
Copilot Jul 12, 2026
3966e53
Gate new leak-fixer close-issue emissions behind dry_run
Copilot Jul 12, 2026
218f465
Address review: provenance-gate leak-workflow issue closure
Copilot Jul 14, 2026
25e2ec7
Fix prompt-internal consistency from Copilot re-review
Copilot Jul 14, 2026
e85dd91
Align Hard Rule 2 with gate (d) closure conditions
Copilot Jul 14, 2026
c16e059
Unify green-test skipped record string across Hard Rule 2 and Step 6
Copilot Jul 14, 2026
a9231b6
Scope [leak-fix] de-dup/close searches to label:agentic-workflows
Copilot Jul 14, 2026
5e47e5a
Grant hunter pull-requests: read; add --limit to fixer Track C list
Copilot Jul 14, 2026
9bc607b
Fix cross-repo issue-ref false match in leak-fixer close gates
Copilot Jul 14, 2026
a5fbf62
Raise merged [leak-fix] provenance cap to search-API ceiling + warn o…
Copilot Jul 14, 2026
155707c
Tighten leak-fixer issue-ref regex + fix two prompt-clarity nits
Copilot Jul 14, 2026
5b8b853
Raise gate (c) attempt-cap query to search-API ceiling + warn on trun…
Copilot Jul 14, 2026
4715f42
Make fixed-on-main provenance grep robust under set -eo pipefail
Copilot Jul 14, 2026
82dadbe
Require perf/memory-leak label on the destructive close-issue guard
Copilot Jul 14, 2026
e01a5cb
Normalize PR titles with symmetric last-pair extraction in leak-fix g…
Copilot Jul 14, 2026
7aeffee
Respect maintainer re-open in leak-fixer gate (d)
Copilot Jul 15, 2026
ecda5f4
Fix fail-open re-open guard in leak-fixer (fail closed on unverified …
Copilot Jul 15, 2026
56abf8d
leak-fixer: slurp paginated timeline + reset shared reopen-override s…
Copilot Jul 21, 2026
a52a6c8
Merge branch 'main' into leak-fixer-3h-schedule
kubaflo Aug 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/leak-fixer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/leak-fixer.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ imports:
environment: copilot-pat-pool

on:
schedule: every 12h
schedule: every 3h
workflow_dispatch:
inputs:
issue_number:
Expand Down Expand Up @@ -152,7 +152,7 @@ safe-outputs:
target: "*" # agent supplies the leak PR number
required-title-prefix: "[leak-fix]" # Track C only comments on this workflow's own [leak-fix] PRs
max: 1
# Most 12h runs are idle (every open leak already has a [leak-fix] PR). Without this,
# Most 3h runs are idle (every open leak already has a [leak-fix] PR). Without this,
# gh-aw's auto-injected default (noop: report-as-issue: true) files a "no action taken"
# issue every idle run. Mirror the hunter, which already opts out.
noop:
Expand Down
Loading