File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,10 @@ crons:
50
50
spec : ' 48 12 * * *'
51
51
cmd : croncape bin/console app:issue:ping-stale symfony/symfony-docs --not-updated-for 12months
52
52
53
+ stale_issues_ux :
54
+ spec : ' 38 12 * * *'
55
+ cmd : croncape bin/console app:issue:ping-stale symfony/ux --not-updated-for 6months
56
+
53
57
relationships :
54
58
database : " mydatabase:postgresql"
55
59
Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ parameters:
63
63
64
64
symfony/ux :
65
65
subscribers :
66
+ - ' App\Subscriber\AutoLabelFromContentSubscriber'
67
+ - ' App\Subscriber\AutoUpdateTitleWithLabelSubscriber'
66
68
- ' App\Subscriber\StatusChangeByCommentSubscriber'
67
69
- ' App\Subscriber\StatusChangeOnPushSubscriber'
68
70
- ' App\Subscriber\StatusChangeByReviewSubscriber'
You can’t perform that action at this time.
0 commit comments