8000 Tags · octokit/webhooks · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Tags: octokit/webhooks

Tags

v7.6.1

Toggle v7.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add missing property `category.node_id` to `discussion` and `dis…

…cussion_comment` (#960)

v7.6.0

Toggle v7.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(schemas): added schema for the `merge_group` destroyed event (#962)

v7.5.1

Toggle v7.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(schema): correct some schema IDs (#921)

v7.5.0

Toggle v7.5.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat(security): Add provenance (#916)

* Enable provenance in package.json

* Add necessary permissions to the release workflow

* Adapt PR

---------

Co-authored-by: wolfy1339 <webmaster@wolfy1339.com>

v7.4.0

Toggle v7.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: schema updates (adds custom_properties field) to branch_protect…

…ion_rule, check_suite, code_scanning_alert, commit_comment, create, delete, dependabot_alert, deploy_key, deployment, deployment_review, deployment_status, discussion, disscussion_comment, fork, gollum, issue_comment, issues, label, member, merge_group, meta, milestone, package, page_build. ping, project, project_card, project_column, public, pull_request, pull_request_review, pull_request_review_comment, pull_request_review_thread, push, registry_package, release, repository, repository_dispatch, repository_import, repository_vulnerability_alert, secret_scanning_alert, star, status, team, team_add, watch, workflow_dispatch, workflow_job, workflow_run, branch_protection_configuration, common, custom_property, custom_property_values (#904)

* feat: new `branch_protection_rule` event

* feat: new `custom_property_values` event

* feat: new `custom_property` on `repository`

* fix: update examples

* build: update types

* fix: update examples

* build: update types

* build: update index.json

---------

Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com>

v7.3.2

Toggle v7.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add "cancelled" as possible conclusion of a completed workflow s…

…tep (#892)

v7.3.1

Toggle v7.3.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
fix: declare pull_request auto_merge properties as string|null (#829)

* fix: declare pull_request auto_merge properties as string|null

See: https://docs.github.com/en/webhooks-and-events/webhooks/webhook-events-and-payloads#pull_request


Co-authored-by: wolfy1339 <webmaster@wolfy1339.com>

v7.3.0

Toggle v7.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(examples): add GitHub Enterprise Server versions (#841)

v7.2.0

Toggle v7.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add support for `deployment_review` event (#816)

v7.1.0

Toggle v7.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: new and updated payload examples with resulting schema changes (#…

…813)

* fix: update events for Apps and webhooks

* fix: mark `fixed_in` as not required for `repository_vulnerability` events

* feat: new `topics` key for `changes` on `repository.edited` event

* feat: new auto dismissal of dependabot alerts

* feat: new `notification_setting` key on team

* feat: new `queued` status for workflow jobs

* build: generate types

* feat: new `dependabot_alert.created` example payload

* chore: update payloads to reflect schema changes

* feat: new payload example to demonstrate `queued` steps in a workflow job

* build: generate index.json

* fix: `id` in nugget package metadata cannot be an object

* build: generate types

* fix: add missing `additionalProperties: false`

* fix: add missing `installation` key to `registry_packag` and `package` events

Fixes #812
0