From 19b406b9a0d90e7107f858b8329cd2f092c40dfd Mon Sep 17 00:00:00 2001 From: "ubot-7274[bot]" <217212047+ubot-7274[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 22:06:21 -0700 Subject: [PATCH 1/3] chore(deps): update system_files/desktop/silverblue/usr/share/gnome-shell/extensions/blur-my-shell@aunetx digest to b911ec5 (#5712) Co-authored-by: ubot-7274[bot] <217212047+ubot-7274[bot]@users.noreply.github.com> --- .../usr/share/gnome-shell/extensions/blur-my-shell@aunetx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_files/desktop/silverblue/usr/share/gnome-shell/extensions/blur-my-shell@aunetx b/system_files/desktop/silverblue/usr/share/gnome-shell/extensions/blur-my-shell@aunetx index f6454e6281..b911ec5017 160000 --- a/system_files/desktop/silverblue/usr/share/gnome-shell/extensions/blur-my-shell@aunetx +++ b/system_files/desktop/silverblue/usr/share/gnome-shell/extensions/blur-my-shell@aunetx @@ -1 +1 @@ -Subproject commit f6454e6281d81ccd521c50aa7eddc12ca1709601 +Subproject commit b911ec501748e68246656a5a6fee372a8cd5c7b5 From cc48c516da93454339132a113ded148063fa3a8c Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 3 Sep 2026 01:14:34 -0700 Subject: [PATCH 2/3] chore: Increase stale days --- .github/workflows/stale.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 336464f1b3..3dee0a10cb 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,12 +12,12 @@ jobs: steps: - uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11 with: - days-before-issue-stale: 30 - days-before-issue-close: 14 + days-before-issue-stale: 60 + days-before-issue-close: 30 operations-per-run: 100 stale-issue-label: "stale" - stale-issue-message: "This issue is stale because it has been open for 30 days with no activity." - close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale." + stale-issue-message: "This issue is stale because it has been open for 60 days with no activity." + close-issue-message: "This issue was closed because it has been inactive for 30 days since being marked as stale." days-before-pr-stale: -1 days-before-pr-close: -1 repo-token: ${{ secrets.GITHUB_TOKEN }} From 09cca86e0476c8b58aa58bdfffc744e7b02cddd7 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 3 Sep 2026 01:15:09 -0700 Subject: [PATCH 3/3] chore: Increase operations --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 3dee0a10cb..32d112f603 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,7 +14,7 @@ jobs: with: days-before-issue-stale: 60 days-before-issue-close: 30 - operations-per-run: 100 + operations-per-run: 500 stale-issue-label: "stale" stale-issue-message: "This issue is stale because it has been open for 60 days with no activity." close-issue-message: "This issue was closed because it has been inactive for 30 days since being marked as stale."