From c42c98703a5cd3c50a30aa3499d703c96ecad0d5 Mon Sep 17 00:00:00 2001 From: httpdss <39445+httpdss@users.noreply.github.com> Date: Wed, 15 Jul 2026 16:14:35 +0000 Subject: [PATCH] Run StructKit generate on repository --- .github/workflows/stale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 72e22f9..976abc9 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -7,7 +7,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v10.3.0 + - uses: actions/stale@v10.4.0 with: stale-issue-message: 'Message to comment on stale issues. If none provided, will not mark issues stale' stale-pr-message: 'Message to comment on stale PRs. If none provided, will not mark PRs stale'