lizhimins opened a new pull request, #443: URL: https://github.com/apache/rocketmq-dashboard/pull/443
## Purpose Add a GitHub Actions workflow to automatically close issues and PRs that have been inactive for 7+ days, helping keep the project backlog manageable. ## Changes - Add `.github/workflows/stale.yml` using `actions/stale@v9` - Issues and PRs with no activity for 7 days are marked as `stale` and closed immediately - Issues/PRs labeled `pinned` or `security` are exempt from auto-closing - Runs daily at 00:00 UTC ## Verification - Workflow YAML syntax is valid - Uses the official and well-maintained `actions/stale@v9` action - Permissions scoped to `issues: write` and `pull-requests: write` only -- 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]
