Updated from SVN trunk (rBTS6144).
[blender-translations.git] / .github / stale.yml
blob9c563f2dee008a93d6a01384accbb8a99728075b
1 # Configuration for probot-stale - https://github.com/probot/stale
2 # This file is used on Blender's GitHub mirror to automatically close any pull request
3 # and invite contributors to join the official development platform on blender.org
5 # Number of days of inactivity before an Issue or Pull Request becomes stale
6 daysUntilStale: 1
8 # Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
9 # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
10 daysUntilClose: 1
12 # Label to use when marking as stale
13 staleLabel: stale
15 # Comment to post when closing a stale Issue or Pull Request.
16 closeComment: >
17   This issue has been automatically closed, because this repository is only
18   used as a mirror of git.blender.org. Blender development happens on
19   developer.blender.org.
21   To get started contributing code, please read:
22   https://wiki.blender.org/wiki/Process/Contributing_Code