Skip to content

Commit 297ba7e

Browse files
committed
Add 'Enhancement' to the list of acceptable labels in the SingleMilestone3 integration test
1 parent 6450304 commit 297ba7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitReleaseManager.IntegrationTests/ReleaseNotesBuilderIntegrationTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ public async Task SingleMilestone3()
118118
var fileSystem = new FileSystem(new CreateSubOptions());
119119
var currentDirectory = Environment.CurrentDirectory;
120120
var configuration = ConfigurationProvider.Provide(currentDirectory, fileSystem);
121+
configuration.IssueLabelsInclude.Add("Enhancement"); // This is necessary because several issues in milestone 0.13.0 have the "Enhancement" label
121122

122123
var vcsProvider = new GitHubProvider(_gitHubClient, _mapper, _graphQlClient);
123124
var releaseNotesBuilder = new ReleaseNotesBuilder(vcsProvider, _logger, fileSystem, configuration, new TemplateFactory(fileSystem, configuration, TemplateKind.Create));

0 commit comments

Comments
 (0)