Compare commits

..

1 Commits

Author SHA1 Message Date
Francesco Renzi e13a28cc18 Update webhook events 2025-12-09 17:17:03 +00:00
5 changed files with 15590 additions and 20028 deletions
@@ -16,7 +16,7 @@ inputs:
description: 'Repository name with owner. For example, actions/checkout'
deprecationMessage: 'Use repository instead'
runs:
using: node24
using: node16
main: dist/index.js
post: dist/index.js
`;
@@ -12,7 +12,7 @@ inputs:
description: Repository name with owner. For example, actions/checkout
default: \${{ github.repository }}
runs:
using: node24
using: node16
main: dist/index.js
post: dist/index.js
`;
@@ -231,7 +231,7 @@ inputs:
description: 📦 Repository 📦 name with owner. For example, actions/checkout
default: \${{ github.repository }}
runs:
using: node24
using: node16
main: dist/index.js
post: dist/index.js
`;
+6
View File
@@ -27,10 +27,13 @@ const DROPPED_EVENTS = new Set([
"custom_property_values",
"dependabot_alert",
"deploy_key",
"deployment_protection_rule",
"deployment_review",
"github_app_authorization",
"installation",
"installation_repositories",
"installation_target",
"issue_dependencies",
"marketplace_purchase",
"member",
"membership",
@@ -41,15 +44,18 @@ const DROPPED_EVENTS = new Set([
"package",
"personal_access_token_request",
"ping",
"projects_v2_status_update",
"repository",
"repository_advisory",
"repository_ruleset",
"secret_scanning_alert",
"secret_scanning_alert_location",
"secret_scanning_scan",
"security_advisory",
"security_and_analysis",
"sponsorship",
"star",
"sub_issues",
"team",
"team_add"
]);
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff