Преглед изворни кода

Add probot configuration file (#412)

Initial configuration specifies that "first-timers only" issues should
be exempt from cleanup.
Stuart Kent пре 9 година
родитељ
комит
0ac6f639a7
1 измењених фајлова са 8 додато и 0 уклоњено
  1. 8
    0
      .github/stale.yml

+ 8
- 0
.github/stale.yml Прегледај датотеку

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