From d163a95fa0283fcb001ea65119169c78f924ded4 Mon Sep 17 00:00:00 2001 From: Juan Bustamante Date: Wed, 7 Feb 2024 17:33:03 -0500 Subject: [PATCH] skipping the process to assign a milestone when the issue already has one Signed-off-by: Juan Bustamante --- .github/workflows/privileged-pr-process.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/privileged-pr-process.yml b/.github/workflows/privileged-pr-process.yml index 088d4aa49b..41fcee8e2e 100644 --- a/.github/workflows/privileged-pr-process.yml +++ b/.github/workflows/privileged-pr-process.yml @@ -28,6 +28,7 @@ jobs: if (current) { console.log(`Issue already has a milestone assigned, skipping add milestone step`); + return } var milestone = await github.rest.issues.listMilestones({