stale
stale copied to clipboard
Marks issues and pull requests that have not had recent interaction
**Description:** The `close-issue-reason` (options: `not_planned` or `completed`) isn't working. It seems that `close-issue-reason` isn't being recognized. The default is supposed to be `not_planned` but whether we specify `not_planned` or leave...
**Repro steps:** I open an issue in a repo where I am not a contributor or maintainer, because I need help or have a question about something. This action is...
## Describe your issue The current default behavior (with minimal configuration) of closing issues and pull requests without any activity is often disruptive for contributors of a repository. It might...
**Description:** Node 16 has reached end of life on September 11, 2023. https://github.com/actions/runner now supports node 20 as of [v2.308.0](https://github.com/actions/runner/releases/tag/v2.308.0) and we encourage teams to update their actions to run...
**Description:** Draft PRs can be set as exempt in the action config. If that is set along with `ignore-updates`, then once a draft PR is marked as ready, its timer...
## Changes Added a feature to support {author} place holder which can be used in messages. It's built in backward compatible way. ## Context Feature request https://github.com/actions/stale/issues/877
**Description:** Looking at the documentation, there appears to only be one flag to control the counter date: [ignore-updates](https://github.com/actions/stale#ignore-updates). Setting this to true changes the action to look at `created_at` instead...
The cpython project runs the stale action to only mark PR's as stale. However, due to the huge amount of PR's it never gets near to the newer PR's because...
**Description:** As mentioned in https://github.com/actions/stale/issues/861#issuecomment-1695511627, in some projects it’s useful to track reactions as activity. This PR adds such an option (disabled by default). [We tested it](https://github.com/ckeditor/ckeditor5/pull/14836/files#diff-b5e0854ed0838024d5cc25b4e030922e34648b9ea8c432807e35495fb805b894R26) on our primary...
**Description:** Support for standard-version was dropped about 18 months ago. Someone made a fork and has pledged to maintain it: https://github.com/absolute-version/commit-and-tag-version It claims full compatibility and should beeasy to switch...