Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve regex of team selection logic
Having a team such as "test-team-2025" would cause an issue where the regex would presume that because the word "team" was in it, that there was no need to prepend the "Team: " string. This resolves that issue by more strictly checking at the beginning of the string.
- Loading branch information