diff --git a/.github/locker.yml b/.github/locker.yml new file mode 100644 index 0000000000..e3cbac4749 --- /dev/null +++ b/.github/locker.yml @@ -0,0 +1,5 @@ +{ + daysAfterClose: 45, + daysSinceLastUpdate: 7, + perform: true +} diff --git a/.github/needs_more_info.yml b/.github/needs_more_info.yml new file mode 100644 index 0000000000..d32dd5d88c --- /dev/null +++ b/.github/needs_more_info.yml @@ -0,0 +1,6 @@ +{ + daysUntilClose: 21, + needsMoreInfoLabel: 'needs more info', + perform: true, + closeComment: "This issue has been closed automatically because it needs more information and has not had recent activity. See also our [issue reporting](https://aka.ms/azcodeissuereporting) guidelines.\n\nHappy Coding!" +}