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
{{ message }}
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.
I believe this bug comes from this line in uncheckedLabels reducer
return [...labels, label]
the expected result of the repro for the code to work the "WIP" checkbox should match the label exactly, otherwise, the filter of current labels will not find the "WIP: Building"
Shouldn't it be rules.label instead?
Edit 1: worked just fine in my tests just now, so no clue no more, lol
maybe close the issue?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Repro:
The text was updated successfully, but these errors were encountered: