Skip to content

Add a danger rule to suggest `docs-` prefixes

Lukas Eipert requested to merge leipert-danger-dogs into master

What does this MR do?

If an MR only changes files within doc/ we can save valueable CI time by prepending a branch name with docs-. This danger rule helps educate people about that fact.

On the other hand, if someone has a branch with a docs prefix or suffix, the branch shouldn't contain any changes outside of the docs directory

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54490

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Lukas Eipert

Merge request reports