Skip to content
Snippets Groups Projects
Unverified Commit f0902e16 authored by Jesper De Temmerman's avatar Jesper De Temmerman Committed by GitHub
Browse files

fix: debug log when internalChecksFilter not met (#32390)

parent 416ab8ec
No related branches found
Tags 39.11.1
No related merge requests found
...@@ -181,6 +181,9 @@ export async function processBranch( ...@@ -181,6 +181,9 @@ export async function processBranch(
branchConfig.pendingChecks && branchConfig.pendingChecks &&
!dependencyDashboardCheck !dependencyDashboardCheck
) { ) {
logger.debug(
`Branch ${config.branchName} creation is disabled because internalChecksFilter was not met`,
);
return { return {
branchExists: false, branchExists: false,
prNo: branchPr?.number, prNo: branchPr?.number,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment