Skip to content

Commit 0f37c48

Browse files
committed
chore: create bcr prs as non-draft because bot account is used
1 parent ffb7001 commit 0f37c48

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
# GitHub repository which is a fork of the upstream where the Pull Request will be opened.
2828
registry_fork: bazel-contrib/bazel-central-registry
2929
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
3034
permissions:
3135
contents: write
3236
secrets:

0 commit comments

Comments
 (0)