Skip to content

Commit ac12b0e

Browse files
ozevrenistio-testing
authored andcommitted
Hoist exemptLabels to top-level, so that they can apply to prs as well. (istio#12902)
1 parent ebf43df commit ac12b0e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/stale.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ pulls:
2525
# Limit the number of actions per hour, from 1-30. Default is 30
2626
limitPerRun: 1
2727

28+
exemptLabels:
29+
- help wanted
30+
- kind/customer issue
31+
- kind/test failure
32+
- Epic
33+
- no stalebot
34+
2835
# Issue specific configuration
2936
issues:
3037
# TODO: Consider increasing the limitPerRun once we are satisfied with the bot's performance
@@ -39,9 +46,3 @@ issues:
3946
This issue has been automatically closed because it has not had activity in the
4047
last month and a half. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted".
4148
Thank you for your contributions.
42-
exemptLabels:
43-
- help wanted
44-
- kind/customer issue
45-
- kind/test failure
46-
- Epic
47-
- no stalebot

0 commit comments

Comments
 (0)