Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Siddi <francesco.siddi@gmail.com>2019-10-11 15:08:37 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-10-11 15:13:29 +0300
commit533a7e25dbdbac7556756d316ded622091b884ff (patch)
tree2815f6a6d5bcb3ceb8e266f17216da35942aa543 /.github
parent5adb3b6882f453ac39eb6db076a2763cf78320f7 (diff)
Add Probot Stale configuration file
This is a configuration of Blender mirror on Github which automatically closes Pull requests and gives developers instructions how to submit patch to an official code review. Differential Revision: https://developer.blender.org/D6027
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 00000000000..9c563f2dee0
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,22 @@
+# Configuration for probot-stale - https://github.com/probot/stale
+# This file is used on Blender's GitHub mirror to automatically close any pull request
+# and invite contributors to join the official development platform on blender.org
+
+# Number of days of inactivity before an Issue or Pull Request becomes stale
+daysUntilStale: 1
+
+# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
+# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
+daysUntilClose: 1
+
+# Label to use when marking as stale
+staleLabel: stale
+
+# Comment to post when closing a stale Issue or Pull Request.
+closeComment: >
+ This issue has been automatically closed, because this repository is only
+ used as a mirror of git.blender.org. Blender development happens on
+ developer.blender.org.
+
+ To get started contributing code, please read:
+ https://wiki.blender.org/wiki/Process/Contributing_Code