Skip to content

ci: repoint watch-upstream to relocated AssemblyStore reader - #5453

Open
jamescrosswell wants to merge 2 commits into
mainfrom
chore/watch-upstream-assembly-store-move
Open

ci: repoint watch-upstream to relocated AssemblyStore reader#5453
jamescrosswell wants to merge 2 commits into
mainfrom
chore/watch-upstream-assembly-store-move

Conversation

@jamescrosswell

@jamescrosswell jamescrosswell commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator

Summary

dotnet/android#12108 (commit f1aecf9) deleted tools/assembly-store-reader-mk2/ and moved the AssemblyStore parser we vendor into .github/skills/read-assembly-store/src/AssemblyStore/.

Our watch-upstream matrix still tracked the old path. That path will never receive another commit, so the watcher would silently stop alerting us to upstream changes. This repoints it at the new location (and freshens the matrix name).

Surfaced by the watcher itself in #5451.

Follow-ups (next major, not in this PR)

The move rides on a stack (#12104 / #12108) that also introduced upstream logic we don't yet vendor:

Issues

Closes #5451

#skip-changelog

dotnet/android#12108 (commit f1aecf9) deleted tools/assembly-store-reader-mk2/
and moved the AssemblyStore parser we vendor in src/Sentry.Android.AssemblyReader/
to .github/skills/read-assembly-store/src/AssemblyStore/.

Our watch matrix still tracked the old path, which will never receive another
commit, so we would silently stop being alerted to upstream changes. Point the
watcher at the new location.

#skip-changelog

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@codecov

codecov Bot commented Jul 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.68%. Comparing base (2f0203f) to head (284e2a4).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5453   +/-   ##
=======================================
  Coverage   74.68%   74.68%           
=======================================
  Files         512      512           
  Lines       18722    18722           
  Branches     3660     3660           
=======================================
  Hits        13983    13983           
  Misses       3866     3866           
  Partials      873      873           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread .github/workflows/watch-upstream.yml Outdated
@jamescrosswell
jamescrosswell marked this pull request as ready for review July 28, 2026 23:17
@github-actions github-actions Bot added the risk: low PR risk score: low label Jul 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

risk: low PR risk score: low

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upstream change detected: dotnet/android tools/assembly-store-reader-mk2 @ f1aecf9

1 participant