File tree Expand file tree Collapse file tree 3 files changed +23098
-27536
lines changed
src/context-providers/events Expand file tree Collapse file tree 3 files changed +23098
-27536
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,13 @@ const DROPPED_EVENTS = new Set([
2727 "custom_property_values" ,
2828 "dependabot_alert" ,
2929 "deploy_key" ,
30+ "deployment_protection_rule" ,
31+ "deployment_review" ,
3032 "github_app_authorization" ,
3133 "installation" ,
3234 "installation_repositories" ,
3335 "installation_target" ,
36+ "issue_dependencies" ,
3437 "marketplace_purchase" ,
3538 "member" ,
3639 "membership" ,
@@ -41,15 +44,18 @@ const DROPPED_EVENTS = new Set([
4144 "package" ,
4245 "personal_access_token_request" ,
4346 "ping" ,
47+ "projects_v2_status_update" ,
4448 "repository" ,
4549 "repository_advisory" ,
4650 "repository_ruleset" ,
4751 "secret_scanning_alert" ,
4852 "secret_scanning_alert_location" ,
53+ "secret_scanning_scan" ,
4954 "security_advisory" ,
5055 "security_and_analysis" ,
5156 "sponsorship" ,
5257 "star" ,
58+ "sub_issues" ,
5359 "team" ,
5460 "team_add"
5561] ) ;
You can’t perform that action at this time.
0 commit comments