weights: add release branches for cosmos-sdk, jellyfin, grafana, neovim, and metamask-extension - #754
Merged
anderdc merged 3 commits intoApr 28, 2026
Conversation
aviu16
force-pushed
the
weights/release-branches-cosmos-jellyfin
branch
from
April 28, 2026 03:22
4d60526 to
0278c52
Compare
Contributor
Author
anderdc
approved these changes
Apr 28, 2026
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 active release branches as
additional_acceptable_branchesfor five whitelisted repos so merged contributions targeting LTS / patch releases are recognized in miner accounting.Consolidated per @anderdc's note on #787 ("No reason for separation").
Why
Each of these repos cuts release branches that receive substantial merged-PR traffic. Without these overrides, valid merges to
release/*are not currently scoreable since only the default branch is recognized.cosmos/cosmos-sdk(last 100 merged):release/v0.54.x, most recent #26336 on 2026-04-23release/v0.53.x, most recent #26308 on 2026-04-15jellyfin/jellyfin(last 100 merged):release-10.11.z, most recent #16540 on 2026-04-03grafana/grafana(last 100 merged):release-13.0.2, most recent #123558 on 2026-04-24neovim/neovim(last 100 merged):release-0.12, most recent #39377 on 2026-04-24MetaMask/metamask-extension(last 100 merged):release/13.28.0, most recent #42097 on 2026-04-23release/13.29.0, most recent #42124 on 2026-04-24Change