Enabled Stalebot and nothing getting marked as stale :(
See original GitHub issueWe have a private repo we are seeing how Stale works. Unfortunately we aren’t seeing any stale
labels being added.
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 30
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: true
Other info:
- It has been over 24h since installation and
.github/stale.yml
file committed - Validated our YAML via https://github.com/probot/stale/issues/160
- We have it enabled on just one private repo within our GH org
- We have many issues and PRs older than the 30 days
- Permissions for Stale are: ❌ No access to code ✔️ Read access to metadata and single file ✔️ Read and write access to issues and pull requests
Not for sure what to try next?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Enabling a stale issue bot on my GitHub repositories
I understand that you work on many projects in parallel, but marking contributions as "stale" is not the proper way to encourage anyone...
Read more >Oh no, it's stale-bot! - community - Meteor forums
I just received my first ever warning of a stale issue from Meteor's Github repo by stale-bot. @filipenevola, I personally think stale-bot ......
Read more >Stale Issues in Gutenberg Repository – Make WordPress Core
This is an auto-generated message. This issue has not had any activity in the last 180 days. It will be auto-closed and labeled...
Read more >GitHub stale bot considered harmful : r/programming - Reddit
If they're motivated, then they should be able to make progress on the issue before it gets marked as stale, no? Otherwise, how...
Read more >*I also enabled the GitHub Stale Bot on most of my repos, and let me ...
> I enabled the Stale Bot because it was an admission of this fact: Unless I specifically mark an issue as a bug...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We use Sentry for error tracking and I just checked and I cannot find any errors being raised for this repo. I think the issue could be in your yaml here:
Try
closeComment
expects a string, unless it’s set to false.Yup, that did the trick! It is working now! Thanks for all the help!