Ovilia commented on code in PR #18465:
URL: https://github.com/apache/echarts/pull/18465#discussion_r1155592810
##########
.github/workflows/stale.yml:
##########
@@ -29,3 +29,15 @@ jobs:
exempt-all-milestones: true
operations-per-run: 500
ascending: true
+
+ - name: Close Inactive Issues That Awaiting Author's Response
+ uses: actions/stale@v8
+ with:
+ days-before-stale: 3
Review Comment:
Does this mean when an issue is marked to be `'waiting-for: author'` for 3
days without a response, it will be marked as `'inactive'`? How long will it be
closed after adding `'inactive'`? Can you link the PR or commit from ECharts
bot?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]