From 023ac5366c9fa86f2839a1104e105460e96c778f Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Mon, 27 Mar 2023 05:28:38 -0700 Subject: [PATCH] Ignore main branch PRs --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 764c735510b..febe34467b8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -120,6 +120,9 @@ }, "githubPullRequests.assignCreated": "${user}", "githubPullRequests.defaultMergeMethod": "squash", + "githubPullRequests.ignoredPullRequestBranches": [ + "main" + ], "application.experimental.rendererProfiling": true, "editor.experimental.asyncTokenization": true }