-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Strong type
Dependabot::PullRequestCreator
- Loading branch information
1 parent
389cb8a
commit e103d3f
Showing
1 changed file
with
151 additions
and
17 deletions.
There are no files selected for viewing
This file contains 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
@JamieMagee I think we are missing nil default for the fetch here. target_project_id is optional.
If provider_metadata is nil then we will get nil
If provider_metadata is partial we should get nil too
Without nil as default, my dependabot pipeline fails, if I add the default nil, then everything is ok