From 4ca024664866b5a531cff1616c55764684669af3 Mon Sep 17 00:00:00 2001 From: Chaoyi Yuan Date: Tue, 29 Oct 2019 14:54:55 +0800 Subject: [PATCH] Disable stale bot (#914) --- .github/stale.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index 2a1158fd..00000000 --- a/.github/stale.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Number of days of inactivity before an issue becomes stale -daysUntilStale: 30 -# Number of days of inactivity before a stale issue is closed -daysUntilClose: 5 -# Issues with these labels will never be considered stale -exemptLabels: - - "help wanted" - - bug -# 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: > - This issue has been automatically marked as stale and closed because it - has not had recent activity. Please feel free to open a new issue if you - would like further discussion. Thank you for your contributions. -# Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false -# Set to true to ignore issues in a milestone (defaults to false) -exemptMilestones: true -# Set to true to ignore issues with an assignee (defaults to false) -exemptAssignees: true -# Limit to only `issues` or `pulls` -only: issues \ No newline at end of file