@@ -86592,6 +86592,186 @@
8659286592 "node_id"
8659386593 ]
8659486594 },
86595+ "webhook-dependabot-alert-created": {
86596+ "title": "Dependabot alert created event",
86597+ "type": "object",
86598+ "properties": {
86599+ "action": {
86600+ "type": "string",
86601+ "enum": [
86602+ "created"
86603+ ]
86604+ },
86605+ "alert": {
86606+ "$ref": "#/components/schemas/dependabot-alert"
86607+ },
86608+ "installation": {
86609+ "$ref": "#/components/schemas/simple-installation"
86610+ },
86611+ "organization": {
86612+ "$ref": "#/components/schemas/organization-simple"
86613+ },
86614+ "enterprise": {
86615+ "$ref": "#/components/schemas/enterprise"
86616+ },
86617+ "repository": {
86618+ "$ref": "#/components/schemas/repository"
86619+ },
86620+ "sender": {
86621+ "$ref": "#/components/schemas/simple-user"
86622+ }
86623+ },
86624+ "required": [
86625+ "action",
86626+ "alert",
86627+ "repository",
86628+ "sender"
86629+ ]
86630+ },
86631+ "webhook-dependabot-alert-dismissed": {
86632+ "title": "Dependabot alert dismissed event",
86633+ "type": "object",
86634+ "properties": {
86635+ "action": {
86636+ "type": "string",
86637+ "enum": [
86638+ "dismissed"
86639+ ]
86640+ },
86641+ "alert": {
86642+ "$ref": "#/components/schemas/dependabot-alert"
86643+ },
86644+ "installation": {
86645+ "$ref": "#/components/schemas/simple-installation"
86646+ },
86647+ "organization": {
86648+ "$ref": "#/components/schemas/organization-simple"
86649+ },
86650+ "enterprise": {
86651+ "$ref": "#/components/schemas/enterprise"
86652+ },
86653+ "repository": {
86654+ "$ref": "#/components/schemas/repository"
86655+ },
86656+ "sender": {
86657+ "$ref": "#/components/schemas/simple-user"
86658+ }
86659+ },
86660+ "required": [
86661+ "action",
86662+ "alert",
86663+ "repository",
86664+ "sender"
86665+ ]
86666+ },
86667+ "webhook-dependabot-alert-fixed": {
86668+ "title": "Dependabot alert fixed event",
86669+ "type": "object",
86670+ "properties": {
86671+ "action": {
86672+ "type": "string",
86673+ "enum": [
86674+ "fixed"
86675+ ]
86676+ },
86677+ "alert": {
86678+ "$ref": "#/components/schemas/dependabot-alert"
86679+ },
86680+ "installation": {
86681+ "$ref": "#/components/schemas/simple-installation"
86682+ },
86683+ "organization": {
86684+ "$ref": "#/components/schemas/organization-simple"
86685+ },
86686+ "enterprise": {
86687+ "$ref": "#/components/schemas/enterprise"
86688+ },
86689+ "repository": {
86690+ "$ref": "#/components/schemas/repository"
86691+ },
86692+ "sender": {
86693+ "$ref": "#/components/schemas/simple-user"
86694+ }
86695+ },
86696+ "required": [
86697+ "action",
86698+ "alert",
86699+ "repository",
86700+ "sender"
86701+ ]
86702+ },
86703+ "webhook-dependabot-alert-reintroduced": {
86704+ "title": "Dependabot alert reintroduced event",
86705+ "type": "object",
86706+ "properties": {
86707+ "action": {
86708+ "type": "string",
86709+ "enum": [
86710+ "reintroduced"
86711+ ]
86712+ },
86713+ "alert": {
86714+ "$ref": "#/components/schemas/dependabot-alert"
86715+ },
86716+ "installation": {
86717+ "$ref": "#/components/schemas/simple-installation"
86718+ },
86719+ "organization": {
86720+ "$ref": "#/components/schemas/organization-simple"
86721+ },
86722+ "enterprise": {
86723+ "$ref": "#/components/schemas/enterprise"
86724+ },
86725+ "repository": {
86726+ "$ref": "#/components/schemas/repository"
86727+ },
86728+ "sender": {
86729+ "$ref": "#/components/schemas/simple-user"
86730+ }
86731+ },
86732+ "required": [
86733+ "action",
86734+ "alert",
86735+ "repository",
86736+ "sender"
86737+ ]
86738+ },
86739+ "webhook-dependabot-alert-reopened": {
86740+ "title": "Dependabot alert reopened event",
86741+ "type": "object",
86742+ "properties": {
86743+ "action": {
86744+ "type": "string",
86745+ "enum": [
86746+ "reopened"
86747+ ]
86748+ },
86749+ "alert": {
86750+ "$ref": "#/components/schemas/dependabot-alert"
86751+ },
86752+ "installation": {
86753+ "$ref": "#/components/schemas/simple-installation"
86754+ },
86755+ "organization": {
86756+ "$ref": "#/components/schemas/organization-simple"
86757+ },
86758+ "enterprise": {
86759+ "$ref": "#/components/schemas/enterprise"
86760+ },
86761+ "repository": {
86762+ "$ref": "#/components/schemas/repository"
86763+ },
86764+ "sender": {
86765+ "$ref": "#/components/schemas/simple-user"
86766+ }
86767+ },
86768+ "required": [
86769+ "action",
86770+ "alert",
86771+ "repository",
86772+ "sender"
86773+ ]
86774+ },
8659586775 "webhook-merge-group-checks-requested": {
8659686776 "type": "object",
8659786777 "properties": {
0 commit comments