File tree 2 files changed +27
-0
lines changed
2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ This repository is only used as a mirror of git.blender.org. Blender development happens on
2
+ https://developer.blender.org .
3
+
4
+ To get started with contributing code, please see:
5
+ https://wiki.blender.org/wiki/Process/Contributing_Code
Original file line number Diff line number Diff line change
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
4
+
5
+ # Number of days of inactivity before an Issue or Pull Request becomes stale
6
+ daysUntilStale : 1
7
+
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
11
+
12
+ # Label to use when marking as stale
13
+ staleLabel : stale
14
+
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.
20
+
21
+ To get started contributing code, please read:
22
+ https://wiki.blender.org/wiki/Process/Contributing_Code
You can’t perform that action at this time.
0 commit comments