Skip to content

Commit 9e3a47a

Browse files
authored
feat: octokit.repos.getReadmeInDirectory(), octokit.packages.getAllPackageVersionsForPackageOwnedByAuthenticatedUser() (deprecates octokit.packages.getAllPackageVersionsForAPackageOwnedByTheAuthenticatedUser()), octokit.packages.getAllPackageVersionsForPackageOwnedByOrg() (deprecates `octokit.packages.getAllPackageVersionsForAPackageOwnedByAnOrg) (#364)
1 parent 4696e39 commit 9e3a47a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2647
-1690
lines changed

docs/actions/listSelectedReposForOrgSecret.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ octokit.actions.listSelectedReposForOrgSecret({
3535

3636
secret_name parameter
3737

38+
</td></tr>
39+
<tr><td>page</td><td>no</td><td>
40+
41+
Page number of the results to fetch.
42+
43+
</td></tr>
44+
<tr><td>per_page</td><td>no</td><td>
45+
46+
Results per page (max 100).
47+
3848
</td></tr>
3949
</tbody>
4050
</table>

docs/billing/getGithubActionsBillingOrg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type: API method
1010

1111
Gets the summary of the free and paid GitHub Actions minutes used.
1212

13-
Paid minutes only apply to workflows in private repositories that use GitHub-hosted runners. Minutes used is listed for each GitHub-hosted runner operating system. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see "[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)".
13+
Paid minutes only apply to workflows in private repositories that use GitHub-hosted runners. Minutes used is listed for each GitHub-hosted runner operating system. Any job re-runs are also included in the usage. The usage returned includes any minute multipliers for macOS and Windows runners, and is rounded up to the nearest whole minute. For more information, see "[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)".
1414

1515
Access tokens must have the `repo` or `admin:org` scope.
1616

docs/billing/getGithubActionsBillingUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type: API method
1010

1111
Gets the summary of the free and paid GitHub Actions minutes used.
1212

13-
Paid minutes only apply to workflows in private repositories that use GitHub-hosted runners. Minutes used is listed for each GitHub-hosted runner operating system. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see "[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)".
13+
Paid minutes only apply to workflows in private repositories that use GitHub-hosted runners. Minutes used is listed for each GitHub-hosted runner operating system. Any job re-runs are also included in the usage. The usage returned includes any minute multipliers for macOS and Windows runners, and is rounded up to the nearest whole minute. For more information, see "[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)".
1414

1515
Access tokens must have the `user` scope.
1616

docs/checks/listForRef.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ octokit.checks.listForRef({
3939
</td></tr>
4040
<tr><td>ref</td><td>yes</td><td>
4141

42-
ref+ parameter
42+
ref parameter
4343

4444
</td></tr>
4545
<tr><td>check_name</td><td>no</td><td>
@@ -66,6 +66,9 @@ Results per page (max 100).
6666

6767
Page number of the results to fetch.
6868

69+
</td></tr>
70+
<tr><td>app_id</td><td>no</td><td>
71+
6972
</td></tr>
7073
</tbody>
7174
</table>

docs/checks/listSuitesForRef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ octokit.checks.listSuitesForRef({
3939
</td></tr>
4040
<tr><td>ref</td><td>yes</td><td>
4141

42-
ref+ parameter
42+
ref parameter
4343

4444
</td></tr>
4545
<tr><td>app_id</td><td>no</td><td>

docs/codeScanning/deleteAnalysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-sca
107107
</td></tr>
108108
<tr><td>confirm_delete</td><td>no</td><td>
109109

110-
Allow deletion if the specified analysis is the last in a set. The parameter can be used without a value as the parameter value is not considered. If you attempt to delete the final analysis in a set without using this parameter you'll get a 400 response with the message: `Analysis is last of its type and deletion may result in the loss of historical alert data. Please specify confirm_delete.`
110+
Allow deletion if the specified analysis is the last in a set. If you attempt to delete the final analysis in a set without setting this parameter to `true`, you'll get a 400 response with the message: `Analysis is last of its type and deletion may result in the loss of historical alert data. Please specify confirm_delete.`
111111

112112
</td></tr>
113113
</tbody>

docs/git/deleteRef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ octokit.git.deleteRef({
3535
</td></tr>
3636
<tr><td>ref</td><td>yes</td><td>
3737

38-
ref+ parameter
38+
ref parameter
3939

4040
</td></tr>
4141
</tbody>

docs/git/getRef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ octokit.git.getRef({
3939
</td></tr>
4040
<tr><td>ref</td><td>yes</td><td>
4141

42-
ref+ parameter
42+
ref parameter
4343

4444
</td></tr>
4545
</tbody>

docs/git/listMatchingRefs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ octokit.git.listMatchingRefs({
4343
</td></tr>
4444
<tr><td>ref</td><td>yes</td><td>
4545

46-
ref+ parameter
46+
ref parameter
4747

4848
</td></tr>
4949
<tr><td>per_page</td><td>no</td><td>

docs/git/updateRef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ octokit.git.updateRef({
3636
</td></tr>
3737
<tr><td>ref</td><td>yes</td><td>
3838

39-
ref+ parameter
39+
ref parameter
4040

4141
</td></tr>
4242
<tr><td>sha</td><td>yes</td><td>

0 commit comments

Comments
 (0)