Add stale-pr-cleanup workflow to triage 30+ day PR backlog#30317
Add stale-pr-cleanup workflow to triage 30+ day PR backlog#30317
Conversation
Closes #<issue_number> by introducing a new agentic workflow that: - Closes superseded PRs (Category A) - Closes inactive draft PRs 30+ days old (Category B) - Closes Dependabot PRs with merge conflicts (Category C) - Warns on stalled human-authored ready-for-review PRs (Category D)" Agent-Logs-Url: https://github.com/github/gh-aw/sessions/59f3de27-f7bc-4878-acf9-09c0bc5775a0 Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
|
Hey One thing to address before this is ready for review:
If you'd like a hand closing this gap, you can assign this prompt to your coding agent:
|
There was a problem hiding this comment.
Pull request overview
Adds an agentic workflow to periodically triage the repository’s 30+ day PR backlog, focusing on safely closing clearly stale/superseded items while only warning on long-running human PRs.
Changes:
- Introduces a new weekly “Stale PR Cleanup” agent workflow definition with classification rules (superseded, inactive drafts, Dependabot conflicts, long-running open).
- Adds the compiled lock workflow (
*.lock.yml) to execute the agent with Safe Outputs guardrails and pinned actions/containers.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/stale-pr-cleanup.md |
Defines the cleanup agent’s policy, classification logic, and Safe Outputs limits/messages. |
.github/workflows/stale-pr-cleanup.lock.yml |
Compiled/pinned workflow that runs the agent on schedule/dispatch with Safe Outputs enforcement. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comments suppressed due to low confidence (3)
.github/workflows/stale-pr-cleanup.md:94
- Category A treats a prior
stalelabel as evidence of being superseded. This conflicts with Category D’s guarantee to only warn (and the PR description’s “Category D never closes”), because a human-authored PR warned withstalewould be closed on the next run. Consider removingstalefrom the superseded criteria and only treating an explicitsuperseded(or equivalent) label as grounds for closure.
A PR is superseded if one or more of the following is true:
- Another PR that modifies **at least one of the same files** has been merged into the base branch after this PR was created
- The PR description or title contains phrases like "replaced by", "superseded by", "closed in favour of", or a reference like "closes #N" where issue #N is already closed
- The head branch name matches a common stale pattern (e.g., `copilot/fix-…`, `dependabot/…`) and a PR with a title sharing **at least 70% of the same words** was merged later
- The PR has been marked `stale` or `superseded` by a prior triage pass
**Action**: Close with a superseded closure comment and apply the `superseded` label.
.github/workflows/stale-pr-cleanup.md:109
- Category C’s author check (
ends with [bot]) is broader than Dependabot and could incorrectly close other bot-authored PRs (e.g., github-actions[bot]) when they conflict. If the intent is Dependabot-only triage, restrict this condition todependabot[bot](or Dependabot app identifiers) rather than all bots.
A PR is a stale Dependabot conflict PR if:
- Author login is `dependabot[bot]` or ends with `[bot]`
- `mergeable` is `CONFLICTING` **or** a newer Dependabot PR for the same dependency is open or has already merged
.github/workflows/stale-pr-cleanup.md:251
- The “Safe Execution” guideline says “Never close PRs from maintainers/admins without superseded evidence”, but Categories B (inactive draft) and C (Dependabot conflict) always close when matched. This is internally inconsistent and could lead to ambiguous behavior. Clarify whether the maintainer/admin exception applies only to Category A (superseded) or add an explicit exemption/branch for maintainer/admin-authored PRs in Categories B/C.
- Check exemption labels before any action
- Never close PRs from maintainers/admins without superseded evidence
- Process Categories A, B, C first (closures); then D (warnings) with remaining safe-output quota
- Files reviewed: 2/2 changed files
- Comments generated: 1
| tools: | ||
| cli-proxy: true | ||
| github: | ||
| mode: gh-proxy | ||
| toolsets: [pull_requests, repos, issues] |
94% of open PRs (48/51) have been open 30+ days, most being superseded Copilot/Dependabot PRs or stalled drafts. Adds a weekly agentic workflow to systematically close them.
New workflow:
stale-pr-cleanup.mdClassifies stale PRs (30+ days, no exemption label) into four ordered categories:
isDraft=true,updatedAt> 30 daysdependabot[bot],mergeable=CONFLICTINGor newer bump for same dependency existsDependabot duplicate detection parses titles via
Bump <dep> from X to Y/Update <dep> requirement from X to Yand matches on extracted dependency name.Safety guardrails
keep-open,blocked,awaiting-review,do-not-close,hold— skips entirelystale/stale-draft/stale-dependabotare skipped on the warning passWarning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/graphql/usr/bin/gh gh repo view --json owner,name --jq .owner.login + "/" + .name .cfg(http block)/usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw(http block)/usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw util -importcfg ache/go/1.25.8/x64/pkg/tool/linuremote.origin.url(http block)https://api.github.com/orgs/test-owner/actions/secrets/usr/bin/gh gh api /orgs/test-owner/actions/secrets --jq .secrets[].name on' --ignore-path ../../../.prettierignore --local nfig/composer/vendor/bin/which user.name(http block)https://api.github.com/repos/actions/ai-inference/git/ref/tags/v1/usr/bin/gh gh api /repos/actions/ai-inference/git/ref/tags/v1 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 1/x64/bin/node sv licyMinIntegritygit -buildtags /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git runs/20260505-09gh Test User ache/node/24.14./repos/actions/github-script/git/ref/tags/v9 git(http block)https://api.github.com/repos/actions/checkout/git/ref/tags/v3/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv(http block)https://api.github.com/repos/actions/checkout/git/ref/tags/v5/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v5 --jq [.object.sha, .object.type] | @tsv -unreachable=false /tmp/go-build2070227773/b151/vet.cfg 1/x64/bin/node(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v5 --jq [.object.sha, .object.type] | @tsv --show-toplevel XHjoE8hqd2SJr/Mm--jq /usr/bin/git ry=1 -trimpath 0227773/b460/_pk--show-toplevel git rev-�� --show-toplevel git /usr/bin/git /tmp/TestGuardPogit config /usr/bin/infocmp--show-toplevel git(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v5 --jq [.object.sha, .object.type] | @tsv k/_tool infocmp /usr/bin/infocmp tags/v6 ache/go/1.25.8/xrev-parse sv infocmp -1 xterm-color infocmp /home/REDACTED/.local/bin/node xterm-color 64/pkg/tool/linurev-parse /usr/bin/infocmp--show-toplevel node(http block)https://api.github.com/repos/actions/checkout/git/ref/tags/v6/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv bility_SameInputSameOutput1196942681/001/stability-test.md -trimpath ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet -p github.com/githurev-parse -lang=go1.25 ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet main�� run --auto /usr/bin/git --detach -nolocalimports -importcfg git(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv v1.0.0 git ache/node/24.14.1/x64/bin/node -silent >/dev/nugit --local x_amd64/vet ache/node/24.14.1/x64/bin/node 0295�� uts.enforce_all == 'true' && 'full-sweep (enforce_all)' || 'round-robin' -importcfg /usr/bin/git -s -w -buildmode=exe /usr/bin/git(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv ansitiveImports1713928856/001 x_amd64/vet /usr/bin/git --local core.hooksPath x_amd64/vet git init��(http block)https://api.github.com/repos/actions/github-script/git/ref/tags/v8/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v8 --jq [.object.sha, .object.type] | @tsv /repos/actions/setup-node/git/ref/tags/v4 --jq /usr/bin/git /ref/tags/v9 x_amd64/vet sv git rev-�� --show-toplevel git /usr/bin/git /tmp/gh-aw-test-git resolved$ /usr/bin/git git(http block)https://api.github.com/repos/actions/github-script/git/ref/tags/v9/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv get --global ode_modules/.bin-buildmode=exe http.https://git/opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv -c=4 -nolocalimports -importcfg /tmp/go-build2070227773/b413/importcfg -pack /home/REDACTED/work/gh-aw/gh-aw/pkg/constants/constants.go /home/REDACTED/work/gh-aw/gh-aw/pkg/constants/engine_constants.go ode_�� it} --local ache/node/24.14.-nilfunc user.email(http block)https://api.github.com/repos/actions/github-script/git/ref/tags/v9.0.0/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9.0.0 --jq [.object.sha, .object.type] | @tsv(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9.0.0 --jq [.object.sha, .object.type] | @tsv bot-detection.md-errorsas brave.md sh(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9.0.0 --jq [.object.sha, .object.type] | @tsv get --global ode_modules/.bin-nilfunc http.https://git/opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet(http block)https://api.github.com/repos/actions/setup-go/git/ref/tags/v4/usr/bin/gh gh api /repos/actions/setup-go/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel PMNnO1JhWT_hjJlGy4/NgsYRIvMQHHTX5b4d3ZQ/CzLq7wlyremote /usr/bin/git SameOutput119694infocmp /tmp/go-build207-1 g_.a git rev-�� --show-toplevel /opt/hostedtoolc--jq /usr/bin/git '/tmp/TestParsegit '/tmp/TestParserev-parse ache/node/24.14.--show-toplevel git(http block)https://api.github.com/repos/actions/setup-node/git/ref/tags/v4/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 x_amd64/vet sv go(http block)/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linurev-parse sv 1717421461 /tmp/go-build207api e/git infocmp -1 xterm-color e/git /usr/bin/git -unreachable=falgit /tmp/go-build207rev-parse ache/go/1.25.8/x--show-toplevel git(http block)/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv ithub-script/git/ref/tags/v9 git bject.type] | @tsv --show-toplevel git /opt/hostedtoolc--show-toplevel git rev-�� /ref/tags/v9 /opt/hostedtoolcache/go/1.25.8/x--jq sv -bool -buildtags /opt/hostedtoolcxterm-color gh(http block)https://api.github.com/repos/actions/setup-node/git/ref/tags/v6/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv /tmp/go-build2070227773/b439/_pkg_.a -trimpath t -p main -lang=go1.25 /bin/sh -c 483023669 git-upload-pack '/tmp/TestParseDefaultBranchFromLsRemoteWithRealGitbranch_with_h-test.run=^Test bject.type] | @tsv go1.25.8 -c=4 -nolocalimports git(http block)/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv k/gh-aw/gh-aw/.github/workflows/architecture-gua--workflow rev-parse /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linu--limit get --local x_amd64/vet /opt/hostedtoolcache/go/1.25.8/x--jq -o runs/20260505-092942-14494/test-1717421461 -trimpath /usr/bin/git s/test.md github.com/githurev-parse -lang=go1.25 git(http block)/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv /tmp/gh-aw-test-runs/20260505-092942-14494/test--test.timeout=10m0s rev-parse /usr/bin/git --local core.hooksPath x_amd64/vet git conf�� user.email(http block)https://api.github.com/repos/actions/upload-artifact/git/ref/tags/v4/usr/bin/gh gh api /repos/actions/upload-artifact/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv 2942-14494/test-483023669(http block)https://api.github.com/repos/aws-actions/configure-aws-credentials/git/ref/tags/v4/usr/bin/gh gh api /repos/aws-actions/configure-aws-credentials/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel /tmp/go-build2070227773/b442/sliceutil.test /usr/bin/git ithub-script/gitgit -test.v=true bject.type] | @t--show-toplevel git rev-�� --show-toplevel git /usr/bin/gh /tmp/gh-aw-test-gh remote /opt/hostedtoolcstatus gh(http block)/usr/bin/gh gh api /repos/aws-actions/configure-aws-credentials/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git --show-toplevel ps ache/node/24.14./repos/actions/github-script/git/ref/tags/v9 git rev-�� /ref/tags/v9 ache/node/24.14.1/x64/bin/node sv /ref/tags/v9 x_amd64/vet sv gh(http block)https://api.github.com/repos/azure/login/git/ref/tags/v2/usr/bin/gh gh api /repos/azure/login/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv --show-toplevel node /usr/bin/git /tmp/TestHashCongit(http block)https://api.github.com/repos/docker/login-action/git/ref/tags/v3/usr/bin/gh gh api /repos/docker/login-action/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git /tmp/TestGuardPogit config /usr/bin/infocmp--show-toplevel git rev-�� --show-toplevel infocmp /usr/bin/git xterm-color(http block)https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v0.1.2/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v0.1.2 --jq [.object.sha, .object.type] | @tsv --show-toplevel 64/pkg/tool/linu-f /usr/bin/git -unreachable=falgh /tmp/go-build207api 0227773/b354/vet/repos/actions/github-script/git/ref/tags/v9 git rev-�� --show-toplevel /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet /usr/bin/git ithub/workflows faultBranchFromL-1 .cfg git(http block)https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v1.0.0/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv(http block)https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v1.2.3/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv --show-toplevel 02zfbN4/uSkbk2BocNu6uh6Xsdg3 /usr/bin/git FETCH_HEAD(http block)https://api.github.com/repos/github/gh-aw/actions/runs/usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --limit 100 --created >=2026-04-28 ire(http block)/usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --limit 100 --created >=2026-04-05(http block)/usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --limit 100 --created >=2026-02-04(http block)https://api.github.com/repos/github/gh-aw/actions/runs/1/artifacts/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/1/artifacts --jq .artifacts[].name on ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet /../../.prettier/usr/bin/git erignore(http block)/usr/bin/gh gh run download 1 --dir test-logs/run-1 0227773/b007/vet.cfg ache/go/1.25.8/x64/pkg/tool/linu-buildmode=exe(http block)https://api.github.com/repos/github/gh-aw/actions/runs/12345/artifacts/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/12345/artifacts --jq .artifacts[].name on ache/go/1.25.8/x64/pkg/tool/linu-buildmode=exe(http block)/usr/bin/gh gh run download 12345 --dir test-logs/run-12345 on 64/pkg/tool/linux_amd64/vet /../../.prettierinfocmp erignore(http block)https://api.github.com/repos/github/gh-aw/actions/runs/1234567890/usr/bin/gh gh api repos/{owner}/{repo}/actions/runs/1234567890 --jq {databaseId: .id, number: .run_number, url: .html_url, status: .status, conclusion: .conclusion, workflowName: .name, workflowPath: .path, createdAt: .created_at, startedAt: .run_started_at, updatedAt: .updated_at, event: .event, headBranch: .head_branch, get --local t user.email(http block)https://api.github.com/repos/github/gh-aw/actions/runs/12346/artifacts/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/12346/artifacts --jq .artifacts[].name on ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet(http block)/usr/bin/gh gh run download 12346 --dir test-logs/run-12346 on ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet /../../.prettier/usr/bin/unpigz erignore th: .path, creat-c ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet -c npx prettier --write '**/*.cjs' '**/*.ts' '**/*.-c=4(http block)https://api.github.com/repos/github/gh-aw/actions/runs/2/artifacts/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/2/artifacts --jq .artifacts[].name on ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet /../../.prettier/opt/hostedtoolcache/node/24.14.1/x64/bin/node erignore(http block)/usr/bin/gh gh run download 2 --dir test-logs/run-2 0227773/b011/vet.cfg x_amd64/compile(http block)https://api.github.com/repos/github/gh-aw/actions/runs/3/artifacts/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/3/artifacts --jq .artifacts[].name on ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet /../../.prettier/opt/hostedtoolcache/node/24.14.1/x64/bin/node erignore --end-of-options ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet -c 3139505952(http block)/usr/bin/gh gh run download 3 --dir test-logs/run-3 stmain.go .cfg(http block)https://api.github.com/repos/github/gh-aw/actions/runs/4/artifacts/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/4/artifacts --jq .artifacts[].name on ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet /../../.prettier/usr/bin/git erignore(http block)/usr/bin/gh gh run download 4 --dir test-logs/run-4 .cfg ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet(http block)https://api.github.com/repos/github/gh-aw/actions/runs/5/artifacts/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/5/artifacts --jq .artifacts[].name on ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet /../../.prettiergh erignore(http block)/usr/bin/gh gh run download 5 --dir test-logs/run-5 0227773/b013/vet.cfg ache/go/1.25.8/x64/pkg/tool/linux_amd64/compile(http block)https://api.github.com/repos/github/gh-aw/actions/workflows/usr/bin/gh gh workflow list --json name,state,path on' --ignore-path ../../../.prettierignore --local tnet/tools/which user.name(http block)/usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --workflow nonexistent-workflow-12345 --limit 100(http block)/usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --workflow nonexistent-workflow-12345 --limit 6(http block)https://api.github.com/repos/github/gh-aw/contents/.github/workflows/shared/reporting.md/tmp/go-build2070227773/b404/cli.test /tmp/go-build2070227773/b404/cli.test -test.testlogfile=/tmp/go-build2070227773/b404/testlog.txt -test.paniconexit0 -test.v=true -test.parallel=4 -test.timeout=10m0s -test.run=^Test -test.short=true(http block)https://api.github.com/repos/github/gh-aw/git/ref/tags/v0.47.4/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.47.4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git(http block)https://api.github.com/repos/github/gh-aw/git/ref/tags/v1.0.0/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv 3627862056/001 **/*.cjs ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet **/*.json --ignore-path ../../../.prettixterm-color ortcfg -c 2942-14494/test-1879794186/.github/workflows g/logger/logger.go 1/x64/bin/node(http block)https://api.github.com/repos/github/gh-aw/git/ref/tags/v1.2.3/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv */*.ts' '**/*.json' --ignore-path ../../../.pret--log-level=error ale\|pr-triage\|draft x_amd64/vet k/gh-aw/gh-aw/.gnode k/gh-aw/gh-aw/.g/tmp/js-hash-test-2630045394/test-hash.js k/gh-aw/gh-aw/.g/tmp/TestHashConsistency_GoAndJavaScript2919752197/001/test-complex-frontmatter-with-tools.md x_amd64/vet k/gh�� b/workflows k/gh-aw/gh-aw/.github/workflows/-ifaceassert x_amd64/compile k/gh-aw/gh-aw/.gnode k/gh-aw/gh-aw/.g/tmp/js-hash-test-3837774063/test-hash.js k/gh-aw/gh-aw/.g/tmp/TestHashStability_SameInputSameOutput1196942681/001/stability-test.md x_amd64/compile(http block)https://api.github.com/repos/github/gh-aw/git/ref/tags/v2.0.0/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v2.0.0 --jq [.object.sha, .object.type] | @tsv */*.ts' '**/*.json' --ignore-path ../../../.pret.prettierignore main x_amd64/vet(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v2.0.0 --jq [.object.sha, .object.type] | @tsv */*.ts' '**/*.json' --ignore-path ../../../.prettierignore main x_amd64/vet(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v2.0.0 --jq [.object.sha, .object.type] | @tsv */*.ts' '**/*.json' --ignore-pat-errorsas main x_amd64/vet(http block)https://api.github.com/repos/github/gh-aw/git/ref/tags/v3.0.0/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v3.0.0 --jq [.object.sha, .object.type] | @tsv */*.ts' '**/*.jsgo1.25.8 main x_amd64/vet(http block)https://api.github.com/repos/google-github-actions/auth/git/ref/tags/v2/usr/bin/gh gh api /repos/google-github-actions/auth/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv --show-toplevel MW/rvKVX3HGE7cG9_NWqdcF/bmTrgOlJSL_fBOuVSPyd /usr/bin/git uts.branch 0227773/b460/_terev-parse /tmp/go-build207--show-toplevel git rev-�� --show-toplevel /tmp/go-build2070227773/b457/timeutil.test /usr/bin/git -test.paniconexigit git 64/pkg/tool/linu--show-toplevel git(http block)https://api.github.com/repos/nonexistent/action/git/ref/tags/v999.999.999/usr/bin/gh gh api /repos/nonexistent/action/git/ref/tags/v999.999.999 --jq [.object.sha, .object.type] | @tsv 3627862056/001 0227773/b204/vet.cfg ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet **/*.json --ignore-path run-script/lib/n--get-regexp ache/go/1.25.8/x^remote\..*\.gh-resolved$ -c /ref/tags/v9(http block)https://api.github.com/repos/nonexistent/repo/actions/runs/12345/usr/bin/gh gh run view 12345 --repo nonexistent/repo --json status,conclusion ./../.prettieriggit chr/testify/asserev-parse _TOKEN"; }; f x_amd64/link -c t1572940565/.github/workflows(http block)https://api.github.com/repos/owner/repo/actions/workflows/usr/bin/gh gh workflow list --json name,state,path --repo owner/repo /home/REDACTED/wor-nilfunc user.name(http block)/usr/bin/gh gh workflow list --json name,state,path --repo owner/repo 86_64/git =fetch(http block)/usr/bin/gh gh workflow list --repo owner/repo --json name,path,state .cfg **/*.ts **/*.json --ignore-path ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet(http block)https://api.github.com/repos/test-owner/test-repo/actions/secrets/usr/bin/gh gh api /repos/test-owner/test-repo/actions/secrets --jq .secrets[].name on' --ignore-path ../../../.pret.prettierignore --local ndor/bin/sh user.name(http block)https://api.github.com/repos/test/repo/usr/bin/gh gh api /repos/test/repo --jq .default_branch /ref/tags/v9.0.0 0227773/b087/vet.cfg sv(http block)If you need me to access, download, or install something from one of these locations, you can either: