elastic / ml-cpp

Machine learning C++ code
Other
149 stars 62 forks source link

[ML] Fix the regex used to trigger PR builds with flexible configuration #2697

Closed edsavage closed 1 month ago

edsavage commented 1 month ago

Fix the trigger_comment_regex regular expression that is used to provide a high degree of flexibility when triggering PR builds.

See https://github.com/elastic/buildkite-pr-bot/blob/c229bf261668611aa11d47455fd980cc0eb86002/README.md for more info.

edsavage commented 1 month ago

Merging to main because that is the only way of fully testing it