github / github/copilot-cli

[ci][auto] Update actions/stale to v11 (stale workflows)

Abierto
#1,408 2 comentarios 0 reacciones 0 asignados Ver en GitHub
area:installation
Lenguaje dominante
Shell
Estrellas
11.2k
Forks
1.9k
Merge medio
14 h 16 min
PR fusionados (30 d)
6

Descripción

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)*

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.