Extensions: change the constant for the complete status
[blender-addons-contrib.git] / .github / stale.yml
blob2b7adb5176ed69e6d948ad8091681c91daec8846
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. Blender development happens on projects.blender.org.
20   To get started contributing code, please read:
21   https://developer.blender.org/docs/handbook/contributing/