Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down