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

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 @@
# Configuration for probot-stale - https://github.com/probot/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
daysUntilClose: 7
# daysUntilClose: 7
daysUntilClose: 70000 # Temporarily disable
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- feature
- documentation
- bug
- type: feature
- type: docs
- type: bug
- discussion
- performance
- semver:major
- type: performance
- breaking change
- good first issue
- suggestion
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!