ci: restore PR #2805 release attribution - #2854
Merged
Merged
Conversation
f-trycua
force-pushed
the
agent/fix-release-attribution-2805
branch
from
August 4, 2026 19:39
53d7a2b to
24022a7
Compare
f-trycua
marked this pull request as ready for review
August 4, 2026 19:43
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
rsyuzyov@gmail.comto the verified GitHub identityrsyuzyovWhy
The Cua Driver 0.18.0 release PR #2836 cannot collect attribution for squash commit
aebd9962d2686e75ff9e17e0a3735e303ff96981. PR #2805 and its source commits establish that Roman Syuzyov's contributor email belongs to GitHub userrsyuzyov, but that trusted mapping was absent from the release attribution configuration.This restores the contributor credit from #2805 without weakening the collector's other attribution checks. It changes release infrastructure and tests only; it does not change product behavior or request another product release.
Salvaged from #2805.
Validation
python3.13 -m pytest .github/scripts/tests/test_release_attribution.py .github/scripts/tests/test_pr_attribution.py -v— 31 passedpython3.13 .github/scripts/release_backfill.py validate— 146 candidates and 36 explicit skips validatedgit diff --checkThe broader script suite reached 147 passed with one unrelated existing failure: the Cua Sandbox bump configuration says
0.1.25while its package metadata says0.1.26.