Skip to content
代码片段 群组 项目
未验证 提交 c2865e61 编辑于 作者: Amy Qualls's avatar Amy Qualls 提交者: GitLab
浏览文件

Merge branch 'francoisrose/2024-11-22-empty-changes-mr-webhooks' into 'master'

Warn that `changes` can be empty in MR webhooks

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/173563



Merged-by: default avatarAmy Qualls <aqualls@gitlab.com>
Approved-by: default avatarAmy Qualls <aqualls@gitlab.com>
Co-authored-by: default avatarFrançois Rosé <frose@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -865,6 +865,10 @@ Merge request events are triggered when: ...@@ -865,6 +865,10 @@ Merge request events are triggered when:
- A commit is added in the source branch. - A commit is added in the source branch.
- All threads are resolved on the merge request. - All threads are resolved on the merge request.
Merge request events can be triggered even if the `changes` field is empty.
Webhook receivers should always inspect the content of the `changes` field for the
actual changes in a merge request.
The available values for `object_attributes.action` in the payload are: The available values for `object_attributes.action` in the payload are:
- `open` - `open`
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册