File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
5558services :
5659 _defaults :
You can’t perform that action at this time.
0 commit comments