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 commit message #31

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Configurable commit message #31

merged 1 commit into from
Jan 29, 2024

Conversation

martincostello
Copy link
Contributor

@martincostello martincostello commented Jan 27, 2024

Pull Request

Support a configurable commit message

Proposed Changes

Allow the commit message to be specified by the COMMIT_MESSAGE environment variable.

Fixes #28.

Readiness Checklist

Author/Contributor

  • If documentation is needed for this change, has that been included in this pull request
  • run make lint and fix any issues that you have introduced
  • run make test and ensure you have test coverage for the lines you are introducing

Reviewer

  • Label as either bug, documentation, enhancement, infrastructure, or breaking

env.py Show resolved Hide resolved
@zkoppert zkoppert added the enhancement New feature or request label Jan 29, 2024
Copy link
Member

@zkoppert zkoppert left a comment

Choose a reason for hiding this comment

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

Thanks again! Great feature! 🎉

@zkoppert zkoppert merged commit ed3c329 into github:main Jan 29, 2024
4 checks passed
@martincostello martincostello deleted the issue-28 branch January 29, 2024 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow the commit message to be configurable
2 participants