Jorge Martin Espinosa
f8fa218146
Upgrade the used JDK in the project to v21 ( #3582 )
...
* Upgrade the used JDK in the project to v21
* Use it for CI too
* Centralise java language version
* Fix deprecations, tests and lint issues
* Fix coverage taking into account `@Preview` annotated code.
---------
Co-authored-by: Benoit Marty <benoit@matrix.org>
4 weeks ago
renovate[bot]
f52ff61cdf
Update peter-evans/create-pull-request action to v7
2 months ago
renovate[bot]
250f0706fb
Update gradle/actions action to v4 ( #3265 )
...
* Update gradle/actions action to v4
* Remove unnecessary gradle validation after action update to v4
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
3 months ago
Jorge Martin Espinosa
cbad91e4c4
Fix CI for forks ( #3226 )
...
* Try with a different condition for forks
* Skip danger in forks, the fallback token won't let it write comments in PRs anyway
3 months ago
Benoit Marty
e13f9affd6
Add label `PR-i18n` to PR created during Localazy sync.
4 months ago
Benoit Marty
594d47ee0d
Use Python 3.12 to be able to use `match` structure.
6 months ago
Benoit Marty
6ff1af3276
Add Explicit list of supported languages, generated from Localazy data.
6 months ago
Benoit Marty
2c010c0f14
A gradle task will be run now, so we need Java 17 and gradle setup.
8 months ago
Benoit Marty
609abee809
Generate screenshots for foreign languages ("de" and "fr" for now). #2454
8 months ago
renovate[bot]
5b372dd43f
Update peter-evans/create-pull-request action to v6 ( #2327 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
9 months ago
Benoit Marty
b0eb768f20
Organization renaming: update workflow condition.
11 months ago
renovate[bot]
88127f9063
Update actions/setup-python action to v5
11 months ago
Benoit Marty
995d4e9f6d
Just try using `actions/checkout@v4`
1 year ago
renovate[bot]
ff3fd793ff
Update actions/checkout action to v4
1 year ago
Jorge Martín
b648968810
Change the token used by the localazy sync so workflows are triggered in the resulting PR
1 year ago
Benoit Marty
fd8ea69104
Add `workflow_dispatch` to be able to trigger this action.
1 year ago
Benoit Marty
3c06e94805
Create PR to sync Localazy strings in the name of `ElementBot`, to that created PR can trigger other GitHub actions.
...
Ref: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
1 year ago
Benoit Marty
7b14543eab
Revert "Run every 10 minutes to check the script. (to be reverted!)"
...
This reverts commit ed8a3eae6e
.
2 years ago
Benoit Marty
3c07661134
Use Python 3.9
...
CI complain with:
Traceback (most recent call last):
File "./tools/localazy/generateLocalazyConfig.py", line 39, in <module>
action = baseAction | {
TypeError: unsupported operand type(s) for |: 'dict' and 'dict'
2 years ago
Benoit Marty
437d1e1754
Use Python 3.9
...
CI complain with:
Traceback (most recent call last):
File "./tools/localazy/generateLocalazyConfig.py", line 39, in <module>
action = baseAction | {
TypeError: unsupported operand type(s) for |: 'dict' and 'dict'
2 years ago
Benoit Marty
ed8a3eae6e
Run every 10 minutes to check the script. (to be reverted!)
2 years ago
Benoit Marty
72b1e9d57c
Setup localazy before running it.
...
From https://localazy.com/docs/cli/installation#debianubuntu
2 years ago
renovate[bot]
3c2d616367
Update peter-evans/create-pull-request action to v5
2 years ago
Benoit Marty
e211d03476
Add GitHub action to sync Localazy strings.
2 years ago