Merged
Conversation
Collaborator
|
hi can you show me some PRs of yours or others where they have followed this workflow/branch usage pattern? |
Contributor
Author
Currently, I made PRs into main branch but I'm not sure they can merge. Because they(RedTeam dev) are developing on dev So I think we should add Thanks. |
Collaborator
|
You're unsure where the PR goes, so how can you be sure to add I will wait until you get clear confirmation from maintainers on where/how to PR, or when you can provide concrete examples of merged PRs targeting the branch you're suggesting |
Contributor
Author
anderdc
approved these changes
Mar 7, 2026
Contributor
Author
|
Thanks
…On Sat, Mar 7, 2026 at 10:59 PM Ander ***@***.***> wrote:
Merged #264 <#264> into test.
—
Reply to this email directly, view it on GitHub
<#264 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQGYNNJX2K5SOJ5GYGQQ434PRWSDAVCNFSM6AAAAACWG6SARGVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMRTGM3DCOBQG4YTMMQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add
devtoadditional_acceptable_branchesforRedTeamSubnet/RedTeamingittensor/validator/weights/master_repositories.json.Why
The RedTeam subnet follows this branching model:
The
devbranch acts as the main integration branch where all reviewed and approved pull requests are merged.Stable releases are prepared by merging development into master and performing a version increment at the same time.
Changes