From 0c0be8efe51f8c04c647472af9e32c07fefe12b9 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Tue, 7 May 2024 08:30:45 +0200
Subject: [PATCH] chore(label-actions): add auto:inactivity-pr-close (#28896)

---
 .github/label-actions.yml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.github/label-actions.yml b/.github/label-actions.yml
index f9d6b95210..a17ef7795d 100644
--- a/.github/label-actions.yml
+++ b/.github/label-actions.yml
@@ -225,6 +225,21 @@
     This Issue will now be closed and locked. We may later batch-delete this issue. This way we keep Issues actionable, and free of duplicates or wrong bug reports.
 
 
+    Thanks, the Renovate team
+  close: true
+  close-reason: 'not planned'
+
+'auto:inactivity-pr-close':
+  comment: >
+    **This PR has been closed due to inactivity, but resuming work on it in future would be welcome.**
+
+
+    We try to avoid having too many PRs open at once, so we close PRs that have been inactive for too long or which don't seem on track to be mergeable.
+
+
+    If you want to continue working on this PR, please reopen it and let us know.
+
+
     Thanks, the Renovate team
   close: true
   close-reason: 'not planned'
-- 
GitLab