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.

Can Bot ignore the issue that already been closed?

See original GitHub issue

My Configuration:

# Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 14
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
  - pinned
  - 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
# 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: >
  这个问题已经14天没有状态更新,7天后它将自动关闭。
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: >
  由于长期没有状态更新,该问题自动关闭。如有需要可重新打开。

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
markdorisoncommented, Sep 21, 2020

I am experiencing this as well where an issue that is already closed is then labeled as stale by the bot.

I noticed that the most recent commit on the master branch is related to double-checking whether an issue is closed. Could it be possible something is still slipping through?

1reaction
nICEnnnnnnnLeecommented, May 23, 2020

I do not hope the bot to do anything with the old closed ones; I’m looking for some config like exemptStatus: closed.
Help me, please. orz

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bot ignoring commands starts with capital letters [duplicate]
Closed 3 years ago. My discord bot ignores commands starts with capital letters. For example if I type commands starts with lowercase it's ......
Read more >
Setting up Answer Bot triggers, views, and workflows
Figuring out the best way to set up Answer Bot triggers, automations, views, and tags can be confusing for a lot of users....
Read more >
Discord: How to stop bots seeing channels - YouTube
Want to stop bots reading certain channels? Can 't figure out how to change their permissions? This guide takes you through taking complete ......
Read more >
Bots: The Essentials - AppSheet Help - Google Support
To terminate the process automation, you can disable the bot. For example, the Confirmed appointment bot is configured to trigger the User notification...
Read more >
Renovate bot cheat sheet - the 11 most useful customizations
If the bot detects that this update has unexpectedly disappeared from the registry (within these x days), the bot will simply delete the ......
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