stale icon indicating copy to clipboard operation
stale copied to clipboard

Marks issues and pull requests that have not had recent interaction

Results 94 stale issues
Sort by recently updated
recently updated
newest added

**Description:** Bot is unable to remove the self-created stale label **Action version:** v9 **Platform:** - [x] Ubuntu - [ ] macOS - [ ] Windows **Runner type:** - [x] Hosted...

bug

Hi, We are using Github actions to run our jmeter scripts. We have configured self-hosted runner and scheduling the job on that runners. Job will be generally scheduled to run...

bug

**Description:** We use "draft" status as "contributor is working on this" and mark PRs draft again after reviewing and there are things that need edited. We only want to run...

feature request

## References #1133 / #1131 ## Issue Currently, the stale bot (and the runner in general) require `actions: write` permissions to modify existing caches but not to create new ones....

bug

**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...

**Description:** I was noticing that several of the places where I had instrumented the stale action it seemed like some of the pr's were having the label's appropriately applied but...

**Description:** I've configured the stale action to not mark issues with the `!stale` label as stale, using `exempt-issue-labels: \!stale` which was working for some time when I added it 7...

bug

**Description:** Automatically remove branches that are not associated with an open issue and are more than X days stale. Previously described in https://github.com/actions/stale/issues/620, which ironically closed due to staleness. **Justification:**...

feature request

This workflow file publishes new action releases to the immutable action package of the same name as this repo. This is part of the Immutable Actions project which is not...

**Description:** This changes allow the state saved to the global action cache to be stored with a prefix. Useful as `_state` is not a unique name and multiple workflows could...