-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Azure DevOps support for PRs #3540
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
✅ Deploy Preview for docs-kargo-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3540 +/- ##
=======================================
Coverage 52.49% 52.49%
=======================================
Files 295 295
Lines 26744 26744
=======================================
Hits 14038 14038
Misses 11936 11936
Partials 770 770 ☔ View full report in Codecov by Sentry. |
At present, this feature only supports GitHub, Gitea and Azure DevOps pull | ||
requests, and GitLab merge requests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It always bugs me that GitLab calls them merge requests.
I think as this list grows, the "and GitLab merge requests" at the end feels more and more awkward.
What would you think about this?
At present, this feature only supports GitHub, Gitea and Azure DevOps pull | |
requests, and GitLab merge requests. | |
At present, this feature only supports GitHub, Gitea, Azure DevOps, and | |
GitLab pull/merge requests. |
LGTM either way.
Nice catch. |
|
||
## Configuration | ||
|
||
| Name | Type | Required | Description | | ||
|------|------|----------|-------------| | ||
| `repoURL` | `string` | Y | The URL of a remote Git repository. | | ||
| `provider` | `string` | N | The name of the Git provider to use. Currently only `github`, `gitlab` and `gitea` are supported. Kargo will try to infer the provider if it is not explicitly specified. | | ||
| `provider` | `string` | N | The name of the Git provider to use. Currently only `github`, `gitlab`, `azure` and `gitea` are supported. Kargo will try to infer the provider if it is not explicitly specified. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Slight preference for an Oxford comma, but in the end, I don't care that much. Same in the wait-for-pr step docs.
| `provider` | `string` | N | The name of the Git provider to use. Currently only `github`, `gitlab`, `azure` and `gitea` are supported. Kargo will try to infer the provider if it is not explicitly specified. | | |
| `provider` | `string` | N | The name of the Git provider to use. Currently only `github`, `gitlab`, `azure`, and `gitea` are supported. Kargo will try to infer the provider if it is not explicitly specified. | |
@@ -14,7 +14,7 @@ and is commonly followed by an `argocd-update` step. | |||
| Name | Type | Required | Description | | |||
|------|------|----------|-------------| | |||
| `repoURL` | `string` | Y | The URL of a remote Git repository. | | |||
| `provider` | `string` | N | The name of the Git provider to use. Currently only `github`, `gitlab` and `gitea` are supported. Kargo will try to infer the provider if it is not explicitly specified. | | |||
| `provider` | `string` | N | The name of the Git provider to use. Currently only `github`, `gitlab`, `azure` and `gitea` are supported. Kargo will try to infer the provider if it is not explicitly specified. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `provider` | `string` | N | The name of the Git provider to use. Currently only `github`, `gitlab`, `azure` and `gitea` are supported. Kargo will try to infer the provider if it is not explicitly specified. | | |
| `provider` | `string` | N | The name of the Git provider to use. Currently only `github`, `gitlab`, `azure`, and `gitea` are supported. Kargo will try to infer the provider if it is not explicitly specified. | |
Somehow appears to have disappeared from the documentation, potentially during our documentation restructuring.