github / github/copilot-cli

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

Đang mở
#1,408 2 bình luận 0 reaction 0 người được giao Xem trên GitHub
area:installation
Ngôn ngữ chính
Shell
Star
11.2k
Fork
1.9k
Merge trung bình
14 giờ 16 phút
Pull request đã merge (30 ngày)
6

Mô tả

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

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.