Skip to content

Fix quickactions not working before codeblocks

Mario de la Ossa requested to merge 244289-quickaction-with-codeblocks into master

What does this MR do?

Due to a too-aggressive exclusion regex, we were not parsing quickactions properly if they looked like this:

/label ~A

`some code here`

This MR tightens up the regexes a bit so the above works as expected (applies a label)

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability 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

Related to #244289 (closed)

Edited by Mario de la Ossa

Merge request reports