Update stale issues configuration to use 180 days (#18238)

Joseph T. Lyons created

Release Notes:

- N/A

Change summary

.github/workflows/close_stale_issues.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.github/workflows/close_stale_issues.yml 🔗

@@ -18,7 +18,7 @@ jobs:
 
             Thanks for your help!
           close-issue-message: "This issue was closed due to inactivity; feel free to open a new issue if you're still experiencing this problem!"
-          days-before-stale: 365
+          days-before-stale: 180
           days-before-close: 7
           any-of-issue-labels: "defect,panic / crash"
           operations-per-run: 100