plainheart commented on code in PR #18465:
URL: https://github.com/apache/echarts/pull/18465#discussion_r1155635353


##########
.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:
   The echarts bot will immediately close the issue after it's labeled 
`inactive`. This is a present function of echarts-bot and has been used for a 
long time.
   See also 
https://github.com/apache/echarts/issues?q=is%3Aissue+label%3Ainactive+is%3Aclosed



-- 
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]

Reply via email to