-
Notifications
You must be signed in to change notification settings - Fork 1
DO NOT MERGE — responder test sandbox v3 #159
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
Changes from all commits
20a69fd
3839456
af4ee63
69cf691
ca1945c
73ad68f
b291a66
8f0d9f9
80d5003
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,10 @@ permissions: | |
| pull-requests: read | ||
| actions: read | ||
|
|
||
| checkout: | ||
| fetch: ["*"] | ||
| fetch-depth: 0 | ||
|
|
||
| engine: | ||
| id: copilot | ||
| model: claude-opus-4.6 | ||
|
|
@@ -30,6 +34,8 @@ safe-outputs: | |
| noop: | ||
| report-as-issue: false | ||
| push-to-pull-request-branch: | ||
| target: "*" | ||
| labels: [aw] | ||
| github-token: ${{ secrets.GH_AW_WRITE_TOKEN }} | ||
|
Comment on lines
36
to
39
Owner
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Partially addressed. Added an explicit Same as the review-responder: removing
|
||
| add-labels: | ||
| github-token: ${{ secrets.GH_AW_WRITE_TOKEN }} | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Fixed. Added step 6: "Fetch and checkout the PR's head branch before making any code changes. Use the PR number from
$\{\{ github.event.inputs.pr_number }}to determine the head ref and switch to it." This ensures the ci-fixer agent explicitly checks out the PR branch before applying fixes.