diff options
author | Sean McGivern <sean@gitlab.com> | 2019-01-17 11:39:28 +0000 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2019-01-18 12:46:05 +0000 |
commit | d00b4a2eb11dbc90dc0cee781d55e14b68efe265 (patch) | |
tree | ee3b8b0e8dc75c9ac7f46201c3388d1db6ea8acb /changelogs | |
parent | a0991cdcc15cdeabafbdf20c820d2fa58125c5e6 (diff) | |
download | gitlab-ce-d00b4a2eb11dbc90dc0cee781d55e14b68efe265.tar.gz |
Don't check confidential issues for spam
Spam checks are meant for content that could be indexed by search
engines. Confidential issues aren't indexed by search engines, so we
don't need to do spam checks for them.
We do need to check for spam when an issue changes from confidential to
public, even if nothing else changed.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/56371-don-t-check-confidential-issues-for-spam.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/56371-don-t-check-confidential-issues-for-spam.yml b/changelogs/unreleased/56371-don-t-check-confidential-issues-for-spam.yml new file mode 100644 index 00000000000..fcfa29977d1 --- /dev/null +++ b/changelogs/unreleased/56371-don-t-check-confidential-issues-for-spam.yml @@ -0,0 +1,5 @@ +--- +title: Do not run spam checks on confidential issues +merge_request: 24453 +author: +type: fixed |