Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1180 from UN-OCHA/develop
Browse files Browse the repository at this point in the history
[OPS-8560] Periodic updates
  • Loading branch information
lazysoundsystem authored Sep 14, 2022
2 parents a39b932 + b78b28b commit 92d7ff3
Show file tree
Hide file tree
Showing 467 changed files with 21,260 additions and 8,608 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/composer-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Run Composer Update

on:
schedule:
- cron: '30 6 * * 4'

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Update The Thing
id: update-action
uses: UN-OCHA/actions/composer-update@main
with:
github_access_token: ${{ secrets.PAT }}
patch_branch: 'develop'
patch_packages: 'drupal/*'
patch_maintainers: ${{ secrets.DRUPAL_MAINTAINERS }}
php_version: '7.4'
slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
slack_channel_name: ${{ secrets.SLACK_CHANNEL }}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"drupal/imagemagick": "^1.0",
"drupal/inline_entity_form": "^1.8",
"drupal/job_scheduler": "^2.0",
"drupal/jquery_update": "4.x-dev@dev",
"drupal/jquery_update": "^4.0@alpha",
"drupal/js": "^2.4",
"drupal/l10n_update": "^2.2",
"drupal/languagefield": "^1.7",
Expand Down
Loading

0 comments on commit 92d7ff3

Please sign in to comment.