Closed nICEnnnnnnnLee closed 3 years ago
The bot add stale label and leave comment to the manualy closed issues, which is not i want.
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
Well... I'm quite confused about the bot's behavior.
The bot adds a stale label and comments to an closed issue after I push the configuration above within 1 hour. Here is the behavior.
To avoid unnecessary notifications, I set markComment: false
immediately after I received the bot's comment. However, 12 hours later, none of the closed issue marked as stale
.
# 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: false
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: >
由于长期没有状态更新,该问题自动关闭。如有需要可重新打开。
I wonder if there's a bug in step 1 or step 2, since the behavior of add a stale label
differs with the same configuration related
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
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?
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
My Configuration: