Skip to content

Commit d163a95

Browse files
committed
skipping the process to assign a milestone when the issue already has one
Signed-off-by: Juan Bustamante <[email protected]>
1 parent d63f9a0 commit d163a95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/privileged-pr-process.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
2929
if (current) {
3030
console.log(`Issue already has a milestone assigned, skipping add milestone step`);
31+
return
3132
}
3233
3334
var milestone = await github.rest.issues.listMilestones({

0 commit comments

Comments
 (0)