From 3cbaabc4622df1b4009b9d026a1a970bdbae6e89 Mon Sep 17 00:00:00 2001 From: Darshan Sen Date: Sat, 17 Jul 2021 21:18:28 +0530 Subject: [PATCH] doc: update checkbox label in backporting guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Darshan Sen PR-URL: https://github.com/nodejs/node/pull/39420 Reviewed-By: Tobias Nießen Reviewed-By: Luigi Pinca Reviewed-By: James M Snell --- doc/guides/backporting-to-release-lines.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/guides/backporting-to-release-lines.md b/doc/guides/backporting-to-release-lines.md index 3b3638bff2f463..5233173c882557 100644 --- a/doc/guides/backporting-to-release-lines.md +++ b/doc/guides/backporting-to-release-lines.md @@ -77,7 +77,8 @@ replace that with the staging branch for the targeted release line. 1. Include the backport target in the pull request title in the following format: `[v10.x backport] `. Example: `[v10.x backport] process: improve performance of nextTick` - 1. Check the checkbox labeled "Allow edits from maintainers". + 1. Check the checkbox labeled "Allow edits and access to secrets by + maintainers". 1. In the description add a reference to the original pull request. 1. Amend the commit message and include a `Backport-PR-URL:` metadata and re-push the change to your fork.