diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 00000000..61255a13 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,7 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 0 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 0 +# Label to use when marking an issue as stale +staleLabel: wontfix +closeComment: false