From abfcbcd14ca1140d246d9f7cbef8cd61af02776f Mon Sep 17 00:00:00 2001 From: voltrexmaster Date: Mon, 4 Oct 2021 10:11:25 -0700 Subject: [PATCH] doc: update fast-track approval comment request MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Collaborators no longer need to add a comment for other collaborators to upvote after adding the `fast-track` label as the GitHub actions bot is configured to automatically add a comment after the label is added. PR-URL: https://github.com/nodejs/node/pull/40316 Reviewed-By: Luigi Pinca Reviewed-By: Michael Dawson Reviewed-By: Gerhard Stöbich Reviewed-By: Benjamin Gruenbaum Reviewed-By: Rich Trott Reviewed-By: Gireesh Punathil --- doc/guides/collaborator-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/collaborator-guide.md b/doc/guides/collaborator-guide.md index 3ce33be392915c..dd4f6e853e41c8 100644 --- a/doc/guides/collaborator-guide.md +++ b/doc/guides/collaborator-guide.md @@ -184,8 +184,8 @@ delay. For example: * Regressions that break the workflow (red CI or broken compilation). * Regressions that happen right before a release, or reported soon after. -To propose fast-tracking a pull request, apply the `fast-track` label. Then add -a comment that collaborators can upvote. +To propose fast-tracking a pull request, apply the `fast-track` label. Then a +GitHub Action will add a comment that collaborators can upvote. If someone disagrees with the fast-tracking request, remove the label. Do not fast-track the pull request in that case.