question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Enabled Stalebot and nothing getting marked as stale :(

See original GitHub issue

We 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:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
hiimbexcommented, Oct 10, 2018

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:

# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: true

Try

# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: >
  This issue has been marked as stale and closed. Please reopen if you think there's been a mistake.

closeComment expects a string, unless it’s set to false.

1reaction
mr337commented, Oct 10, 2018

Yup, that did the trick! It is working now! Thanks for all the help!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found