Skip to content

Commit e24b14c

Browse files
committed
Add reviewer
1 parent 003d117 commit e24b14c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/update-prerelease-reference.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,13 @@ jobs:
145145
146146
echo "pr_url=$pr_url" >> "$GITHUB_OUTPUT"
147147
148+
- name: Assign PR
149+
if: steps.should-update.outputs.update == 'true'
150+
env:
151+
GH_TOKEN: ${{ github.token }}
152+
run: |
153+
gh pr edit "${{ steps.create-pr.outputs.pr_url }}" --add-assignee cwickham
154+
148155
- name: Trigger preview deployment
149156
if: steps.should-update.outputs.update == 'true'
150157
env:

0 commit comments

Comments
 (0)