Skip to content
Merged
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 .github/workflows/ai-pr-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Review PR with reusable AI reviewer
if: github.event_name == 'pull_request'
id: review
uses: misospace/pr-reviewer-action@d38d63486d81156724191a438719bdd0431952c4 # v2.1.11
uses: misospace/pr-reviewer-action@99e7764a4906f94d99c249231d2016c3cda8997e # v2.2.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Info: CI shows macOS validation and Export validation (macOS) failures on this head, but the diff only changes a workflow pin and no game code, so the failures appear unrelated/pre-existing and should be confirmed as such before treating CI as green.

Automated finding from AI PR review.

with:
github_token: ${{ steps.app-token.outputs.token }}
ai_primary_retries: "3"
Expand Down
Loading