From 449cbd2da54975dde5e26f962b1b7d938697b940 Mon Sep 17 00:00:00 2001 From: AllynH Date: Fri, 21 Nov 2025 16:27:43 +0000 Subject: [PATCH 1/2] Testing branch protection. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 21f1f2c..90d870d 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,7 @@ Then add them to the resources.csv like this: This is a list of resources speakers can connect to their talk, such as location of slides, repos, or videos of past talks. [PyCon 2025:](https://github.com/PythonIreland/python_ireland_event_resources/blob/main/pycons/2025/resources.csv) + + +# Previous PyCons: +If you'd like to submit data for a previous PyCon but the folder isn't there - create it 🙂 From 13c8e5168315fa4b09828e7bd592816ed2410fed Mon Sep 17 00:00:00 2001 From: AllynH Date: Fri, 21 Nov 2025 18:03:03 +0000 Subject: [PATCH 2/2] Moving CODEOWNERS to the correct dir. --- .github/CODEOWNERS | 7 +++++++ .github/workflows/.CODEOWNERS | 3 --- 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .github/CODEOWNERS delete mode 100644 .github/workflows/.CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..3ac7f1a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +@AllynH +@ArcaneIRL +@rattling +@matrixise +@yoniLavi +@ja8zyjits +@megajoules8 \ No newline at end of file diff --git a/.github/workflows/.CODEOWNERS b/.github/workflows/.CODEOWNERS deleted file mode 100644 index e5d1591..0000000 --- a/.github/workflows/.CODEOWNERS +++ /dev/null @@ -1,3 +0,0 @@ -@PythonIreland/AllynH -@PythonIreland/ArcaneIRL -@PythonIreland/rattling