Skip to content

Commit 2d5ee94

Browse files
devlooped-botkzu
authored andcommitted
⬆️ Bump files with dotnet-file sync
# devlooped/oss - Change label from 'docs' to 'dependencies' devlooped/oss@2d1fb4e # andrewlock/NetEscapades.Configuration - Add yaml stream config source; andrewlock/NetEscapades.Configuration@a1ec2c6
1 parent 17e48ea commit 2d5ee94

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/includes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
base: main
5959
branch: markdown-includes
6060
delete-branch: true
61-
labels: docs
61+
labels: dependencies
6262
author: ${{ env.BOT_AUTHOR }}
6363
committer: ${{ env.BOT_AUTHOR }}
6464
commit-message: +Mᐁ includes

.netconfig

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
weak
7272
[file ".github/workflows/includes.yml"]
7373
url = https://github.com/devlooped/oss/blob/main/.github/workflows/includes.yml
74-
sha = 26e8cb798ce72dec7072db826cc9694d456797bd
74+
sha = 2d1fb4ed52b63689f2b20b994512ebac28721243
7575

76-
etag = df06492eeb2daaae4168d71bbb643f5da2693b67cdd58c42ffa44a191ee99b69
76+
etag = 34ade86f020dea717c6a27ad7dcd0069c35be2832c58b0ba961278a1efe34089
7777
weak
7878
[file ".github/workflows/publish.yml"]
7979
url = https://github.com/devlooped/oss/blob/main/.github/workflows/publish.yml
@@ -167,3 +167,5 @@
167167
[file "src/Agents/Extensions/YamlConfigurationStreamParser.cs"]
168168
url = https://github.com/andrewlock/NetEscapades.Configuration/blob/master/src/NetEscapades.Configuration.Yaml/YamlConfigurationStreamParser.cs
169169
weak
170+
sha = a1ec2c6746d96b4f6f140509aa68dcff09271146
171+
etag = 9e5c6908edc34eb661d647671f79153d8f3a54ebdc848c8765c78d2715f2f657

src/Agents/Extensions/YamlConfigurationStreamParser.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Collections.Generic;
33
using System.IO;
44
using System.Linq;
5-
using System.Resources;
65
using Microsoft.Extensions.Configuration;
76
using YamlDotNet.RepresentationModel;
87

@@ -130,4 +129,4 @@ private bool IsNullValue(YamlScalarNode yamlValue)
130129
);
131130
}
132131
}
133-
}
132+
}

0 commit comments

Comments
 (0)