actions / stale

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

github actions cache: Use more unique key #1134

Open autoantwort opened 7 months ago

autoantwort commented 7 months ago

Description: If multiple jobs with stale steps exists in a repo we want a cache entry per run. Otherwise the cached state is used across different stale jobs

Solution Use the hash of the inputs of the action as unique key.

Related issue: https://github.com/actions/stale/issues/1133

Check list:

autoantwort commented 3 months ago

@HarithaVattikuti Can you approve the ci workflows? :) A working stale action would be nice.