Skip to content

Commit aee05a7

Browse files
committed
feature #160 Disable suggesting reviewers in docs repository (wouterj)
This PR was merged into the master branch. Discussion ---------- Disable suggesting reviewers in docs repository I shortly discussed this with the doc team, and I think this feature is not applicable to the docs repo: * It's very common for us to not respond to a PR within 20 hours * Many documents are created by us, the community mostly fixes small stuff. Also, 1 document contains many features, editing a line somewhere in the document doesn't indicate you're the expert for other features in the document. E.g. in symfony/symfony-docs#14850, the pinged user modified the example README: symfony/symfony-docs@6e8d393 Commits ------- 7c9391d Disable suggesting reviewers in docs repository
2 parents 9d6ad97 + 7c9391d commit aee05a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/services.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ parameters:
2424
- 'App\Subscriber\StatusChangeByReviewSubscriber'
2525
- 'App\Subscriber\NeedsReviewNewPRSubscriber'
2626
- 'App\Subscriber\BugLabelNewIssueSubscriber'
27-
- 'App\Subscriber\FindReviewerSubscriber'
2827
- 'App\Subscriber\AutoLabelFromContentSubscriber'
2928
- 'App\Subscriber\UnsupportedBranchSubscriber'
3029
- 'subscriber.symfony_docs.milestone'

0 commit comments

Comments
 (0)