Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions multi-gitter/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
commit-message: 'fix(app-platform): support for loading custom translations from the data store'
repo:
- dhis2/capture-app
- dhis2/aggregate-data-entry-app
- dhis2/dashboard-app
- dhis2/data-visualizer-app
- dhis2/maps-app
- dhis2/line-listing-app
# - dhis2/scheduler-app
# - dhis2/maintenance-app-beta
# - dhis2/login-app
# - dhis2/data-exchange-app
# repo-include: /-app/ # this can replace the list of repos to target all apps once we're confident with the script
# repo-exclude: /(app-hub|capture-app|social-media-video-app|dashboard-classic-app|core-resource-app|maps-climate-pilot-app|dhis2-android-skeleton-app|metadata-integrity-app|who-data-quality-app|gf-adex-flow-app)/
# draft: true
clone-dir: .
# token: X # add GitHub token here or pass it to the command with GITHUB_TOKEN=XXX
log-level: debug
branch: upgrade-cli-app-scripts-custom-translations
conflict-strategy: replace
pr-body: This dependency bump adds the features for custom translation packs -- see https://dhis2.atlassian.net/browse/LIBS-773 and https://github.com/dhis2/app-platform/pull/950. For demos, see https://dhis2.atlassian.net/browse/LIBS-773?focusedCommentId=236884. Base PR - https://github.com/dhis2/app-platform/pull/956
git-type: cmd
3 changes: 3 additions & 0 deletions multi-gitter/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

multi-gitter run ./script.sh --config ./config.yml
5 changes: 5 additions & 0 deletions multi-gitter/script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

yarn add -DW @dhis2/cli-app-scripts
npx yarn-deduplicate yarn.lock
yarn
Loading