Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
69c08d8
feat: add expert code review workflow with 3-model adversarial consensus
PureWeen Apr 23, 2026
390a286
fix: address review comments and remove expert-reviewer agent
PureWeen Apr 24, 2026
de8aaf3
feat: add workflow_dispatch trigger for iterating on prompt in PRs
PureWeen Apr 24, 2026
6f5d49a
feat: add use_pr_skills option for iterating on skills from feature b…
PureWeen Apr 24, 2026
e4be313
simplify: always use PR skills for workflow_dispatch
PureWeen Apr 24, 2026
7e5a00a
fix: remove unnecessary dotnet network allowlist for review-only work…
PureWeen Apr 24, 2026
a371152
fix: add bots config and remove dotnet network allowlist
PureWeen Apr 24, 2026
2acccc2
chore: recompile with gh-aw v0.71.0
PureWeen Apr 24, 2026
50832ff
polish: add events filter and trim Step 1 prompt
PureWeen Apr 24, 2026
ff18d4b
fix: hard fail on PR skills overlay failure for workflow_dispatch
PureWeen Apr 24, 2026
5b19337
fix: address adversarial review findings (5 fixes)
PureWeen Apr 24, 2026
c5225a4
fix: address round 2 adversarial review findings (6 fixes)
PureWeen Apr 24, 2026
82d71f3
fix: address round 3 adversarial review findings (9 fixes)
PureWeen Apr 25, 2026
150758c
fix: address round 4 adversarial review findings (3 fixes)
PureWeen Apr 27, 2026
0fb05d0
fix: address round 5 adversarial review findings (2 fixes)
PureWeen Apr 27, 2026
12afc50
fix: restore v0.62.x entries in actions-lock.json
PureWeen Apr 27, 2026
ca74139
fix: replace ambiguous 'median severity' with deterministic consensus…
PureWeen Apr 27, 2026
ced9ae3
fix: change submit-pull-request-review max from 2 to 1
PureWeen Apr 27, 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
10 changes: 10 additions & 0 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"version": "v8",
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
},
"actions/github-script@v9": {
"repo": "actions/github-script",
"version": "v9",
"sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3"
},
"github/gh-aw-actions/setup@v0.62.1": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.62.1",
Expand All @@ -15,6 +20,11 @@
"version": "v0.62.2",
"sha": "20045bbd5ad2632b9809856c389708eab1bd16ef"
},
"github/gh-aw-actions/setup@v0.71.0": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.71.0",
"sha": "49157453228f9641824955e35cbeccbca74ee0fd"
},
Comment on lines +8 to 27
Copy link

Copilot AI Apr 23, 2026

Choose a reason for hiding this comment

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

This update removes the github/gh-aw-actions/setup@v0.62.x entries, but other committed gh-aw lock workflows in this repo still reference github/gh-aw-actions/setup@... # v0.62.2 (e.g., copilot-evaluate-tests.lock.yml). If any validation/build step expects actions in lock files to exist in actions-lock.json, this inconsistency will break CI. Either keep the older setup entries in actions-lock.json or recompile/update the existing lock workflows to the new setup version so everything is consistent.

Copilot uses AI. Check for mistakes.
"github/gh-aw/actions/setup@v0.43.19": {
"repo": "github/gh-aw/actions/setup",
"version": "v0.43.19",
Expand Down
Loading
Loading