diff options
author | Dr. Tobias Quathamer <toddy15@users.noreply.github.com> | 2022-01-23 14:46:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-23 21:46:30 +0800 |
commit | 3349fd8f7901d9a04769dff71d86fb67374e9395 (patch) | |
tree | dc0fecab704696b3106761e9feb41b8670f03fd4 /docs/content | |
parent | 87141b908d4a03ce27af3ce042dc417da925b84f (diff) | |
download | gitea-3349fd8f7901d9a04769dff71d86fb67374e9395.tar.gz gitea-3349fd8f7901d9a04769dff71d86fb67374e9395.zip |
Add packagist webhook (#18224)
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'docs/content')
-rw-r--r-- | docs/content/doc/features/webhooks.en-us.md | 1 | ||||
-rw-r--r-- | docs/content/doc/features/webhooks.zh-cn.md | 1 | ||||
-rw-r--r-- | docs/content/doc/features/webhooks.zh-tw.md | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/docs/content/doc/features/webhooks.en-us.md b/docs/content/doc/features/webhooks.en-us.md index 5ded4512c3..2dba7b7f83 100644 --- a/docs/content/doc/features/webhooks.en-us.md +++ b/docs/content/doc/features/webhooks.en-us.md @@ -28,6 +28,7 @@ All event pushes are POST requests. The methods currently supported are: - Microsoft Teams - Feishu - Wechatwork +- Packagist ### Event information diff --git a/docs/content/doc/features/webhooks.zh-cn.md b/docs/content/doc/features/webhooks.zh-cn.md index f3a312eee2..76139460c0 100644 --- a/docs/content/doc/features/webhooks.zh-cn.md +++ b/docs/content/doc/features/webhooks.zh-cn.md @@ -27,5 +27,6 @@ Gitea 的存储 webhook。这可以有存储库管路设定页 `/:username/:repo - Microsoft Teams - Feishu - Wechatwork +- Packagist ## TBD diff --git a/docs/content/doc/features/webhooks.zh-tw.md b/docs/content/doc/features/webhooks.zh-tw.md index 697b413916..20fec3d62d 100644 --- a/docs/content/doc/features/webhooks.zh-tw.md +++ b/docs/content/doc/features/webhooks.zh-tw.md @@ -27,6 +27,7 @@ Gitea 的儲存庫事件支援 web hook。這可以有儲存庫管理員在設 - Microsoft Teams - Feishu - Wechatwork +- Packagist ### 事件資訊 |