From f36a90a76ea2275ceb840e24d2bcc2c80bbff3be Mon Sep 17 00:00:00 2001 From: BK Date: Thu, 26 Sep 2024 16:18:45 -0700 Subject: [PATCH] Update intro.md to mention `sl config --local github.pr_workflow single` --- website/docs/git/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/git/intro.md b/website/docs/git/intro.md index 28305a350c789..134ebaec8f989 100644 --- a/website/docs/git/intro.md +++ b/website/docs/git/intro.md @@ -39,7 +39,7 @@ See the dedicated [Sapling Stack](./sapling-stack.md) page for more information. **Cons:** -- Creates "overlapping" pull requests that may be confusing to reviewers using the GitHub pull request UI. Reviewers are strongly encouraged to use [ReviewStack](../addons/reviewstack.md) for code review instead of GitHub. +- If submitters have not set `sl config --local github.pr_workflow single`, `sl pr` creates "overlapping" pull requests that may be confusing to reviewers using the GitHub pull request UI. Reviewers are strongly encouraged to use [ReviewStack](../addons/reviewstack.md) for code review instead of GitHub in that case. :::tip