zulip/zerver/webhooks/github
sujal shah dd91157993 integration: Split 'opened_or_update_pull_request' event type.
Modified the 'get_zulip_event_name' function to
differentiate between 'opened' and 'updated' actions
for pull requests within the 'pull_request' event type.
Created separate event types for 'opened_pull_request' and
'updated_pull_request'. Updated the 'EVENT_FUNCTION_MAPPER'
dictionary to include handlers for these new event types.
Adjusted the'get_opened_or_update_pull_request_body' function to handle
both 'opened' and 'updated' actions appropriately.

Fixes #29594.
2024-04-11 11:23:08 -07:00
..
fixtures integrations: Create incoming webhook for GitHub Sponsors. 2024-02-07 09:52:03 -08:00
__init__.py
doc.md integrations-docs: Update GitHub doc for new URL instructions. 2023-11-07 11:21:05 -08:00
githubsponsors.md integrations: Create incoming webhook for GitHub Sponsors. 2024-02-07 09:52:03 -08:00
tests.py integrations: Create incoming webhook for GitHub Sponsors. 2024-02-07 09:52:03 -08:00
view.py integration: Split 'opened_or_update_pull_request' event type. 2024-04-11 11:23:08 -07:00