test: stale PR bot auto demo (leave for 7 days)#71
test: stale PR bot auto demo (leave for 7 days)#71Eeshu-Yadav wants to merge 1 commit intomasterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a small markdown file intended to serve as a “do nothing” PR change for testing the stale PR bot’s automatic cron-based staleness marking after 7 days.
Changes:
- Add
test_stale_auto.mdwith a short description of the stale PR bot demo.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1 @@ | |||
| # Auto Stale PR Demo\nThis PR is created to test the stale PR bot with automatic cron trigger.\nIt should be marked stale after 7 days of inactivity.\n No newline at end of file | |||
There was a problem hiding this comment.
This markdown file contains literal "\n" escape sequences in the content, so it will render as a single line with backslash characters instead of multiple lines/paragraphs. Replace the escaped newlines with actual line breaks (and drop the trailing "\n") so the file renders correctly.
| # Auto Stale PR Demo\nThis PR is created to test the stale PR bot with automatic cron trigger.\nIt should be marked stale after 7 days of inactivity.\n | |
| # Auto Stale PR Demo | |
| This PR is created to test the stale PR bot with automatic cron trigger. | |
| It should be marked stale after 7 days of inactivity. |
| @@ -0,0 +1 @@ | |||
| # Auto Stale PR Demo\nThis PR is created to test the stale PR bot with automatic cron trigger.\nIt should be marked stale after 7 days of inactivity.\n No newline at end of file | |||
|
Hi @Eeshu-Yadav 👋, This pull request has been automatically closed due to 0 days of inactivity. We understand that life gets busy, and we appreciate your initial contribution! 💙 The door is always open for you to come back:
If you have any questions or need help, Thank you for your interest in contributing to OpenWISP! 🙏 |
|
Hey @Eeshu-Yadav there's unnecessary line breaks in this text:
|
|
Hi @Eeshu-Yadav 👋, This is a friendly reminder that this pull request has had no activity for 7 days since changes were requested. We'd love to see this contribution merged! Please take a moment to:
If you're busy or need more time, no worries! Just leave a comment to let us know you're still working on it. Note: within 7 more days, the linked issue will be unassigned to allow other contributors to work on it. Thank you for your contribution! 🙏 |
|
Hi @Eeshu-Yadav 👋, This pull request has been marked as stale due to 14 days of inactivity after changes were requested. As a result, the linked issue(s) have been unassigned from you to allow other contributors to work on it. However, you can still continue working on this PR! If you push new commits or respond to the review feedback:
If you need more time or have questions about the requested changes, please let us know. We're happy to help! 🤝 If there's no further activity within 46 more days, this PR will be automatically closed (but can be reopened anytime). |
This PR tests the stale PR bot automatic trigger. It will have changes requested and be left untouched so the daily cron job can mark it stale after 7 days.