Skip to content

Conversation

@octokitbot
Copy link
Contributor

Make sure to update the commits so that the merge results in helpful release notes, see Merging the Pull Request & releasing a new version.

In general

  • Avoid breaking changes at all costs
  • If there are no typescript changes, use build: cache as commit message
  • If there are there are only updates, use fix: ...
  • If there are any new additions, use feat: ...
  • If there are breaking changes, keep the previous ones and deprecate them. Only if there is no other way, add BREAKING CHANGE: ... to the commit body (not subject!) to trigger a breaking change.

@octokitbot octokitbot added maintenance typescript Relevant to TypeScript users only labels Sep 14, 2021
@gr2m gr2m changed the title 🚧 OpenAPI types changed feat: allow_forking property for repository components Sep 14, 2021
@gr2m gr2m merged commit 957b78a into main Sep 14, 2021
@gr2m gr2m deleted the openapi-update branch September 14, 2021 16:47
@octokitbot
Copy link
Contributor Author

🎉 This PR is included in version 10.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

wolfy1339 added a commit to octokit/webhooks that referenced this pull request Sep 15, 2021
wolfy1339 added a commit to octokit/webhooks that referenced this pull request Sep 15, 2021
…ository`, add missing `workflow_job.queued` event, add `installation` property to `workflow_job` schemas

* feat: allow_forking property for repository components
x-ref: octokit/openapi-types.ts#157
* feat: `allow_auto_merge` property for repository component
* fix: add `installation` property to `workflow_job` schemas
* feat: add `severity` property to `repository_vulnerability_alert` schemas
* fix: add `queued` status for `worflow_job` common schema
* fix: add missing `workflow_job.queued` event
* feat(api.github.com): `installation` property was added to `TeamEvent`
* fix(api.github.com): `scope` can be `organization`, fix `team` object when team is deleted in `MembershipRemovedEvent`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

typescript Relevant to TypeScript users only

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants