Skip to content

Commit 672dad6

Browse files
author
Amro Khalil
committed
Adds ignored pull request branches configuration to settings.json
Ignores pull requests from main branch in config Prevents pull request suggestions for the main branch to reduce noise and streamline workflow in the editor. Ignores pull request suggestions from main branch Prevents pull request prompts for the main branch to reduce workflow noise and streamline editor experience.
1 parent 868b8d7 commit 672dad6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"github.copilot.chat.virtualTools.threshold": 0
2+
"github.copilot.chat.virtualTools.threshold": 0,
3+
"githubPullRequests.ignoredPullRequestBranches": [
4+
"main"
5+
]
36
}

0 commit comments

Comments
 (0)