-
Notifications
You must be signed in to change notification settings - Fork 126
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
Alternatives to committing #34
Conversation
`uploadArtifact` already prints a more detailed message.
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.
this is wonderful, thanks for the PR! I had no idea about artifacts, but they seem like a really flexible way to prevent from pushing every change
README.md
Outdated
|
||
The maximum number of nested folders to show files within. A higher number will take longer to render. | ||
|
||
Default: 9 | ||
|
||
## `commit_message` | ||
### `push` |
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.
do you mind renaming this to should_push
, just for extra clarity?
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.
Done!
README.md
Outdated
|
||
Should be a boolean value, i.e. `true` or `false`. See `commit_message` and `branch` for how to customise the commit. | ||
|
||
Default: `false` |
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.
we should probably leave this as true
, for backwards compatibility, like you mentioned in your PR. I know there are projects using repo-visualizer@main
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.
Oops, the default was indeed true
but I miswrote it in the README! Will fix it.
wonderful! thanks for the PR and quick updates! this is a great feature! |
This is meant to address #16.
push
should_push
that lets you choose not to commit and push the diagram (true by default, to maintain current behaviour).Note sure if this is overkill, comments very welcome.