bitbucket-gemini-action 1.0.15 → 1.0.16

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/dist/cli.js CHANGED
@@ -7197,7 +7197,7 @@ async function prepare() {
7197
7197
  mode: config.MODE
7198
7198
  });
7199
7199
  console.log(`\uD83D\uDCCB Mode: ${mode.name} (${reason})`);
7200
- const createTrackingComment = getEnvBool("CREATE_TRACKING_COMMENT", true);
7200
+ const createTrackingComment = getEnvBool("CREATE_TRACKING_COMMENT", false);
7201
7201
  const modeResult = await mode.prepare({
7202
7202
  context,
7203
7203
  client,
@@ -7196,7 +7196,7 @@ async function prepare() {
7196
7196
  mode: config.MODE
7197
7197
  });
7198
7198
  console.log(`\uD83D\uDCCB Mode: ${mode.name} (${reason})`);
7199
- const createTrackingComment = getEnvBool("CREATE_TRACKING_COMMENT", true);
7199
+ const createTrackingComment = getEnvBool("CREATE_TRACKING_COMMENT", false);
7200
7200
  const modeResult = await mode.prepare({
7201
7201
  context,
7202
7202
  client,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitbucket-gemini-action",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Bitbucket Pipeline action for AI-powered code review using Google Gemini",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",