Skip to content

Commit 8c1ae3d

Browse files
committed
Register the listener
1 parent dee51d3 commit 8c1ae3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/services.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ parameters:
1515
- 'App\Subscriber\UnsupportedBranchSubscriber'
1616
- 'App\Subscriber\RemoveStalledLabelOnCommentSubscriber'
1717
- 'App\Subscriber\AllowEditFromMaintainerSubscriber'
18+
- 'App\Subscriber\ApproveCiForNonContributors'
1819
secret: '%env(SYMFONY_SECRET)%'
1920

2021
symfony/symfony-docs:
@@ -31,6 +32,7 @@ parameters:
3132
- 'App\Subscriber\RemoveStalledLabelOnCommentSubscriber'
3233
- 'App\Subscriber\UpdateMilestoneWhenLabeledWaitingCodeMergeSubscriber'
3334
- 'App\Subscriber\AllowEditFromMaintainerSubscriber'
35+
- 'App\Subscriber\ApproveCiForNonContributors'
3436
secret: '%env(SYMFONY_DOCS_SECRET)%'
3537

3638
# used in a functional test
@@ -51,6 +53,7 @@ parameters:
5153
- 'App\Subscriber\RemoveStalledLabelOnCommentSubscriber'
5254
- 'App\Subscriber\UpdateMilestoneWhenLabeledWaitingCodeMergeSubscriber'
5355
- 'App\Subscriber\AllowEditFromMaintainerSubscriber'
56+
- 'App\Subscriber\ApproveCiForNonContributors'
5457

5558
services:
5659
_defaults:

0 commit comments

Comments
 (0)