Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upscripts/attempt-backport.js `inProgress` is always false #213
Comments
|
Very good catch! Ensuring there's only one backport operation running at once, surely sounds like a good idea to me. I also notice that script needs some love related to logging, primarily replacing @Trott just to confirm; is this functionality still valuable? I haven't been involved in core for a while, but I do remember disabling the |
I actually have no idea. Is that a question for @nodejs/build or @nodejs/releasers or someone else? /ping @nodejs/github-bot while I'm at it I guess. |
inProgressis set to false and then never changed. Should it be removed or is there a bug where somewhere it should be set to true but it's not?