We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003d117 commit e24b14cCopy full SHA for e24b14c
1 file changed
.github/workflows/update-prerelease-reference.yml
@@ -145,6 +145,13 @@ jobs:
145
146
echo "pr_url=$pr_url" >> "$GITHUB_OUTPUT"
147
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
+
155
- name: Trigger preview deployment
156
if: steps.should-update.outputs.update == 'true'
157
env:
0 commit comments