Skip to content

Commit

Permalink
labels: disable labelling of PRs as it's replaced by GitHub Action
Browse files Browse the repository at this point in the history
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
  • Loading branch information
phillipj committed Apr 24, 2021
1 parent 8c08c88 commit ee84837
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 233 deletions.
33 changes: 0 additions & 33 deletions scripts/node-subsystem-label.js

This file was deleted.

200 changes: 0 additions & 200 deletions test/integration/node-labels-webhook.test.js

This file was deleted.

0 comments on commit ee84837

Please sign in to comment.