Parcourir la source

Add probot configuration file (#412)

Initial configuration specifies that "first-timers only" issues should
be exempt from cleanup.
Stuart Kent il y a 9 ans
Parent
révision
0ac6f639a7
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8
    0
      .github/stale.yml

+ 8
- 0
.github/stale.yml Voir le fichier

@@ -0,0 +1,8 @@
1
+# Issues or Pull Requests with these labels will never be considered stale
2
+exemptLabels:
3
+  - "first-timers only"
4
+  - "good first patch"
5
+  - "policy"
6
+
7
+# Label to use when marking as stale
8
+staleLabel: stale