Skip to content

fix: deletion of apply comment on-diff#509

Merged
rdhar merged 12 commits intomainfrom
fix--deletion-of-apply-comment-on-diff
Sep 16, 2025
Merged

fix: deletion of apply comment on-diff#509
rdhar merged 12 commits intomainfrom
fix--deletion-of-apply-comment-on-diff

Conversation

@rdhar
Copy link
Copy Markdown
Member

@rdhar rdhar commented Sep 16, 2025

Fixed

  • Deletion of apply PR comment when comment-pr: on-diff (thank you, @birjj).

Resolves #506

Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
@OP5dev OP5dev deleted a comment from github-actions bot Sep 16, 2025
@OP5dev OP5dev deleted a comment from github-actions bot Sep 16, 2025
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown

github-actions bot commented Sep 16, 2025

tofu apply -chdir=tests/pass_one -workspace=dev
Diff of 1 change.
+ random_pet.name[0] will be created
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
By rdhar at 2025-09-16T16:03:35Z (view log).
random_pet.name[0]: Creating...
random_pet.name[0]: Creation complete after 0s [id=merry-iguana]

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown

github-actions bot commented Sep 16, 2025

tofu fmt -chdir=tests/fail_format_diff -check -diff -recursive -workspace=dev
View output.
By rdhar at 2025-09-16T16:03:35Z (view log).
main.tf
--- old/main.tf
+++ new/main.tf
@@ -1,3 +1,3 @@
 resource "random_pet" "name" {
-  count =1
+  count = 1
 }

@github-actions
Copy link
Copy Markdown

github-actions bot commented Sep 16, 2025

tofu apply -chdir=tests/pass_zero -workspace=dev
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
By rdhar at 2025-09-16T16:03:35Z (view log).
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Sep 16, 2025

tofu validate -chdir=tests/fail_data_source_error -workspace=dev
Success! The configuration is valid.
By rdhar at 2025-09-16T16:03:35Z (view log).
Success! The configuration is valid.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Sep 16, 2025

tofu validate -chdir=tests/fail_invalid_resource_type -workspace=dev
Error: Invalid resource type
By rdhar at 2025-09-16T16:03:35Z (view log).
Error: Invalid resource type

  on main.tf line 1, in resource "random_pets" "name":
   1: resource "random_pets" "name" {

The provider hashicorp/random does not support resource type "random_pets".
Did you mean "random_pet"?

@github-actions
Copy link
Copy Markdown

github-actions bot commented Sep 16, 2025

tofu apply -chdir=tests/pass_character_limit -workspace=dev
Diff of 10000 changes.
+ random_pet.name[0] will be created
+ random_pet.name[1] will be created
+ random_pet.name[2] will be created
+ random_pet.name[3] will be created
+ random_pet.name[4] will be created
+ random_pet.name[5] will be created
+ random_pet.name[6] will be created
+ random_pet.name[7] will be created
+ random_pet.name[8] will be created
+ random_pet.name[9] will be created
+ random_pet.name[10] will be created
+ random_pet.name[11] will be created
+ random_pet.name[12] will be created
+ random_pet.name[13] will be created
+ random_pet.name[14] will be created
+ random_pet.name[15] will be created
+ random_pet.name[16] will be created
+ random_pet.name[17] will be created
+ random_pet.name[18] will be created
+ random_pet.name[19] will be created
+ random_pet.name[20] will be created
+ random_pet.name[21] will be created
+ random_pet.name[22] will be created
+ random_pet.name[23] will be created
+ random_pet.name[24] will be created
+ random_pet.name[25] will be created
+ random_pet.name[26] will be created
+ random_pet.name[27] will be created
+ random_pet.name[28] will be created
+ random_pet.name[29] will be created
+ random_pet.name[30] will be created
+ random_pet.name[31] will be created
+ random_pet.name[32] will be created
+ random_pet.name[33] will be created
+ random_pet.name[34] will be created
+ random_pet.name[35] will be created
+ random_pet.name[36] will be created
+ random_pet.name[37] will be created
+ random_pet.name[38] will be created
+ random_pet.name[39] will be created
+ random_pet.name[40] will be created
+ random_pet.name[41] will be created
+ random_pet.name[42] will be created
+ random_pet.name[43] will be created
+ random_pet.name[44] will be created
+ random_pet.name[45] will be created
+ random_pet.name[46] will be created
+ random_pet.name[47] will be created
+ random_pet.name[48] will be created
+ random_pet.name[49] will be created
+ random_pet.name[50] will be created
+ random_pet.name[51] will be created
+ random_pet.name[52] will be created
+ random_pet.name[53] will be created
+ random_pet.name[54] will be created
+ random_pet.name[55] will be created
+ random_pet.name[56] will be created
+ random_pet.name[57] will be created
+ random_pet.name[58] will be created
+ random_pet.name[59] will be created
+ random_pet.name[60] will be created
+ random_pet.name[61] will be created
+ random_pet.name[62] will be created
+ random_pet.name[63] will be created
+ random_pet.name[64] will be created
+ random_pet.name[65] will be created
+ random_pet.name[66] will be created
+ random_pet.name[67] will be created
+ random_pet.name[68] will be created
+ random_pet.name[69] will be created
+ random_pet.name[70] will be created
+ random_pet.name[71] will be created
+ random_pet.name[72] will be created
+ random_pet.name[73] will be created
+ random_pet.name[74] will be created
+ random_pet.name[75] will be created
+ random_pet.name[76] will be created
+ random_pet.name[77] will be created
+ random_pet.name[78] will be created
+ random_pet.name[79] will be created
+ random_pet.name[80] will be created
+ random_pet.name[81] will be created
+ random_pet.name[82] will be created
+ random_pet.name[83] will be created
+ random_pet.name[84] will be created
+ random_pet.name[85] will be created
+ random_pet.name[86] will be created
+ random_pet.name[87] will be created
+ random_pet.name[88] will be created
+ random_pet.name[89] will be created
+ random_pet.name[90] will be created
+ random_pet.name[91] will be created
+ random_pet.name[92] will be created
+ random_pet.name[93] will be created
+ random_pet.name[94] will be created
+ random_pet.name[95] will be created
+ random_pet.name[96] will be created
+ random_pet.name[97] will be created
+ random_pet.name[98] will be created
+ random_pet.name[99] will be created
+ random_pet.name[100] will be created
+ random_pet.name[101] will be created
+ random_pet.name[102] will be created
+ random_pet.name[103] will be created
+ random_pet.name[104] will be created
+ random_pet.name[105] will be created
+ random_pet.name[106] will be created
+ random_pet.name[107] will be created
+ random_pet.name[108] will be created
+ random_pet.name[109] will be created
+ random_pet.name[110] will be created
+ random_pet.name[111] will be created
+ random_pet.name[112] will be created
+ random_pet.name[113] will be created
+ random_pet.name[114] will be created
+ random_pet.name[115] will be created
+ random_pet.name[116] will be created
+ random_pet.name[117] will be created
+ random_pet.name[118] will be created
+ random_pet.name[119] will be created
+ random_pet.name[120] will be created
+ random_pet.name[121] will be created
+ random_pet.name[122] will be created
+ random_pet.name[123] will be created
+ random_pet.name[124] will be created
+ random_pet.name[125] will be created
+ random_pet.name[126] will be created
+ random_pet.name[127] will be created
+ random_pet.name[128] will be created
+ random_pet.name[129] will be created
+ random_pet.name[130] will be created
+ random_pet.name[131] will be created
+ random_pet.name[132] will be created
+ random_pet.name[133] will be created
+ random_pet.name[134] will be created
+ random_pet.name[135] will be created
+ random_pet.name[136] will be created
+ random_pet.name[137] will be created
+ random_pet.name[138] will be created
+ random_pet.name[139] will be created
+ random_pet.name[140] will be created
+ random_pet.name[141] will be created
+ random_pet.name[142] will be created
+ random_pet.name[143] will be created
+ random_pet.name[144] will be created
+ random_pet.name[145] will be created
+ random_pet.name[146] will be created
+ random_pet.name[147] will be created
+ random_pet.name[148] will be created
+ random_pet.name[149] will be created
+ random_pet.name[150] will be created
+ random_pet.name[151] will be created
+ random_pet.name[152] will be created
+ random_pet.name[153] will be created
+ random_pet.name[154] will be created
+ random_pet.name[155] will be created
+ random_pet.name[156] will be created
+ random_pet.name[157] will be created
+ random_pet.name[158] will be created
+ random_pet.name[159] will be created
+ random_pet.name[160] will be created
+ random_pet.name[161] will be created
+ random_pet.name[162] will be created
+ random_pet.name[163] will be created
+ random_pet.name[164] will be created
+ random_pet.name[165] will be created
+ random_pet.name[166] will be created
+ random_pet.name[167] will be created
+ random_pet.name[168] will be created
+ random_pet.name[169] will be created
+ random_pet.name[170] will be created
+ random_pet.name[171] will be created
+ random_pet.name[172] will be created
+ random_pet.name[173] will be created
+ random_pet.name[174] will be created
+ random_pet.name[175] will be created
+ random_pet.name[176] will be created
+ random_pet.name[177] will be created
+ random_pet.name[178] will be created
+ random_pet.name[179] will be created
+ random_pet.name[180] will be created
+ random_pet.name[181] will be created
+ random_pet.name[182] will be created
+ random_pet.name[183] will be created
+ random_pet.name[184] will be created
+ random_pet.name[185] will be created
+ random_pet.name[186] will be created
+ random_pet.name[187] will be created
+ random_pet.name[188] will be created
+ random_pet.name[189] will be created
+ random_pet.name[190] will be created
+ random_pet.name[191] will be created
+ random_pet.name[192] will be created
+ random_pet.name[193] will be created
+ random_pet.name[194] will be created
+ random_pet.name[195] will be created
+ random_pet.name[196] will be created
+ random_pet.name[197] will be created
+ random_pet.name[198] will be created
+ random_pet.name[199] will be created
+ random_pet.name[200] will be created
+ random_pet.name[201] will be created
+ random_pet.name[202] will be created
+ random_pet.name[203] will be created
+ random_pet.name[204] will be created
+ random_pet.name[205] will be created
+ random_pet.name[206] will be created
+ random_pet.name[207] will be created
+ random_pet.name[208] will be created
+ random_pet.name[209] will be created
+ random_pet.name[210] will be created
+ random_pet.name[211] will be created
+ random_pet.name[212] will be created
+ random_pet.name[213] will be created
+ random_pet.name[214] will be created
+ random_pet.name[215] will be created
+ random_pet.name[216] will be created
+ random_pet.name[217] will be created
+ random_pet.name[218] will be created
+ random_pet.name[219] will be created
+ random_pet.name[220] will be created
+ random_pet.name[221] will be created
+ random_pet.name[222] will be created
+ random_pet.name[223] will be created
+ random_pet.name[224] will be created
+ random_pet.name[225] will be created
+ random_pet.name[226] will be created
+ random_pet.name[227] will be created
+ random_pet.name[228] will be created
+ random_pet.name[229] will be created
+ random_pet.name[230] will be created
+ random_pet.name[231] will be created
+ random_pet.name[232] will be created
+ random_pet.name[233] will be created
+ random_pet.name[234] will be created
+ random_pet.name[235] will be created
+ random_pet.name[236] will be created
+ random_pet.name[237] will be created
+ random_pet.name[238] will be created
+ random_pet.name[239] will be created
+ random_pet.name[240] will be created
+ random_pet.name[241] will be created
+ random_pet.name[242] will be created
+ random_pet.name[243] will be created
+ random_pet.name[244] will be created
+ random_pet.name[245] will be created
+ random_pet.name[246] will be created
+ random_pet.name[247] will be created
+ random_pet.name[248] will be created
+ random_pet.name[249] will be created
+ random_pet.name[250] will be created
+ random_pet.name[251] will be created
+ random_pet.name[252] will be created
+ random_pet.name[253] will be created
+ random_pet.name[254] will be created
+ random_pet.name[255] will be created
+ random_pet.name[256] will be created
+ random_pet.name[257] will be created
+ random_pet.name[258] will be created
+ random_pet.name[259] will be created
+ random_pet.name[260] will be created
+ random_pet.name[261] will be created
+ random_pet.name[262] will be created
+ random_pet.name[263] will be created
+ random_pet.name[264] will be created
+ random_pet.name[265] will be created
+ random_pet.name[266] will be created
+ random_pet.name[267] will be created
+ random_pet.name[268] will be created
+ random_pet.name[269] will be created
+ random_pet.name[270] will be created
+ random_pet.name[271] will be created
+ random_pet.name[272] will be created
+ random_pet.name[273] will be created
+ random_pet.name[274] will be created
+ random_pet.name[275] will be created
+ random_pet.name[276] will be created
+ random_pet.name[277] will be created
+ random_pet.name[278] will be created
+ random_pet.name[279] will be created
+ random_pet.name[280] will be created
+ random_pet.name[281] will be created
+ random_pet.name[282] will be created
+ random_pet.name[283] will be created
+ random_pet.name[284] will be created
+ random_pet.name[285] will be created
+ random_pet.name[286] will be created
+ random_pet.name[287] will be created
+ random_pet.name[288] will be created
+ random_pet.name[289] will be created
+ random_pet.name[290] will be created
+ random_pet.name[291] will be created
+ random_pet.name[292] will be created
+ random_pet.name[293] will be created
+ random_pet.name[294] will be created
+ random_pet.name[295] will be created
+ random_pet.name[296] will be created
+ random_pet.name[297] will be created
+ random_pet.name[298] will be created
+ random_pet.name[299] will be created
+ random_pet.name[300] will be created
+ random_pet.name[301] will be created
+ random_pet.name[302] will be created
+ random_pet.name[303] will be created
+ random_pet.name[304] will be created
+ random_pet.name[305] will be created
+ random_pet.name[306] will be created
+ random_pet.name[307] will be created
+ random_pet.name[308] will be created
+ random_pet.name[309] will be created
+ random_pet.name[310] will be created
+ random_pet.name[311] will be created
+ random_pet.name[312] will be created
+ random_pet.name[313] will be created
+ random_pet.name[314] will be created
+ random_pet.name[315] will be created
+ random_pet.name[316] will be created
+ random_pet.name[317] will be created
+ random_pet.name[318] will be created
+ random_pet.name[319] will be created
+ random_pet.name[320] will be created
+ random_pet.name[321] will be created
+ random_pet.name[322] will be created
+ random_pet.name[323] will be created
+ random_pet.name[324] will be created
+ random_pet.name[325] will be created
+ random_pet.name[326] will be created
+ random_pet.name[327] will be created
+ random_pet.name[328] will be created
+ random_pet.name[329] will be created
+ random_pet.name[330] will be created
+ random_pet.name[331] will be created
+ random_pet.name[332] will be created
+ random_pet.name[333] will be created
+ random_pet.name[334] will be created
+ random_pet.name[335] will be created
+ random_pet.name[336] will be created
+ random_pet.name[337] will be created
+ random_pet.name[338] will be created
+ random_pet.name[339] will be created
+ random_pet.name[340] will be created
+ random_pet.name[341] will be created
+ random_pet.name[342] will be created
+ random_pet.name[343] will be created
+ random_pet.name[344] will be created
+ random_pet.name[345] will be created
+ random_pet.name[346] will be created
+ random_pet.name[347] will be created
+ random_pet.name[348] will be created
+ random_pet.name[349] will be created
+ random_pet.name[350] will be created
+ random_pet.name[351] will be created
+ random_pet.name[352] will be created
+ random_pet.name[353] will be created
+ random_pet.name[354] will be created
+ random_pet.name[355] will be created
+ random_pet.name[356] will be created
+ random_pet.name[357] will be created
+ random_pet.name[358] will be created
+ random_pet.name[359] will be created
+ random_pet.name[360] will be created
+ random_pet.name[361] will be created
+ random_pet.name[362] will be created
+ random_pet.name[363] will be created
+ random_pet.name[364] will be created
+ random_pet.name[365] will be created
+ random_pet.name[366] will be created
+ random_pet.name[367] will be created
+ random_pet.name[368] will be created
+ random_pet.name[369] will be created
+ random_pet.name[370] will be created
+ random_pet.name[371] will be created
+ random_pet.name[372] will be created
+ random_pet.name[373] will be created
+ random_pet.name[374] will be created
+ random_pet.name[375] will be created
+ random_pet.name[376] will be created
+ random_pet.name[377] will be created
+ random_pet.name[378] will be created
+ random_pet.name[379] will be created
+ random_pet.name[380] will be created
+ random_pet.name[381] will be created
+ random_pet.name[382] will be created
+ random_pet.name[383] will be created
+ random_pet.name[384] will be created
+ random_pet.name[385] will be created
+ random_pet.name[386] will be created
+ random_pet.name[387] will be created
+ random_pet.name[388] will be created
+ random_pet.name[389] will be created
+ random_pet.name[390] will be created
+ random_pet.name[391] will be created
+ random_pet.name[392] will be created
+ random_pet.name[393] will be created
+ random_pet.name[394] will be created
+ random_pet.name[395] will be created
+ random_pet.name[396] will be created
+ random_pet.name[397] will be created
+ random_pet.name[398] will be created
+ random_pet.name[399] will be created
+ random_pet.name[400] will be created
+ random_pet.name[401] will be created
+ random_pet.name[402] will be created
+ random_pet.name[403] will be created
+ random_pet.name[404] will be created
+ random_pet.name[405] will be created
+ random_pet.name[406] will be created
+ random_pet.name[407] will be created
+ random_pet.name[408] will be created
+ random_pet.name[409] will be created
+ random_pet.name[410] will be created
+ random_pet.name[411] will be created
+ random_pet.name[412] will be created
+ random_pet.name[413] will be created
+ random_pet.name[414] will be created
+ random_pet.name[415] will be created
+ random_pet.name[416] will be created
+ random_pet.name[417] will be created
+ random_pet.name[418] will be created
+ random_pet.name[419] will be created
+ random_pet.name[420] will be created
+ random_pet.name[421] will be created
+ random_pet.name[422] will be created
+ random_pet.name[423] will be created
+ random_pet.name[424] will be created
+ random_pet.name[425] will be created
+ random_pet.name[426] will be created
+ random_pet.name[427] will be created
+ random_pet.name[428] will be created
+ random_pet.name[429] will be created
+ random_pet.name[430] will be created
+ random_pet.name[431] will be created
+ random_pet.name[432] will be created
+ random_pet.name[433] will be created
+ random_pet.name[434] will be created
+ random_pet.name[435] will be created
+ random_pet.name[436] will be created
+ random_pet.name[437] will be created
+ random_pet.name[438] will be created
+ random_pet.name[439] will be created
+ random_pet.name[440] will be created
+ random_pet.name[441] will be created
+ random_pet.name[442] will be created
+ random_pet.name[443] will be created
+ random_pet.name[444] will be created
+ random_pet.name[445] will be created
+ random_pet.name[446] will be created
+ random_pet.name[447] will be created
+ random_pet.name[448] will be created
+ random_pet.name[449] will be created
+ random_pet.name[450] will be created
+ random_pet.name[451] will be created
+ random_pet.name[452] will be created
+ random_pet.name[453] will be created
+ random_pet.name[454] will be created
+ random_pet.name[455] will be created
+ random_pet.name[456] will be created
+ random_pet.name[457] will be created
+ random_pet.name[458] will be created
+ random_pet.name[459] will be created
+ random_pet.name[460] will be created
+ random_pet.name[461] will be created
+ random_pet.name[462] will be created
+ random_pet.name[463] will be created
+ random_pet.name[464] will be created
+ random_pet.name[465] will be created
+ random_pet.name[466] will be created
+ random_pet.name[467] will be created
+ random_pet.name[468] will be created
+ random_pet.name[469] will be created
+ random_pet.name[470] will be created
+ random_pet.name[471] will be created
+ random_pet.name[472] will be created
+ random_pet.name[473] will be created
+ random_pet.name[474] will be created
+ random_pet.name[475] will be created
+ random_pet.name[476] will be created
+ random_pet.name[477] will be created
+ random_pet.name[478] will be created
+ random_pet.name[479] will be created
+ random_pet.name[480] will be created
+ random_pet.name[481] will be created
+ random_pet.name[482] will be created
+ random_pet.name[483] will be created
+ random_pet.name[484] will be created
+ random_pet.name[485] will be created
+ random_pet.name[486] will be created
+ random_pet.name[487] will be created
+ random_pet.name[488] will be created
+ random_pet.name[489] will be created
+ random_pet.name[490] will be created
+ random_pet.name[491] will be created
+ random_pet.name[492] will be created
+ random_pet.name[493] will be created
+ random_pet.name[494] will be created
+ random_pet.name[495] will be created
+ random_pet.name[496] will be created
+ random_pet.name[497] will be created
+ random_pet.name[498] will be created
+ random_pet.name[499] will be created
+ random_pet.name[500] will be created
+ random_pet.name[501] will be created
+ random_pet.name[502] will be created
+ random_pet.name[503] will be created
+ random_pet.name[504] will be created
+ random_pet.name[505] will be created
+ random_pet.name[506] will be created
+ random_pet.name[507] will be created
+ random_pet.name[508] will be created
+ random_pet.name[509] will be created
+ random_pet.name[510] will be created
+ random_pet.name[511] will be created
+ random_pet.name[512] will be created
+ random_pet.name[513] will be created
+ random_pet.name[514] will be created
+ random_pet.name[515] will be created
+ random_pet.name[516] will be created
+ random_pet.name[517] will be created
+ random_pet.name[518] will be created
+ random_pet.name[519] will be created
+ random_pet.name[520] will be created
+ random_pet.name[521] will be created
+ random_pet.name[522] will be created
+ random_pet.name[523] will be created
+ random_pet.name[524] will be created
+ random_pet.name[525] will be created
+ random_pet.name[526] will be created
+ random_pet.name[527] will be created
+ random_pet.name[528] will be created
+ random_pet.name[529] will be created
+ random_pet.name[530] will be created
+ random_pet.name[531] will be created
+ random_pet.name[532] will be created
+ random_pet.name[533] will be created
+ random_pet.name[534] will be created
+ random_pet.name[535] will be created
+ random_pet.name[536] will be created
+ random_pet.name[537] will be created
+ random_pet.name[538] will be created
+ random_pet.name[539] will be created
+ random_pet.name[540] will be created
+ random_pet.name[541] will be created
+ random_pet.name[542] will be created
+ random_pet.name[543] will be created
+ random_pet.name[544] will be created
+ random_pet.name[545] will be created
+ random_pet.name[546] will be created
+ random_pet.name[547] will be created
+ random_pet.name[548] will be created
+ random_pet.name[549] will be created
+ random_pet.name[550] will be created
+ random_pet.name[551] will be created
+ random_pet.name[552] will be created
+ random_pet.name[553] will be created
+ random_pet.name[554] will be created
+ random_pet.name[555] will be created
+ random_pet.name[556] will be created
+ random_pet.name[557] will be created
+ random_pet.name[558] will be created
+ random_pet.name[559] will be created
+ random_pet.name[560] will be created
+ random_pet.name[561] will be created
+ random_pet.name[562] will be created
+ random_pet.name[563] will be created
+ random_pet.name[564] will be created
+ random_pet.name[565] will be created
+ random_pet.name[566] will be created
+ random_pet.name[567] will be created
+ random_pet.name[568] will be created
+ random_pet.name[569] will be created
+ random_pet.name[570] will be created
+ random_pet.name[571] will be created
+ random_pet.name[572] will be created
+ random_pet.name[573] will be created
+ random_pet.name[574] will be created
+ random_pet.name[575] will be created
+ random_pet.name[576] will be created
+ random_pet.name[577] will be created
+ random_pet.name[578] will be created
+ random_pet.name[579] will be created
+ random_pet.name[580] will be created
+ random_pet.name[581] will be created
+ random_pet.name[582] will be created
+ random_pet.name[583] will be created
+ random_pet.name[584] will be created
+ random_pet.name[585] will be created
+ random_pet.name[586] will be created
+ random_pet.name[587] will be created
+ random_pet.name[588] will be created
+ random_pet.name[589] will be created
+ random_pet.name[590] will be created
+ random_pet.name[591] will be created
+ random_pet.name[592] will be created
+ random_pet.name[593] will be created
+ random_pet.name[594] will be created
+ random_pet.name[595] will be created
+ random_pet.name[596] will be created
+ random_pet.name[597] will be created
+ random_pet.name[598] will be created
+ random_pet.name[599] will be created
+ random_pet.name[600] will be created
+ random_pet.name[601] will be created
+ random_pet.name[602] will be created
+ random_pet.name[603] will be created
+ random_pet.name[604] will be created
+ random_pet.name[605] will be created
+ random_pet.name[606] will be created
+ random_pet.name[607] will be created
+ random_pet.name[608] will be created
+ random_pet.name[609] will be created
+ random_pet.name[610] will be created
+ random_pet.name[611] will be created
+ random_pet.name[612] will be created
+ random_pet.name[613] will be created
+ random_pet.name[614] will be created
+ random_pet.name[615] will be created
+ random_pet.name[616] will be created
+ random_pet.name[617] will be created
+ random
Apply complete! Resources: 10000 added, 0 changed, 0 destroyed.
By rdhar at 2025-09-16T16:03:35Z (view log).
random_pet.name[5317]: Creating...
random_pet.name[4588]: Creating...
random_pet.name[6607]: Creating...
random_pet.name[32]: Creating...
random_pet.name[9818]: Creating...
random_pet.name[6451]: Creating...
random_pet.name[7412]: Creating...
random_pet.name[5932]: Creating...
random_pet.name[5317]: Creation complete after 0s [id=rich-sunbird]
random_pet.name[4588]: Creation complete after 0s [id=suitable-rodent]
random_pet.name[4717]: Creating...
random_pet.name[32]: Creation complete after 0s [id=splendid-drum]
random_pet.name[5923]: Creating...
random_pet.name[9818]: Creation complete after 0s [id=communal-yak]
random_pet.name[6451]: Creation complete after 0s [id=growing-koi]
random_pet.name[6607]: Creation complete after 0s [id=sunny-hog]
random_pet.name[7412]: Creation complete after 0s [id=adequate-koi]
random_pet.name[4717]: Creation complete after 0s [id=decent-wallaby]
random_pet.name[6867]: Creating...
random_pet.name[5932]: Creation complete after 0s [id=whole-corgi]
random_pet.name[3914]: Creating...
random_pet.name[5923]: Creation complete after 0s [id=pro-aardvark]
random_pet.name[3914]: Creation complete after 0s [id=moving-octopus]
random_pet.name[4503]: Creating...
random_pet.name[9664]: Creating...
random_pet.name[4516]: Creating...
random_pet.name[6867]: Creation complete after 0s [id=primary-gnat]
random_pet.name[4503]: Creation complete after 0s [id=neat-sparrow]
random_pet.name[718]: Creating...
random_pet.name[4516]: Creation complete after 0s [id=definite-elf]
random_pet.name[4705]: Creating...
random_pet.name[8437]: Creating...
random_pet.name[5488]: Creating...
random_pet.name[9664]: Creation complete after 0s [id=glowing-hamster]
random_pet.name[4705]: Creation complete after 0s [id=integral-alien]
random_pet.name[718]: Creation complete after 0s [id=in-mosquito]
random_pet.name[1925]: Creating...
random_pet.name[4168]: Creating...
random_pet.name[9168]: Creating...
random_pet.name[8437]: Creation complete after 0s [id=leading-kodiak]
random_pet.name[5488]: Creation complete after 0s [id=tight-dragon]
random_pet.name[1925]: Creation complete after 0s [id=viable-sheep]
random_pet.name[4168]: Creation complete after 0s [id=peaceful-chigger]
random_pet.name[9168]: Creation complete after 0s [id=adapting-python]
random_pet.name[6432]: Creating...
random_pet.name[4263]: Creating...
random_pet.name[978]: Creating...
random_pet.name[6488]: Creating...
random_pet.name[8430]: Creating...
random_pet.name[5199]: Creating...
random_pet.name[1686]: Creating...
random_pet.name[9062]: Creating...
random_pet.name[8430]: Creation complete after 0s [id=darling-finch]
random_pet.name[978]: Creation complete after 0s [id=literate-catfish]
random_pet.name[6432]: Creation complete after 0s [id=musical-hen]
random_pet.name[5199]: Creation complete after 0s [id=keen-sculpin]
random_pet.name[1686]: Creation complete after 0s [id=present-weasel]
random_pet.name[9062]: Creation complete after 0s [id=ultimate-ibex]
random_pet.name[7474]: Creating...
random_pet.name[6502]: Creating...
random_pet.name[4263]: Creation complete after 0s [id=chief-lamb]
random_pet.name[6488]: Creation complete after 0s [id=fresh-gibbon]
random_pet.name[7474]: Creation complete after 0s [id=sunny-alpaca]
random_pet.name[5596]: Creating...
random_pet.name[2828]: Creating...
random_pet.name[2400]: Creating...
random_pet.name[1629]: Creating...
random_pet.name[1107]: Creating...
random_pet.name[6502]: Creation complete after 0s [id=optimal-toad]
random_pet.name[2828]: Creation complete after 0s [id=major-goose]
random_pet.name[5596]: Creation complete after 0s [id=certain-snapper]
random_pet.name[6412]: Creating...
random_pet.name[1107]: Creation complete after 0s [id=leading-bonefish]
random_pet.name[4073]: Creating...
random_pet.name[1891]: Creating...
random_pet.name[1629]: Creation complete after 0s [id=notable-hare]
random_pet.name[2400]: Creation complete after 0s [id=absolute-kitten]
random_pet.name[5393]: Creating...
random_pet.name[3777]: Creating...
random_pet.name[4073]: Creation complete after 0s [id=supreme-pony]
random_pet.name[1891]: Creation complete after 0s [id=good-reptile]
random_pet.name[3248]: Creating...
random_pet.name[3919]: Creating...
random_pet.name[8561]: Creating...
random_pet.name[6412]: Creation complete after 0s [id=grand-pony]
random_pet.name[5393]: Creation complete after 0s [id=solid-mosquito]
random_pet.name[6386]: Creating...
random_pet.name[3777]: Creation complete after 0s [id=star-clam]
random_pet.name[3919]: Creation complete after 0s [id=funny-zebra]
random_pet.name[3248]: Creation complete after 0s [id=related-troll]
random_pet.name[8561]: Creation complete after 0s [id=one-cockatoo]
random_pet.name[6386]: Creation complete after 0s [id=primary-pegasus]
random_pet.name[5852]: Creating...
random_pet.name[5612]: Creating...
random_pet.name[5852]: Creation complete after 0s [id=good-macaw]
random_pet.name[7052]: Creating...
random_pet.name[504]: Creating...
random_pet.name[3213]: Creating...
random_pet.name[2482]: Creating...
random_pet.name[7402]: Creating...
random_pet.name[5612]: Creation complete after 0s [id=loyal-buffalo]
random_pet.name[7052]: Creation complete after 0s [id=guided-lemur]
random_pet.name[3213]: Creation complete after 0s [id=vocal-rooster]
random_pet.name[7766]: Creating...
random_pet.name[7402]: Creation complete after 0s [id=wondrous-squid]
random_pet.name[5054]: Creating...
random_pet.name[504]: Creation complete after 0s [id=enhanced-locust]
random_pet.name[6552]: Creating...
random_pet.name[2482]: Creation complete after 0s [id=destined-titmouse]
random_pet.name[8698]: Creating...
random_pet.name[8032]: Creating...
random_pet.name[7766]: Creation complete after 0s [id=sensible-bluegill]
random_pet.name[4112]: Creating...
random_pet.name[6552]: Creation complete after 0s [id=ample-foal]
random_pet.name[5054]: Creation complete after 0s [id=quick-mouse]
random_pet.name[9784]: Creating...
random_pet.name[8032]: Creation complete after 0s [id=real-mouse]
random_pet.name[5108]: Creating...
random_pet.name[8541]: Creating...
random_pet.name[8698]: Creation complete after 0s [id=creative-pheasant]
random_pet.name[4112]: Creation complete after 0s [id=ace-doe]
random_pet.name[5108]: Creation complete after 0s [id=prompt-hawk]
random_pet.name[979]: Creating...
random_pet.name[297]: Creating...
random_pet.name[5811]: Creating...
random_pet.name[8541]: Creation complete after 0s [id=just-finch]
random_pet.name[2156]: Creating...
random_pet.name[7991]: Creating...
random_pet.name[9784]: Creation complete after 0s [id=correct-gelding]
random_pet.name[6504]: Creating...
random_pet.name[182]: Creating...
random_pet.name[182]: Creation complete after 0s [id=informed-shrimp]
random_pet.name[5811]: Creation complete after 0s [id=select-sheepdog]
random_pet.name[7991]: Creation complete after 0s [id=profound-pegasus]
random_pet.name[6111]: Creating...
random_pet.name[6504]: Creation complete after 0s [id=cosmic-feline]
random_pet.name[9509]: Creating...
random_pet.name[979]: Creation complete after 0s [id=free-rat]
random_pet.name[2156]: Creation complete after 0s [id=tight-koala]
random_pet.name[297]: Creation complete after 0s [id=proud-marmot]
random_pet.name[9386]: Creating...
random_pet.name[9134]: Creating...
random_pet.name[6111]: Creation complete after 0s [id=ample-katydid]
random_pet.name[8782]: Creating...
random_pet.name[353]: Creating...
random_pet.name[1849]: Creating...
random_pet.name[9509]: Creation complete after 0s [id=grateful-doe]
random_pet.name[2381]: Creating...
random_pet.name[4670]: Creating...
random_pet.name[2797]: Creating...
random_pet.name[1849]: Creation complete after 0s [id=obliging-owl]
random_pet.name[9386]: Creation complete after 0s [id=artistic-herring]
random_pet.name[8782]: Creation complete after 0s [id=settled-cowbird]
random_pet.name[353]: Creation complete after 0s [id=model-kangaroo]
random_pet.name[9134]: Creation complete after 0s [id=healthy-monitor]
random_pet.name[2797]: Creation complete after 0s [id=wired-starfish]
random_pet.name[697]: Creating...
random_pet.name[4670]: Creation complete after 0s [id=curious-gnu]
random_pet.name[2381]: Creation complete after 0s [id=still-lamb]
random_pet.name[4040]: Creating...
random_pet.name[697]: Creation complete after 0s [id=saved-seagull]
random_pet.name[7851]: Creating...
random_pet.name[2842]: Creating...
random_pet.name[4040]: Creation complete after 0s [id=electric-crappie]
random_pet.name[359]: Creating...
random_pet.name[7882]: Creating...
random_pet.name[2842]: Creation complete after 0s [id=vocal-elk]
random_pet.name[5658]: Creating...
random_pet.name[71]: Creating...
random_pet.name[4221]: Creating...
random_pet.name[8818]: Creating...
random_pet.name[7882]: Creation complete after 0s [id=current-chimp]
random_pet.name[7851]: Creation complete after 0s [id=perfect-bobcat]
random_pet.name[9471]: Creating...
random_pet.name[7311]: Creating...
random_pet.name[359]: Creation complete after 0s [id=wired-bluegill]
random_pet.name[8818]: Creation complete after 0s [id=enhanced-worm]
random_pet.name[688]: Creating...
random_pet.name[5658]: Creation complete after 0s [id=renewed-grackle]
random_pet.name[7311]: Creation complete after 0s [id=driving-stork]
random_pet.name[71]: Creation complete after 0s [id=hip-beagle]
random_pet.name[9471]: Creation complete after 0s [id=polished-jaguar]
random_pet.name[7566]: Creating...
random_pet.name[688]: Creation complete after 0s [id=hot-tiger]
random_pet.name[7566]: Creation complete after 0s [id=ethical-mongoose]
random_pet.name[6240]: Creating...
random_pet.name[4221]: Creation complete after 0s [id=guided-oriole]
random_pet.name[713]: Creating...
random_pet.name[6473]: Creating...
random_pet.name[1646]: Creating...
random_pet.name[7916]: Creating...
random_pet.name[1646]: Creation complete after 0s [id=resolved-seal]
random_pet.name[680]: Creating...
random_pet.name[6473]: Creation complete after 0s [id=game-wolf]
random_pet.name[6240]: Creation complete after 0s [id=careful-cobra]
random_pet.name[713]: Creation complete after 0s [id=national-monster]
random_pet.name[9196]: Creating...
random_pet.name[791]: Creating...
random_pet.name[8145]: Creating...
random_pet.name[3559]: Creating...
random_pet.name[7916]: Creation complete after 0s [id=shining-minnow]
random_pet.name[680]: Creation complete after 0s [id=charming-roughy]
random_pet.name[7590]: Creating...
random_pet.name[9196]: Creation complete after 0s [id=sensible-catfish]
random_pet.name[791]: Creation complete after 0s [id=causal-bedbug]
random_pet.name[3559]: Creation complete after 0s [id=subtle-mako]
random_pet.name[8145]: Creation complete after 0s [id=sharp-panther]
random_pet.name[7590]: Creation complete after 0s [id=ample-kitten]
random_pet.name[4673]: Creating...
random_pet.name[3743]: Creating...
random_pet.name[5410]: Creating...
random_pet.name[505]: Creating...
random_pet.name[2193]: Creating...
random_pet.name[1585]: Creating...
random_pet.name[2957]: Creating...
random_pet.name[505]: Creation complete after 0s [id=eminent-guinea]
random_pet.name[3743]: Creation complete after 0s [id=pleased-stingray]
random_pet.name[4673]: Creation complete after 0s [id=climbing-hog]
random_pet.name[5410]: Creation complete after 0s [id=primary-moray]
random_pet.name[5008]: Creating...
random_pet.name[1585]: Creation complete after 0s [id=wanted-hyena]
random_pet.name[2193]: Creation complete after 0s [id=solid-airedale]
random_pet.name[5029]: Creating...
random_pet.name[8142]: Creating...
random_pet.name[5008]: Creation complete after 0s [id=obliging-midge]
random_pet.name[1347]: Creating...
random_pet.name[2957]: Creation complete after 0s [id=improved-satyr]
random_pet.name[5029]: Creation complete after 0s [id=working-hen]
random_pet.name[2767]: Creating...
random_pet.name[4695]: Creating...
random_pet.name[8142]: Creation complete after 0s [id=meet-vulture]
random_pet.name[9580]: Creating...
random_pet.name[717]: Creating...
random_pet.name[1347]: Creation complete after 0s [id=divine-jawfish]
random_pet.name[4695]: Creation complete after 0s [id=allowed-cowbird]
random_pet.name[1387]: Creating...
random_pet.name[7069]: Creating...
random_pet.name[6634]: Creating...
random_pet.name[9580]: Creation complete after 0s [id=supreme-goblin]
random_pet.name[1387]: Creation complete after 0s [id=inspired-alien]
random_pet.name[717]: Creation complete after 0s [id=noted-skink]
random_pet.name[9465]: Creating...
random_pet.name[2767]: Creation complete after 0s [id=boss-bat]
random_pet.name[7069]: Creation complete after 0s [id=pretty-phoenix]
random_pet.name[6634]: Creation complete after 0s [id=huge-macaque]
random_pet.name[7414]: Creating...
random_pet.name[7414]: Creation complete after 0s [id=magnetic-ostrich]
random_pet.name[2430]: Creating...
random_pet.name[9224]: Creating...
random_pet.name[6536]: Creating...
random_pet.name[2946]: Creating...
random_pet.name[5681]: Creating...
random_pet.name[9465]: Creation complete after 0s [id=happy-worm]
random_pet.name[2119]: Creating...
random_pet.name[2946]: Creation complete after 0s [id=solid-clam]
random_pet.name[9276]: Creating...
random_pet.name[5681]: Creation complete after 0s [id=faithful-mustang]
random_pet.name[2430]: Creation complete after 0s [id=knowing-burro]
random_pet.name[9224]: Creation complete after 0s [id=special-wildcat]
random_pet.name[8643]: Creating...
random_pet.name[6536]: Creation complete after 0s [id=civil-narwhal]
random_pet.name[2119]: Creation complete after 0s [id=witty-insect]
random_pet.name[7181]: Creating...
random_pet.name[8643]: Creation complete after 0s [id=generous-dory]
random_pet.name[7181]: Creation complete after 0s [id=rare-monster]
random_pet.name[4973]: Creating...
random_pet.name[9276]: Creation complete after 0s [id=adapting-condor]
random_pet.name[7307]: Creating...
random_pet.name[883]: Creating...
random_pet.name[4973]: Creation complete after 0s [id=dashing-cub]
random_pet.name[2206]: Creating...
random_pet.name[4062]: Creating...
random_pet.name[681]: Creating...
random_pet.name[8351]: Creating...
random_pet.name[118]: Creating...
random_pet.name[883]: Creation complete after 0s [id=precious-cicada]
random_pet.name[4062]: Creation complete after 0s [id=grateful-octopus]
random_pet.name[8351]: Creation complete after 0s [id=valued-goblin]
random_pet.name[2825]: Creating...
random_pet.name[681]: Creation complete after 0s [id=healthy-gar]
random_pet.name[4764]: Creating...
random_pet.name[2206]: Creation complete after 0s [id=fun-slug]
random_pet.name[118]: Creation complete after 0s [id=diverse-pika]
random_pet.name[7307]: Creation complete after 0s [id=flowing-cicada]
random_pet.name[7963]: Creating...
random_pet.name[4764]: Creation complete after 0s [id=touching-walrus]
random_pet.name[7963]: Creation complete after 0s [id=aware-pup]
random_pet.name[3828]: Creating...
random_pet.name[1239]: Creating...
random_pet.name[2825]: Creation complete after 0s [id=sterling-serval]
random_pet.name[7778]: Creating...
random_pet.name[4044]: Creating...
random_pet.name[1239]: Creation complete after 0s [id=sharp-perch]
random_pet.name[8453]: Creating...
random_pet.name[9453]: Creating...
random_pet.name[3828]: Creation complete after 0s [id=related-panther]
random_pet.name[1069]: Creating...
random_pet.name[8453]: Creation complete after 0s [id=bursting-raccoon]
random_pet.name[4044]: Creation complete after 0s [id=wise-gobbler]
random_pet.name[2886]: Creating...
random_pet.name[7806]: Creating...
random_pet.name[7778]: Creation complete after 0s [id=growing-bulldog]
random_pet.name[9453]: Creation complete after 0s [id=composed-porpoise]
random_pet.name[7806]: Creation complete after 0s [id=fair-ram]
random_pet.name[5325]: Creating...
random_pet.name[2886]: Creation complete after 0s [id=correct-owl]
random_pet.name[9727]: Creating...
random_pet.name[1069]: Creation complete after 0s [id=harmless-sawfish]
random_pet.name[2194]: Creating...
random_pet.name[7631]: Creating...
random_pet.name[6803]: Creating...
random_pet.name[9272]: Creating...
random_pet.name[5325]: Creation complete after 1s [id=heroic-tiger]
random_pet.name[9727]: Creation complete after 1s [id=flowing-peacock]
random_pet.name[2194]: Creation complete after 1s [id=well-pup]
random_pet.name[6803]: Creation complete after 0s [id=intimate-terrier]
random_pet.name[8127]: Creating...
random_pet.name[1090]: Creating...
random_pet.name[8700]: Creating...
random_pet.name[9272]: Creation complete after 0s [id=perfect-ewe]
random_pet.name[2063]: Creating...
random_pet.name[352]: Creating...
random_pet.name[7631]: Creation complete after 1s [id=humble-arachnid]
random_pet.name[1733]: Creating...
random_pet.name[6526]: Creating...
random_pet.name[6133]: Creating...
random_pet.name[8127]: Creation complete after 0s [id=usable-possum]
random_pet.name[1090]: Creation complete after 0s [id=prompt-swan]
random_pet.name[1733]: Creation complete after 0s [id=square-condor]
random_pet.name[352]: Creation complete after 0s [id=lenient-tick]
random_pet.name[5001]: Creating...
random_pet.name[8700]: Creation complete after 0s [id=wired-koi]
random_pet.name[7150]: Creating...
random_pet.name[4183]: Creating...
random_pet.name[2832]: Creating...
random_pet.name[6526]: Creation complete after 0s [id=learning-tick]
random_pet.name[7150]: Creation complete after 0s [id=allowing-gibbon]
random_pet.name[6388]: Creating...
random_pet.name[2063]: Creation complete after 0s [id=logical-snapper]
random_pet.name[6133]: Creation complete after 0s [id=novel-pigeon]
random_pet.name[5001]: Creation complete after 0s [id=sincere-sawfish]
random_pet.name[4183]: Creation complete after 0s [id=first-gator]
random_pet.name[2832]: Creation complete after 0s [id=mature-cat]
random_pet.name[972]: Creating...
random_pet.name[4999]: Creating...
random_pet.name[6628]: Creating...
random_pet.name[1552]: Creating...
random_pet.name[972]: Creation complete after 0s [id=destined-roughy]
random_pet.name[3127]: Creating...
random_pet.name[4999]: Creation complete after 0s [id=saving-phoenix]
random_pet.name[6388]: Creation complete after 0s [id=up-malamute]
random_pet.name[8743]: Creating...
random_pet.name[1197]: Creating...
random_pet.name[3127]: Creation complete after 0s [id=complete-pegasus]
random_pet.name[9388]: Creating...
random_pet.name[9433]: Creating...
random_pet.name[1552]: Creation complete after 0s [id=smiling-ghoul]
random_pet.name[9360]: Creating...
random_pet.name[6628]: Creation complete after 0s [id=summary-filly]
random_pet.name[2484]: Creating...
random_pet.name[1197]: Creation complete after 0s [id=thorough-vulture]
random_pet.name[6673]: Creating...
random_pet.name[9388]: Creation complete after 0s [id=modest-firefly]
random_pet.name[8743]: Creation complete after 0s [id=relaxed-phoenix]
random_pet.name[2484]: Creation complete after 0s [id=proud-guppy]
random_pet.name[9360]: Creation complete after 0s [id=fancy-drake]
random_pet.name[9433]: Creation complete after 0s [id=usable-puma]
random_pet.name[704]: Creating...
random_pet.name[6673]: Creation complete after 0s [id=evident-marten]
random_pet.name[5242]: Creating...
random_pet.name[6439]: Creating...
random_pet.name[8807]: Creating...
random_pet.name[2450]: Creating...
random_pet.name[704]: Creation complete after 0s [id=large-mouse]
random_pet.name[4318]: Creating...
random_pet.name[5242]: Creation complete after 0s [id=willing-reindeer]
random_pet.name[1447]: Creating...
random_pet.name[4318]: Creation complete after 0s [id=ruling-fly]
random_pet.name[5569]: Creating...
random_pet.name[8807]: Creation complete after 0s [id=enjoyed-cardinal]
random_pet.name[6439]: Creation complete after 0s [id=correct-civet]
random_pet.name[679]: Creating...
random_pet.name[2450]: Creation complete after 0s [id=smiling-glowworm]
random_pet.name[1447]: Creation complete after 0s [id=sharing-goat]
random_pet.name[711]: Creating...
random_pet.name[4793]: Creating...
random_pet.name[9538]: Creating...
random_pet.name[5569]: Creation complete after 0s [id=sacred-barnacle]
random_pet.name[4793]: Creation complete after 0s [id=sensible-deer]
random_pet.name[997]: Creating...
random_pet.name[679]: Creation complete after 0s [id=literate-gazelle]
random_pet.name[8614]: Creating...
random_pet.name[9538]: Creation complete after 0s [id=enhanced-goose]
random_pet.name[1950]: Creating...
random_pet.name[997]: Creation complete after 0s [id=master-macaw]
random_pet.name[711]: Creation complete after 0s [id=unified-lionfish]
random_pet.name[8614]: Creation complete after 0s [id=huge-grackle]
random_pet.name[1040]: Creating...
random_pet.name[1950]: Creation complete after 0s [id=summary-mosquito]
random_pet.name[6564]: Creating...
random_pet.name[2980]: Creating...
random_pet.name[3599]: Creating...
random_pet.name[7379]: Creating...
random_pet.name[3599]: Creation complete after 0s [id=robust-elephant]
random_pet.name[1040]: Creation complete after 0s [id=singular-mutt]
random_pet.name[1754]: Creating...
random_pet.name[6564]: Creation complete after 0s [id=liked-mustang]
random_pet.name[5867]: Creating...
random_pet.name[2980]: Creation complete after 0s [id=electric-pup]
random_pet.name[7379]: Creation complete after 0s [id=pleased-lamprey]
random_pet.name[4949]: Creating...
random_pet.name[1754]: Creation complete after 0s [id=sure-mouse]
random_pet.name[5867]: Creation complete after 0s [id=musical-polecat]
random_pet.name[750]: Creating...
random_pet.name[5854]: Creating...
random_pet.name[732]: Creating...
random_pet.name[4245]: Creating...
random_pet.name[4949]: Creation complete after 0s [id=fun-stud]
random_pet.name[750]: Creation complete after 0s [id=pleased-humpback]
random_pet.name[5535]: Creating...
random_pet.name[2419]: Creating...
random_pet.name[6618]: Creating...
random_pet.name[5854]: Creation complete after 0s [id=useful-bengal]
random_pet.name[732]: Creation complete after 0s [id=humble-iguana]
random_pet.name[4245]: Creation complete after 0s [id=probable-lobster]
random_pet.name[8422]: Creating...
random_pet.name[2419]: Creation complete after 0s [id=intimate-coral]
random_pet.name[5535]: Creation complete after 0s [id=native-marlin]
random_pet.name[8422]: Creation complete after 0s [id=complete-piglet]
random_pet.name[9210]: Creating...
random_pet.name[3736]: Creating...
random_pet.name[7549]: Creating...
random_pet.name[6618]: Creation complete after 0s [id=equipped-buck]
random_pet.name[5547]: Creating...
random_pet.name[7549]: Creation complete after 0s [id=merry-lark]
random_pet.name[3736]: Creation complete after 0s [id=stable-cougar]
random_pet.name[1017]: Creating...
random_pet.name[3292]: Creating...
random_pet.name[9210]: Creation complete after 0s [id=evolving-starling]
random_pet.name[4828]: Creating...
random_pet.name[4523]: Creating...
random_pet.name[3292]: Creation complete after 0s [id=supreme-wasp]
random_pet.name[4523]: Creation complete after 0s [id=diverse-reindeer]
random_pet.name[1807]: Creating...
random_pet.name[5547]: Creation complete after 0s [id=liberal-lionfish]
random_pet.name[1017]: Creation complete after 0s [id=super-honeybee]
random_pet.name[4828]: Creation complete after 0s [id=novel-monster]
random_pet.name[1807]: Creation complete after 0s [id=game-lioness]
random_pet.name[4930]: Creating...
random_pet.name[7440]: Creating...
random_pet.name[612]: Creating...
random_pet.name[4392]: Creating...
random_pet.name[5218]: Creating...
random_pet.name[612]: Creation complete after 0s [id=allowing-lamb]
random_pet.name[7440]: Creation complete after 0s [id=quiet-pigeon]
random_pet.name[3201]: Creating...
random_pet.name[4392]: Creation complete after 0s [id=master-hermit]
random_pet.name[3201]: Creation complete after 0s [id=thankful-kangaroo]
random_pet.name[8481]: Creating...
random_pet.name[4442]: Creating...
random_pet.name[4930]: Creation complete after 0s [id=sacred-fox]
random_pet.name[976]: Creating...
random_pet.name[8726]: Creating...
random_pet.name[5218]: Creation complete after 0s [id=renewed-zebra]
random_pet.name[4442]: Creation complete after 0s [id=major-silkworm]
random_pet.name[4716]: Creating...
random_pet.name[8481]: Creation complete after 0s [id=capital-sunbird]
random_pet.name[8726]: Creation complete after 0s [id=real-piglet]
random_pet.name[976]: Creation complete after 0s [id=grand-lab]
random_pet.name[5649]: Creating...
random_pet.name[1992]: Creating...
random_pet.name[4716]: Creation complete after 0s [id=rare-krill]
random_pet.name[3141]: Creating...
random_pet.name[8086]: Creating...
random_pet.name[8831]: Creating...
random_pet.name[5649]: Creation complete after 0s [id=probable-wolf]
random_pet.name[4715]: Creating...
random_pet.name[6615]: Creating...
random_pet.name[1992]: Creation complete after 0s [id=cheerful-cod]
random_pet.name[8831]: Creation complete after 0s [id=pleased-racer]
random_pet.name[3141]: Creation complete after 0s [id=complete-macaque]
random_pet.name[6615]: Creation complete after 0s [id=measured-puma]
random_pet.name[7782]: Creating...
random_pet.name[7336]: Creating...
random_pet.name[5195]: Creating...
random_pet.name[3619]: Creating...
random_pet.name[14]: Creating...
random_pet.name[8086]: Creation complete after 0s [id=adequate-dane]
random_pet.name[3619]: Creation complete after 0s [id=bright-calf]
random_pet.name[14]: Creation complete after 0s [id=poetic-glider]
random_pet.name[4715]: Creation complete after 0s [id=advanced-werewolf]
random_pet.name[7336]: Creation complete after 0s [id=quality-bengal]
random_pet.name[8912]: Creating...
random_pet.name[5195]: Creation complete after 0s [id=related-cub]
random_pet.name[7782]: Creation complete after 0s [id=direct-gull]
random_pet.name[8603]: Creating...
random_pet.name[6249]: Creating...
random_pet.name[8912]: Creation complete after 0s [id=singular-osprey]
random_pet.name[7090]: Creating...
random_pet.name[2827]: Creating...
random_pet.name[6249]: Creation complete after 0s [id=integral-snipe]
random_pet.name[7295]: Creating...
random_pet.name[7556]: Creating...
random_pet.name[8603]: Creation complete after 0s [id=viable-giraffe]
random_pet.name[845]: Creating...
random_pet.name[7603]: Creating...
random_pet.name[7295]: Creation complete after 0s [id=sincere-pegasus]
random_pet.name[7090]: Creation complete after 0s [id=powerful-molly]
random_pet.name[1567]: Creating...
random_pet.name[2827]: Creation complete after 0s [id=curious-mouse]
random_pet.name[845]: Creation complete after 0s [id=hardy-penguin]
random_pet.name[7603]: Creation complete after 0s [id=magical-sheep]
random_pet.name[7556]: Creation complete after 0s [id=pretty-macaw]
random_pet.name[8791]: Creating...
random_pet.name[1567]: Creation complete after 0s [id=fluent-rooster]
random_pet.name[4518]: Creating...
random_pet.name[8100]: Creating...
random_pet.name[8791]: Creation complete after 0s [id=decent-silkworm]
random_pet.name[6116]: Creating...
random_pet.name[4518]: Creation complete after 0s [id=exciting-mako]
random_pet.name[4447]: Creating...
random_pet.name[8100]: Creation complete after 0s [id=settled-arachnid]
random_pet.name[1079]: Creating...
random_pet.name[3737]: Creating...
random_pet.name[4447]: Creation complete after 0s [id=joint-werewolf]
random_pet.name[6116]: Creation complete after 0s [id=sought-kingfish]
random_pet.name[5736]: Creating...
random_pet.name[375]: Creating...
random_pet.name[7496]: Creating...
random_pet.name[3737]: Creation complete after 0s [id=diverse-crawdad]
random_pet.name[8392]: Creating...
random_pet.name[1079]: Creation complete after 0s [id=grand-fly]
random_pet.name[375]: Creation complete after 0s [id=daring-beagle]
random_pet.name[8220]: Creating...
random_pet.name[7496]: Creation complete after 0s [id=flying-worm]
random_pet.name[5736]: Creation complete after 0s [id=grown-louse]
random_pet.name[8392]: Creation complete after 0s [id=lasting-muskrat]
random_pet.name[8920]: Creating...
random_pet.name[8220]: Creation complete after 0s [id=robust-ocelot]
random_pet.name[6882]: Creating...
random_pet.name[8474]: Creating...
random_pet.name[8920]: Creation complete after 0s [id=settled-calf]
random_pet.name[8474]: Creation complete after 0s [id=relieved-sloth]
random_pet.name[4005]: Creating...
random_pet.name[8113]: Creating...
random_pet.name[6882]: Creation complete after 0s [id=mint-platypus]
random_pet.name[442]: Creating...
random_pet.name[8978]: Creating...
random_pet.name[8113]: Creation complete after 0s [id=huge-lion]
random_pet.name[8978]: Creation complete after 0s [id=meet-cod]
random_pet.name[442]: Creation complete after 0s [id=many-jawfish]
random_pet.name[4726]: Creating...
random_pet.name[7083]: Creating...
random_pet.name[3810]: Creating...
random_pet.name[5214]: Creating...
random_pet.name[4005]: Creation complete after 0s [id=mint-chicken]
random_pet.name[9185]: Creating...
random_pet.name[3810]: Creation complete after 0s [id=becoming-doberman]
random_pet.name[4726]: Creation complete after 0s [id=huge-skunk]
random_pet.name[7083]: Creation complete after 0s [id=absolute-crawdad]
random_pet.name[5754]: Creating...
random_pet.name[5214]: Creation complete after 0s [id=guided-goldfish]
random_pet.name[9185]: Creation complete after 0s [id=informed-duckling]
random_pet.name[5754]: Creation complete after 0s [id=lenient-grizzly]
random_pet.name[6608]: Creating...
random_pet.name[2941]: Creating...
random_pet.name[6608]: Creation complete after 0s [id=novel-roughy]
random_pet.name[1404]: Creating...
random_pet.name[8132]: Creating...
random_pet.name[2941]: Creation complete after 0s [id=fine-orca]
random_pet.name[8763]: Creating...
random_pet.name[7668]: Creating...
random_pet.name[8132]: Creation complete after 0s [id=modern-camel]
random_pet.name[5937]: Creating...
random_pet.name[3745]: Creating...
random_pet.name[3348]: Creating...
random_pet.name[1404]: Creation complete after 0s [id=pleasant-vulture]
random_pet.name[8763]: Creation complete after 0s [id=deep-sole]
random_pet.name[3745]: Creation complete after 0s [id=informed-sawfish]
random_pet.name[7706]: Creating...
random_pet.name[6383]: Creating...
random_pet.name[5660]: Creating...
random_pet.name[3348]: Creation complete after 0s [id=vast-lab]
random_pet.name[7668]: Creation complete after 0s [id=pleased-hog]
random_pet.name[5937]: Creation complete after 0s [id=intimate-frog]
random_pet.name[6509]: Creating...
random_pet.name[6383]: Creation complete after 0s [id=legal-stag]
random_pet.name[9861]: Creating...
random_pet.name[5660]: Creation complete after 0s [id=fun-joey]
random_pet.name[7706]: Creation complete after 0s [id=intimate-chamois]
random_pet.name[6509]: Creation complete after 0s [id=romantic-terrier]
random_pet.name[1252]: Creating...
random_pet.name[6238]: Creating...
random_pet.name[9861]: Creation complete after 0s [id=civil-panther]
random_pet.name[3537]: Creating...
random_pet.name[324]: Creating...
random_pet.name[9099]: Creating...
random_pet.name[5711]: Creating...
random_pet.name[8546]: Creating...
random_pet.name[6238]: Creation complete after 0s [id=firm-zebra]
random_pet.name[1252]: Creation complete after 0s [id=novel-quetzal]
random_pet.name[3170]: Creating...
random_pet.name[8546]: Creation complete after 0s [id=communal-goldfish]
random_pet.name[5915]: Creating...
random_pet.name[5711]: Creation complete after 0s [id=trusting-dolphin]
random_pet.name[2586]: Creating...
random_pet.name[324]: Creation complete after 0s [id=cheerful-toucan]
random_pet.name[5915]: Creation complete after 0s [id=boss-bull]
random_pet.name[9099]: Creation complete after 0s [id=optimal-chicken]
random_pet.name[3170]: Creation complete after 0s [id=pleasant-marten]
random_pet.name[3844]: Creating...
random_pet.name[3537]: Creation complete after 0s [id=winning-malamute]
random_pet.name[5986]: Creating...
random_pet.name[2586]: Creation complete after 0s [id=easy-jay]
random_pet.name[2293]: Creating...
random_pet.name[5986]: Creation complete after 0s [id=ruling-starfish]
random_pet.name[2293]: Creation complete after 0s [id=polished-tick]
random_pet.name[3844]: Creation complete after 0s [id=settled-cicada]
random_pet.name[6485]: Creating...
random_pet.name[7652]: Creating...
random_pet.name[6857]: Creating...
random_pet.name[5558]: Creating...
random_pet.name[5225]: Creating...
random_pet.name[1782]: Creating...
random_pet.name[5225]: Creation complete after 0s [id=handy-dingo]
random_pet.name[4599]: Creating...
random_pet.name[1782]: Creation complete after 0s [id=harmless-bull]
random_pet.name[591]: Creating...
random_pet.name[4454]: Creating...
random_pet.name[7652]: Creation complete after 0s [id=hip-redfish]
random_pet.name[5558]: Creation complete after 0s [id=legible-snail]
random_pet.name[6857]: Creation complete after 0s [id=devoted-pangolin]
random_pet.name[4599]: Creation complete after 0s [id=balanced-pup]
random_pet.name[6485]: Creation complete after 0s [id=tough-mite]
random_pet.name[5533]: Creating...
random_pet.name[3057]: Creating...
random_pet.name[591]: Creation complete after 0s [id=major-weevil]
random_pet.name[5533]: Creation complete after 0s [id=native-chigger]
random_pet.name[4454]: Creation complete after 0s [id=giving-osprey]
random_pet.name[1517]: Creating...
random_pet.name[3057]: Creation complete after 0s [id=handy-crane]
random_pet.name[4]: Creating...
random_pet.name[3574]: Creating...
random_pet.name[6433]: Creating...
random_pet.name[4]: Creation complete after 0s [id=faithful-dingo]
random_pet.name[2386]: Creating...
random_pet.name[3574]: Creation complete after 0s [id=prompt-mackerel]
random_pet.name[8528]: Creating...
random_pet.name[6433]: Creation complete after 0s [id=intent-chicken]
random_pet.name[1517]: Creation complete after 0s [id=funny-gator]
random_pet.name[5424]: Creating...
random_pet.name[2386]: Creation complete after 0s [id=casual-blowfish]
random_pet.name[2218]: Creating...
random_pet.name[626]: Creating...
random_pet.name[5863]: Creating...
random_pet.name[1256]: Creating...
random_pet.name[761]: Creating...
random_pet.name[626]: Creation complete after 0s [id=grand-kid]
random_pet.name[2627]: Creating...
random_pet.name[5766]: Creating...
random_pet.name[8528]: Creation complete after 0s [id=current-pegasus]
random_pet.name[4256]: Creating...
random_pet.name[2218]: Creation complete after 0s [id=relieved-marlin]
random_pet.name[1256]: Creation complete after 0s [id=maximum-ladybug]
random_pet.name[761]: Creation complete after 0s [id=patient-parakeet]
random_pet.name[5863]: Creation complete after 0s [id=fancy-skink]
random_pet.name[5424]: Creation complete after 0s [id=gorgeous-badger]
random_pet.name[1146]: Creating...
random_pet.name[4256]: Creation complete after 0s [id=relevant-stork]
random_pet.name[5766]: Creation complete after 0s [id=cheerful-grubworm]
random_pet.name[1456]: Creating...
random_pet.name[2627]: Creation complete after 0s [id=certain-oyster]
random_pet.name[1146]: Creation complete after 0s [id=able-foxhound]
random_pet.name[1456]: Creation complete after 0s [id=accepted-newt]
random_pet.name[765]: Creating...
random_pet.name[6215]: Creating...
random_pet.name[9514]: Creating...
random_pet.name[7200]: Creating...
random_pet.name[55]: Creating...
random_pet.name[9466]: Creating...
random_pet.name[7822]: Creating...
random_pet.name[7200]: Creation complete after 0s [id=close-humpback]
random_pet.name[9873]: Creating...
random_pet.name[6215]: Creation complete after 0s [id=sharp-cockatoo]
random_pet.name[755]: Creating...
random_pet.name[9466]: Creation complete after 0s [id=learning-hookworm]
random_pet.name[9873]: Creation complete after 0s [id=busy-hawk]
random_pet.name[629]: Creating...
random_pet.name[7822]: Creation complete after 0s [id=boss-caiman]
random_pet.name[55]: Creation complete after 0s [id=glowing-jennet]
random_pet.name[765]: Creation complete after 0s [id=giving-boa]
random_pet.name[9514]: Creation complete after 0s [id=sought-tahr]
random_pet.name[6421]: Creating...
random_pet.name[3192]: Creating...
random_pet.name[6421]: Creation complete after 0s [id=vocal-wasp]
random_pet.name[6127]: Creating...
random_pet.name[755]: Creation complete after 0s [id=darling-sculpin]
random_pet.name[629]: Creation complete after 0s [id=clean-ram]
random_pet.name[9313]: Creating...
random_pet.name[880]: Creating...
random_pet.name[3192]: Creation complete after 0s [id=special-ant]
random_pet.name[6065]: Creating...
random_pet.name[7604]: Creating...
random_pet.name[880]: Creation complete after 0s [id=legal-primate]
random_pet.name[6127]: Creation complete after 0s [id=flexible-seagull]
random_pet.name[9313]: Creation complete after 0s [id=usable-dove]
random_pet.name[6065]: Creation complete after 0s [id=warm-leech]
random_pet.name[7604]: Creation complete after 0s [id=loved-bull]
random_pet.name[162]: Creating...
random_pet.name[9577]: Creating...
random_pet.name[6329]: Creating...
random_pet.name[4090]: Creating...
random_pet.name[5688]: Creating...
random_pet.name[7386]: Creating...
random_pet.name[6329]: Creation complete after 0s [id=able-bee]
random_pet.name[162]: Creation complete after 0s [id=unique-kiwi]
random_pet.name[286]: Creating...
random_pet.name[7386]: Creation complete after 0s [id=lenient-chimp]
random_pet.name[5894]: Creating...
random_pet.name[1315]: Creating...
random_pet.name[5086]: Creating...
random_pet.name[286]: Creation complete after 0s [id=model-roughy]
random_pet.name[5688]: Creation complete after 0s [id=deep-magpie]
random_pet.name[4090]: Creation complete after 0s [id=cheerful-glider]
random_pet.name[9577]: Creation complete after 0s [id=glad-crayfish]
random_pet.name[6198]: Creating...
random_pet.name[5086]: Creation complete after 0s [id=hot-llama]
random_pet.name[1315]: Creation complete after 0s [id=liberal-ray]
random_pet.name[5894]: Creation complete after 0s [id=peaceful-drake]
random_pet.name[2358]: Creating...
random_pet.name[6505]: Creating...
random_pet.name[6198]: Creation complete after 0s [id=prepared-mako]
random_pet.name[8357]: Creating...
random_pet.name[1023]: Creating...
random_pet.name[9143]: Creating...
random_pet.name[6505]: Creation complete after 0s [id=large-cat]
random_pet.name[1023]: Creation complete after 0s [id=stirred-sheep]
random_pet.name[9141]: Creating...
random_pet.name[8357]: Creation complete after 0s [id=regular-sculpin]
random_pet.name[539]: Creating...
random_pet.name[3471]: Creating...
random_pet.name[9141]: Creation complete after 0s [id=evident-stork]
random_pet.name[2358]: Creation complete after 0s [id=immense-monkey]
random_pet.name[9143]: Creation complete after 0s [id=fancy-prawn]
random_pet.name[1732]: Creating...
random_pet.name[8462]: Creating...
random_pet.name[539]: Creation complete after 0s [id=unbiased-jennet]
random_pet.name[67]: Creating...
random_pet.name[3471]: Creation complete after 0s [id=viable-lion]
random_pet.name[3058]: Creating...
random_pet.name[2407]: Creating...
random_pet.name[8462]: Creation complete after 0s [id=apt-shark]
random_pet.name[1732]: Creation complete after 0s [id=sought-boxer]
random_pet.name[67]: Creation complete after 0s [id=one-chow]
random_pet.name[1509]: Creating...
random_pet.name[3058]: Creation complete after 0s [id=electric-stork]
random_pet.name[2759]: Creating...
random_pet.name[7493]: Creating...
random_pet.name[8664]: Creating...
random_pet.name[7493]: Creation complete after 0s [id=summary-basilisk]
random_pet.name[8664]: Creation complete after 0s [id=great-hawk]
random_pet.name[7394]: Creating...
random_pet.name[2407]: Creation complete after 0s [id=arriving-bass]
random_pet.name[1509]: Creation complete after 0s [id=decent-lamprey]
random_pet.name[2759]: Creation complete after 0s [id=better-mongoose]
random_pet.name[8508]: Creating...
random_pet.name[7394]: Creation complete after 0s [id=actual-viper]
random_pet.name[875]: Creating...
random_pet.name[8213]: Creating...
random_pet.name[678]: Creating...
random_pet.name[1207]: Creating...
random_pet.name[7931]: Creating...
random_pet.name[3221]: Creating...
random_pet.name[3763]: Creating...
random_pet.name[8508]: Creation complete after 0s [id=settling-shad]
random_pet.name[875]: Creation complete after 0s [id=stable-poodle]
random_pet.name[9060]: Creating...
random_pet.name[3763]: Creation complete after 0s [id=mature-badger]
random_pet.name[1207]: Creation complete after 0s [id=steady-drum]
random_pet.name[3221]: Creation complete after 0s [id=mighty-tetra]
random_pet.name[7931]: Creation complete after 0s [id=sacred-crane]
random_pet.name[678]: Creation complete after 0s [id=key-lark]
random_pet.name[8213]: Creation complete after 0s [id=internal-pegasus]
random_pet.name[9060]: Creation complete after 0s [id=fitting-molly]
random_pet.name[3992]: Creating...
random_pet.name[5787]: Creating...
random_pet.name[6870]: Creating...
random_pet.name[319]: Creating...
random_pet.name[5787]: Creation complete after 0s [id=handy-rabbit]
random_pet.name[3992]: Creation complete after 0s [id=engaging-gobbler]
random_pet.name[319]: Creation complete after 0s [id=mighty-ant]
random_pet.name[9755]: Creating...
random_pet.name[2961]: Creating...
random_pet.name[5331]: Creating...
random_pet.name[6870]: Creation complete after 0s [id=prompt-pipefish]
random_pet.name[3793]: Creating...
random_pet.name[3006]: Creating...
random_pet.name[3006]: Creation complete after 0s [id=aware-tadpole]
random_pet.name[9755]: Creation complete after 0s [id=fit-cow]
random_pet.name[5331]: Creation complete after 0s [id=frank-titmouse]
random_pet.name[3793]: Creation complete after 0s [id=classic-ray]
random_pet.name[2961]: Creation complete after 0s [id=moved-elk]
random_pet.name[5263]: Creating...
random_pet.name[1596]: Creating...
random_pet.name[5316]: Creating...
random_pet.name[1908]: Creating...
random_pet.name[5704]: Creating...
random_pet.name[5316]: Creation complete after 0s [id=noble-sawfish]
random_pet.name[4683]: Creating...
random_pet.name[5704]: Creation complete after 0s [id=wondrous-goldfish]
random_pet.name[8615]: Creating...
random_pet.name[5657]: Creating...
random_pet.name[279]: Creating
…

@rdhar rdhar marked this pull request as ready for review September 16, 2025 16:02
@rdhar rdhar merged commit 7e61f69 into main Sep 16, 2025
14 checks passed
@rdhar rdhar deleted the fix--deletion-of-apply-comment-on-diff branch September 16, 2025 16:03
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

Codex Review: Here are some suggestions.

About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".

Comment on lines 489 to 496
# Determine if a PR comment should be created.
if [[ "$INPUTS_COMMENT_PR" == "always" ]]; then
create_comment="true"
elif [[ ("$INPUTS_COMMENT_PR" == "on-diff" || "$INPUTS_COMMENT_PR" == "on-change") && "$exitcode" -ne 0 ]]; then
elif [[ ("$INPUTS_COMMENT_PR" == "on-diff" || "$INPUTS_COMMENT_PR" == "on-change") && "$INPUTS_COMMAND" == "plan" && "$exitcode" -ne 0 ]]; then
create_comment="true"
elif [[ ("$INPUTS_COMMENT_PR" == "on-diff" || "$INPUTS_COMMENT_PR" == "on-change") && "$INPUTS_COMMAND" != "plan" && -n "$bot_comment" ]]; then
create_comment="true"
elif [[ ("$INPUTS_COMMENT_PR" == "on-diff" || "$INPUTS_COMMENT_PR" == "on-change") && "$exitcode" -eq 0 && -n "$bot_comment" ]]; then
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[P1] Preserve comments when apply/init fail without prior plan

The new condition only sets create_comment when comment-pr is on-diff/on-change if the command is plan or there is already a bot comment. If a workflow is configured to run command: apply (or init) directly with comment-pr: on-diff and the command fails before any comment exists, create_comment stays empty and the step exits without posting the error details. Prior to this change, any non‑zero exit code triggered a comment regardless of the command, so apply/init failures were surfaced. This regression hides failures in apply-only runs and makes debugging harder. Consider retaining the previous exitcode != 0 behaviour for non-plan commands when no prior comment exists.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Addressed in #510.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using comment-pr: on-diff causes comment to be removed on apply

1 participant