We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf43df commit ac12b0eCopy full SHA for ac12b0e
.github/stale.yml
@@ -25,6 +25,13 @@ pulls:
25
# Limit the number of actions per hour, from 1-30. Default is 30
26
limitPerRun: 1
27
28
+exemptLabels:
29
+ - help wanted
30
+ - kind/customer issue
31
+ - kind/test failure
32
+ - Epic
33
+ - no stalebot
34
+
35
# Issue specific configuration
36
issues:
37
# TODO: Consider increasing the limitPerRun once we are satisfied with the bot's performance
@@ -39,9 +46,3 @@ issues:
39
46
This issue has been automatically closed because it has not had activity in the
40
47
last month and a half. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted".
41
48
Thank you for your contributions.
42
- exemptLabels:
43
- - help wanted
44
- - kind/customer issue
45
- - kind/test failure
- - Epic
- - no stalebot
0 commit comments