From 64f4772a9425415f9e8c1552fb4d16855ec944d0 Mon Sep 17 00:00:00 2001 From: Samuel Maddock Date: Thu, 30 Jan 2025 18:05:48 -0500 Subject: [PATCH] docs: stale PR response --- playbooks/responses/stale-pr.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 playbooks/responses/stale-pr.md diff --git a/playbooks/responses/stale-pr.md b/playbooks/responses/stale-pr.md new file mode 100644 index 000000000..34dbf0299 --- /dev/null +++ b/playbooks/responses/stale-pr.md @@ -0,0 +1,19 @@ +--- +action: + - add 'stale' label + - close pull request +--- + +Thank you for your contribution to the project! + +We apologize for the delay in reviewing your pull request. In the time since it +was opened, there have been many changes to the codebase, and it's possible that +your pull request is no longer applicable or conflicts with more recent updates. + +To keep pull requests relevant to maintainers, we'll be closing this pull +request for now. However, if you believe the pull request is still relevant or +if there was a mistake, feel free to request us to reopen it or provide a +follow-up comment. + +If you wish to continue pursuing your contribution, please update your branch +with the latest changes on `main` and resolve any existing conflicts.