-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add option to filter PRs based on ready state #183
Add option to filter PRs based on ready state #183
Conversation
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.
Nice and simple, great work! Just have a very minor comment - let me know what you think
I've also tested this manually and it does exactly what it says on the tin 🎉 |
Co-authored-by: Chin Godawita <1452384+chinthakagodawita@users.noreply.github.com>
@chinthakagodawita incorporated your suggestions, thanks! |
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!
Released in v1.5.0, thanks again! 🙌 |
Implements #176.
b83873d goes against the style of the rest of the tests a little, so if you want me to revert it out and make the tests more linear I can. I just wanted to do a little refactoring of the work I did before I put this up.