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
I think what we might have to do is just check for PRs that have the label and see if the latest activity is a commit or a comment from anyone but us. I don't think this even requires any feature changes to git3po and can be achieved today 🤔
for better "merge when green" behavior. Don't want to merge if a commit lands after that label is applied.
this grammar gets us close. We need a way to do
%%expression(labels.find(l => l.name === 'land-when-green).time)%%
The text was updated successfully, but these errors were encountered: