@catladder/cli 3.22.3 → 3.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -53,7 +53,7 @@
53
53
  }
54
54
  ],
55
55
  "license": "MIT",
56
- "version": "3.22.3",
56
+ "version": "3.23.0",
57
57
  "scripts": {
58
58
  "lint": "eslint \"src/**/*.ts\"",
59
59
  "lint:fix": "eslint \"src/**/*.ts\" --fix",
@@ -181,13 +181,11 @@ const setupAgentWebhook = async (
181
181
  merge_request_title: "{{merge_request.title}}",
182
182
  merge_request_source_branch: "{{merge_request.source_branch}}",
183
183
  merge_request_time_estimate: "{{merge_request.time_estimate}}",
184
- // FIXME: may cause issues with gitlab webhooks when there are double quotes in the description
185
- //merge_request_description: "{{merge_request.description}}",
184
+ merge_request_description: "{{merge_request.description}}",
186
185
  merge_request_merge_status: "{{merge_request.merge_status}}",
187
186
  merge_request_last_commit_title: "{{merge_request.last_commit.title}}",
188
- // FIXME: may cause issues with gitlab webhooks when there are double quotes in the message
189
- //merge_request_last_commit_message:
190
- // "{{merge_request.last_commit.message}}",
187
+ merge_request_last_commit_message:
188
+ "{{merge_request.last_commit.message}}",
191
189
  merge_request_last_commit_author_name:
192
190
  "{{merge_request.last_commit.author.name}}",
193
191
  merge_request_last_commit_author_email: