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:
|
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.