Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
19f04bee
Commit
19f04bee
authored
7 years ago
by
Rhys Arkins
Browse files
Options
Downloads
Patches
Plain Diff
fix: log message when failing to create PR
parent
85a09fff
No related branches found
Branches containing commit
Tags
ghost-0.1.9
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/workers/pr/index.js
+1
-1
1 addition, 1 deletion
lib/workers/pr/index.js
with
1 addition
and
1 deletion
lib/workers/pr/index.js
+
1
−
1
View file @
19f04bee
...
@@ -249,7 +249,7 @@ async function ensurePr(prConfig) {
...
@@ -249,7 +249,7 @@ async function ensurePr(prConfig) {
config
.
statusCheckVerify
config
.
statusCheckVerify
);
);
}
catch
(
err
)
{
}
catch
(
err
)
{
logger
.
warn
({
err
},
`Failed to create PR`
);
logger
.
warn
({
err
,
message
:
err
.
message
},
`Failed to create PR`
);
return
null
;
return
null
;
}
}
// Skip assign and review if automerging PR
// Skip assign and review if automerging PR
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment