Commit db569095 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'jh-application-limit-docs-for-#30327' into 'master'

Document limit on emails from auto-responders

See merge request gitlab-org/gitlab!28137
parents c2cb1834 21f2832b
......@@ -55,6 +55,13 @@ Plan.default.limits.update!(group_hooks: 100)
NOTE: **Note:** Set the limit to `0` to disable it.
## Incoming emails from auto-responders
> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/30327) in GitLab 12.4.
GitLab ignores all incoming emails sent from auto-responders by looking for the `X-Autoreply`
header. Such emails don't create comments on issues or merge requests.
## CI/CD limits
### Number of jobs in active pipelines
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment