Skip to content

Add Run after upload support for JavaScript

5918ecc
Select commit
Loading
Failed to load commit list.
Open

[WIP] Run after upload for TRIK #1568

Add Run after upload support for JavaScript
5918ecc
Select commit
Loading
Failed to load commit list.
Mergeable / Mergeable failed Oct 15, 2025 in 11s

2/3 Fail(s): TITLE, MILESTONE

Status: FAIL

    Here are some stats of the run:
    3 validations were ran.
    1 PASSED
    2 FAILED

Details

❌ Validator: TITLE

  • title does not exclude "WIP"
    Input : [WIP] Run after upload for TRIK
    Settings : {"must_exclude":{"regex":"WIP"}}

✔️ Validator: LABEL

  • ✔️ label must exclude 'wip'
    Input :
    Settings : {"must_exclude":{"regex":"wip"}}

❌ Validator: MILESTONE

  • ✔️ The milestone is not empty
    Input : next-version
    Settings : {"no_empty":{"enabled":true}}
  • milestone does not include "20[0-9][0-9].[0-9]+$"
    Input : next-version
    Settings : {"must_include":{"regex":"20[0-9][0-9]\\.[0-9]+$"}}