Changes between Version 1 and Version 3 of Ticket #2254
- Timestamp:
- 08/27/20 07:24:27 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2254
- Property Component OSGeoLive → Documentation
-
Ticket #2254 – Description
v1 v3 3 3 Move the link checking of languages to github actions as they can run in parallel, it takes less time to check the links. 4 4 5 How shouldit work:5 How "should" it work: 6 6 7 if the (last) commit message has the string `[<lang>]` for example: 7 * English links is always checked 8 * if the (last) commit message has the string `[<lang>]` that language links is checked 8 9 10 for example: 9 11 10 12 11 13 ||= Commit msg =||= Action =|| 12 ||`[es] updating links` || will only trigger Spanish translations link checking. 13 ||`[es][de] downloading translations` || will trigger Spanish & German translations link checking. 14 ||`change mapserver version` || will trigger English link checking14 ||`[es] updating links` || will only trigger Spanish translations link checking. (and English) 15 ||`[es][de] downloading translations` || will trigger Spanish & German translations link checking. (and English) 16 ||`change mapserver version` || will trigger only the English link checking