From 1ce35e99be83cb63da85c40ab17b13735bd51073 Mon Sep 17 00:00:00 2001 From: autoantwort <41973254+autoantwort@users.noreply.github.com> Date: Thu, 8 Jun 2023 18:55:04 +0200 Subject: [PATCH] Update stale.yml (#31886) Fix typo --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a1a4a58e3f..7e2aa987b4 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -23,8 +23,8 @@ jobs: days-before-close: 14 - uses: actions/stale@v6 with: - close-issue-message: "This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 60 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment." - ony-of-labels: 'category:new-port' + stale-issue-message: "This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 60 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment." + any-of-labels: 'category:new-port' close-issue-label: 'new-port-unresolved' days-before-issue-stale: 60 days-before-pr-stale: -1