不要怂,就是干,撸起袖子干!

Commit ab72dfd5 by Pedro Augusto de Paula Barbosa Committed by Sushant

chore(probot-stale): temporarily disable (#11214)

1 parent 1cffab70
Showing with 9 additions and 7 deletions
...@@ -2,20 +2,22 @@ ...@@ -2,20 +2,22 @@
# Configuration for probot-stale - https://github.com/probot/stale # Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an issue becomes stale # Number of days of inactivity before an issue becomes stale
daysUntilStale: 90 # daysUntilStale: 90
daysUntilStale: 900000 # Temporarily disable
# Number of days of inactivity before a stale issue is closed # Number of days of inactivity before a stale issue is closed
daysUntilClose: 7 # daysUntilClose: 7
daysUntilClose: 70000 # Temporarily disable
# Issues with these labels will never be considered stale # Issues with these labels will never be considered stale
exemptLabels: exemptLabels:
- pinned - pinned
- feature - type: feature
- documentation - type: docs
- bug - type: bug
- discussion - discussion
- performance - type: performance
- semver:major - breaking change
- good first issue - good first issue
- suggestion - suggestion
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!