diff options
author | Otto Richter <git@otto.splvs.net> | 2024-10-03 20:29:36 +0200 |
---|---|---|
committer | Otto Richter <git@otto.splvs.net> | 2024-10-04 15:15:10 +0200 |
commit | 88f653b58377f3a112323b335dd2dfd6c8476272 (patch) | |
tree | 0d340b0c6900c871f0f20126474c8f2a2096ab10 /CODEOWNERS | |
parent | ci: (always|only) run e2e tests based on changes (diff) | |
download | forgejo-88f653b58377f3a112323b335dd2dfd6c8476272.tar.xz forgejo-88f653b58377f3a112323b335dd2dfd6c8476272.zip |
docs(e2e): Update e2e test instructions for changed file patterns
chore: let fnetx review e2e tests
Diffstat (limited to 'CODEOWNERS')
-rw-r--r-- | CODEOWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index d46efc052b..6ca34a69df 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -16,6 +16,9 @@ templates/.* @caesar @crystal @gusted ## the issue sidebar was touched by fnetx templates/repo/issue/view_content/sidebar.* @fnetx +# Playwright tests +tests/e2e/.* @fnetx + # Files related to Go development. # The modules usually don't require much knowledge about Forgejo and could |