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

chore: create typesafe auto commit api #57

Closed
wants to merge 6 commits into from

Conversation

dekkku
Copy link

@dekkku dekkku commented Nov 20, 2024

/claim #55

tests/ci.rs Outdated Show resolved Hide resolved
src/auto_commit.rs Outdated Show resolved Hide resolved
pub files: Option<Vec<String>>,

/// Whether to push the changes after committing. Defaults to false if not set.
pub push: Option<bool>,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pub push: Option<bool>,
pub on_pull_request: Option<bool>,
pub on_branches: Option<Vec<String>>,

We should use these settings to configure how and where do we wish to commit and push.

@tusharmath tusharmath closed this Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants