Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ src/tests/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/knucleotide-in
src/mono/browser/runtime/dotnet.d.ts text eol=lf
src/native/libs/Common/JavaScript/loader/dotnet.d.ts text eol=lf

.github/workflows/*.lock.yml linguist-generated=true merge=ours
.github/workflows/*.lock.yml linguist-generated=true
11 changes: 3 additions & 8 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,10 @@
"version": "v7.0.1",
"sha": "043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
},
"github/gh-aw-actions/setup-cli@v0.82.6": {
"repo": "github/gh-aw-actions/setup-cli",
"version": "v0.82.6",
"sha": "cec6394202d7db187b02310d928812194988eb20"
},
"github/gh-aw-actions/setup@v0.82.6": {
"github/gh-aw-actions/setup@v0.85.4": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.82.6",
"sha": "cec6394202d7db187b02310d928812194988eb20"
"version": "v0.85.4",
"sha": "2709137ea6c5b0e19aa621454dc643ea8dc526b1"
}
}
}
614 changes: 0 additions & 614 deletions .github/workflows/agentics-maintenance.yml

This file was deleted.

275 changes: 122 additions & 153 deletions .github/workflows/breaking-change-doc.lock.yml

Large diffs are not rendered by default.

255 changes: 131 additions & 124 deletions .github/workflows/ci-failure-fix.lock.yml

Large diffs are not rendered by default.

253 changes: 130 additions & 123 deletions .github/workflows/ci-failure-scan-feedback.lock.yml

Large diffs are not rendered by default.

255 changes: 130 additions & 125 deletions .github/workflows/ci-failure-scan.lock.yml

Large diffs are not rendered by default.

245 changes: 125 additions & 120 deletions .github/workflows/closed-issue-reference-check.lock.yml

Large diffs are not rendered by default.

254 changes: 131 additions & 123 deletions .github/workflows/holistic-review.lock.yml

Large diffs are not rendered by default.

10 changes: 2 additions & 8 deletions .github/workflows/holistic-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,27 +77,21 @@ pre-agent-steps:
run: |
set -euo pipefail

# These are the agent configuration paths recognized by gh-aw v0.82.6.
# These are the agent configuration paths recognized by gh-aw v0.85.4.
# Re-audit this list whenever the pinned gh-aw compiler version changes.
trusted_agent_folders=(
.agents
.antigravity
.claude
.codex
.crush
.gemini
.github
.opencode
.pi
)
trusted_agent_files=(
.crush.json
AGENTS.md
ANTIGRAVITY.md
CLAUDE.md
GEMINI.md
PI.md
opencode.jsonc
)
trusted_agent_paths=(
"${trusted_agent_folders[@]}"
Expand Down Expand Up @@ -318,7 +312,7 @@ This workflow is dispatched per-PR by the `holistic-review-orchestrator` workflo

## Step 0: Prepare Workspace

The orchestrator passes the PR's actual base branch and current head commit. Before the agent starts, the workflow checks out that exact commit, removes every agent configuration path recognized by gh-aw v0.82.6, and restores those paths from `main`. Removing the paths first is essential because a Git checkout by itself would leave files added only by the PR behind.
The orchestrator passes the PR's actual base branch and current head commit. Before the agent starts, the workflow checks out that exact commit, removes every agent configuration path recognized by gh-aw v0.85.4, and restores those paths from `main`. Removing the paths first is essential because a Git checkout by itself would leave files added only by the PR behind.

```bash
PR_BASE_REF="$HOLISTIC_REVIEW_BASE_REF"
Expand Down
Loading