We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd0e33 commit 0197146Copy full SHA for 0197146
docs/contributing/Tree-hygiene.md
@@ -100,7 +100,7 @@ There is an automatic exception for PRs that:
100
If a reviewer says a PR should have a test, then it needs a test regardless of the exemptions above.
101
102
Feel free to update the bot's logic to catch more cases that should be
103
-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)).
104
105
> [!NOTE]
106
> PRs adding data-driven fixes require tests that fall under the test_fixes
0 commit comments