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
4 changes: 2 additions & 2 deletions .github/workflows/pr-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
github.event_name == 'workflow_dispatch')
# Pinned to an immutable Pipelock commit in both positions. A branch or tag
# here would run reviewer code that can change under the pin.
uses: luckyPipewrench/pipelock/.github/workflows/pr-review-reusable.yaml@74b3b3f1099d8d6d8ffeb67407ba7e99d1bd3119
uses: luckyPipewrench/pipelock/.github/workflows/pr-review-reusable.yaml@aa5c8dc6661c72632533ef6cee9453614ee4d885
with:
pr_number: >-
${{ github.event_name == 'issue_comment' &&
Expand All @@ -45,7 +45,7 @@ jobs:
(github.event.comment.body == '/review deep' && 'deep' ||
'default') ||
inputs.review_mode }}
reviewer_sha: 74b3b3f1099d8d6d8ffeb67407ba7e99d1bd3119
reviewer_sha: aa5c8dc6661c72632533ef6cee9453614ee4d885
# Personal-account repositories cannot use secrets: inherit with a reusable
# workflow, so every secret the reviewer needs is mapped by name.
secrets:
Expand Down
Loading