Skip to content

Commit d432388

Browse files
committed
Add new dropped events
1 parent fb314b0 commit d432388

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

languageservice/script/webhooks/index.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,13 @@ const DROPPED_EVENTS = new Set([
5151
"sponsorship",
5252
"star",
5353
"team",
54-
"team_add"
54+
"team_add",
55+
"deployment_protection_rule",
56+
"deployment_review",
57+
"issue_dependencies",
58+
"projects_v2_status_update",
59+
"secret_scanning_scan",
60+
"sub_issues"
5561
]);
5662

5763
// Events to keep - valid workflow triggers

0 commit comments

Comments
 (0)