File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ APP_SECRET=5dd8ffca252d95e8b4fb5b2d15310e92
22
22
SYMFONY_DOCS_SECRET = ' '
23
23
SYMFONY_SECRET = ' '
24
24
SYMFONY_UX_SECRET = ' '
25
+ SYMFONY_WEBPACK_ENCORE_SECRET = ' '
25
26
BOT_USERNAME = ' carsonbot'
26
27
# ##> knplabs/github-api ###
27
28
# GITHUB_TOKEN=XXX
Original file line number Diff line number Diff line change 57
57
spec : ' 38 12 * * *'
58
58
cmd : croncape bin/console app:issue:ping-stale symfony/ux --not-updated-for 6months
59
59
60
+ stale_issues_webpack_encore :
61
+ spec : ' 28 12 * * *'
62
+ cmd : croncape bin/console app:issue:ping-stale symfony/webpack-encore --not-updated-for 6months
63
+
60
64
relationships :
61
65
database : " mydatabase:postgresql"
Original file line number Diff line number Diff line change @@ -75,6 +75,19 @@ parameters:
75
75
- ' App\Subscriber\AllowEditFromMaintainerSubscriber'
76
76
secret : ' %env(SYMFONY_UX_SECRET)%'
77
77
78
+ symfony/webpack-encore :
79
+ subscribers :
80
+ - ' App\Subscriber\AutoLabelFromContentSubscriber'
81
+ - ' App\Subscriber\StatusChangeByCommentSubscriber'
82
+ - ' App\Subscriber\StatusChangeOnPushSubscriber'
83
+ - ' App\Subscriber\StatusChangeByReviewSubscriber'
84
+ - ' App\Subscriber\NeedsReviewNewPRSubscriber'
85
+ - ' App\Subscriber\BugLabelNewIssueSubscriber'
86
+ - ' App\Subscriber\RemoveStalledLabelOnCommentSubscriber'
87
+ - ' App\Subscriber\RewriteUnwantedPhrasesSubscriber'
88
+ - ' App\Subscriber\AllowEditFromMaintainerSubscriber'
89
+ secret : ' %env(SYMFONY_WEBPACK_ENCORE_SECRET)%'
90
+
78
91
services :
79
92
_defaults :
80
93
autowire : true
You can’t perform that action at this time.
0 commit comments