actions / stale

Marks issues and pull requests that have not had recent interaction
MIT License
1.34k stars 353 forks source link

sort issues by update instead of creation date #1157

Open ericLemanissier opened 3 months ago

ericLemanissier commented 3 months ago

Description: When processing a limited number of issues/pull requests, it is more efficient to process the ones with the older update first, because they are the ones with the highest chance of being stale.

Check list:

autoantwort commented 3 months ago

https://github.com/actions/stale?tab=readme-ov-file#ascending ?

ericLemanissier commented 3 months ago

yeah, this sorts by ascending or descending creation date (issue/pr number basically). The intent of the PR is to sort by update date instead.

ericLemanissier commented 3 months ago

@MaksimZhukov @IvanZosimov what do you think of this change ?

ericLemanissier commented 1 week ago

@HarithaVattikuti @priyagupta108 what do you think of this change ?