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.