Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fallback check for identifying github requests
Sometimes requesters will remove `[GH Request]` from their issue title without realizing the implications, so we have a fall back check for `Firm Name` as the beginning of the request body. This fallback check is a great idea but it was broken because the request template actually generates issues beginning with `## Firm Name`, not `Firm Name`. This commit should fix that, making it less likely that we miss oncall requests in the future.
- Loading branch information