Skip to content

Commit 9b900ec

Browse files
Update .github/workflows/track-review-project.yaml
Co-authored-by: Yaswant Pradhan <2984440+yaswant@users.noreply.github.com>
1 parent 3e61f1d commit 9b900ec

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/track-review-project.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,12 @@ jobs:
146146
147147
echo "REQUIRED_STATE=$required_state" >> $GITHUB_ENV
148148
149-
- name: Request SciTech review, if needed
150-
continue-on-error: true
149+
- name: Request SciTech review, if needed
151150
if: env.SR_REQUEST_REQUIRED == 'true' && env.REQUIRED_STATE == 'SciTech Review' && env.SCITECH_REVIEWER != ''
151+
continue-on-error: true
152152
env:
153153
GH_TOKEN: ${{ github.token }}
154-
run: |
155-
gh pr edit -R "$REPO" "$PR_NUM" --add-reviewer "$SCITECH_REVIEWER"
154+
run: gh pr edit -R "$REPO" "$PR_NUM" --add-reviewer "$SCITECH_REVIEWER"
156155

157156
- name: Request code review, if needed
158157
continue-on-error: true

0 commit comments

Comments
 (0)