From 5be3e8964facbd988e122fe5fab444a02240478d Mon Sep 17 00:00:00 2001 From: Ian Fogelman Date: Thu, 20 Jun 2024 12:02:59 -0400 Subject: [PATCH 1/3] Create .backportrc.json --- .github/workflows/.backportrc.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/.backportrc.json diff --git a/.github/workflows/.backportrc.json b/.github/workflows/.backportrc.json new file mode 100644 index 00000000000..91bc3a5a4f0 --- /dev/null +++ b/.github/workflows/.backportrc.json @@ -0,0 +1,17 @@ +// .backportrc.json +{ + // example repo info + "repoOwner": "Ian-Fogelman", + "repoName": "docs", + + // `targetBranch` option allows to automatically backport every PR to a specific branch without the need for labels + "targetBranch": ["master", "v7.3", "v7.0", "v6.0", "v5.0"], + + // the branches available to backport to + "targetBranch": ["master", "v7.3", "v7.0", "v6.0", "v5.0"], + + // In this case, adding the label "backport-to-v7.3" will backport the PR to the "v7.3" branch + "branchLabelMapping": { + "^backport-to-(.+)$": "$1" + } +} From 377b63e79f2823f339f0ec161f1d1382449d8383 Mon Sep 17 00:00:00 2001 From: Ian Fogelman Date: Thu, 20 Jun 2024 12:07:37 -0400 Subject: [PATCH 2/3] Update concurrency.txt --- source/faq/concurrency.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/faq/concurrency.txt b/source/faq/concurrency.txt index 13a64fa071c..bbd3a5e276b 100644 --- a/source/faq/concurrency.txt +++ b/source/faq/concurrency.txt @@ -12,6 +12,8 @@ FAQ: Concurrency :depth: 1 :class: twocols +Add Test Content. + MongoDB allows multiple clients to read and write the same data. To ensure consistency, MongoDB uses locking and :term:`concurrency control` to prevent clients from modifying the same data simultaneously. Writes From 94a68b14ca31812c7184d6af5f1f17ee3865202e Mon Sep 17 00:00:00 2001 From: Ian Fogelman Date: Thu, 20 Jun 2024 12:11:17 -0400 Subject: [PATCH 3/3] Update concurrency.txt --- source/faq/concurrency.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/source/faq/concurrency.txt b/source/faq/concurrency.txt index bbd3a5e276b..de797426a96 100644 --- a/source/faq/concurrency.txt +++ b/source/faq/concurrency.txt @@ -13,6 +13,7 @@ FAQ: Concurrency :class: twocols Add Test Content. +Add additional Test Content. MongoDB allows multiple clients to read and write the same data. To ensure consistency, MongoDB uses locking and :term:`concurrency control`