docs: update source file for asset autodetection#7513
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates documentation to reflect the consolidation of asset_detector.rs into asset_matcher.rs that occurred in commit 050aad5 (PR #7370).
- Updates file path references in documentation from the old
asset_detector.rsto the newasset_matcher.rs
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/dev-tools/backends/gitlab.md | Updates the source file reference from asset_detector.rs to asset_matcher.rs in the tip section |
| docs/dev-tools/backends/github.md | Updates the source file reference from asset_detector.rs to asset_matcher.rs in the tip section |
The changes are straightforward and accurate. Both documentation files have been consistently updated to reference the correct source file that now contains the asset autodetection logic. The file path and GitHub URL are correct, and the changes align with the refactoring described in PR #7370.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
The
asset_detector.rshas been consolidated intoasset_matcher.rsin050aad5 (refactor(backend): unified AssetMatcher with checksum fetching (#7370), 2025-12-17).