From 2f1e788eec5bbe22d2006c0de4db3dfd756c310e Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 6 Mar 2026 00:24:58 +0000 Subject: [PATCH] Fix incorrect CODEOWNERS documentation link for GitHub The GitHub CODEOWNERS link was pointing to GitLab documentation instead of the correct GitHub documentation. Slack thread: https://trunk-io.slack.com/archives/C06973UPDU7/p1772756379471969 https://claude.ai/code/session_01CpHTF4bw7dLk27uuTrw1vy --- flaky-tests/dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flaky-tests/dashboard.md b/flaky-tests/dashboard.md index 49b5fedf..4129b191 100644 --- a/flaky-tests/dashboard.md +++ b/flaky-tests/dashboard.md @@ -54,7 +54,7 @@ This is in addition to information like ticket status and the current codeowner. ### **Code owners** -If you have a codeowners file configured in your repos, you will see who owns each flaky test in the test details view. We support code owners for [GitHub](https://docs.gitlab.com/ee/user/project/codeowners/) and [GitLab](https://docs.gitlab.com/ee/user/project/codeowners/) repos. +If you have a codeowners file configured in your repos, you will see who owns each flaky test in the test details view. We support code owners for [GitHub](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners) and [GitLab](https://docs.gitlab.com/ee/user/project/codeowners/) repos.

You can find the code owners of each test on the top right of the test details screen.