Skip to content

Commit

Permalink
Revert "fix: Include git commit message for non pull_request events"
Browse files Browse the repository at this point in the history
This reverts commit 727bf0d.
  • Loading branch information
vio committed Jan 11, 2022
1 parent eab34ea commit 86fc0c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion relativeci.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
includeCommitMessage: true,
// Disable commit message on CLI, the GitHub action is responsable for providing the correct value
includeCommitMessage: false,

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

0 comments on commit 86fc0c7

Please sign in to comment.