From 01971467efc41ec35c9e597c1932f1cf67ad97d5 Mon Sep 17 00:00:00 2001 From: Yegor Date: Sat, 28 Dec 2024 11:54:22 -0800 Subject: [PATCH] Point to real Cocoon code in Tree-hygiene.md (#160914) Point to real Cocoon code in Tree-hygiene.md Co-authored-by: Matan Lurey --- docs/contributing/Tree-hygiene.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/Tree-hygiene.md b/docs/contributing/Tree-hygiene.md index c6704513ce1..c1f80c1dd74 100644 --- a/docs/contributing/Tree-hygiene.md +++ b/docs/contributing/Tree-hygiene.md @@ -100,7 +100,7 @@ There is an automatic exception for PRs that: If a reviewer says a PR should have a test, then it needs a test regardless of the exemptions above. Feel free to update the bot's logic to catch more cases that should be -automatically exempt ([in the cocoon repo](https://github.com/reidbaker/cocoon/blob/main/app_dart/lib/src/request_handlers/github/webhook_subscription.dart)). +automatically exempt ([in the cocoon repo](https://github.com/flutter/cocoon/blob/main/app_dart/lib/src/request_handlers/github/webhook_subscription.dart)). > [!NOTE] > PRs adding data-driven fixes require tests that fall under the test_fixes