Skip to content

Add community processor to (try) detect MR spam

Raimund Hook requested to merge stingrayza-processor-spam into master

What does this MR do and why?

Adds a community processor to try and detect spam MRs.

Closes gitlab-org/quality/contributor-success/team#60

Expected impact & dry-runs

This would run on any new Community contribution MRs. If the MR title or description matches any of the regexes, it will comment and close down the MR.

        This merge request has been found to contain content that is inappropriate and violates the
        [GitLab Website Terms of Use](https://about.gitlab.com/handbook/legal/policies/website-terms-of-use/).

        Closing and marking appropriately.

        /unlabel
        /label ~"#{Labels::SPAM_LABEL}"
        /close

Action items

  • (If applicable) Add documentation to the handbook pages for Triage Operations =>
  • (If applicable) Identify the affected groups and how to communicate to them:
    • /cc @person_or_group =>
    • Relevant Slack channels =>
    • Engineering week-in-review

Merge request reports