From 8915eca25fb83016dadada471947065958b6bc3b Mon Sep 17 00:00:00 2001 From: Sam Maddock Date: Fri, 31 Jan 2025 13:31:37 -0500 Subject: [PATCH] docs: stale PR response (#589) * docs: stale PR response * reword * remove line breaks so it's easier to copy * Update playbooks/responses/stale-pr.md Co-authored-by: Erick Zhao --------- Co-authored-by: Erick Zhao --- playbooks/responses/stale-pr.md | 13 +++++++++++++ 1 file changed, 13 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..d0fb12498 --- /dev/null +++ b/playbooks/responses/stale-pr.md @@ -0,0 +1,13 @@ +--- +action: + - add 'stale' label + - close pull request +--- + +Thank you for your contribution to Electron! + +We've noticed there hasn't been any activity on the pull request in some time, and there have been many changes to the codebase since it was opened. As a result, your pull request may no longer be applicable or could conflict with more recent updates. + +To keep pull requests relevant for maintainers, we'll be closing this one for now. However, if you believe it's still relevant or if there was a mistake, feel free to request us to reopen it or provide a follow-up comment. + +If you'd like to continue with your contribution, please update your branch with the latest changes from `main` and resolve any conflicts.