Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: interactions/{get,set,remove}-restrictions-for-authenticated-user (deprecates interactions/{get,set,remove}-restrictions-for-your-public-repos), adds response content schema for POST /markdown, fixes response content schema for GET /user/emails #37

Merged
merged 3 commits into from
Feb 2, 2021

Conversation

octokitbot
Copy link
Collaborator

I found new changes on github.com/github/rest-api-description/ and thought I'd let you know about it 👋🤖

I can't tell if the changes include fixes, features, breaking changes or just cache updates, you'll have to figure that out on yourself and adapt the commit messages accordingly to trigger the right release, see our commit message conventions.

@octokitbot octokitbot added the Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR label Feb 2, 2021
@@ -45342,7 +45349,7 @@
"tags": [
"interactions"
],
"operationId": "interactions/get-restrictions-for-your-public-repos",
"operationId": "interactions/get-restrictions-for-authenticated-user",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

requires deprecation

@@ -45380,7 +45387,7 @@
"tags": [
"interactions"
],
"operationId": "interactions/set-restrictions-for-your-public-repos",
"operationId": "interactions/set-restrictions-for-authenticated-user",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

requires deprecation

@@ -45430,7 +45437,7 @@
"tags": [
"interactions"
],
"operationId": "interactions/remove-restrictions-for-your-public-repos",
"operationId": "interactions/remove-restrictions-for-authenticated-user",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

requires deprecation

"schema": {
"type": "string"
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"email",
"primary",
"verified",
"visibility"
]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should resolve octokit/openapi-types.ts#37

@gr2m gr2m changed the title 🤖📯 GitHub OpenAPI Update feat: interactions/{get,set,remove}-restrictions-for-authenticated-user (deprecates interactions/{get,set,remove}-restrictions-for-your-public-repos), adds response content schema for POST /markdown, fixes response content schema for GET /user/emails Feb 2, 2021
gr2m
gr2m previously approved these changes Feb 2, 2021
@gr2m gr2m merged commit 2b23d97 into main Feb 2, 2021
@gr2m gr2m deleted the update branch February 2, 2021 22:03
@octokitbot
Copy link
Collaborator Author

🎉 This PR is included in version 2.9.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants