Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 9c0062e

Browse files
authored
dont update milestones if they havent changed (#1800)
1 parent 27b83b6 commit 9c0062e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/Milestones/GithubClient+Milestones.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ extension GithubClient {
5555
number: Int,
5656
milestone: Milestone?
5757
) {
58+
guard milestone != previous.milestone else { return }
5859

5960
let eventTitle: String
6061
let type: IssueMilestoneEventModel.MilestoneType

0 commit comments

Comments
 (0)