dctelus

Results 3 issues of dctelus

**Description of your changes:** Fixes #7012 **Checklist:** - [x] The title for your pull request (PR) should follow our title convention. [Learn more about the pull request title convention used...

size/XS
needs-ok-to-test
Stale

The option pre_release_branches defaults to ``, but you are using `.match` which always returns true when passed an empty string. ``` branch = "anything"; Boolean(branch.match('')) # always true ``` https://github.com/mathieudutour/github-tag-action/blob/v6.0/src/action.ts#L58...

### Environment * KFP version: Vertex AI on GCP * KFP SDK version: kfp = "^1.8.11" * All dependencies version: google-cloud-pipeline-components = "^1.0.1" ### Steps to reproduce ``` from kfp.v2.dsl...

kind/bug
area/sdk
lifecycle/stale