diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 5 | ||||
-rw-r--r-- | .github/workflows/pr-test.yml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0bf290aa3f..fc686205aa 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -33,6 +33,11 @@ /files/ja/ @mdn/yari-content-ja # ---------------------------------------------------------------------------- +# RUSSIAN (ru) CONTENT OWNER(S) +# ---------------------------------------------------------------------------- +/files/ru/ @mdn/yari-content-ru + +# ---------------------------------------------------------------------------- # CONTROL FILES OWNER(S) # ---------------------------------------------------------------------------- # These should be the last matches in this file, since any pull request that diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index cc088b8604..2ae87adf06 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -61,7 +61,7 @@ jobs: # this to "*:error" which means the slightest flaw in the build # will break the build. # See https://github.com/mdn/yari/issues/715 - export BUILD_FLAW_LEVELS="*:ignore" + export BUILD_FLAW_LEVELS="unsafe_html: error, *:ignore" # Note, it might be interesting to explore building *some* # pages in a PR build if the diff doesn't have any index.html |