From d1d3d75dff20ca0937b90ead5082b72d5bfe73d5 Mon Sep 17 00:00:00 2001 From: Alex Ross Date: Tue, 10 May 2022 09:55:43 +0200 Subject: [PATCH] Add setting to assign PRs to self --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 923b5737fa245..12ebf38576f47 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -100,4 +100,5 @@ "comments": "inline", "strings": "inline" }, + "githubPullRequests.assignCreated": "${user}" }