summaryrefslogtreecommitdiff
path: root/.github/workflows/stale.yaml
AgeCommit message (Collapse)Author
2026-06-07Add Windows x64 & macOS actionsHadetTheUndying
2025-11-18Bump actions/stale from 6 to 10dependabot[bot]
Bumps [actions/stale](https://github.com/actions/stale) from 6 to 10. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v6...v10) --- updated-dependencies: - dependency-name: actions/stale dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-29Trim trailing whitespaceBennett Goble
Start trimming trailing whitespace, but limit the blast radius to a handful of file types.
2024-03-04Do not automatically close issues (#929)Signal Linden
Mark issues as stale but do not close them.
2023-02-13Reduce stale time for PRsSignal Linden
Let's reduce the stale time from 60 days to 30. We already have at least two multi-month PRs.
2022-11-18Mark PRs as stale after 60 days, close them automatically if no responseBennett Goble
after 7 days.