diff --git a/.circleci/config.yml b/.circleci/config.yml index 6c9457da5..b04d5e261 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -274,13 +274,13 @@ workflows: - deploy_to_pantheon - visual_regression_test - scheduled_update_check: - triggers: - - schedule: - cron: "0 0 * * *" - filters: - branches: - only: - - master - jobs: - - composer_lock_updater + #scheduled_update_check: + # triggers: + # - schedule: + # cron: "0 0 * * *" + # filters: + # branches: + # only: + # - master + # jobs: + # - composer_lock_updater diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..c6d16d47d --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @pantheon-systems/cms-ecosystem diff --git a/README.md b/README.md index a065e773c..f2e0da5e5 100644 --- a/README.md +++ b/README.md @@ -130,3 +130,7 @@ If you need to enable Github Actions for an existing project, you should copy .c ## Updating your site When using this repository to manage your Drupal site, you will no longer use the Pantheon dashboard to update your Drupal version. Instead, you will manage your updates using Composer. Ensure your site is in Git mode, clone it locally, and then run composer commands from there. Commit and push your files back up to Pantheon as usual. + +## Re-enabling automation + +The automation which ran daily to check for composer updates has been disabled as of `12/1/22`. Build Tools users can re-enable automation to check for composer updates by uncommenting the `scheduled_update_check` in `.circleci/config.yml`. \ No newline at end of file