Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @OctopusDeploy/team-server-at-scale
* @OctopusDeploy/team-executions-foundations
2 changes: 1 addition & 1 deletion renovate-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {

platform: 'github',
repositories: ['OctopusDeploy/Halibut'],
reviewers: ['OctopusDeploy/team-server-at-scale'],
reviewers: ['OctopusDeploy/team-executions-foundations'],
labels: ['dependencies', 'Halibut'],
branchPrefix: 'renovate-dotnet/',

Expand Down
2 changes: 1 addition & 1 deletion source/Halibut.Tests/Support/LatestServiceBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ async Task<IService> IServiceBuilder.Build(CancellationToken cancellationToken)

public async Task<LatestService> Build(CancellationToken cancellationToken)
{
//TODO: @server-at-scale - We don't need to be async. But this is left here to see if we need to add it back some day. We can decide later if we wish to make this sync.
//TODO: @executions-foundations - We don't need to be async. But this is left here to see if we need to add it back some day. We can decide later if we wish to make this sync.
await Task.CompletedTask;

serviceFactory ??= serviceFactoryBuilder.Build();
Expand Down