Skip to content

Commit

Permalink
Merge automation: link to config file
Browse files Browse the repository at this point in the history
Link to the file that defines the merge configuration in merge PRs.

Fixes #6409.
  • Loading branch information
rainersigwald committed Apr 14, 2021
1 parent 93a6389 commit ed64d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/GitHubMergeBranches.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ You may need to fix this problem by merging branches with this PR. Contact .NET
}

$prBody = @"
I detected changes in the $HeadBranch branch which have not been merged yet to $BaseBranch. I'm a robot and am configured to help you automatically keep $BaseBranch up to date, so I've opened this PR.
I detected changes in the $HeadBranch branch which have not been merged yet to $BaseBranch. I'm a robot and am [configured](https://github.com/dotnet/versions/blob/master/Maestro/subscriptions.json) to help you automatically keep $BaseBranch up to date, so I've opened this PR.
$committersList
Expand Down

0 comments on commit ed64d31

Please sign in to comment.