Compare commits

...

14 Commits

Author SHA1 Message Date
Guy Sartorelli
7a2b2cf83f
Merge branch '5' into 6 2024-10-03 10:58:20 +13:00
Guy Sartorelli
c3f430261a
MNT fix bad merge 2024-10-03 10:56:37 +13:00
Guy Sartorelli
6bb9e465b6
Merge branch '5.3' into 5 2024-10-03 10:56:08 +13:00
Guy Sartorelli
96786b0e99
Merge branch '5.2' into 5.3 2024-10-03 10:55:07 +13:00
Guy Sartorelli
e2e4f375df
MNT Run module-standardiser (#380) 2024-10-02 10:03:37 +13:00
Guy Sartorelli
4c023c87b4
MNT Update development dependencies 2024-09-10 09:10:46 +12:00
Guy Sartorelli
3637a749f7
MNT Update release dependencies 2024-09-10 09:10:41 +12:00
Guy Sartorelli
4b0e3feb4b
MNT Update development dependencies 2024-09-03 09:32:55 +12:00
Guy Sartorelli
2cd600b8c0
Merge branch '5.2' into 5 2024-09-02 10:02:44 +12:00
Guy Sartorelli
d52ef6afe7
MNT Run module-standardiser (#376) 2024-08-01 18:32:11 +12:00
Guy Sartorelli
0e7679a73a
Merge pull request #372 from creative-commoners/pulls/5/module-standardiser-1715911129
MNT Run module-standardiser
2024-05-21 16:23:10 +12:00
Steve Boyd
b5a42f0d9d MNT Run module-standardiser 2024-05-17 15:09:28 +12:00
Guy Sartorelli
69f23b673f
Merge pull request #371 from creative-commoners/pulls/5/module-standardiser-1715811372
MNT Run module-standardiser
2024-05-17 09:47:08 +12:00
Steve Boyd
dd17c2e55f MNT Run module-standardiser 2024-05-16 10:16:12 +12:00
3 changed files with 13 additions and 32 deletions

View File

@ -1,9 +1,11 @@
name: Dispatch CI
on:
# At 4:00 PM and 5:00 PM
# At 8:40 AM UTC, only on Wednesday and Thursday
schedule:
- cron: '0 16,17 * * *'
- cron: '40 8 * * 3,4'
permissions: {}
jobs:
dispatch-ci:
@ -11,6 +13,9 @@ jobs:
# Only run cron on the silverstripe account
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
runs-on: ubuntu-latest
permissions:
contents: read
actions: write
steps:
- name: Dispatch CI
uses: silverstripe/gha-dispatch-ci@v1

View File

@ -1,17 +1,21 @@
name: Keepalive
on:
# At 1:05 PM UTC, on day 22 of the month
# At 5:25 AM UTC, on day 18 of the month
schedule:
- cron: '5 13 22 * *'
- cron: '25 5 18 * *'
workflow_dispatch:
permissions: {}
jobs:
keepalive:
name: Keepalive
# Only run cron on the silverstripe account
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- name: Keepalive
uses: silverstripe/gha-keepalive@v1

View File

@ -1,28 +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 contribution overview](http://silverstripe.org/contributing-to-silverstripe) on silverstripe.org on how you can help out.
## Bugtracker ##
Bugs are tracked on [github.com](https://github.com/silverstripe/framework/issues).
Please read our [issue reporting guidelines](http://doc.silverstripe.org/framework/en/misc/contributing/issues).
## Development and Contribution ##
For submitting patches, please read our [guide to contributing code](https://docs.silverstripe.org/en/5/contributing/code/). We only accept pull requests on github.com.
## Links ##
* [Server Requirements](http://doc.silverstripe.org/framework/en/installation/server-requirements)
* [Changelogs](http://doc.silverstripe.org/framework/en/changelogs/)
* [Bugtracker: Framework](https://github.com/silverstripe/silverstripe-framework/issues)
* [Bugtracker: CMS](https://github.com/silverstripe/silverstripe-cms/issues)
* [Bugtracker: Installer](https://github.com/silverstripe/silverstripe-installer/issues)
* [Forums](http://silverstripe.org/forums)
* [Developer Mailinglist](https://groups.google.com/forum/#!forum/silverstripe-dev)
## 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.