integration-docs: Update branch filtering instructions.

Updated the Git-related integrations that support branch filtering:
- Removed the branch-filtering configuration option, and its macro.
- Added a new macro that integrates the branch-filtering instruction
with the Generate-URL step.

The new macro `generate-webhook-url-with-branch-filtering` builds off of
the `generate-webhook-url-basic` macro, adding only the branch filtering
instruction. But, it does not re-use the macro, instead duplicates it,
to avoid the newline break that would be added otherwise.
This commit is contained in:
Niloth P
2025-03-02 10:57:00 +05:30
committed by Tim Abbott
parent 136b852749
commit 8f564b2053
9 changed files with 10 additions and 36 deletions

View File

@@ -6,7 +6,7 @@ Receive Gitea notifications in Zulip!
1. {!create-an-incoming-webhook.md!}
1. {!generate-webhook-url-basic.md!}
1. {!generate-webhook-url-with-branch-filtering.md!}
1. Go to your repository on Gitea and click on **Settings**. Select
**Webhooks** on the left sidebar, and click **Add Webhook**.
@@ -22,10 +22,6 @@ Receive Gitea notifications in Zulip!
![](/static/images/integrations/gitea/001.png)
### Configuration options
{!git-branches-additional-feature.md!}
### Related documentation
{!webhooks-url-specification.md!}