Skip to content

Add ability to filter on votes in policies

Mark Fletcher requested to merge upvotes-limiter into master

Example policy condition for votes:

          upvotes:
            attribute: upvotes
            condition: greater_than
            threshold: 3

Valid attributes are:

  • upvotes
  • downvotes

Valid conditions are:

  • greater_than
  • less_than

Threshold must be a Numeric value

closes https://gitlab.com/gitlab-org/triage/issues/8

Merge request reports