From ed30e2b99267ef088c9189ca635930836791b028 Mon Sep 17 00:00:00 2001 From: Stephanie DiBenedetto Date: Thu, 8 Jan 2026 14:03:15 +0000 Subject: [PATCH] Tweak BCR configuration to avoid automatic PR creation --- .github/workflows/publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index b010868..f660548 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -27,6 +27,8 @@ jobs: tag_name: ${{ inputs.tag_name }} # GitHub repository which is a fork of the upstream where the Pull Request will be opened. registry_fork: protocolbuffers/bazel-central-registry + # Require pull request to be created manually in order to avoid using a classic PAT + open_pull_request: false permissions: attestations: write contents: write