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

Disable labelling of PRs as it is replaced by GitHub Action #296

Merged
merged 1 commit into from
Apr 24, 2021

Commits on Apr 22, 2021

  1. labels: disable labelling of PRs as it's replaced by GitHub Action

    First step of removing labelling of PRs as they are opened. Only the
    part actively listening for newly opened PRs gets removed now, with the
    main goal of *stopping* @nodejs-github-bot from applying labels and
    thereby leaving room for nodejs/node-pr-labeler GitHub Action to apply
    those labels intead.
    
    Still a lot of code that can be removed, like the actually logic of
    resolving labels which has been extracted into the said GitHub Action,
    but postponing that to a followup PR, when seeing the Action behaving
    as expected -- if not, these changes might be reverted as a fallback.
    
    Refs https://github.com/nodejs/node-pr-labeler
    phillipj committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    424ff04 View commit details
    Browse the repository at this point in the history