Skip to content

Commit

Permalink
Update OpenAPI 3.1 Descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-openapi-bot committed Sep 11, 2023
1 parent 1cf9ab0 commit f2eb873
Show file tree
Hide file tree
Showing 44 changed files with 198 additions and 176 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77701,7 +77701,7 @@
},
"push": {
"post": {
"summary": "This event occurs when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed, \nwhen a branch is deleted, when a tag is deleted, or when a repository is cloned. To subscribe to only branch\nand tag deletions, use the [`delete`](#delete) webhook event.\n\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.\n\n**Note**: An event will not be created when more than three tags are pushed at once.",
"summary": "This event occurs when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed,\nwhen a branch is deleted, when a tag is deleted, or when a repository is cloned. To subscribe to only branch\nand tag deletions, use the [`delete`](#delete) webhook event.\n\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.\n\n**Note**: An event will not be created when more than three tags are pushed at once.",
"operationId": "push",
"externalDocs": {
"url": "https://docs.github.com/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#push"
Expand Down
15 changes: 8 additions & 7 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55385,13 +55385,14 @@ webhooks:
- app
push:
post:
summary: "This event occurs when there is a push to a repository branch. This
includes when a commit is pushed, when a commit tag is pushed, \nwhen a branch
is deleted, when a tag is deleted, or when a repository is cloned. To subscribe
to only branch\nand tag deletions, use the [`delete`](#delete) webhook event.\n\nTo
subscribe to this event, a GitHub App must have at least read-level access
for the \"Contents\" repository permission.\n\n**Note**: An event will not
be created when more than three tags are pushed at once."
summary: |-
This event occurs when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed,
when a branch is deleted, when a tag is deleted, or when a repository is cloned. To subscribe to only branch
and tag deletions, use the [`delete`](#delete) webhook event.

To subscribe to this event, a GitHub App must have at least read-level access for the "Contents" repository permission.

**Note**: An event will not be created when more than three tags are pushed at once.
operationId: push
externalDocs:
url: https://docs.github.com/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#push
Expand Down
Loading

0 comments on commit f2eb873

Please sign in to comment.