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 was archived by the owner on Jul 1, 2024. It is now read-only.
context.targetColumn = "Waiting for Author to Merge";
should be the same as the ones that set waitingOnThePRAuthorToMerge, otherwise it can run into a situation where the lines in the welcome comment are not in sync with the state -- see for example DefinitelyTyped/DefinitelyTyped#46734.
The conditions leading to the line
should be the same as the ones that set
waitingOnThePRAuthorToMerge, otherwise it can run into a situation where the lines in the welcome comment are not in sync with the state -- see for example DefinitelyTyped/DefinitelyTyped#46734.