diff --git a/.github/lock.yml b/.github/lock.yml new file mode 100644 index 0000000000..6580ca74ab --- /dev/null +++ b/.github/lock.yml @@ -0,0 +1,8 @@ +# Configuration for lock-threads - https://github.com/dessant/lock-threads +daysUntilLock: 30 +exemptLabels: [] +lockLabel: false +lockComment: > + This thread has been automatically locked since there has not been + any recent activity after it was closed. Please open a new issue for + related bugs. diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000000..bcdd71c075 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,7 @@ +# Configuration for probot-stale - https://github.com/probot/stale +daysUntilStale: 21 +daysUntilClose: 7 +staleLabel: stale +markComment: > + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs.