ongdisheng opened a new pull request, #692:
URL: https://github.com/apache/fesod/pull/692

   <!--
   Thanks very much for contributing to Apache Fesod (Incubating)! Please make 
sure that your code changes
   are covered with tests. And in case of new features or big changes
   remember to adjust the documentation.
   
   Feel free to ping committers for the review!
   
   In case of an existing issue, reference it using one of the following:
   
   Closed: #ISSUE
   Related: #ISSUE
   
   -->
   Related: #681 
   
   ## Purpose of the pull request
   
   <!-- Describe the purpose of this pull request. For example: Closed: 
#ISSUE-->
   This PR adds an automated workflow to help maintain our issue tracker by 
closing issues that have been waiting for user feedback but haven't received 
any response. When maintainers are waiting for additional information from 
issue reporters, they can apply the `waiting for feedback` label. If the issue 
remains inactive for 30 days, the workflow will add a `stale` label and post a 
warning. If there's still no response after another 7 days, it automatically 
closes the issue with a message letting the user know they can reopen it if 
needed.
   
   ## What's changed?
   
   <!--- Describe the change below, including rationale and design decisions -->
   A new GitHub Actions workflow file `issue-close-stale.yml` has been added 
that runs daily to check for inactive issues. 
   
   ## Checklist
   
   - [ ] I have read the [Contributor 
Guide](https://fesod.apache.org/community/contribution/).
   - [ ] I have written the necessary doc or comment.
   - [ ] I have added the necessary unit tests and all cases have passed.
   


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