Skip to content

Commit

Permalink
Merge pull request #7 from relative-ci/fix-commit-message
Browse files Browse the repository at this point in the history
fix: Include git commit message for non pull_request events
  • Loading branch information
vio authored Jan 11, 2022
2 parents 7a8e8a9 + 727bf0d commit eab34ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions relativeci.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
// Disable commit message on CLI, the GitHub action is responsable for providing the correct value
includeCommitMessage: false,
includeCommitMessage: true,

webpack: {
stats: './webpack-stats.json',
Expand Down

0 comments on commit eab34ea

Please sign in to comment.