Skip to content

Conversation

@wolfy1339
Copy link
Member

Ever since new events were added in #1189, the validation tests have started failing

I added 2 missing tests that were not added in #924

These are the errors:

Property 'foo' does not exist on type 'EmitterWebhookEvent'.
  Property 'foo' does not exist on type 'BaseWebhookEvent<"branch_protection_configuration">'.

Expression produces a union type that is too complex to represent.

Property 'foo' does not exist on type 'BaseWebhookEvent<"branch_protection_configuration"> | BaseWebhookEvent<"branch_protection_rule"> | BaseWebhookEvent<"check_run"> | ... 320 more ... | (BaseWebhookEvent<...> & { ...; })'.
  Property 'foo' does not exist on type 'BaseWebhookEvent<"branch_protection_configuration">'.

@wolfy1339 wolfy1339 added the Type: Bug Something isn't working as documented, or is being fixed label Dec 6, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 6, 2025

👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Bug Something isn't working as documented, or is being fixed

Projects

Status: 🆕 Triage

Development

Successfully merging this pull request may close these issues.

2 participants