From 5c39e39b8a6dfdaddd929bf23c8b5516eee0921a Mon Sep 17 00:00:00 2001 From: John Bampton Date: Mon, 22 Apr 2024 20:41:00 +1000 Subject: [PATCH] Clean up root move `CODEOWNERS` to `.github` directory https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-file-location --- CODEOWNERS => .github/CODEOWNERS | 0 .github/labeler.yml | 1 - 2 files changed, 1 deletion(-) rename CODEOWNERS => .github/CODEOWNERS (100%) diff --git a/CODEOWNERS b/.github/CODEOWNERS similarity index 100% rename from CODEOWNERS rename to .github/CODEOWNERS diff --git a/.github/labeler.yml b/.github/labeler.yml index 786009691..4b94e8a25 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -59,7 +59,6 @@ miscellaneous: - .gitignore - .prettierrc - AUTHORS - - CODEOWNERS - Gemfile - Gemfile.lock - mruby-source.gemspec