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

Configurable Git commit, user and email #262

Closed

Conversation

martincostello
Copy link
Contributor

  • Add support for configuring the Git commit message, user name and user email.
  • Run npm audit fix to resolve vulnerability.
  • Fix prettier complaining about line-endings on Windows.
  • Skip test that is not supported on Windows.

Relates to #234.

I'm not particularly happy with how the config is passed around, but the current design of the Git functions makes adding new parameters difficult and the functions aren't encapsulated in a class to associate some state with. Happy to refactor to whatever is preferred, then I can update the tests to properly test things as I'm currently avoiding a big test refactor for the Git history with a call to slice(1) to skip the new first parameter.

I also haven't yet implemented support for templating as suggested pending an agreement on the above.

- Add support for configuring the Git commit message, user name and user email.
- Run `npm audit fix` to resolve vulnerability.
- Fix prettier complaining about line-endings on Windows.
- Skip test that is not supported on Windows.

Relates to benchmark-action#234.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant