From a7346c3b4ad6b99300258feb92a6d214f13c36c2 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Wed, 12 Nov 2025 11:32:48 -0500 Subject: [PATCH 1/2] fix --- .github/workflows/preview-bazel-docs-pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/preview-bazel-docs-pr.yml b/.github/workflows/preview-bazel-docs-pr.yml index d29c22f..fc2287c 100644 --- a/.github/workflows/preview-bazel-docs-pr.yml +++ b/.github/workflows/preview-bazel-docs-pr.yml @@ -16,15 +16,14 @@ jobs: steps: - uses: actions/checkout@v5 - uses: actions/github-script@v8 + id: find-new-prs with: script: | - const prs = await github.rest.pulls.list({ + const { data: prs } = await github.rest.pulls.list({ owner: 'bazelbuild', repo: 'bazel', since: new Date(Date.now() - 20 * 60 * 1000).toISOString(), }); - - core.setOutput("pull_requests", JSON.stringify(prs.map(pr => ({ number: pr.number, head_sha: pr.head.sha, @@ -32,3 +31,4 @@ jobs: # TODO: run another step for each output. # it just calls the gh command to make a new branch on our repo that points the upstream git submodule to the PR's HEAD commit # and then triggers the run-codegen workflow on that new branch to generate the docs. + - run: echo ${{ steps.find-new-prs.outputs.pull_requests }} From df248bd55ce90954be685c58c2248febdbd34e3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 12 Nov 2025 17:05:25 +0000 Subject: [PATCH 2/2] chore: update documentation from upstream Bazel repo Generated by GitHub Actions workflow from upstream Bazel repository. This commit includes transformed documentation files ready for Mintlify deployment. --- upstream | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upstream b/upstream index b1630ee..9b800ba 160000 --- a/upstream +++ b/upstream @@ -1 +1 @@ -Subproject commit b1630eedbe79a7487a79dc4b7f75d27b22e3c0ab +Subproject commit 9b800bae4c8cd970ed04d710b9c0613a9d091b16