You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE: Repositories can no longer be passed as positional argument, use the `--octoherd-repos` (or `-R`) CLI flag instead.
Before:
```
npx @octoherd/script-add-octoherd-cli-to-script "@octokit/*"
```
After
```
npx @octoherd/script-add-octoherd-cli-to-script --octoherd-repos "@octokit/*"
```
Or do not set `--octoherd-repos` at all, in which case the user will be prompted.
0 commit comments