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:** When running action on schedule errors due to rateLimit. The actions is marked as successful but logs were showing errors: Is this expected behavior? Should action error out when...

bug

**Description:** If a job has multiple `actions/stale` steps the creation of the cache fails. **Action version:** 9 **Platform:** - [x] Ubuntu - [ ] macOS - [ ] Windows **Runner...

bug

**Description:** This PR fixes #1136, also fixes a TODO comment about using octokit methods. **Related issue:** - #1136 **Check list:** - [ ] Mark if documentation changes are required. -...

**Description:** Tried using the action and only got this error everytime. Created the a token with the right permissions as well ![image](https://github.com/actions/stale/assets/63102171/077ecb68-0b98-48fe-b69c-abd905a4270a) Here is the code: ```jobs: close-issues: runs-on: ubuntu-latest...

bug

Bumps [@octokit/core](https://github.com/octokit/core.js) from 4.2.4 to 6.1.2. Release notes Sourced from @​octokit/core's releases. v6.1.2 6.1.2 (2024-04-09) Bug Fixes pkg: add default fallback and types export (#673) (af3d390), closes #665 #667 v6.1.1...

dependencies
javascript

Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 5.28.4. Release notes Sourced from undici's releases. v5.28.4 :warning: Security Release :warning: Fixes https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7 CVE-2024-30260 Fixes https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672 CVE-2024-30261 Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 v5.28.3 ⚠️ Security Release...

dependencies
javascript

**Description:** Bot removes label **Action version:** v8 **Platform:** - [ ] Ubuntu - [ ] macOS - [ ] Windows **Runner type:** - [ ] Hosted - [ ] Self-hosted...

bug

**Description:** It would be great to have markdown for the message for a stale PRs. **Justification:** This would allow for links and other basic markup to be added which could...

feature request

**Description:** Hi there 👋🏼 For GitHub enterprise, when GH Rate Limit is not enabled, we keep getting error logs although the workflow works as expected. This PR demotes the error...

_Context:_ Normally, all open issues/PRs in the repository that's running this action are retrieved then all the label, assignee, milestone, etc. criteria you provide to the action are applied. Unfortunately,...