From 374d6224caf0706439adeebb5d2faf9eae9d6ea8 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 30 Aug 2023 12:51:45 +0200 Subject: [PATCH] Issue Mgmt: Disable stale PR handling --- .github/workflows/issues-stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/issues-stale.yml b/.github/workflows/issues-stale.yml index 7adae21b..fa266270 100644 --- a/.github/workflows/issues-stale.yml +++ b/.github/workflows/issues-stale.yml @@ -39,3 +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.