Tags: octokit/webhooks
Tags
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>
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>
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
PreviousNext