From 496a06f368c42959ee4046e13aa4d93c18a71f22 Mon Sep 17 00:00:00 2001 From: Micah Resnick <50332383+resnickdeepfield@users.noreply.github.com> Date: Sat, 2 Mar 2024 09:32:35 -0500 Subject: [PATCH] Fix switched descriptions (#481) 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 {