From 0b450aaccb0dde451e3a6f35b93086be4b100479 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Fri, 18 May 2018 08:42:04 +0200 Subject: [PATCH] Testing marking the branch as a PR. Does it work now? --- PullRequestSandbox/Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PullRequestSandbox/Program.cs b/PullRequestSandbox/Program.cs index 028ff6c..9e19a23 100644 --- a/PullRequestSandbox/Program.cs +++ b/PullRequestSandbox/Program.cs @@ -10,7 +10,8 @@ class Program { static void Main(string[] args) { - /// yepyep + /// Testing marking the branch as a PR. + /// Does it work now? } } }