Can Bot ignore the issue that already been closed?
See original GitHub issueMy 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:
- Created 3 years ago
- Comments:6
Top 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 >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
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?
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