Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDarshan Sen <darshan.sen@postman.com>2021-07-17 18:48:28 +0300
committerMichaël Zasso <targos@protonmail.com>2021-09-04 16:14:32 +0300
commit6a4c6ce4d70d6ac0de206d04f3ac3eef83be4f8f (patch)
tree100bf9a5a7a1acafd990461320b50a2697a5b7eb /doc
parentd17afa08bd6bc65525a866a75cfdd2575eca3f80 (diff)
doc: update checkbox label in backporting guide
Signed-off-by: Darshan Sen <darshan.sen@postman.com> PR-URL: https://github.com/nodejs/node/pull/39420 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/guides/backporting-to-release-lines.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guides/backporting-to-release-lines.md b/doc/guides/backporting-to-release-lines.md
index 3b3638bff2f..5233173c882 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] <commit title>`.
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.