Skip to content

Commit 50206c6

Browse files
authored
fix(typescript): .rest.repos.getRelease() response data now includes mentions_count (#425)
1 parent b32d392 commit 50206c6

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

docs/issues/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Indicates which sorts of issues to return. Can be one of:
3939
\* `created`: Issues created by you
4040
\* `mentioned`: Issues mentioning you
4141
\* `subscribed`: Issues you're subscribed to updates for
42-
\* `all`: All issues the authenticated user can see, regardless of participation or creation
42+
\* `all` or `repos`: All issues the authenticated user can see, regardless of participation or creation
4343

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

docs/issues/listForAuthenticatedUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Indicates which sorts of issues to return. Can be one of:
3737
\* `created`: Issues created by you
3838
\* `mentioned`: Issues mentioning you
3939
\* `subscribed`: Issues you're subscribed to updates for
40-
\* `all`: All issues the authenticated user can see, regardless of participation or creation
40+
\* `all` or `repos`: All issues the authenticated user can see, regardless of participation or creation
4141

4242
</td></tr>
4343
<tr><td>state</td><td>no</td><td>

docs/issues/listForOrg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Indicates which sorts of issues to return. Can be one of:
4242
\* `created`: Issues created by you
4343
\* `mentioned`: Issues mentioning you
4444
\* `subscribed`: Issues you're subscribed to updates for
45-
\* `all`: All issues the authenticated user can see, regardless of participation or creation
45+
\* `all` or `repos`: All issues the authenticated user can see, regardless of participation or creation
4646

4747
</td></tr>
4848
<tr><td>state</td><td>no</td><td>

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"author": "Gregor Martynus (https://twitter.com/gr2m)",
2525
"license": "MIT",
2626
"dependencies": {
27-
"@octokit/types": "^6.21.1",
27+
"@octokit/types": "^6.22.0",
2828
"deprecation": "^2.3.1"
2929
},
3030
"devDependencies": {

scripts/update-endpoints/generated/endpoints.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17351,7 +17351,7 @@
1735117351
"parameters": [
1735217352
{
1735317353
"name": "filter",
17354-
"description": "Indicates which sorts of issues to return. Can be one of: \n\\* `assigned`: Issues assigned to you \n\\* `created`: Issues created by you \n\\* `mentioned`: Issues mentioning you \n\\* `subscribed`: Issues you're subscribed to updates for \n\\* `all`: All issues the authenticated user can see, regardless of participation or creation",
17354+
"description": "Indicates which sorts of issues to return. Can be one of: \n\\* `assigned`: Issues assigned to you \n\\* `created`: Issues created by you \n\\* `mentioned`: Issues mentioning you \n\\* `subscribed`: Issues you're subscribed to updates for \n\\* `all` or `repos`: All issues the authenticated user can see, regardless of participation or creation",
1735517355
"in": "QUERY",
1735617356
"type": "string",
1735717357
"required": false,
@@ -18111,7 +18111,7 @@
1811118111
"parameters": [
1811218112
{
1811318113
"name": "filter",
18114-
"description": "Indicates which sorts of issues to return. Can be one of: \n\\* `assigned`: Issues assigned to you \n\\* `created`: Issues created by you \n\\* `mentioned`: Issues mentioning you \n\\* `subscribed`: Issues you're subscribed to updates for \n\\* `all`: All issues the authenticated user can see, regardless of participation or creation",
18114+
"description": "Indicates which sorts of issues to return. Can be one of: \n\\* `assigned`: Issues assigned to you \n\\* `created`: Issues created by you \n\\* `mentioned`: Issues mentioning you \n\\* `subscribed`: Issues you're subscribed to updates for \n\\* `all` or `repos`: All issues the authenticated user can see, regardless of participation or creation",
1811518115
"in": "QUERY",
1811618116
"type": "string",
1811718117
"required": false,
@@ -18264,7 +18264,7 @@
1826418264
},
1826518265
{
1826618266
"name": "filter",
18267-
"description": "Indicates which sorts of issues to return. Can be one of: \n\\* `assigned`: Issues assigned to you \n\\* `created`: Issues created by you \n\\* `mentioned`: Issues mentioning you \n\\* `subscribed`: Issues you're subscribed to updates for \n\\* `all`: All issues the authenticated user can see, regardless of participation or creation",
18267+
"description": "Indicates which sorts of issues to return. Can be one of: \n\\* `assigned`: Issues assigned to you \n\\* `created`: Issues created by you \n\\* `mentioned`: Issues mentioning you \n\\* `subscribed`: Issues you're subscribed to updates for \n\\* `all` or `repos`: All issues the authenticated user can see, regardless of participation or creation",
1826818268
"in": "QUERY",
1826918269
"type": "string",
1827018270
"required": false,

0 commit comments

Comments
 (0)