10up / insert-special-characters

A Special Character inserter for the WordPress block editor (Gutenberg).
https://wordpress.org/plugins/insert-special-characters/
GNU General Public License v2.0
71 stars 15 forks source link

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

Closed jeffpaul closed 7 months ago

jeffpaul commented 7 months ago

Description of the Change

This PR builds on from #245 as the MBilalShafi/no-response-add-label and replaces it with the actions/stale action as the former was still throwing node 12/16 warnings and failing intermittently. 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 MBilalShafi/no-response-add-label with the actions/stale action to help with closing no-response/stale issues.

Credits

Props @jeffpaul.

Checklist: