stale
stale copied to clipboard
A GitHub App built with Probot that closes abandoned Issues and Pull Requests after a period of inactivity.
It would be useful if the action required to make a PR un-stale were pushing a new commit on that PR -- not just adding a comment to the PR....
The stale bot is closing issues that have recent activity. 1) stale bot marks an issue as stale 2) before the issue is closed, someone comments on the issue. This...
Can I prevent this somehow? Just because the repository maintainer has not answered does not make the issue stale. The effect is that issue openers have to spam the repo...
I have read the [documentation](https://github.com/marketplace/stale) but could not find a way to send a message to a Slack channel. Is there a way to do the same? If not, can...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [tar](https://github.com/npm/node-tar) from 4.4.8 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. Release notes Sourced from ws's releases. 5.2.3 Bug fixes Backported 00c425ec to the 5.x release line (76d47c14). Commits 6dd88e7 [dist] 5.2.3 76d47c1 [security] Fix...
Looking at installing this at the org level. I want new repos to not have to enable it and don't want to create a yml file in every repo either....
I'd like to use stale bot to keep the my issues under control however I don't want it to be involved in managing pull requests. It would be great if...