Skip to content
Snippets Groups Projects

Trigger note-webhook on comment edit

Merged Lucas Zampieri requested to merge lzampier/gitlab:webhooks-on-comment-edit into master

Problem

Currently, GitLab's note-webhooks are only triggered when comments are created. This limits the ability of external applications to react to and process comment updates.

Proposed Solution

Extend the existing note-webhook functionality to also trigger when comments within merge requests (or issues/snippets) are edited. This will provide a consistent mechanism for external systems to stay synchronized with the latest comment content.

Potential Use Cases

Workflow Automation:
Systems that rely on specific content or keywords within comments could trigger automated actions when a comment is updated. This is the use case that I and RedHat are interested in.

External Integrations:
3rd party tools can remain tightly synchronized with GitLab discussions, even when comments undergo changes. This is the usecase @hussam789 and PRAgent are interested in.

Signed-off-by: Lucas Zampieri lzampier@redhat.com

Edited by Lucas Zampieri

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading