From 6335237eeb0e1c9ad98b64a0b4f48d9f4524b75c Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Sun, 25 Jul 2021 11:36:39 +0200
Subject: [PATCH] chore: configure stale bot to never touch pull requests
 (#10959)

---
 .github/workflows/stale-action.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/stale-action.yml b/.github/workflows/stale-action.yml
index bab572d478..356522c8d7 100644
--- a/.github/workflows/stale-action.yml
+++ b/.github/workflows/stale-action.yml
@@ -31,3 +31,7 @@ jobs:
           # Close out issue after 7 stale days.
           days-before-issue-close: 7
           close-issue-message: 'This bug report has been closed as we need a reproduction to work on this. If the original poster or anybody else with the same problem discovers that they can reproduce it, please create a new issue, and reference this issue.'
+
+          # Never label/close any pull requests
+          days-before-pr-close: -1
+          days-before-pr-stale: -1
-- 
GitLab