Skip to content

Commit 1c32e7a

Browse files
committed
Sync oz-pr-review.yml from .github repo
1 parent a95bb12 commit 1c32e7a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/oz-pr-review.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ permissions:
1515

1616
jobs:
1717
issue_label_fix:
18-
runs-on: ubuntu-24.04
18+
runs-on: [self-hosted, linux, x64, big]
1919
if: github.event_name == 'issues' && github.event.label.name == 'warp'
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v4.3.1
2222
with:
2323
fetch-depth: 0
2424

@@ -47,7 +47,7 @@ jobs:
4747
5. Summarize exactly what you changed and how you verified it.
4848
4949
issue_comment_follow_up:
50-
runs-on: ubuntu-24.04
50+
runs-on: [self-hosted, linux, x64, big]
5151
if: github.event_name == 'issue_comment' && !github.event.issue.pull_request
5252
steps:
5353
- name: Validate trigger comment
@@ -73,7 +73,7 @@ jobs:
7373
echo "trusted=$trusted" >> "$GITHUB_OUTPUT"
7474
echo "matched=$matched" >> "$GITHUB_OUTPUT"
7575
76-
- uses: actions/checkout@v4
76+
- uses: actions/checkout@v4.3.1
7777
if: steps.trigger.outputs.trusted == 'true' && steps.trigger.outputs.matched == 'true'
7878
with:
7979
fetch-depth: 0
@@ -106,7 +106,7 @@ jobs:
106106
3. Reply with a short summary of what you changed or why you did not change code.
107107
108108
pr_comment_follow_up:
109-
runs-on: ubuntu-24.04
109+
runs-on: [self-hosted, linux, x64, big]
110110
if: github.event_name == 'issue_comment' && github.event.issue.pull_request
111111
steps:
112112
- name: Validate trigger comment
@@ -132,7 +132,7 @@ jobs:
132132
echo "trusted=$trusted" >> "$GITHUB_OUTPUT"
133133
echo "matched=$matched" >> "$GITHUB_OUTPUT"
134134
135-
- uses: actions/checkout@v4
135+
- uses: actions/checkout@v4.3.1
136136
if: steps.trigger.outputs.trusted == 'true' && steps.trigger.outputs.matched == 'true'
137137
with:
138138
fetch-depth: 0
@@ -162,7 +162,7 @@ jobs:
162162
3. Use `gh pr comment` or `gh pr review --comment` to explain the change or answer.
163163
164164
pr_review_comment_follow_up:
165-
runs-on: ubuntu-24.04
165+
runs-on: [self-hosted, linux, x64, big]
166166
if: github.event_name == 'pull_request_review_comment'
167167
steps:
168168
- name: Validate trigger comment
@@ -188,7 +188,7 @@ jobs:
188188
echo "trusted=$trusted" >> "$GITHUB_OUTPUT"
189189
echo "matched=$matched" >> "$GITHUB_OUTPUT"
190190
191-
- uses: actions/checkout@v4
191+
- uses: actions/checkout@v4.3.1
192192
if: steps.trigger.outputs.trusted == 'true' && steps.trigger.outputs.matched == 'true'
193193
with:
194194
fetch-depth: 0

0 commit comments

Comments
 (0)