10up / ElasticPress

A fast and flexible search and query engine for WordPress.
https://elasticpress.io
GNU General Public License v2.0
1.24k stars 312 forks source link

Replace `no-response` with `stale` action #3870

Closed jeffpaul closed 5 months ago

jeffpaul commented 5 months ago

Description of the Change

This PR replaces the lee-dohm/no-response action with the actions/stale action. I had noticed recently that there were lots of No Response action failures, and after looking into it appears that the former action was no longer supported, throwing node 12/16 warnings, and the hope in changing to a GitHub first-party action will be improved stability (aka action runs not failing randomly) and proper node version support.

How to test the Change

Check the updated run on this PR

Changelog Entry

Changed - Replaced lee-dohm/no-response with actions/stale to help with closing no-response/stale issues.

Credits

Props @jeffpaul.

Checklist:

jeffpaul commented 5 months ago

I added back the custom EP close message. Note that the updated action waits 3 days to mark an issue as stale and then another 3 days to close. You can configure those timelines in the YML file as well as the related messages for each stale/close comment.