* implement stale.yaml to redirect to dev community

* add closeComment

* add configs for staling packages code only
This commit is contained in:
Jiahong Wen 2021-05-07 10:19:28 -04:00 коммит произвёл GitHub
Родитель 2bd72a1d76
Коммит 9047988069
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 35 добавлений и 0 удалений

35
.github/stale.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,35 @@
daysUntilStale: 1
daysUntilClose: 1
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels:
- "Area: Packages"
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels: []
# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false
# Set to true to ignore issues in a milestone (defaults to false)
exemptMilestones: false
# Set to true to ignore issues with an assignee (defaults to false)
exemptAssignees: false
# Label to use when marking as stale
staleLabel: redirect-to-dev-community
# Comment to post when marking as stale. Set to `false` to disable
markComment: >
In order to consolidate to fewer feedback channels, we've moved suggestions and
issue reporting to [Developer Community](https://developercommunity.visualstudio.com/spaces/21/index.html).
limitPerRun: 30
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
# Limit to only `issues` or `pulls`
only: issues