Skip to content

Commit a0c2db7

Browse files
authored
Tweak BCR configuration to avoid automatic PR creation (#264)
1 parent ed7064f commit a0c2db7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
tag_name: ${{ inputs.tag_name }}
2828
# GitHub repository which is a fork of the upstream where the Pull Request will be opened.
2929
registry_fork: protocolbuffers/bazel-central-registry
30+
# Require pull request to be created manually in order to avoid using a classic PAT
31+
open_pull_request: false
3032
permissions:
3133
attestations: write
3234
contents: write

0 commit comments

Comments
 (0)