Azure / pipelines

Enable GitHub developers to trigger Azure Pipelines from a GitHub Actions workflow
MIT License
73 stars 83 forks source link

Filter build definitions and only match exact pipeline names #34

Closed JamesBurnside closed 1 year ago

JamesBurnside commented 3 years ago

Fixes #33

tl;dr - current pipeline search returns all matches with names containing the supplied pipeline name. This fix is to filter the results to only matches that exactly match the supplied pipeline name.

Also: update typescript to 3.7+ to support null coalescence operator

JamesBurnside commented 1 year ago

This is a breaking change to the current functionality. This PR will either need to bump the action to v2 or this PR should introduce this new behavior as a new property (e.g. exactPipelineName). Closing this PR as I am not committed to making these changes.