@@ -83809,6 +83809,186 @@
8380983809 "node_id"
8381083810 ]
8381183811 },
83812+ "webhook-dependabot-alert-created": {
83813+ "title": "Dependabot alert created event",
83814+ "type": "object",
83815+ "properties": {
83816+ "action": {
83817+ "type": "string",
83818+ "enum": [
83819+ "created"
83820+ ]
83821+ },
83822+ "alert": {
83823+ "$ref": "#/components/schemas/dependabot-alert"
83824+ },
83825+ "installation": {
83826+ "$ref": "#/components/schemas/simple-installation"
83827+ },
83828+ "organization": {
83829+ "$ref": "#/components/schemas/organization-simple"
83830+ },
83831+ "enterprise": {
83832+ "$ref": "#/components/schemas/enterprise"
83833+ },
83834+ "repository": {
83835+ "$ref": "#/components/schemas/repository"
83836+ },
83837+ "sender": {
83838+ "$ref": "#/components/schemas/simple-user"
83839+ }
83840+ },
83841+ "required": [
83842+ "action",
83843+ "alert",
83844+ "repository",
83845+ "sender"
83846+ ]
83847+ },
83848+ "webhook-dependabot-alert-dismissed": {
83849+ "title": "Dependabot alert dismissed event",
83850+ "type": "object",
83851+ "properties": {
83852+ "action": {
83853+ "type": "string",
83854+ "enum": [
83855+ "dismissed"
83856+ ]
83857+ },
83858+ "alert": {
83859+ "$ref": "#/components/schemas/dependabot-alert"
83860+ },
83861+ "installation": {
83862+ "$ref": "#/components/schemas/simple-installation"
83863+ },
83864+ "organization": {
83865+ "$ref": "#/components/schemas/organization-simple"
83866+ },
83867+ "enterprise": {
83868+ "$ref": "#/components/schemas/enterprise"
83869+ },
83870+ "repository": {
83871+ "$ref": "#/components/schemas/repository"
83872+ },
83873+ "sender": {
83874+ "$ref": "#/components/schemas/simple-user"
83875+ }
83876+ },
83877+ "required": [
83878+ "action",
83879+ "alert",
83880+ "repository",
83881+ "sender"
83882+ ]
83883+ },
83884+ "webhook-dependabot-alert-fixed": {
83885+ "title": "Dependabot alert fixed event",
83886+ "type": "object",
83887+ "properties": {
83888+ "action": {
83889+ "type": "string",
83890+ "enum": [
83891+ "fixed"
83892+ ]
83893+ },
83894+ "alert": {
83895+ "$ref": "#/components/schemas/dependabot-alert"
83896+ },
83897+ "installation": {
83898+ "$ref": "#/components/schemas/simple-installation"
83899+ },
83900+ "organization": {
83901+ "$ref": "#/components/schemas/organization-simple"
83902+ },
83903+ "enterprise": {
83904+ "$ref": "#/components/schemas/enterprise"
83905+ },
83906+ "repository": {
83907+ "$ref": "#/components/schemas/repository"
83908+ },
83909+ "sender": {
83910+ "$ref": "#/components/schemas/simple-user"
83911+ }
83912+ },
83913+ "required": [
83914+ "action",
83915+ "alert",
83916+ "repository",
83917+ "sender"
83918+ ]
83919+ },
83920+ "webhook-dependabot-alert-reintroduced": {
83921+ "title": "Dependabot alert reintroduced event",
83922+ "type": "object",
83923+ "properties": {
83924+ "action": {
83925+ "type": "string",
83926+ "enum": [
83927+ "reintroduced"
83928+ ]
83929+ },
83930+ "alert": {
83931+ "$ref": "#/components/schemas/dependabot-alert"
83932+ },
83933+ "installation": {
83934+ "$ref": "#/components/schemas/simple-installation"
83935+ },
83936+ "organization": {
83937+ "$ref": "#/components/schemas/organization-simple"
83938+ },
83939+ "enterprise": {
83940+ "$ref": "#/components/schemas/enterprise"
83941+ },
83942+ "repository": {
83943+ "$ref": "#/components/schemas/repository"
83944+ },
83945+ "sender": {
83946+ "$ref": "#/components/schemas/simple-user"
83947+ }
83948+ },
83949+ "required": [
83950+ "action",
83951+ "alert",
83952+ "repository",
83953+ "sender"
83954+ ]
83955+ },
83956+ "webhook-dependabot-alert-reopened": {
83957+ "title": "Dependabot alert reopened event",
83958+ "type": "object",
83959+ "properties": {
83960+ "action": {
83961+ "type": "string",
83962+ "enum": [
83963+ "reopened"
83964+ ]
83965+ },
83966+ "alert": {
83967+ "$ref": "#/components/schemas/dependabot-alert"
83968+ },
83969+ "installation": {
83970+ "$ref": "#/components/schemas/simple-installation"
83971+ },
83972+ "organization": {
83973+ "$ref": "#/components/schemas/organization-simple"
83974+ },
83975+ "enterprise": {
83976+ "$ref": "#/components/schemas/enterprise"
83977+ },
83978+ "repository": {
83979+ "$ref": "#/components/schemas/repository"
83980+ },
83981+ "sender": {
83982+ "$ref": "#/components/schemas/simple-user"
83983+ }
83984+ },
83985+ "required": [
83986+ "action",
83987+ "alert",
83988+ "repository",
83989+ "sender"
83990+ ]
83991+ },
8381283992 "webhook-merge-group-checks-requested": {
8381383993 "type": "object",
8381483994 "properties": {
0 commit comments