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
Mergeable is supposed to block pull request from merging which have the wip label set. This doesn't seem to work anymore. I saw it on #102.
This is kind of a special pull requests because it changed the mergeable configuration, but the wip config was not touched, so it shouldn't have made a difference. Another weird thing was that mergeable hang after the pull request was approved. Changing labels retriggered it successfully but also showed the problem with the wip label.
The text was updated successfully, but these errors were encountered:
I couldn't reproduce the issue, neither in a separate repo, nor in this repo. I'll watch how it behaves with future pull requests.
The regular expression is applied with the case insensitive flag in the code, so that can't be the issue. Good to know that the case doesn't matter, though.
Mergeable is supposed to block pull request from merging which have the
wip
label set. This doesn't seem to work anymore. I saw it on #102.This is kind of a special pull requests because it changed the mergeable configuration, but the wip config was not touched, so it shouldn't have made a difference. Another weird thing was that mergeable hang after the pull request was approved. Changing labels retriggered it successfully but also showed the problem with the
wip
label.The text was updated successfully, but these errors were encountered: