-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Automated workflow fix: update �ctions/stale@v9 → �ctions/stale@v11 in stale-related workflows.
Patch:
`diff
From 11323981af17c4ddc0eaca090bc71acc72fd4552 Mon Sep 17 00:00:00 2001
From: Rigohl 213460755+Rigohl@users.noreply.github.com
Date: Wed, 11 Feb 2026 11:56:45 -0600
Subject: [PATCH] ci: update actions/stale to v11
.github/workflows/no-response.yml | 2 +-
.github/workflows/stale-issues.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml
index 2a864dd..83b72ef 100644
--- a/.github/workflows/no-response.yml
+++ b/.github/workflows/no-response.yml
@@ -13,7 +13,7 @@ jobs:
noResponse:
runs-on: ubuntu-latest
steps:
-
- uses: actions/stale@v9
-
- uses: actions/stale@v11 with: repo-token: ${{ secrets.GITHUB_TOKEN }} only-issue-labels: 'more-info-needed'
diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml
index 3ec537c..a6d39f9 100644
--- a/.github/workflows/stale-issues.yml
+++ b/.github/workflows/stale-issues.yml
@@ -10,7 +10,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
-
- uses: actions/stale@v9
-
- uses: actions/stale@v11 with: stale-issue-label: 'stale, triage' # The label that will be added to the issues when automatically marked as stale start-date: '2025-01-01T00:00:00Z' # Skip stale action for issues created before it
--
2.53.0.windows.1
`
Note: I attempted to push a branch and open a PR automatically, but the provided Personal Access Token lacks the workflow scope required to update .github/workflows/*. If you prefer, provide a PAT with workflow scope and I will open a PR automatically. Otherwise, please apply this patch or I can create a PR if you grant push rights.
Automated by GitHub Copilot (Rigohl)