Skip to content

Commit fb710fd

Browse files
Commit via running: make Sources/issues
1 parent 73e86ae commit fb710fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/issues/Types.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3653,6 +3653,7 @@ public enum Components {
36533653
case completed = "completed"
36543654
case reopened = "reopened"
36553655
case notPlanned = "not_planned"
3656+
case duplicate = "duplicate"
36563657
}
36573658
/// The reason for the current state
36583659
///
@@ -4482,6 +4483,7 @@ public enum Components {
44824483
case completed = "completed"
44834484
case reopened = "reopened"
44844485
case notPlanned = "not_planned"
4486+
case duplicate = "duplicate"
44854487
}
44864488
/// The reason for the current state
44874489
///
@@ -12287,6 +12289,7 @@ public enum Operations {
1228712289
@frozen public enum StateReasonPayload: String, Codable, Hashable, Sendable, CaseIterable {
1228812290
case completed = "completed"
1228912291
case notPlanned = "not_planned"
12292+
case duplicate = "duplicate"
1229012293
case reopened = "reopened"
1229112294
}
1229212295
/// The reason for the state change. Ignored unless `state` is changed.

0 commit comments

Comments
 (0)