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 Issue 1 is blocked by Issue 2, and Issue 2 is closed, the workflow will unblock Issue 1. If Issue 2 is reopened, Issue 1 should be blocked once again. Then address this change in the README.
The main roadblock here is that the bot checks for currently blocked issues using the blocked label. If the label is not present on the issue (which it won't be if it was previously unblocked), it won't come up in the search. The bot needs some other way to keep track of previously blocked issues. Scanning each issue on every run is impractical for larger repositories, so perhaps an Artifact can maintain a list? I'll look into it
The text was updated successfully, but these errors were encountered:
If
Issue 1
is blocked byIssue 2
, andIssue 2
is closed, the workflow will unblockIssue 1
. IfIssue 2
is reopened,Issue 1
should be blocked once again. Then address this change in the README.The main roadblock here is that the bot checks for currently blocked issues using the
blocked
label. If the label is not present on the issue (which it won't be if it was previously unblocked), it won't come up in the search. The bot needs some other way to keep track of previously blocked issues. Scanning each issue on every run is impractical for larger repositories, so perhaps an Artifact can maintain a list? I'll look into itThe text was updated successfully, but these errors were encountered: