Skip to content

Commit

Permalink
chore: Disable GitLab trigger on reviewer change (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniil-nedostup authored and SergK committed Nov 13, 2024
1 parent b6b870f commit ee79043
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
name: "cel"
params:
- name: "filter"
value: "body.object_attributes.action in ['open', 'reopen', 'update'] || (body.object_kind == 'note' && has(body.merge_request))"
value: "body.object_attributes.action in ['open', 'reopen', 'update'] && !(has(body.changes.assignees) || has(body.changes.reviewers)) || (body.object_kind == 'note' && has(body.merge_request))"
- ref:
name: "edp"
kind: NamespacedInterceptor
Expand Down

0 comments on commit ee79043

Please sign in to comment.