Skip to content

Commit 455aa61

Browse files
authored
Update PrAssignee.yml
1 parent 3661d77 commit 455aa61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/PrAssignee.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
}
104104
105105
if (oldPrAssignees.length >= 1) {
106-
console.log('Pull request already has at least one assignee. Will not assign any new assignees.');
106+
console.log('Skipping this PR, because it already has at least one assignee');
107107
return;
108108
}
109109
@@ -130,6 +130,7 @@ jobs:
130130
} else {
131131
// The PR author is a committer, so we skip assigning them
132132
console.log('Skipping PR authored by JuliaLang committer: ', prAuthor);
133+
return;
133134
}
134135
}
135136

0 commit comments

Comments
 (0)