ProBot Stale

Added probot integration to marke topics as inactives and automatically
close them.
read .github/stale.yml for more details.
This commit is contained in:
4s3ti 2020-12-09 19:22:29 +01:00
parent df10cdded3
commit ff0ac0304c

17
.github/stale.yml vendored Normal file
View file

@ -0,0 +1,17 @@
daysUntilStale: 15
daysUntilClose: 7
exemptLabels:
- On Hold
- Fix in Test Branch
- Broken Dependency
- bug
- Good First Issue
- help wanted
- "status: In Progress"
- Waiting For Merge
staleLabel: Inactive
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. Thank you
for your contributions.
closeComment: true