Skip to content

Commit

Permalink
emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr committed Jan 15, 2025
1 parent 9c13a94 commit 4fa257b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ static async Task<string> CreateGithubPullRequestForNewVersions(IEnumerable<Proj

// create PR
var newPr = new NewPullRequest(commitMessage, branchName, "main");
newPr.Body = "Dotty updated the following for your convenience.\n\n" + updateLog + "\n\n**Don't forget to update the .NET Compatibility docs:docs: with the new versions!**\n";
newPr.Body = "Dotty updated the following for your convenience.\n\n" + updateLog + "\n\n**Don't forget to update the .NET Compatibility docs:memo: with the new versions!**\n";
var pullRequest = await ghClient.PullRequest.Create(Owner, Repo, newPr);
Log.Information($"Successfully created PR for {branchName} at {pullRequest.HtmlUrl}");

Expand Down

0 comments on commit 4fa257b

Please sign in to comment.