Make error message nicer for when two artifacts that share a prefix are found #2023
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.
Addresses this situation:
![CleanShot 2023-11-06 at 11 39 28@2x](https://private-user-images.githubusercontent.com/3348134/280677769-90b19f74-5e98-4644-a9d4-96bdcee4f60d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NTEzNzEsIm5iZiI6MTczODg1MTA3MSwicGF0aCI6Ii8zMzQ4MTM0LzI4MDY3Nzc2OS05MGIxOWY3NC01ZTk4LTQ2NDQtYTlkNC05NmJkY2VlNGY2MGQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDZUMTQxMTExWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MGZkMmQ1NTcwMzJhYmY5Y2Q3ZGFiYjM3MDE2OGFkMTRjOTYxNjNiM2JkOWUyODFhZDZjNzY2Yzc3NWI1OWM5NSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.fEI1aRsG_266nhToB4xdpfw-htHPh1G2b41PhyvzgdY)
with nicer error messages.
Pre-requisites
Please ensure you have done the following:
develop
and the open PR is targetingdevelop
. If your branch wasn't based on develop read Contribution guide on rebasing branch to develop.Types of changes