Skip to content

build(deps): bump softprops/action-gh-release from 2 to 3 - #88

Merged
GabrielMarquezMatte merged 1 commit into
developfrom
dependabot/github_actions/develop/softprops/action-gh-release-3
Aug 20, 2026
Merged

build(deps): bump softprops/action-gh-release from 2 to 3#88
GabrielMarquezMatte merged 1 commit into
developfrom
dependabot/github_actions/develop/softprops/action-gh-release-3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps softprops/action-gh-release from 2 to 3.

Release notes

Sourced from softprops/action-gh-release's releases.

v3.0.0

3.0.0 is a major release that moves the action runtime from Node 20 to Node 24. Use v3 on GitHub-hosted runners and self-hosted fleets that already support the Node 24 Actions runtime. If you still need the last Node 20-compatible line, stay on v2.6.2.

What's Changed

Other Changes 🔄

  • Move the action runtime and bundle target to Node 24
  • Update @types/node to the Node 24 line and allow future Dependabot updates
  • Keep the floating major tag on v3; v2 remains pinned to the latest 2.x release

v2.6.2

What's Changed

Other Changes 🔄

Full Changelog: softprops/action-gh-release@v2...v2.6.2

v2.6.1

2.6.1 is a patch release focused on restoring linked discussion thread creation when discussion_category_name is set. It fixes [#764](https://github.com/softprops/action-gh-release/issues/764), where the draft-first publish flow stopped carrying the discussion category through the final publish step.

If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.

What's Changed

Bug fixes 🐛

v2.6.0

2.6.0 is a minor release centered on previous_tag support for generate_release_notes, which lets workflows pin GitHub's comparison base explicitly instead of relying on the default range. It also includes the recent concurrent asset upload recovery fix, a working_directory docs sync, a checked-bundle freshness guard for maintainers, and clearer immutable-prerelease guidance where GitHub platform behavior imposes constraints on how prerelease asset uploads can be published.

If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.

What's Changed

... (truncated)

Changelog

Sourced from softprops/action-gh-release's changelog.

0.1.13

  • fix issue with multiple runs concatenating release bodies #145
Commits
  • 3d0d988 release 3.0.2 (#818)
  • 7e13ed4 fix: clarify release creation 404 errors (#817)
  • e6c70a5 fix: replace existing release assets on Gitea (#816)
  • f345337 fix: publish existing draft releases as prereleases (#801)
  • d8a89a2 fix: upload small checksum assets reliably (#815)
  • 45ece40 chore(deps): remove unused TypeScript tooling (#814)
  • f6b913c feat: improve release error reporting and test coverage (#813)
  • 15f193d chore(deps): upgrade TypeScript to 7 (#812)
  • cc8268d chore(deps): bump actions/checkout in the github-actions group (#810)
  • fd0ed1e chore(deps): bump the npm group with 3 updates (#811)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v2...v3)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: ci, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

Copy link
Copy Markdown

Benchmark Results

Measured on ubuntu-latest (GitHub Actions). Runner noise may affect absolute numbers; use these for relative comparisons within a PR.

ExcelReader.Benchmarks.ColdStartBenchmark


BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 7763 2.45GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.400
  [Host]     : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v3
  Job-GOEFXF : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v3

InvocationCount=1  IterationCount=1  LaunchCount=16  
RunStrategy=ColdStart  UnrollFactor=1  WarmupCount=0  

Method Rows Mean Error StdDev Allocated
TypedParseFirstUse 200 37.95 ms 0.270 ms 0.265 ms 28.38 KB
RecordWriteFirstUse 200 25.75 ms 0.271 ms 0.266 ms 84.27 KB
FluentParseFirstUse 200 35.14 ms 0.292 ms 0.287 ms 30.75 KB
FluentParseWithAttributeFallbackFirstUse 200 41.89 ms 0.379 ms 0.372 ms 32.45 KB

ExcelReader.Benchmarks.CsvParseBenchmark


BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
INTEL XEON PLATINUM 8573C 2.30GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.400
  [Host]     : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v4
  Job-MEHJPP : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v4

IterationCount=5  WarmupCount=1  

Method Rows Mean Error StdDev Ratio RatioSD Gen0 Gen1 Allocated Alloc Ratio
ExcelParserSync 50000 6.964 ms 0.1063 ms 0.0276 ms 1.00 0.01 46.8750 - 3.86 MB 1.00
ExcelParserAsync 50000 7.039 ms 0.0989 ms 0.0257 ms 1.01 0.00 46.8750 - 3.86 MB 1.00
Sep 50000 10.506 ms 0.2234 ms 0.0580 ms 1.51 0.01 46.8750 - 3.87 MB 1.00
Sylvan 50000 15.144 ms 0.3110 ms 0.0808 ms 2.17 0.01 125.0000 15.6250 10.95 MB 2.84
CsvHelperLib 50000 28.168 ms 0.3710 ms 0.0964 ms 4.04 0.02 156.2500 - 14.41 MB 3.73

ExcelReader.Benchmarks.CsvReadBenchmark


BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 7763 2.45GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.400
  [Host]     : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v3
  Job-MEHJPP : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v3

IterationCount=5  WarmupCount=1  

Method Rows Mean Error StdDev Ratio Gen0 Gen1 Allocated Alloc Ratio
ExcelReader 50000 5.716 ms 0.0456 ms 0.0119 ms 1.00 - - 352 B 1.00
ExcelReaderWide 50000 12.502 ms 0.0703 ms 0.0109 ms 2.19 - - 288 B 0.82
ExcelReaderAsync 50000 5.426 ms 0.0414 ms 0.0107 ms 0.95 - - 424 B 1.20
Sep 50000 13.586 ms 0.0692 ms 0.0107 ms 2.38 - - 4024 B 11.43
Sylvan 50000 6.560 ms 0.0316 ms 0.0082 ms 1.15 93.7500 7.8125 1688701 B 4,797.45
CsvHelperLib 50000 37.334 ms 0.2765 ms 0.0428 ms 6.53 857.1429 71.4286 15073424 B 42,822.23

ExcelReader.Benchmarks.CsvWriteBenchmark


BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 7763 2.45GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.400
  [Host]     : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v3
  Job-MEHJPP : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v3

IterationCount=5  WarmupCount=1  

Method Rows Mean Error StdDev Ratio RatioSD Gen0 Gen1 Gen2 Allocated Alloc Ratio
ExcelReaderWriter 50000 9.768 ms 1.2305 ms 0.3196 ms 1.00 0.04 500.0000 500.0000 500.0000 4 MB 1.00
Sep 50000 10.067 ms 0.0737 ms 0.0191 ms 1.03 0.03 500.0000 500.0000 500.0000 4.01 MB 1.00
SylvanWriter 50000 10.438 ms 0.1045 ms 0.0271 ms 1.07 0.03 500.0000 500.0000 500.0000 4.04 MB 1.01
CsvHelperLib 50000 21.109 ms 0.5003 ms 0.1299 ms 2.16 0.06 1187.5000 656.2500 593.7500 13.79 MB 3.44

ExcelReader.Benchmarks.ParseBenchmark


BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
INTEL XEON PLATINUM 8573C 2.30GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.400
  [Host]     : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v4
  Job-MEHJPP : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v4

IterationCount=5  WarmupCount=1  

Method Rows Mean Error StdDev Ratio RatioSD Gen0 Allocated Alloc Ratio
ExcelParserSync 50000 21.843 ms 0.3065 ms 0.0796 ms 1.00 0.00 31.2500 3966.75 KB 1.000
ExcelParserSyncSharedStrings 50000 17.356 ms 0.5166 ms 0.0800 ms 0.79 0.00 - 2357.23 KB 0.594
ExcelParserStructSync 50000 18.846 ms 0.3456 ms 0.0535 ms 0.86 0.00 - 1623.02 KB 0.409
RefParserParseNamedSync 50000 17.037 ms 0.1136 ms 0.0176 ms 0.78 0.00 - 11.63 KB 0.003
ExcelParserAsync 50000 19.164 ms 0.2853 ms 0.0741 ms 0.88 0.00 31.2500 3968.9 KB 1.001
ExcelParserXlsbSync 50000 9.678 ms 0.1156 ms 0.0300 ms 0.44 0.00 46.8750 3968.84 KB 1.001
ExcelParserXlsbAsync 50000 9.802 ms 0.0198 ms 0.0031 ms 0.45 0.00 46.8750 3971.41 KB 1.001
MiniExcel 50000 191.409 ms 7.1544 ms 1.1071 ms 8.76 0.05 2000.0000 202523.12 KB 51.055
Sylvan 50000 73.496 ms 1.6310 ms 0.2524 ms 3.36 0.02 - 10726.42 KB 2.704
SylvanAsync 50000 78.726 ms 11.3136 ms 2.9381 ms 3.60 0.12 - 10727.74 KB 2.704

ExcelReader.Benchmarks.ReadBenchmark


BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 7763 2.45GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.400
  [Host]     : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v3
  Job-MEHJPP : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v3

IterationCount=5  WarmupCount=1  

Method Rows Mean Error StdDev Ratio RatioSD Gen0 Allocated Alloc Ratio
ExcelReader 50000 16.724 ms 0.0671 ms 0.0174 ms 1.00 0.00 - 11.13 KB 1.00
ExcelReaderAsync 50000 17.320 ms 0.2539 ms 0.0659 ms 1.04 0.00 - 13.26 KB 1.19
ExcelReaderXlsb 50000 6.652 ms 0.0237 ms 0.0062 ms 0.40 0.00 - 13.22 KB 1.19
ExcelReaderXlsbAsync 50000 6.908 ms 0.0100 ms 0.0015 ms 0.41 0.00 - 15.77 KB 1.42
ExcelReaderMaterialized 50000 18.942 ms 0.0697 ms 0.0108 ms 1.13 0.00 93.7500 1622.45 KB 145.84
MiniExcel 50000 216.832 ms 2.8188 ms 0.7320 ms 12.97 0.04 13000.0000 214016.6 KB 19,237.45
Sylvan 50000 55.823 ms 2.5804 ms 0.6701 ms 3.34 0.04 - 1939.18 KB 174.31

ExcelReader.Benchmarks.RealDataReadBenchmark


BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 9V45 2.60GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.400
  [Host]     : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v4
  Job-MEHJPP : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v4

IterationCount=5  WarmupCount=1  

Method Mean Error StdDev Ratio RatioSD Gen0 Gen1 Gen2 Allocated Alloc Ratio
Xlsx_ExcelReader 55.851 ms 1.6706 ms 0.2585 ms 1.00 0.01 - - - 18222 B 1.00
Xlsx_Sylvan 167.275 ms 7.3806 ms 1.1422 ms 3.00 0.02 - - - 659448 B 36.19
Xlsx_ExcelReader_Materialized 57.077 ms 1.7083 ms 0.4436 ms 1.02 0.01 - - - 29288 B 1.61
Xlsx_ExcelReader_Prefetch 37.014 ms 6.5520 ms 1.7015 ms 0.66 0.03 - - - 38425 B 2.11
Xlsx_ExcelReader_Memory 56.949 ms 1.6635 ms 0.2574 ms 1.02 0.01 - - - 7107 B 0.39
Xlsx_ExcelReader_Memory_Prefetch 38.206 ms 16.1451 ms 4.1928 ms 0.68 0.07 - - - 27320 B 1.50
Xlsm_ExcelReader 56.766 ms 0.2209 ms 0.0342 ms 1.02 0.00 - - - 18221 B 1.00
Xlsm_Sylvan 169.644 ms 11.9846 ms 3.1124 ms 3.04 0.05 - - - 659528 B 36.19
Xlsm_ExcelReader_Materialized 58.093 ms 0.6942 ms 0.1803 ms 1.04 0.01 - - - 29288 B 1.61
Xlsm_ExcelReader_Prefetch 36.645 ms 11.3715 ms 2.9531 ms 0.66 0.05 - - - 38449 B 2.11
Xlsm_ExcelReader_Memory 57.047 ms 4.4207 ms 1.1480 ms 1.02 0.02 - - - 8477 B 0.47
Xlsm_ExcelReader_Memory_Prefetch 38.281 ms 4.5598 ms 0.7056 ms 0.69 0.01 - - - 27329 B 1.50
Xlsb_ExcelReader 22.964 ms 0.6293 ms 0.1634 ms 0.41 0.00 - - - 19192 B 1.05
Xlsb_Sylvan 26.229 ms 1.0843 ms 0.2816 ms 0.47 0.01 - - - 346662 B 19.02
Xlsb_ExcelReader_Materialized 23.748 ms 0.7647 ms 0.1986 ms 0.43 0.00 - - - 28888 B 1.59
Xlsb_ExcelReader_Prefetch 15.723 ms 0.6452 ms 0.1675 ms 0.28 0.00 - - - 67953 B 3.73
Xlsb_ExcelReader_Memory 22.645 ms 0.4425 ms 0.0685 ms 0.41 0.00 - - - 8840 B 0.49
Xlsb_ExcelReader_Memory_Prefetch 14.559 ms 0.8500 ms 0.2208 ms 0.26 0.00 - - - 39960 B 2.19
Xls_ExcelReader 12.207 ms 0.4798 ms 0.1246 ms 0.22 0.00 - - - 12048 B 0.66
Xls_Sylvan 14.561 ms 0.4312 ms 0.0667 ms 0.26 0.00 - - - 190363 B 10.45
Xls_ExcelReader_Materialized 13.625 ms 1.3396 ms 0.3479 ms 0.24 0.01 - - - 21744 B 1.19
Xls_ExcelReader_Memory 8.355 ms 0.2929 ms 0.0453 ms 0.15 0.00 - - - 12048 B 0.66
Csv_ExcelReader 4.842 ms 0.1749 ms 0.0454 ms 0.09 0.00 - - - 288 B 0.02
Csv_Sylvan 10.490 ms 0.9970 ms 0.2589 ms 0.19 0.00 2250.0000 156.2500 15.6250 37484045 B 2,057.08
Csv_ExcelReader_Materialized 18.046 ms 0.6759 ms 0.1046 ms 0.32 0.00 2218.7500 - - 37442896 B 2,054.82
Csv_ExcelReader_Memory 4.712 ms 0.1480 ms 0.0384 ms 0.08 0.00 - - - 224 B 0.01

ExcelReader.Benchmarks.RecordWriteBenchmark


BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 7763 2.45GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.400
  [Host]     : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v3
  Job-MEHJPP : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v3

IterationCount=5  WarmupCount=1  

Method Rows Mean Error StdDev Ratio Gen0 Gen1 Gen2 Allocated Alloc Ratio
Xlsx 50000 27.233 ms 0.5202 ms 0.1351 ms 1.00 500.0000 500.0000 500.0000 4.02 MB 1.00
Xlsb 50000 10.692 ms 0.3983 ms 0.1034 ms 0.39 500.0000 500.0000 500.0000 4.02 MB 1.00
Xls 50000 8.090 ms 0.1102 ms 0.0171 ms 0.30 250.0000 250.0000 250.0000 4.03 MB 1.00
Csv 50000 10.213 ms 0.4532 ms 0.1177 ms 0.38 500.0000 500.0000 500.0000 4 MB 1.00

ExcelReader.Benchmarks.WriteBenchmark


BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 7763 2.45GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.400
  [Host]     : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v3
  Job-MEHJPP : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v3

IterationCount=5  WarmupCount=1  

Method Rows Mean Error StdDev Ratio RatioSD Gen0 Gen1 Gen2 Allocated Alloc Ratio
ExcelReaderWriter 50000 23.631 ms 0.2507 ms 0.0651 ms 1.00 0.00 500.0000 500.0000 500.0000 4.02 MB 1.00
ExcelReaderWriterSharedStrings 50000 23.686 ms 0.3569 ms 0.0927 ms 1.00 0.00 500.0000 500.0000 500.0000 4.06 MB 1.01
ExcelReaderWriterPrefetch 50000 21.327 ms 3.5788 ms 0.9294 ms 0.90 0.04 468.7500 468.7500 468.7500 4.03 MB 1.00
ExcelReaderXlsbWriter 50000 9.987 ms 0.0865 ms 0.0134 ms 0.42 0.00 500.0000 500.0000 500.0000 4.02 MB 1.00
ExcelReaderXlsbWriterSharedStrings 50000 9.475 ms 0.1809 ms 0.0470 ms 0.40 0.00 500.0000 500.0000 500.0000 4.06 MB 1.01
ExcelReaderXlsbWriterPrefetch 50000 9.326 ms 0.3145 ms 0.0817 ms 0.39 0.00 484.3750 484.3750 484.3750 4.03 MB 1.00
MiniExcel 50000 102.927 ms 5.7786 ms 1.5007 ms 4.36 0.06 5000.0000 1000.0000 1000.0000 84.89 MB 21.11
SpreadCheetah 50000 21.589 ms 0.3914 ms 0.0606 ms 0.91 0.00 1437.5000 718.7500 718.7500 15.84 MB 3.94

ExcelReader.Benchmarks.XlsReadBenchmark


BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 7763 2.45GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.400
  [Host]     : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v3
  Job-MEHJPP : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v3

IterationCount=5  WarmupCount=1  

Method Rows Mean Error StdDev Ratio Gen0 Gen1 Allocated Alloc Ratio
ExcelReader 50000 5.469 ms 0.0139 ms 0.0022 ms 1.00 - - 2.91 KB 1.00
ExcelReaderAsync 50000 5.528 ms 0.0213 ms 0.0033 ms 1.01 - - 2.98 KB 1.02
Sylvan 50000 8.595 ms 0.0753 ms 0.0196 ms 1.57 93.7500 15.6250 1717.73 KB 589.46

ExcelReader.Benchmarks.XlsWriteBenchmark


BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 7763 2.45GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.400
  [Host]     : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v3
  Job-MEHJPP : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v3

IterationCount=5  WarmupCount=1  

Method Rows Mean Error StdDev Ratio RatioSD Gen0 Gen1 Gen2 Allocated Alloc Ratio
XlsWriter 50000 7.299 ms 0.1894 ms 0.0492 ms 1.00 0.01 492.1875 492.1875 492.1875 16.03 MB 1.00
XlsxWriter 50000 23.920 ms 0.1888 ms 0.0490 ms 3.28 0.02 500.0000 500.0000 500.0000 4.02 MB 0.25

@GabrielMarquezMatte
GabrielMarquezMatte merged commit 19b9980 into develop Aug 20, 2026
28 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/develop/softprops/action-gh-release-3 branch August 20, 2026 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant