You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/repos/Client.swift
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -17570,10 +17570,10 @@ public struct Client: APIProtocol {
17570
17570
}
17571
17571
)
17572
17572
}
17573
-
/// Deprecated - List tag protection states for a repository
17573
+
/// Closing down - List tag protection states for a repository
17574
17574
///
17575
17575
/// > [!WARNING]
17576
-
/// > **Deprecation notice:** This operation is deprecated and will be removed after August 30, 2024. Use the "[Repository Rulesets](https://docs.github.com/rest/repos/rules#get-all-repository-rulesets)" endpoint instead.
17576
+
/// > **Closing down notice:** This operation is closing down and will be removed after August 30, 2024. Use the "[Repository Rulesets](https://docs.github.com/rest/repos/rules#get-all-repository-rulesets)" endpoint instead.
17577
17577
///
17578
17578
/// This returns the tag protection states of a repository.
17579
17579
///
@@ -17685,10 +17685,10 @@ public struct Client: APIProtocol {
17685
17685
}
17686
17686
)
17687
17687
}
17688
-
/// Deprecated - Create a tag protection state for a repository
17688
+
/// Closing down - Create a tag protection state for a repository
17689
17689
///
17690
17690
/// > [!WARNING]
17691
-
/// > **Deprecation notice:** This operation is deprecated and will be removed after August 30, 2024. Use the "[Repository Rulesets](https://docs.github.com/rest/repos/rules#create-a-repository-ruleset)" endpoint instead.
17691
+
/// > **Closing down notice:** This operation is closing down and will be removed after August 30, 2024. Use the "[Repository Rulesets](https://docs.github.com/rest/repos/rules#create-a-repository-ruleset)" endpoint instead.
17692
17692
///
17693
17693
/// This creates a tag protection state for a repository.
17694
17694
/// This endpoint is only available to repository administrators.
@@ -17808,10 +17808,10 @@ public struct Client: APIProtocol {
17808
17808
}
17809
17809
)
17810
17810
}
17811
-
/// Deprecated - Delete a tag protection state for a repository
17811
+
/// Closing down - Delete a tag protection state for a repository
17812
17812
///
17813
17813
/// > [!WARNING]
17814
-
/// > **Deprecation notice:** This operation is deprecated and will be removed after August 30, 2024. Use the "[Repository Rulesets](https://docs.github.com/rest/repos/rules#delete-a-repository-ruleset)" endpoint instead.
17814
+
/// > **Closing down notice:** This operation is closing down and will be removed after August 30, 2024. Use the "[Repository Rulesets](https://docs.github.com/rest/repos/rules#delete-a-repository-ruleset)" endpoint instead.
17815
17815
///
17816
17816
/// This deletes a tag protection state for a repository.
17817
17817
/// This endpoint is only available to repository administrators.
0 commit comments