From be13d2ff51c4f112539ba151dfa8602c37bb1183 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 5 Oct 2025 03:37:21 +0000 Subject: [PATCH 1/2] Initial plan From 14633eb92e3b497ecacd7fbc7b26aa6829020d37 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 5 Oct 2025 03:41:14 +0000 Subject: [PATCH 2/2] Add CODEOWNERS file specifying @HackUCF/infra-admin as owner Co-authored-by: jontyms <64489881+jontyms@users.noreply.github.com> --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..81750da --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# CODEOWNERS file for HackUCF PCV2-Wiki +# This file defines the default owners for all files in the repository +# For more information, see: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# Default owners for all files +* @HackUCF/infra-admin