From 648ff59954274397db9481852df4bbcf75d71ec0 Mon Sep 17 00:00:00 2001 From: Micah Resnick <50332383+resnickdeepfield@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:58:48 -0400 Subject: [PATCH] Fix switched descriptions The text explaining the functionality for `copySourcePRReviewers` appears to be describing what should be controlled by `copySourcePRLabels` (at least that's my assumption based on the field names), and vice-versa. --- docs/config-file-options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config-file-options.md b/docs/config-file-options.md index e8107f9e..33e7aaac 100644 --- a/docs/config-file-options.md +++ b/docs/config-file-options.md @@ -471,7 +471,7 @@ Default: master (unless the default branch on Github is changed) #### `copySourcePRReviewers` -Copies all labels from the original (source) pull request to the backport (target) pull request. +Assign the same reviewers to the target pull request that were assigned to the original (source) pull request. ```json { @@ -481,7 +481,7 @@ Copies all labels from the original (source) pull request to the backport (targe #### `copySourcePRLabels` -Assign the same reviewers to the target pull request that were assigned to the original (source) pull request. +Copies all labels from the original (source) pull request to the backport (target) pull request. ```json {