We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7098ce6 commit 11cb129Copy full SHA for 11cb129
src/utilities/new_versions.jl
@@ -304,7 +304,7 @@ end
304
function force_ci_trigger(
305
api::GitLab.GitLabAPI,
306
ci_cfg::CIService,
307
- repo::GitLab.Project,
+ repo::Union{GitLab.Project, Nothing},
308
pr_title::AbstractString,
309
branch_name::AbstractString,
310
pkey_filename::Union{AbstractString,Nothing};
@@ -317,7 +317,7 @@ end
317
318
api::GitHub.GitHubAPI,
319
320
- repo::GitHub.Repo,
+ repo::Union{GitHub.Repo, Nothing},
321
322
323
0 commit comments