Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused attempt backport script #288

Merged
merged 1 commit into from
May 2, 2021

Commits on Nov 15, 2020

  1. chore: remove unused attempt backport script

    This was a very neat part of the bot at one point, but ended up creating
    some noise and got disabled.
    
    It used to try backport of patches from created & updated PRs against
    the `${version}.x-staging`s and as a result, added
    `lts-watch-v${version}.x` or `dont-land-on-v${version}.x` when
    applicable.
    
    When it was operationale, it tried to apply patches against Node.js
    versions: 4, 6 and 7. Those version are all end-of-life now.
    
    For the bot to try backport of patches for newer versions of Node.js,
    those versions would have to be added explicitly in the bot' source code.
    That has obviously not happened, assuming the reason being it wasn't
    as helpful afterall.
    phillipj committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    a82bc8d View commit details
    Browse the repository at this point in the history