From 430549841b79b3731b27df81e2752b729fd4ae43 Mon Sep 17 00:00:00 2001 From: Enrico Candino Date: Tue, 22 Nov 2022 03:04:26 +0100 Subject: [PATCH] Update stale.yml (#1863) --- .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 2db5123d1..7d06e463f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -28,7 +28,7 @@ jobs: You can: - Make a comment to remove the stale label and show your support. The 60 days reset. - - If an issue has lifecycle/rotten and is closed, comment and ask maintainers if they'd be interseted in reopening" + - If an issue has lifecycle/rotten and is closed, comment and ask maintainers if they'd be interested in reopening" stale-pr-message: "The Cobra project currently lacks enough contributors to adequately respond to all PRs. This bot triages issues and PRs according to the following rules: @@ -39,7 +39,7 @@ jobs: You can: - Make a comment to remove the stale label and show your support. The 60 days reset. - - If a PR has lifecycle/rotten and is closed, comment and ask maintainers if they'd be interseted in reopening." + - If a PR has lifecycle/rotten and is closed, comment and ask maintainers if they'd be interested in reopening." days-before-stale: 60 days-before-close: 30