From 0f37c484a42effda7db00fc1464cd14f38c70b8b Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Sat, 10 Jan 2026 14:44:28 -0800 Subject: [PATCH] chore: create bcr prs as non-draft because bot account is used --- .github/workflows/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fb46168fc1..5ef65e83a6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,6 +27,10 @@ jobs: # GitHub repository which is a fork of the upstream where the Pull Request will be opened. registry_fork: bazel-contrib/bazel-central-registry attest: false + # Create non-draft PRs so the BCR bazel-io bot processes them. Otherwise, + # since a bazel-contrib bot, we have to wait for BCR maintainers to mark it + # non-draft or approve it. + draft: false permissions: contents: write secrets: