Skip to content
16 changes: 13 additions & 3 deletions .github/workflows/ci-fixer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .github/workflows/ci-fixer.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ permissions:
pull-requests: read
actions: read

checkout:
fetch: ["*"]
fetch-depth: 0

Comment on lines +16 to +19
Copy link
Copy Markdown
Owner Author

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.

Generated by Review Responder

engine:
id: copilot
model: claude-opus-4.6
Expand All @@ -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
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Partially addressed. Added an explicit aw label gate as step 1 in the ci-fixer instructions — the agent will now verify the target PR has the aw label before proceeding.

Same as the review-responder: removing labels: [aw] from the push-to-pull-request-branch frontmatter config requires .lock.yml recompilation via gh aw compile, which I cannot run. This should be done manually as a follow-up.

Generated by Review Responder

add-labels:
github-token: ${{ secrets.GH_AW_WRITE_TOKEN }}
Expand Down
58 changes: 24 additions & 34 deletions .github/workflows/review-responder.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading