Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose a new directory_not_found user error #8174

Merged
merged 2 commits into from Oct 12, 2023

Conversation

deivid-rodriguez
Copy link
Contributor

@deivid-rodriguez deivid-rodriguez commented Oct 10, 2023

If the user is configuring a directory for dependabot that no longer exists, and the ecosystem does not clone full repositories, we'll end up with unknown Octokit::NotFound errors when trying to fetch dependency files.

This PR creates a new error that will be displayed to the user so that she can fix her configuration.

@deivid-rodriguez deivid-rodriguez requested a review from a team as a code owner October 10, 2023 22:52
@deivid-rodriguez deivid-rodriguez force-pushed the deivid-rodriguez/directory-not-found branch 3 times, most recently from c1e9b39 to 3bdb3f4 Compare October 10, 2023 23:27
@github-actions github-actions bot added L: ruby:bundler RubyGems via bundler L: dotnet:nuget NuGet packages via nuget or dotnet labels Oct 10, 2023
bin/dry-run.rb Outdated Show resolved Hide resolved
If the user is configuring a directory for dependabot that no longer
exists, and the ecosystem does not clone full repositories, we'll end up
with unknown `Octokit::NotFound` errors when trying to fetch dependency
files.

This commits creates a new user that will be displayed to the user so
that she can fix her configuration.
@deivid-rodriguez deivid-rodriguez force-pushed the deivid-rodriguez/directory-not-found branch from 75158c6 to a2ea015 Compare October 12, 2023 16:06
@deivid-rodriguez deivid-rodriguez merged commit 45bd00f into main Oct 12, 2023
80 checks passed
@deivid-rodriguez deivid-rodriguez deleted the deivid-rodriguez/directory-not-found branch October 12, 2023 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: dotnet:nuget NuGet packages via nuget or dotnet L: ruby:bundler RubyGems via bundler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants