Point to real Cocoon code in Tree-hygiene.md (#160914)

Point to real Cocoon code in Tree-hygiene.md

Co-authored-by: Matan Lurey <matanlurey@users.noreply.github.com>
This commit is contained in:
Yegor 2024-12-28 11:54:22 -08:00 committed by GitHub
parent 4cd0e33013
commit 01971467ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. 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 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] > [!NOTE]
> PRs adding data-driven fixes require tests that fall under the test_fixes > PRs adding data-driven fixes require tests that fall under the test_fixes