Skip to content

Conversation

@dvvaliya369
Copy link

Summary

Implements the ability to derive the target branch name from the base branch, enabling "namespacing" of generated pull requests based on their target branch.

Changes Made

  • Added support for deriving branch names from base branch references
  • Enables automated code generation workflows to create PRs against multiple branches
  • Allows bots to namespace pull requests based on their target branch

Why This Change

This feature addresses the need for code generation workflows where:

  • Code changes trigger automated codegen jobs
  • PRs need to be opened against multiple branches
  • Each PR should be namespaced to its target branch for better organization

Fixes #3668


Agent: blackbox
Model: blackboxai/blackbox-pro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

allow "branch" to be derived from "base"

2 participants