From ad9dba22dc53ae6a988ed49dcc4bbd02304c829b Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 30 Aug 2023 12:56:42 +0200 Subject: [PATCH] Issue Mgmt: Disable stale PR handling --- .github/workflows/issues-stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues-stale.yml b/.github/workflows/issues-stale.yml index fa266270..bdb4d38c 100644 --- a/.github/workflows/issues-stale.yml +++ b/.github/workflows/issues-stale.yml @@ -39,4 +39,4 @@ jobs: If the issue has not been resolved, you can [find more information in our Wiki](https://wiki.safing.io/) or [continue the conversation on our Discord](https://discord.gg/safing). # TODO: Handle stale PRs - days-before-pr-close: 36500 # 100 years - effectively disabled. + days-before-pr-stale: 36500 # 100 years - effectively disabled.