Skip to content

Commit

Permalink
Add automation to automatically close stale issues (#3184)
Browse files Browse the repository at this point in the history
Only show in developer changelog
  • Loading branch information
Bouh committed Oct 22, 2021
1 parent bc606ed commit e78d2c6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Automatically close issues with certain tags indicating that we need more information,
# after some days have passed.

daysUntilStale: 20
daysUntilClose: 7

# Only do this on tags implying we need more information:
onlyLabels: ["Need a game/precise steps to reproduce the issue","👋 Needs confirmation/testing"]
only: issues

markComment: >
This issue seems to be stale: it needs additional information but it has not had
recent activity. It will be closed in 7 days if no further activity occurs. Thank you
for your contributions.

0 comments on commit e78d2c6

Please sign in to comment.