-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[No QA] Auto-check NO-QA PRs #6056
Conversation
'html_url', | ||
); | ||
console.log('Found the following NO QA PRs:', noQAPRs); | ||
const verifiedOrNoQAPRs = _.union(verifiedPRList, noQAPRs); |
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.
Just to double check, the intention here is that no qa
means no QA or accessibility testing right?
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.
Yep, that's the intention!
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
NAB: There's a lot of duplication of code here. Can it be broken out to a utility function somewhere for all these files to use?
@timszot All the |
Nice, this passed QA 🎉 |
🚀 Deployed to staging by @roryabraham in version: 1.1.9-3 🚀
|
🚀 Deployed to production by @roryabraham in version: 1.1.10-2 🚀
|
Details
Automatically checks off any PRs with titles prefixed by
[NO QA]
Fixed Issues
$ n/a – just a QOL improvement and part of testing #6047
Tests
QA Steps
None.