Closed grieve54706 closed 1 day ago
If the PR already has other tags, the condition github.event.label.name == 'v1-engine-changed' is false. We need to use contains instead of it.
github.event.label.name == 'v1-engine-changed'
contains
If the PR already has other tags, the condition
github.event.label.name == 'v1-engine-changed'
is false. We need to usecontains
instead of it.