diff --git a/.github/workflows/update-test-repos.yml b/.github/workflows/update-test-repos.yml index 8622519b..a1aceeea 100644 --- a/.github/workflows/update-test-repos.yml +++ b/.github/workflows/update-test-repos.yml @@ -29,6 +29,7 @@ jobs: - run: git add . - run: git commit -m "Update test repo snapshots." - run: git push --set-upstream origin update-test-repos-$GITHUB_RUN_ID - - run: gh pr create --base next --body "" --title "Update test repo snapshots." --draft - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # BLOCKED: https://github.com/cli/cli/issues/10093 + # - run: gh pr create --base next --body "" --title "Update test repo snapshots." --draft + # env: + # GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}