File tree 2 files changed +17
-0
lines changed
2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 61
61
spec : ' 28 12 * * *'
62
62
cmd : croncape bin/console app:issue:ping-stale symfony/webpack-encore --not-updated-for 6months
63
63
64
+ stale_issues_webpack_encore_bundle :
65
+ spec : ' 18 12 * * *'
66
+ cmd : croncape bin/console app:issue:ping-stale symfony/webpack-encore-bundle --not-updated-for 6months
67
+
64
68
relationships :
65
69
database : " mydatabase:postgresql"
Original file line number Diff line number Diff line change @@ -88,6 +88,19 @@ parameters:
88
88
- ' App\Subscriber\AllowEditFromMaintainerSubscriber'
89
89
secret : ' %env(SYMFONY_WEBPACK_ENCORE_SECRET)%'
90
90
91
+ symfony/webpack-encore-bundle :
92
+ subscribers :
93
+ - ' App\Subscriber\AutoLabelFromContentSubscriber'
94
+ - ' App\Subscriber\StatusChangeByCommentSubscriber'
95
+ - ' App\Subscriber\StatusChangeOnPushSubscriber'
96
+ - ' App\Subscriber\StatusChangeByReviewSubscriber'
97
+ - ' App\Subscriber\NeedsReviewNewPRSubscriber'
98
+ - ' App\Subscriber\BugLabelNewIssueSubscriber'
99
+ - ' App\Subscriber\RemoveStalledLabelOnCommentSubscriber'
100
+ - ' App\Subscriber\RewriteUnwantedPhrasesSubscriber'
101
+ - ' App\Subscriber\AllowEditFromMaintainerSubscriber'
102
+ secret : ' %env(SYMFONY_WEBPACK_ENCORE_BUNDLE_SECRET)%'
103
+
91
104
services :
92
105
_defaults :
93
106
autowire : true
You can’t perform that action at this time.
0 commit comments