You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an issue already has a pull request open, it would be better to not try to solve it again by default. We should modify github_resolver/resolve_issues.py to fix this:
Change the type of "success" in the resolver result class from boolean to an enum with true, false, and skipped
Write code that skips all issues that have a pull request open by default
Add a new option that makes it possible to override this default and also create PRs when a pull request is open
Tests should be written to test all three pieces of this functionality.
The text was updated successfully, but these errors were encountered:
If an issue already has a pull request open, it would be better to not try to solve it again by default. We should modify
github_resolver/resolve_issues.py
to fix this:true
,false
, andskipped
Tests should be written to test all three pieces of this functionality.
The text was updated successfully, but these errors were encountered: