Skip to content

Commit

Permalink
skipping the process to assign a milestone when the issue already has…
Browse files Browse the repository at this point in the history
… one

Signed-off-by: Juan Bustamante <[email protected]>
  • Loading branch information
jjbustamante committed Feb 7, 2024
1 parent d63f9a0 commit d163a95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/privileged-pr-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit d163a95

Please sign in to comment.