We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4429fc commit 9d2a399Copy full SHA for 9d2a399
1 file changed
.github/workflows/update-docs.yml
@@ -69,5 +69,7 @@ jobs:
69
env:
70
GITHUB_TOKEN: ${{ steps.generate-token-approver.outputs.token }}
71
run: |
72
+ set -eo pipefail
73
gh pr review "docs/update-to-${SHA}" --approve
- gh pr merge "docs/update-to-${SHA}" --auto --squash
74
+ gh pr checks "docs/update-to-${SHA}" --watch --fail-fast
75
+ gh pr merge "docs/update-to-${SHA}" --squash
0 commit comments