Skip to content

Commit

Permalink
Let GH auto-notify and auto-close stale PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Heimes <[email protected]>
Reviewed-By: Rafael Guterres Jeffman <[email protected]>
  • Loading branch information
tiran committed May 6, 2020
1 parent 0c02920 commit cf64295
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
daysUntilStale: 60
daysUntilClose: 14
exemptLabels:
- postponed
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. Thank you
for your contributions.
closeComment:
This issue has been automatically closed as stale it has not had recent
activity.

0 comments on commit cf64295

Please sign in to comment.