-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat: add expert code review workflow with 3-model adversarial consensus #35111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+1,614
−0
Merged
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 390a286
fix: address review comments and remove expert-reviewer agent
PureWeen de8aaf3
feat: add workflow_dispatch trigger for iterating on prompt in PRs
PureWeen 6f5d49a
feat: add use_pr_skills option for iterating on skills from feature b…
PureWeen e4be313
simplify: always use PR skills for workflow_dispatch
PureWeen 7e5a00a
fix: remove unnecessary dotnet network allowlist for review-only work…
PureWeen a371152
fix: add bots config and remove dotnet network allowlist
PureWeen 2acccc2
chore: recompile with gh-aw v0.71.0
PureWeen 50832ff
polish: add events filter and trim Step 1 prompt
PureWeen ff18d4b
fix: hard fail on PR skills overlay failure for workflow_dispatch
PureWeen 5b19337
fix: address adversarial review findings (5 fixes)
PureWeen c5225a4
fix: address round 2 adversarial review findings (6 fixes)
PureWeen 82d71f3
fix: address round 3 adversarial review findings (9 fixes)
PureWeen 150758c
fix: address round 4 adversarial review findings (3 fixes)
PureWeen 0fb05d0
fix: address round 5 adversarial review findings (2 fixes)
PureWeen 12afc50
fix: restore v0.62.x entries in actions-lock.json
PureWeen ca74139
fix: replace ambiguous 'median severity' with deterministic consensus…
PureWeen ced9ae3
fix: change submit-pull-request-review max from 2 to 1
PureWeen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.xentries, but other committed gh-aw lock workflows in this repo still referencegithub/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.