Skip to content

Commit

Permalink
Fix switched descriptions (#481)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
resnickdeepfield authored Mar 2, 2024
1 parent e9d7297 commit 496a06f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config-file-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand All @@ -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
{
Expand Down

0 comments on commit 496a06f

Please sign in to comment.