Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fallback check for identifying github requests #1134

Merged
merged 1 commit into from
May 13, 2024

Conversation

kdmccormick
Copy link
Member

@kdmccormick kdmccormick commented May 13, 2024

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.

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.
@brian-smith-tcril brian-smith-tcril merged commit 9df3ee4 into main May 13, 2024
2 checks passed
@brian-smith-tcril brian-smith-tcril deleted the kdmccormick/gh-request-firm-name branch May 13, 2024 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants