From dc89208cbeddf4f0a7132981260581dfa4027542 Mon Sep 17 00:00:00 2001
From: Steve Boyd <emteknetnz@gmail.com>
Date: Tue, 15 Aug 2023 17:52:29 +1200
Subject: [PATCH] MNT Run module-standardiser

---
 .github/workflows/action-ci.yml | 11 +++++++++++
 .github/workflows/keepalive.yml |  4 ++--
 .github/workflows/merge-up.yml  |  4 ++--
 3 files changed, 15 insertions(+), 4 deletions(-)
 create mode 100644 .github/workflows/action-ci.yml

diff --git a/.github/workflows/action-ci.yml b/.github/workflows/action-ci.yml
new file mode 100644
index 0000000..3fd70a4
--- /dev/null
+++ b/.github/workflows/action-ci.yml
@@ -0,0 +1,11 @@
+name: Action CI
+
+on:
+  push:
+  pull_request:
+  workflow_dispatch:
+
+jobs:
+  actionci:
+    name: Action CI
+    uses: silverstripe/gha-action-ci/.github/workflows/action-ci.yml@v1
diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml
index 0be7983..2328359 100644
--- a/.github/workflows/keepalive.yml
+++ b/.github/workflows/keepalive.yml
@@ -9,8 +9,8 @@ on:
 jobs:
   keepalive:
     name: Keepalive
-    # Only run cron on the creative-commoners account
-    if: (github.event_name == 'schedule' && github.repository_owner == 'creative-commoners') || (github.event_name != 'schedule')
+    # Only run cron on the silverstripe account
+    if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
     runs-on: ubuntu-latest
     steps:
       - name: Keepalive
diff --git a/.github/workflows/merge-up.yml b/.github/workflows/merge-up.yml
index d1ce82d..79209ba 100644
--- a/.github/workflows/merge-up.yml
+++ b/.github/workflows/merge-up.yml
@@ -9,8 +9,8 @@ on:
 jobs:
   merge-up:
     name: Merge-up
-    # Only run cron on the creative-commoners account
-    if: (github.event_name == 'schedule' && github.repository_owner == 'creative-commoners') || (github.event_name != 'schedule')
+    # Only run cron on the silverstripe account
+    if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
     runs-on: ubuntu-latest
     steps:
       - name: Merge-up