Skip to content

Commit 37462c5

Browse files
cgrindelclaude
andauthored
ci: disable draft PRs for publish-to-bcr workflow (#576)
## Summary - Disable draft PRs for the publish-to-bcr workflow since repos hosted under bazel-contrib using the shared bot token should not create draft PRs - Maintainers listed in metadata.json will approve the non-draft PRs instead ## Test plan - [ ] Verify workflow runs successfully on next release 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a408bc0 commit 37462c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_to_bcr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
author_name: Chuck Grindel
2222
author_email: chuck.grindel@gmail.com
2323
attest: false
24+
draft: false
2425
secrets:
2526
publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)