There was an error while loading. Please reload this page.
1 parent c431ce8 commit 3e61f1dCopy full SHA for 3e61f1d
1 file changed
.github/workflows/track-review-project.yaml
@@ -147,13 +147,15 @@ jobs:
147
echo "REQUIRED_STATE=$required_state" >> $GITHUB_ENV
148
149
- name: Request SciTech review, if needed
150
+ continue-on-error: true
151
if: env.SR_REQUEST_REQUIRED == 'true' && env.REQUIRED_STATE == 'SciTech Review' && env.SCITECH_REVIEWER != ''
152
env:
153
GH_TOKEN: ${{ github.token }}
154
run: |
155
gh pr edit -R "$REPO" "$PR_NUM" --add-reviewer "$SCITECH_REVIEWER"
156
157
- name: Request code review, if needed
158
159
if: env.CR_REQUEST_REQUIRED == 'true' && env.REQUIRED_STATE == 'Code Review' && env.CODE_REVIEWER != ''
160
161
0 commit comments