Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix switched descriptions #481

Merged
merged 1 commit into from
Mar 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading