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" + } +} diff --git a/source/faq/concurrency.txt b/source/faq/concurrency.txt index 13a64fa071c..de797426a96 100644 --- a/source/faq/concurrency.txt +++ b/source/faq/concurrency.txt @@ -12,6 +12,9 @@ FAQ: Concurrency :depth: 1 :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` to prevent clients from modifying the same data simultaneously. Writes