Changes between Version 1 and Version 3 of Ticket #2254


Ignore:
Timestamp:
27 Aug 2020, 07:24:27 (4 years ago)
Author:
cvvergara
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2254

    • Property Component OSGeoLiveDocumentation
  • Ticket #2254 – Description

    v1 v3  
    33Move the link checking of languages to github actions as they can run in parallel, it takes less time to check the links.
    44
    5 How should it work:
     5How "should" it work:
    66
    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
    89
     10for example:
    911       
    1012
    1113||= 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 checking
     14||`[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