Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make backport assistant work with ENT backport tags (#13876)
* Make backport assistant work with ENT backport tags I want the regexp to include word characters and the plus sign on enterprise. I'm confused about the levels of escaping required, because this is a shell env var that gets passed to a go program as a regular expression. I didn't escape the square brackets because the parens weren't escaped. I matched what was done previously with the '.'s for the '+' because I also want that literal, but it was unclear from playing around with https://regex101.com/ and go regexps whether the extra backslashes were required for the '+' char. * Update .github/workflows/backport.yml Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com> Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
- Loading branch information