Skip to content
Open
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
8 changes: 4 additions & 4 deletions .github/workflows/ai-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:

- name: Post CI failure comment
if: github.event_name != 'issue_comment' && steps.ci_check.outputs.ci_passed == 'false'
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5
with:
header: AI Review
number: ${{ github.event.pull_request.number || github.event.issue.number }}
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
# Post "in progress" comment before starting the review
- name: Post started comment
if: github.event_name == 'issue_comment' || steps.ci_check.outputs.ci_passed == 'true'
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5
with:
header: AI Review
number: ${{ github.event.pull_request.number || github.event.issue.number }}
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
# Post success comment
- name: Post review comment
if: github.event_name == 'issue_comment' || steps.ci_check.outputs.ci_passed == 'true'
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5
with:
header: AI Review
number: ${{ github.event.pull_request.number || github.event.issue.number }}
Expand All @@ -292,7 +292,7 @@ jobs:
# Post failure comment (only runs if any previous step failed)
- name: Post failure comment
if: failure() && (github.event_name == 'issue_comment' || steps.ci_check.outputs.ci_passed == 'true')
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5
with:
header: AI Review
number: ${{ github.event.pull_request.number || github.event.issue.number }}
Expand Down