harness / harness-migrate

Harness CI migration utility
https://www.harness.io/products/continuous-integration
Apache License 2.0
8 stars 2 forks source link

[drone] handle org name in `repoName` #108

Closed jimsheldon closed 1 year ago

jimsheldon commented 1 year ago

Harness SCM connectors can be created at the repo, org or "global" levels.

I don't think we need to handle repo-level connectors, but we should handle org and "global" levels.

For example, a repo connector created at the org level would require pipelines with repoName: repo, whereas a repo connector created at the "global" level would require pipelines with repoName: org/repo.