[PR #1610] [MERGED] build(deps): bump megalinter/megalinter from 6.18.0 to 6.19.0 #2027

Closed
opened 2026-03-01 21:53:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1610
Author: @dependabot[bot]
Created: 2/6/2023
Status: Merged
Merged: 2/6/2023
Merged by: @mergify[bot]

Base: masterHead: dependabot/github_actions/megalinter/megalinter-6.19.0


📝 Commits (2)

  • 7ab6a7c build(deps): bump megalinter/megalinter from 6.18.0 to 6.19.0
  • 2fad677 Merge branch 'master' into dependabot/github_actions/megalinter/megalinter-6.19.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/checks.yml (+1 -1)

📄 Description

Bumps megalinter/megalinter from 6.18.0 to 6.19.0.

Release notes

Sourced from megalinter/megalinter's releases.

MegaLinter v6.19.0

What's Changed

... (truncated)

Changelog

Sourced from megalinter/megalinter's changelog.

[v6.19.0] - 2023-02-05

... (truncated)

Commits
  • f8d535e Release MegaLinter v6.19.0
  • e44f818 [automation] Auto-update linters version, help and documentation (#2306)
  • dbf17b6 [automation] Auto-update linters version, help and documentation (#2305)
  • bb325cb Upgrade clj-kondo & gitleaks (#2302)
  • 6ac73e3 [automation] Auto-update linters version, help and documentation (#2304)
  • fb2fe2e Update AzureCommentReporter.py (#2301)
  • 40631ba Only Run npm-package-json-lint When package.json is Present (#2280)
  • 33fe169 [automation] Auto-update linters version, help and documentation (#2297)
  • 8f22794 [automation] Auto-update linters version, help and documentation (#2296)
  • d394a86 [automation] Auto-update linters version, help and documentation (#2293)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/1610 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/6/2023 **Status:** ✅ Merged **Merged:** 2/6/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/github_actions/megalinter/megalinter-6.19.0` --- ### 📝 Commits (2) - [`7ab6a7c`](https://github.com/nektos/act/commit/7ab6a7cde34f8cd591404105b5c6511a149f45c8) build(deps): bump megalinter/megalinter from 6.18.0 to 6.19.0 - [`2fad677`](https://github.com/nektos/act/commit/2fad677e45c1975bed83b54bbd1b69fae402f9cc) Merge branch 'master' into dependabot/github_actions/megalinter/megalinter-6.19.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/checks.yml` (+1 -1) </details> ### 📄 Description Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 6.18.0 to 6.19.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/megalinter/megalinter/releases">megalinter/megalinter's releases</a>.</em></p> <blockquote> <h2>MegaLinter v6.19.0</h2> <h2>What's Changed</h2> <ul> <li> <p>Core</p> <ul> <li>Deploy additional Docker images to GitHub Container Registry, by <a href="https://github.com/lars-reimann"><code>@​lars-reimann</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2117">#2117</a></li> <li>Build: Disable generate_documentation_all_users as we use github-dependents-info</li> </ul> </li> <li> <p>Evolutions</p> <ul> <li>Support xmllint autofix, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2244">oxsecurity/megalinter#2244</a> (requires definition of <code>XML_XMLLINT_AUTOFORMAT: true</code>)</li> </ul> </li> <li> <p>Fixes</p> <ul> <li>Change name of config file for powershell formatter to avoid collision with powershell linter config, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2231">oxsecurity/megalinter#2231</a></li> <li>Enhance find SARIF json in stdout output</li> <li>Pass --show-context, --show-suggestions, and --no-must-find-files to CSpell for friendlier UX, by <a href="https://github.com/Kurt-von-Laven"><code>@​Kurt-von-Laven</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2275">#2275</a>.</li> <li>Only run npm-package-json-lint when package.json is present, by <a href="https://github.com/Kurt-von-Laven"><code>@​Kurt-von-Laven</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2280">#2280</a>.</li> <li>Fix local files with extends, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2236">oxsecurity/megalinter#2236</a></li> <li>Remove downgrading of ansible-lint, by <a href="https://github.com/gotit96"><code>@​gotit96</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2257">oxsecurity/megalinter#2257</a></li> <li>Tag some automatically updated files as generated files, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2285">oxsecurity/megalinter#2285</a></li> <li>Fix Sarif Reporter in Azure Devops with space in project name, by <a href="https://github.com/EtienneDeneuve"><code>@​EtienneDeneuve</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2301">oxsecurity/megalinter#2301</a></li> </ul> </li> <li> <p>Documentation</p> <ul> <li>Configure jsonschema documentation formatting (see <a href="https://megalinter.io/latest/json-schemas/descriptor.html">Descriptor schema</a>, <a href="https://megalinter.io/latest/json-schemas/configuration.html">Configuration schema</a>), by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2270">#2270</a></li> <li>Update CONTRIBUTING.md and add documentation improvements hints, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2228">oxsecurity/megalinter#2228</a></li> <li>Add Powershell linters rules url, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2242">oxsecurity/megalinter#2242</a></li> <li>Fix syft logo, by <a href="https://github.com/pjungermann"><code>@​pjungermann</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2282">oxsecurity/megalinter#2282</a></li> <li>Fix docker run documentation, by <a href="https://github.com/davidjeddy"><code>@​davidjeddy</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2258">oxsecurity/megalinter#2258</a></li> </ul> </li> <li> <p>Linter versions upgrades</p> <ul> <li><a href="https://rhysd.github.io/actionlint/">actionlint</a> from 1.6.22 to <strong>1.6.23</strong></li> <li><a href="https://ansible-lint.readthedocs.io/">ansible-lint</a> from 6.7.0 to <strong>6.12.1</strong></li> <li><a href="https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter">bicep_linter</a> from 0.13.1 to <strong>0.14.6</strong></li> <li><a href="https://black.readthedocs.io/en/stable/">black</a> from 22.12.0 to <strong>23.1.0</strong></li> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 0.72.6 to <strong>0.72.10</strong></li> <li><a href="https://checkstyle.sourceforge.io">checkstyle</a> from 10.6.0 to <strong>10.7.0</strong></li> <li><a href="https://github.com/rust-lang/rust-clippy">clippy</a> from 0.1.66 to <strong>0.1.67</strong></li> <li><a href="https://github.com/borkdude/clj-kondo">clj-kondo</a> from 2022.12.10 to <strong>2023.01.20</strong></li> <li><a href="https://csharpier.com/">csharpier</a> from 0.21.0 to <strong>0.22.1</strong></li> <li><a href="https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell">cspell</a> from 6.18.1 to <strong>6.21.0</strong></li> <li><a href="https://github.com/microsoft/DevSkim">devskim</a> from 0.7.101 to <strong>0.7.104</strong></li> <li><a href="https://djlint.com/">djlint</a> from 1.19.11 to <strong>1.19.13</strong></li> <li><a href="https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format">dotnet-format</a> from 000 to <strong>6.0.405</strong></li> <li><a href="https://eslint.org">eslint</a> from 8.31.0 to <strong>8.33.0</strong></li> <li><a href="https://git-scm.com">git_diff</a> from 2.36.3 to <strong>2.36.4</strong></li> <li><a href="https://github.com/zricethezav/gitleaks">gitleaks</a> from 8.15.2 to <strong>8.15.3</strong></li> <li><a href="https://golangci-lint.run/">golangci-lint</a> from 1.50.1 to <strong>1.51.0</strong></li> <li><a href="https://pycqa.github.io/isort/">isort</a> from 5.11.4 to <strong>5.12.0</strong></li> <li><a href="https://www.kics.io">kics</a> from 1.6.7 to <strong>1.6.9</strong></li> <li><a href="https://ktlint.github.io">ktlint</a> from 0.48.1 to <strong>0.48.2</strong></li> <li><a href="https://metacpan.org/pod/Perl::Critic">perlcritic</a> from 1.146 to <strong>1.148</strong></li> <li><a href="https://phpstan.org/">phpstan</a> from 1.9.7 to <strong>1.9.14</strong></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md">megalinter/megalinter's changelog</a>.</em></p> <blockquote> <h2>[v6.19.0] - 2023-02-05</h2> <ul> <li> <p>Core</p> <ul> <li>Deploy additional Docker images to GitHub Container Registry, by <a href="https://github.com/lars-reimann"><code>@​lars-reimann</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2117">#2117</a></li> <li>Build: Disable generate_documentation_all_users as we use github-dependents-info</li> </ul> </li> <li> <p>Evolutions</p> <ul> <li>Support xmllint autofix, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2244">oxsecurity/megalinter#2244</a> (requires definition of <code>XML_XMLLINT_AUTOFORMAT: true</code>)</li> </ul> </li> <li> <p>Fixes</p> <ul> <li>Change name of config file for powershell formatter to avoid collision with powershell linter config, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2231">oxsecurity/megalinter#2231</a></li> <li>Enhance find SARIF json in stdout output</li> <li>Pass --show-context, --show-suggestions, and --no-must-find-files to CSpell for friendlier UX, by <a href="https://github.com/Kurt-von-Laven"><code>@​Kurt-von-Laven</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2275">#2275</a>.</li> <li>Only run npm-package-json-lint when package.json is present, by <a href="https://github.com/Kurt-von-Laven"><code>@​Kurt-von-Laven</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2280">#2280</a>.</li> <li>Fix local files with extends, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2236">oxsecurity/megalinter#2236</a></li> <li>Remove downgrading of ansible-lint, by <a href="https://github.com/gotit96"><code>@​gotit96</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2257">oxsecurity/megalinter#2257</a></li> <li>Tag some automatically updated files as generated files, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2285">oxsecurity/megalinter#2285</a></li> <li>Fix Sarif Reporter in Azure Devops with space in project name, by <a href="https://github.com/EtienneDeneuve"><code>@​EtienneDeneuve</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2301">oxsecurity/megalinter#2301</a></li> </ul> </li> <li> <p>Documentation</p> <ul> <li>Configure jsonschema documentation formatting (see <a href="https://megalinter.io/latest/json-schemas/descriptor.html">Descriptor schema</a>, <a href="https://megalinter.io/latest/json-schemas/configuration.html">Configuration schema</a>), by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2270">#2270</a></li> <li>Update CONTRIBUTING.md and add documentation improvements hints, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2228">oxsecurity/megalinter#2228</a></li> <li>Add Powershell linters rules url, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2242">oxsecurity/megalinter#2242</a></li> <li>Fix syft logo, by <a href="https://github.com/pjungermann"><code>@​pjungermann</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2282">oxsecurity/megalinter#2282</a></li> <li>Fix docker run documentation, by <a href="https://github.com/davidjeddy"><code>@​davidjeddy</code></a> in <a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2258">oxsecurity/megalinter#2258</a></li> </ul> </li> <li> <p>Linter versions upgrades</p> <ul> <li><a href="https://rhysd.github.io/actionlint/">actionlint</a> from 1.6.22 to <strong>1.6.23</strong></li> <li><a href="https://ansible-lint.readthedocs.io/">ansible-lint</a> from 6.7.0 to <strong>6.12.1</strong></li> <li><a href="https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter">bicep_linter</a> from 0.13.1 to <strong>0.14.6</strong></li> <li><a href="https://black.readthedocs.io/en/stable/">black</a> from 22.12.0 to <strong>23.1.0</strong></li> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 0.72.6 to <strong>0.72.10</strong></li> <li><a href="https://checkstyle.sourceforge.io">checkstyle</a> from 10.6.0 to <strong>10.7.0</strong></li> <li><a href="https://github.com/rust-lang/rust-clippy">clippy</a> from 0.1.66 to <strong>0.1.67</strong></li> <li><a href="https://github.com/borkdude/clj-kondo">clj-kondo</a> from 2022.12.10 to <strong>2023.01.20</strong></li> <li><a href="https://csharpier.com/">csharpier</a> from 0.21.0 to <strong>0.22.1</strong></li> <li><a href="https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell">cspell</a> from 6.18.1 to <strong>6.21.0</strong></li> <li><a href="https://github.com/microsoft/DevSkim">devskim</a> from 0.7.101 to <strong>0.7.104</strong></li> <li><a href="https://djlint.com/">djlint</a> from 1.19.11 to <strong>1.19.13</strong></li> <li><a href="https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format">dotnet-format</a> from 000 to <strong>6.0.405</strong></li> <li><a href="https://eslint.org">eslint</a> from 8.31.0 to <strong>8.33.0</strong></li> <li><a href="https://git-scm.com">git_diff</a> from 2.36.3 to <strong>2.36.4</strong></li> <li><a href="https://github.com/zricethezav/gitleaks">gitleaks</a> from 8.15.2 to <strong>8.15.3</strong></li> <li><a href="https://golangci-lint.run/">golangci-lint</a> from 1.50.1 to <strong>1.51.0</strong></li> <li><a href="https://pycqa.github.io/isort/">isort</a> from 5.11.4 to <strong>5.12.0</strong></li> <li><a href="https://www.kics.io">kics</a> from 1.6.7 to <strong>1.6.9</strong></li> <li><a href="https://ktlint.github.io">ktlint</a> from 0.48.1 to <strong>0.48.2</strong></li> <li><a href="https://metacpan.org/pod/Perl::Critic">perlcritic</a> from 1.146 to <strong>1.148</strong></li> <li><a href="https://phpstan.org/">phpstan</a> from 1.9.7 to <strong>1.9.14</strong></li> <li><a href="https://github.com/PowerShell/PSScriptAnalyzer">powershell</a> from 7.3.1 to <strong>7.3.2</strong></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oxsecurity/megalinter/commit/f8d535e8f1b5be62df8ea5c9c8548035fc298788"><code>f8d535e</code></a> Release MegaLinter v6.19.0</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/e44f818da565fc9fbec75ad94558ead9f906e7da"><code>e44f818</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2306">#2306</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/dbf17b67457102bc146d02e5e8b7840f658f8eec"><code>dbf17b6</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2305">#2305</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/bb325cbecafec60d1cc71767c7e0021aaedcb559"><code>bb325cb</code></a> Upgrade clj-kondo &amp; gitleaks (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2302">#2302</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/6ac73e3bd4b25ae149d24cc6bd79300b30f483ad"><code>6ac73e3</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2304">#2304</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/fb2fe2ee62ebee3e2c80ff17348eaf9bc199b6dc"><code>fb2fe2e</code></a> Update AzureCommentReporter.py (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2301">#2301</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/40631ba18f71931361c0c679d1b42416c29d97c0"><code>40631ba</code></a> Only Run npm-package-json-lint When <code>package.json</code> is Present (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2280">#2280</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/33fe169330da872284c94c0aac378f192a98ed5e"><code>33fe169</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2297">#2297</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/8f227946dc280d55817f06a1cff34e0dee6c34b8"><code>8f22794</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2296">#2296</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/d394a86a930bf0d684af1a4f8a1c1fe606284e1e"><code>d394a86</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2293">#2293</a>)</li> <li>Additional commits viewable in <a href="https://github.com/megalinter/megalinter/compare/v6.18.0...v6.19.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=megalinter/megalinter&package-manager=github_actions&previous-version=6.18.0&new-version=6.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:53:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2027
No description provided.