Skip to content

Commit 1408ae7

Browse files
Commit via running ake Sources/repos
1 parent c029fe0 commit 1408ae7

File tree

2 files changed

+143
-48
lines changed

2 files changed

+143
-48
lines changed

Sources/repos/Client.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17570,10 +17570,10 @@ public struct Client: APIProtocol {
1757017570
}
1757117571
)
1757217572
}
17573-
/// Deprecated - List tag protection states for a repository
17573+
/// Closing down - List tag protection states for a repository
1757417574
///
1757517575
/// > [!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.
1757717577
///
1757817578
/// This returns the tag protection states of a repository.
1757917579
///
@@ -17685,10 +17685,10 @@ public struct Client: APIProtocol {
1768517685
}
1768617686
)
1768717687
}
17688-
/// Deprecated - Create a tag protection state for a repository
17688+
/// Closing down - Create a tag protection state for a repository
1768917689
///
1769017690
/// > [!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.
1769217692
///
1769317693
/// This creates a tag protection state for a repository.
1769417694
/// This endpoint is only available to repository administrators.
@@ -17808,10 +17808,10 @@ public struct Client: APIProtocol {
1780817808
}
1780917809
)
1781017810
}
17811-
/// Deprecated - Delete a tag protection state for a repository
17811+
/// Closing down - Delete a tag protection state for a repository
1781217812
///
1781317813
/// > [!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.
1781517815
///
1781617816
/// This deletes a tag protection state for a repository.
1781717817
/// This endpoint is only available to repository administrators.

0 commit comments

Comments
 (0)