From 5c70ca428e60e68ce199627801ec47583386dd9f Mon Sep 17 00:00:00 2001 From: Andreas Herrmann Date: Wed, 27 May 2026 15:29:19 +0200 Subject: [PATCH] chore: disable BCR draft PR The PR is opened under the hermeticbuild-bot account, the maintainer cannot switch it to ready to merge. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c639697..bfd783dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,6 +42,7 @@ jobs: with: tag_name: ${{ inputs.tag || github.ref_name }} registry_fork: hermeticbuild/bazel-central-registry + draft: false permissions: attestations: write contents: write