Skip to content

FIX: Respect category/tag filtering for reviewable webhooks #33051

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2025

Conversation

OsamaSayegh
Copy link
Member

Currently, if you configure a webhook with reviewable events and apply categories/tags filtering, no webhook gets fired for reviewable events. This is because when we schedule the EmitWebHookEvent job, we don't pass to it the reviewable's category or tags, making it seem like the reviewable doesn't belong to the filtering category/tags that webhook specifies.

Internal topic: t/155369.

@tgxworld tgxworld merged commit a5d6e6a into main Jun 4, 2025
17 checks passed
@tgxworld tgxworld deleted the fix/respect-category-and-tag-filtering-webhooks branch June 4, 2025 02:42
martin-brennan pushed a commit that referenced this pull request Jun 10, 2025
Currently, if you configure a webhook with reviewable events and apply
categories/tags filtering, no webhook gets fired for reviewable events.
This is because when we schedule the `EmitWebHookEvent` job, we don't
pass to it the reviewable's category or tags, making it seem like the
reviewable doesn't belong to the filtering category/tags that webhook
specifies.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants