From 3154ab3f8be912429c1dbf880c1e9380e32eb0bf Mon Sep 17 00:00:00 2001 From: David Anson Date: Sat, 5 Jul 2025 05:55:12 +0000 Subject: [PATCH] wip --- .github/workflows/update-test-repos.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 }}