ShreyeshArangath opened a new pull request, #1896:
URL: https://github.com/apache/auron/pull/1896
<!--
- Start the PR title with the related issue ID, e.g. '[AURON #XXXX] Short
summary...'.
-->
# Which issue does this PR close?
Closes #1895
# Rationale for this change
We currently mark issues as stale after 30 days and automatically close them
14 days later:
```
days-before-issue-stale: 30
days-before-issue-close: 14
```
This workflow assumes issues are tracked externally (for example, in JIRA),
but we are not using JIRA or any other system to track active issues. As a
result, user-reported issues that are still valid but have not received recent
activity can be automatically marked stale and closed within ~45 days, even
though they may not have been triaged or resolved. This risks losing legitimate
issues and negatively impacts visibility into active issues.
# What changes are included in this PR?
Similar to other OSS projects like
[Gluten](https://github.com/apache/incubator-gluten/pull/3888), we have
disabled the auto-closing of issues.
# Are there any user-facing changes?
N/A
# How was this patch tested?
N/A
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]