Skip to content
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

Update register_repos.md #1550

Merged
merged 1 commit into from
Nov 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docs/getting_started/register_repos.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ minder repo register --provider github
You can also register a repository (or set of repositories) by name:

```bash
minder repo register --provider github --repo "owner:repo1,owner:repo2"
minder repo register --provider github --repo "owner/repo1,owner/repo2"
```

A webhook will now be created in each repository that you've selected for registering with Minder.
Expand Down Expand Up @@ -43,7 +43,7 @@ minder repo get --provider github -r {$repo_id}
If you want to stop monitoring a repository, you can delete it from Minder by using the `repo delete` command:

```bash
minder repo delete --provider github --name "owner:repo1"
minder repo delete --provider github --name "owner/repo1"
```

This will delete the repository from Minder and remove the webhook from the repository.