File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ parameters:
15
15
- ' App\Subscriber\UnsupportedBranchSubscriber'
16
16
- ' App\Subscriber\RemoveStalledLabelOnCommentSubscriber'
17
17
- ' App\Subscriber\AllowEditFromMaintainerSubscriber'
18
+ - ' App\Subscriber\ApproveCiForNonContributors'
18
19
secret : ' %env(SYMFONY_SECRET)%'
19
20
20
21
symfony/symfony-docs :
@@ -31,6 +32,7 @@ parameters:
31
32
- ' App\Subscriber\RemoveStalledLabelOnCommentSubscriber'
32
33
- ' App\Subscriber\UpdateMilestoneWhenLabeledWaitingCodeMergeSubscriber'
33
34
- ' App\Subscriber\AllowEditFromMaintainerSubscriber'
35
+ - ' App\Subscriber\ApproveCiForNonContributors'
34
36
secret : ' %env(SYMFONY_DOCS_SECRET)%'
35
37
36
38
# used in a functional test
@@ -51,6 +53,7 @@ parameters:
51
53
- ' App\Subscriber\RemoveStalledLabelOnCommentSubscriber'
52
54
- ' App\Subscriber\UpdateMilestoneWhenLabeledWaitingCodeMergeSubscriber'
53
55
- ' App\Subscriber\AllowEditFromMaintainerSubscriber'
56
+ - ' App\Subscriber\ApproveCiForNonContributors'
54
57
55
58
services :
56
59
_defaults :
You can’t perform that action at this time.
0 commit comments