stale
stale copied to clipboard
Marks issues and pull requests that have not had recent interaction
I would like stale to run only on PRs but not on issues. I don't see a way in the documentation to do so.
**Description:** Given two workflows in the same repo using this action, have one workflow ignore the state saved by another. I think either of these two options would work for...
**Description:** If a repository has many caches being used between runs of `actions/stale`, such that the "_state" cache entry is not on the first page of results returned from the...
**Description:** We have a stale workflow: https://github.com/jhipster/generator-jhipster/blob/main/.github/workflows/stale.yml At first run it successfully generates a cache entry. After that, the cache is never updated and is reused, so cached entries are...
**Description:** Bot is unable to close several issues that, I believe, it should actually close. This may be a problem similar to #1007, though that one is closed as not...
**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...
**Description:** Currently the stale action allows a 2-level workflow: - after X days: mark as stale (+add comment, add label) - after Y days: close the PR It could be...
**Description:** The `days-before-stale` option will restart the count if there is a new update in the pull request or issue even if the update comes from the author or any...
**Description:** Fixes split `$$type` message **Related issue:** **Check list:** - [ ] Mark if documentation changes are required. - [ ] Mark if tests were added or updated to cover...
**Description:** This PR adds the ability to pass a different repo-owner and repo-name than using the `context` variable. This may allow users to specify to run stale on other repositories*...