File tree 3 files changed +18
-0
lines changed
3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ SYMFONY_DOCS_SECRET=''
23
23
SYMFONY_SECRET = ' '
24
24
SYMFONY_UX_SECRET = ' '
25
25
SYMFONY_WEBPACK_ENCORE_SECRET = ' '
26
+ SYMFONY_WEBPACK_ENCORE_BUNDLE_SECRET = ' '
26
27
BOT_USERNAME = ' carsonbot'
27
28
# ##> knplabs/github-api ###
28
29
# GITHUB_TOKEN=XXX
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