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.

I added the Stale bot to some of my repos a couple of weeks ago, but it didn’t to anything to the open issues. I’ve changed the yaml file a few times to see if it makes the bot work, but no luck. This is the current stale.yml file (in the .github folder of the master branch of each repo I’d like the bot to work in):

# Configuration for probot-stale - https://github.com/probot/stale

# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 15

# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
daysUntilClose: 7

# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels: []

# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
  - pinned
  - security
#  - "[Status] Maybe Later"
  - pending

# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false

# Set to true to ignore issues in a milestone (defaults to false)
exemptMilestones: false

# Set to true to ignore issues with an assignee (defaults to false)
exemptAssignees: false

# Label to use when marking as stale
staleLabel: staledByBot

# Comment to post when marking 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 removing the stale label.
# unmarkComment: >
#   Your comment here.

# Comment to post when closing a stale Issue or Pull Request.
closeComment: >
  This issue has been automatically closed because it has not had
  recent activity. Thank you for your contributions.

# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun: 30

# Limit to only `issues` or `pulls`
 only: issues

# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
# pulls:
#   daysUntilStale: 30
#   markComment: >
#     This pull request 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.

# issues:
#   exemptLabels:
#     - confirmed

Any clues on what’s going wrong? Thanks!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
mbanoncommented, May 23, 2019

Funny, because this one said it was correct https://codebeautify.org/yaml-validator !

The bot just fired now, so THANKS! It worked 😃

<div>Best YAML Validator Online</div><div>Free YAML Validator is a web based validator and re-formatter for YAML. Also know as YAML Lint.</div>
1reaction
issue-label-bot[bot]commented, May 21, 2019

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.78. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Discord Bot Troubleshooting - Scryfall
The bot does not reply at all · Check the Discord status to see if anything is currently affecting messages. · Make sure...
Read more >
Bot Not Responding | Fix The Issue! - Discortics™ Tutorial
First, go to the channel settings, where the command was ran. Then, go to the Permission settings. · Secondly, if that doesn't work,...
Read more >
How to Fix Discord Rhythm Bot Not Working Issue
The first thing you need to do is check the rhythm bot's volume level. If the volume level is very low on your...
Read more >
Rythm Bot Not Working - How to fix issues with Discord Rythm ...
How to fix Discord Rythm Bot Not Working? · Check volume level of the bot · Rythm bot may be server muted ·...
Read more >
Discord bot is not responding to commands - Stack Overflow
If the bot does not turn on, that means you did not correctly login or start the bot. Try to define token like...
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