-
Notifications
You must be signed in to change notification settings - Fork 0
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
Factor isNotFromAnExternalOrGTMUser out of githubEventHelpers #533
Conversation
modifyDueByDate, | ||
modifyProjectIssueField, | ||
shouldSkip, | ||
} from '@utils/githubEventHelpers'; | ||
import { isFromABot } from '@utils/isFromABot'; | ||
import { isNotFromAnExternalOrGTMUser } from '@utils/isNotFromAnExternalOrGTMUser'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note parallel with isFromABot
on the previous line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, but maybe should change name of PR from isNotFromBlahBlah to isNotFromAnExternalOrGTMUser?
aa44c03
to
17e4d89
Compare
95b1369
to
55ab3d8
Compare
Boring. :P |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #533 +/- ##
==========================================
+ Coverage 84.61% 84.63% +0.01%
==========================================
Files 98 99 +1
Lines 2503 2505 +2
Branches 476 476
==========================================
+ Hits 2118 2120 +2
Misses 378 378
Partials 7 7
☔ View full report in Codecov by Sentry. |
Part of #482, after #532.
I want to see if I can put the GraphQL wrappers on GitHubOrg. Gotta get this helper out of the way first.