We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb7001 commit 0f37c48Copy full SHA for 0f37c48
1 file changed
.github/workflows/publish.yml
@@ -27,6 +27,10 @@ jobs:
27
# GitHub repository which is a fork of the upstream where the Pull Request will be opened.
28
registry_fork: bazel-contrib/bazel-central-registry
29
attest: false
30
+ # Create non-draft PRs so the BCR bazel-io bot processes them. Otherwise,
31
+ # since a bazel-contrib bot, we have to wait for BCR maintainers to mark it
32
+ # non-draft or approve it.
33
+ draft: false
34
permissions:
35
contents: write
36
secrets:
0 commit comments