File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 22using System . Collections . Generic ;
33using System . IO ;
44using System . Linq ;
5- using System . Resources ;
65using Microsoft . Extensions . Configuration ;
76using YamlDotNet . RepresentationModel ;
87
@@ -130,4 +129,4 @@ private bool IsNullValue(YamlScalarNode yamlValue)
130129 ) ;
131130 }
132131 }
133- }
132+ }
You can’t perform that action at this time.
0 commit comments