File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ APP_SECRET=5dd8ffca252d95e8b4fb5b2d15310e92
21
21
22
22
SYMFONY_DOCS_SECRET = ' '
23
23
SYMFONY_SECRET = ' '
24
+ SYMFONY_UX_SECRET = ' '
24
25
BOT_USERNAME = ' carsonbot'
25
26
# ##> knplabs/github-api ###
26
27
# GITHUB_TOKEN=XXX
Original file line number Diff line number Diff line change @@ -61,6 +61,18 @@ parameters:
61
61
- ' App\Subscriber\AllowEditFromMaintainerSubscriber'
62
62
- ' App\Subscriber\ApproveCiForNonContributors'
63
63
64
+ symfony/ux :
65
+ subscribers :
66
+ - ' App\Subscriber\StatusChangeByCommentSubscriber'
67
+ - ' App\Subscriber\StatusChangeOnPushSubscriber'
68
+ - ' App\Subscriber\StatusChangeByReviewSubscriber'
69
+ - ' App\Subscriber\NeedsReviewNewPRSubscriber'
70
+ - ' App\Subscriber\BugLabelNewIssueSubscriber'
71
+ - ' App\Subscriber\RemoveStalledLabelOnCommentSubscriber'
72
+ - ' App\Subscriber\RewriteUnwantedPhrasesSubscriber'
73
+ - ' App\Subscriber\AllowEditFromMaintainerSubscriber'
74
+ secret : ' %env(SYMFONY_UX_SECRET)%'
75
+
64
76
services :
65
77
_defaults :
66
78
autowire : true
You can’t perform that action at this time.
0 commit comments