From 4d0e5694eb1214efdcb35c2c140c1054b30695a9 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 7 May 2024 16:22:01 +1200 Subject: [PATCH] MNT Run module-standardiser --- .github/workflows/dispatch-ci.yml | 4 ++-- .github/workflows/keepalive.yml | 4 ++-- CONTRIBUTING.md | 15 --------------- 3 files changed, 4 insertions(+), 19 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/.github/workflows/dispatch-ci.yml b/.github/workflows/dispatch-ci.yml index 9db0ff8e..0fdf836f 100644 --- a/.github/workflows/dispatch-ci.yml +++ b/.github/workflows/dispatch-ci.yml @@ -1,9 +1,9 @@ name: Dispatch CI on: - # At 12:10 PM UTC, only on Tuesday and Wednesday + # At 12:00 PM UTC, only on Monday and Tuesday schedule: - - cron: '10 12 * * 2,3' + - cron: '0 12 * * 1,2' jobs: dispatch-ci: diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 92ed0d49..06274e48 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -1,9 +1,9 @@ name: Keepalive on: - # At 10:50 PM UTC, on day 7 of the month + # At 12:00 PM UTC, on day 9 of the month schedule: - - cron: '50 22 7 * *' + - cron: '0 12 9 * *' workflow_dispatch: jobs: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 40304bcc..00000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,15 +0,0 @@ -# Contributing - -Any open source product is only as good as the community behind it. You can participate by sharing code, ideas, or simply helping others. No matter what your skill level is, every contribution counts. - -See our [high level overview](http://silverstripe.org/contributing-to-silverstripe) on silverstripe.org on how you can help out. - -## Copyright - -**IMPORTANT: By supplying code to the SilverStripe core team in patches, tickets and pull requests, you agree to assign copyright of that code to SilverStripe Limited, on the condition that SilverStripe Limited releases that code under the BSD license.** - -We ask for this so that the ownership in the license is clear and unambiguous, and so that community involvement doesn't stop us from being able to continue supporting these projects. By releasing this code under a permissive license, this copyright assignment won't prevent you from using the code in any way you see fit. - -## Contributing code - -See [contributing code](docs/en/05_Contributing/01_Code.md)