diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000..938d6e7 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,9 @@ +daysUntilStale: 7 +daysUntilClose: 7 + +staleLabel: stale + +markComment: > + This issue has been automatically marked stale after 7 days of Inactivity. + It will be closed if no further activity occurs. +closeComment: false