mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
integrations: Remove redundant arguments.
This commit is contained in:
@@ -497,8 +497,6 @@ WEBHOOK_INTEGRATIONS: list[WebhookIntegration] = [
|
||||
"github",
|
||||
["version-control"],
|
||||
display_name="GitHub",
|
||||
function="zerver.webhooks.github.view.api_github_webhook",
|
||||
stream_name="github",
|
||||
url_options=[
|
||||
WebhookUrlOption.build_preset_config(PresetUrlOption.BRANCHES),
|
||||
WebhookUrlOption.build_preset_config(PresetUrlOption.IGNORE_PRIVATE_REPOSITORIES),
|
||||
|
Reference in New Issue
Block a user