Skip to content

remove: pr label functionality#462

Merged
rdhar merged 1 commit intomainfrom
remove--pr-label-functionality
Jun 25, 2025
Merged

remove: pr label functionality#462
rdhar merged 1 commit intomainfrom
remove--pr-label-functionality

Conversation

@rdhar
Copy link
Copy Markdown
Member

@rdhar rdhar commented Jun 25, 2025

Removed

  • The label-pr option used to create and attach tf:plan or tf:apply PR labels using the pull-requests: write permission, until GitHub made an un-announced and un-documented change to require issues: write as well.
    Frankly, I think it's a lot to ask of users to trust their infrastructure provisioning to a 3rd party GitHub Action, so every effort is made to reduce TF-via-PR's access footprint and permission scope. To return this behaviour, add the following line to your workflow along with issues: write permission.

    run: gh api /repos/${{ github.repository }}/issues/${{ github.event.number || github.event.issue.number }}/labels --field "labels[]=tf:${{ github.event_name == 'push' && 'apply' || 'plan' }}"
    

Fixes #460.

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

github-actions bot commented Jun 25, 2025

tofu validate -chdir=tests/fail_data_source_error -workspace=dev
Success! The configuration is valid.
By rdhar at 2025-06-25T23:26:11Z (view log).
Success! The configuration is valid.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jun 25, 2025

tofu validate -chdir=tests/fail_invalid_resource_type -workspace=dev
Error: Invalid resource type
By rdhar at 2025-06-25T23:26:11Z (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 Jun 25, 2025

tofu fmt -chdir=tests/fail_format_diff -check -diff -recursive -workspace=dev
View output.
By rdhar at 2025-06-25T23:26:11Z (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 Jun 25, 2025

tofu apply -chdir=tests/pass_one -refresh=false tfplan -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-06-25T23:26:11Z (view log).
random_pet.name[0]: Creating...
random_pet.name[0]: Creation complete after 0s [id=cunning-koi]

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

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jun 25, 2025

tofu apply -chdir=tests/pass_character_limit -refresh=false tfplan -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-06-25T23:26:11Z (view log).
random_pet.name[1737]: Creating...
random_pet.name[7382]: Creating...
random_pet.name[6972]: Creating...
random_pet.name[9177]: Creating...
random_pet.name[8547]: Creating...
random_pet.name[7422]: Creating...
random_pet.name[5916]: Creating...
random_pet.name[4464]: Creating...
random_pet.name[3811]: Creating...
random_pet.name[7382]: Creation complete after 0s [id=live-bison]
random_pet.name[4502]: Creating...
random_pet.name[1737]: Creation complete after 0s [id=humane-kiwi]
random_pet.name[6972]: Creation complete after 0s [id=lasting-terrier]
random_pet.name[8547]: Creation complete after 0s [id=lenient-trout]
random_pet.name[5916]: Creation complete after 0s [id=proven-ant]
random_pet.name[3811]: Creation complete after 0s [id=more-goose]
random_pet.name[4502]: Creation complete after 0s [id=smart-mackerel]
random_pet.name[7422]: Creation complete after 0s [id=adapted-parakeet]
random_pet.name[9177]: Creation complete after 0s [id=cute-lemur]
random_pet.name[1419]: Creating...
random_pet.name[4464]: Creation complete after 0s [id=in-impala]
random_pet.name[5875]: Creating...
random_pet.name[5885]: Creating...
random_pet.name[1419]: Creation complete after 0s [id=saving-muskrat]
random_pet.name[5499]: Creating...
random_pet.name[8084]: Creating...
random_pet.name[5875]: Creation complete after 0s [id=artistic-stinkbug]
random_pet.name[7600]: Creating...
random_pet.name[5588]: Creating...
random_pet.name[5885]: Creation complete after 0s [id=closing-snake]
random_pet.name[8084]: Creation complete after 0s [id=relative-mantis]
random_pet.name[5499]: Creation complete after 0s [id=factual-horse]
random_pet.name[721]: Creating...
random_pet.name[9465]: Creating...
random_pet.name[9028]: Creating...
random_pet.name[7600]: Creation complete after 0s [id=proven-mutt]
random_pet.name[5588]: Creation complete after 0s [id=loving-sparrow]
random_pet.name[721]: Creation complete after 0s [id=steady-ibex]
random_pet.name[9028]: Creation complete after 0s [id=infinite-tarpon]
random_pet.name[5755]: Creating...
random_pet.name[9465]: Creation complete after 0s [id=genuine-thrush]
random_pet.name[1205]: Creating...
random_pet.name[5739]: Creating...
random_pet.name[7367]: Creating...
random_pet.name[7367]: Creation complete after 0s [id=organic-hedgehog]
random_pet.name[5774]: Creating...
random_pet.name[9922]: Creating...
random_pet.name[5739]: Creation complete after 0s [id=evolved-boar]
random_pet.name[8962]: Creating...
random_pet.name[1205]: Creation complete after 0s [id=daring-lacewing]
random_pet.name[5755]: Creation complete after 0s [id=happy-seagull]
random_pet.name[3865]: Creating...
random_pet.name[2930]: Creating...
random_pet.name[3884]: Creating...
random_pet.name[8962]: Creation complete after 0s [id=settled-buzzard]
random_pet.name[2559]: Creating...
random_pet.name[9922]: Creation complete after 0s [id=funky-toad]
random_pet.name[5774]: Creation complete after 0s [id=mighty-kingfish]
random_pet.name[3865]: Creation complete after 0s [id=upright-ram]
random_pet.name[2424]: Creating...
random_pet.name[2930]: Creation complete after 0s [id=leading-rabbit]
random_pet.name[2559]: Creation complete after 0s [id=meet-kit]
random_pet.name[3884]: Creation complete after 0s [id=big-bluebird]
random_pet.name[4541]: Creating...
random_pet.name[5888]: Creating...
random_pet.name[998]: Creating...
random_pet.name[3894]: Creating...
random_pet.name[5888]: Creation complete after 0s [id=liked-aphid]
random_pet.name[4541]: Creation complete after 0s [id=sincere-dragon]
random_pet.name[8741]: Creating...
random_pet.name[9864]: Creating...
random_pet.name[2424]: Creation complete after 0s [id=cuddly-chicken]
random_pet.name[998]: Creation complete after 0s [id=whole-civet]
random_pet.name[6468]: Creating...
random_pet.name[6647]: Creating...
random_pet.name[1993]: Creating...
random_pet.name[3894]: Creation complete after 0s [id=genuine-doberman]
random_pet.name[9864]: Creation complete after 0s [id=loved-scorpion]
random_pet.name[8741]: Creation complete after 0s [id=poetic-grubworm]
random_pet.name[1993]: Creation complete after 0s [id=allowing-grub]
random_pet.name[6647]: Creation complete after 0s [id=amazing-falcon]
random_pet.name[1051]: Creating...
random_pet.name[6468]: Creation complete after 0s [id=workable-lamprey]
random_pet.name[8221]: Creating...
random_pet.name[3575]: Creating...
random_pet.name[3201]: Creating...
random_pet.name[1891]: Creating...
random_pet.name[2956]: Creating...
random_pet.name[2304]: Creating...
random_pet.name[1051]: Creation complete after 0s [id=related-gibbon]
random_pet.name[1590]: Creating...
random_pet.name[4943]: Creating...
random_pet.name[3201]: Creation complete after 0s [id=strong-moth]
random_pet.name[3575]: Creation complete after 0s [id=fine-pipefish]
random_pet.name[2956]: Creation complete after 0s [id=factual-sheep]
random_pet.name[1891]: Creation complete after 0s [id=cosmic-dragon]
random_pet.name[4943]: Creation complete after 0s [id=bold-aardvark]
random_pet.name[1590]: Creation complete after 0s [id=able-badger]
random_pet.name[8221]: Creation complete after 0s [id=ready-sheepdog]
random_pet.name[2800]: Creating...
random_pet.name[2304]: Creation complete after 0s [id=possible-wren]
random_pet.name[4547]: Creating...
random_pet.name[2800]: Creation complete after 0s [id=dear-pup]
random_pet.name[8429]: Creating...
random_pet.name[8988]: Creating...
random_pet.name[9195]: Creating...
random_pet.name[8988]: Creation complete after 0s [id=poetic-foxhound]
random_pet.name[1317]: Creating...
random_pet.name[7676]: Creating...
random_pet.name[4547]: Creation complete after 0s [id=gentle-stork]
random_pet.name[8236]: Creating...
random_pet.name[6875]: Creating...
random_pet.name[7676]: Creation complete after 0s [id=cosmic-mutt]
random_pet.name[2050]: Creating...
random_pet.name[8429]: Creation complete after 0s [id=pro-crayfish]
random_pet.name[1049]: Creating...
random_pet.name[6220]: Creating...
random_pet.name[9195]: Creation complete after 0s [id=logical-owl]
random_pet.name[1317]: Creation complete after 0s [id=growing-mammal]
random_pet.name[6220]: Creation complete after 0s [id=normal-mullet]
random_pet.name[8236]: Creation complete after 0s [id=infinite-polliwog]
random_pet.name[2050]: Creation complete after 0s [id=mighty-humpback]
random_pet.name[1049]: Creation complete after 0s [id=ruling-earwig]
random_pet.name[8829]: Creating...
random_pet.name[6875]: Creation complete after 0s [id=capable-adder]
random_pet.name[2363]: Creating...
random_pet.name[8829]: Creation complete after 0s [id=fluent-pegasus]
random_pet.name[1821]: Creating...
random_pet.name[8385]: Creating...
random_pet.name[2363]: Creation complete after 0s [id=safe-cod]
random_pet.name[6141]: Creating...
random_pet.name[8385]: Creation complete after 0s [id=capable-teal]
random_pet.name[8667]: Creating...
random_pet.name[1821]: Creation complete after 0s [id=top-caribou]
random_pet.name[6141]: Creation complete after 0s [id=above-possum]
random_pet.name[9729]: Creating...
random_pet.name[8376]: Creating...
random_pet.name[5990]: Creating...
random_pet.name[7970]: Creating...
random_pet.name[2590]: Creating...
random_pet.name[7970]: Creation complete after 0s [id=curious-buffalo]
random_pet.name[5990]: Creation complete after 0s [id=heroic-ape]
random_pet.name[9729]: Creation complete after 0s [id=light-mantis]
random_pet.name[6296]: Creating...
random_pet.name[2231]: Creating...
random_pet.name[8942]: Creating...
random_pet.name[2590]: Creation complete after 0s [id=one-impala]
random_pet.name[535]: Creating...
random_pet.name[8667]: Creation complete after 0s [id=steady-penguin]
random_pet.name[8376]: Creation complete after 0s [id=saved-insect]
random_pet.name[7559]: Creating...
random_pet.name[2231]: Creation complete after 0s [id=top-bream]
random_pet.name[535]: Creation complete after 0s [id=strong-moose]
random_pet.name[6296]: Creation complete after 0s [id=charmed-bear]
random_pet.name[8942]: Creation complete after 0s [id=skilled-gopher]
random_pet.name[5013]: Creating...
random_pet.name[7559]: Creation complete after 0s [id=enormous-camel]
random_pet.name[9717]: Creating...
random_pet.name[2449]: Creating...
random_pet.name[3125]: Creating...
random_pet.name[726]: Creating...
random_pet.name[2449]: Creation complete after 0s [id=fun-mastiff]
random_pet.name[5013]: Creation complete after 0s [id=smart-arachnid]
random_pet.name[8558]: Creating...
random_pet.name[2747]: Creating...
random_pet.name[5027]: Creating...
random_pet.name[9717]: Creation complete after 0s [id=singular-buffalo]
random_pet.name[7693]: Creating...
random_pet.name[726]: Creation complete after 0s [id=tender-pegasus]
random_pet.name[3125]: Creation complete after 0s [id=liked-hog]
random_pet.name[2747]: Creation complete after 0s [id=unique-fish]
random_pet.name[8821]: Creating...
random_pet.name[6377]: Creating...
random_pet.name[8558]: Creation complete after 0s [id=free-giraffe]
random_pet.name[5027]: Creation complete after 0s [id=able-panda]
random_pet.name[7693]: Creation complete after 0s [id=selected-troll]
random_pet.name[6377]: Creation complete after 0s [id=dominant-vulture]
random_pet.name[132]: Creating...
random_pet.name[8821]: Creation complete after 0s [id=smooth-crappie]
random_pet.name[416]: Creating...
random_pet.name[9708]: Creating...
random_pet.name[8102]: Creating...
random_pet.name[8175]: Creating...
random_pet.name[416]: Creation complete after 0s [id=holy-squirrel]
random_pet.name[6962]: Creating...
random_pet.name[9616]: Creating...
random_pet.name[5180]: Creating...
random_pet.name[132]: Creation complete after 0s [id=model-duckling]
random_pet.name[331]: Creating...
random_pet.name[9708]: Creation complete after 0s [id=workable-firefly]
random_pet.name[9328]: Creating...
random_pet.name[6962]: Creation complete after 0s [id=selected-buffalo]
random_pet.name[331]: Creation complete after 0s [id=helping-dolphin]
random_pet.name[9616]: Creation complete after 0s [id=fitting-jaguar]
random_pet.name[8175]: Creation complete after 0s [id=trusty-monster]
random_pet.name[8102]: Creation complete after 0s [id=wealthy-chamois]
random_pet.name[2987]: Creating...
random_pet.name[636]: Creating...
random_pet.name[5180]: Creation complete after 0s [id=star-kiwi]
random_pet.name[9328]: Creation complete after 0s [id=improved-cattle]
random_pet.name[7108]: Creating...
random_pet.name[2987]: Creation complete after 0s [id=evolved-collie]
random_pet.name[636]: Creation complete after 0s [id=probable-hermit]
random_pet.name[4305]: Creating...
random_pet.name[2953]: Creating...
random_pet.name[4305]: Creation complete after 0s [id=pure-parakeet]
random_pet.name[2953]: Creation complete after 0s [id=magical-cobra]
random_pet.name[7108]: Creation complete after 0s [id=hot-narwhal]
random_pet.name[9341]: Creating...
random_pet.name[2280]: Creating...
random_pet.name[7759]: Creating...
random_pet.name[6892]: Creating...
random_pet.name[6804]: Creating...
random_pet.name[9341]: Creation complete after 0s [id=striking-cicada]
random_pet.name[4932]: Creating...
random_pet.name[3513]: Creating...
random_pet.name[8751]: Creating...
random_pet.name[7338]: Creating...
random_pet.name[3202]: Creating...
random_pet.name[2280]: Creation complete after 0s [id=modest-skink]
random_pet.name[6804]: Creation complete after 0s [id=blessed-goose]
random_pet.name[4932]: Creation complete after 0s [id=fond-ladybug]
random_pet.name[7338]: Creation complete after 0s [id=composed-oarfish]
random_pet.name[3202]: Creation complete after 0s [id=genuine-hornet]
random_pet.name[1060]: Creating...
random_pet.name[8751]: Creation complete after 0s [id=prompt-mouse]
random_pet.name[3752]: Creating...
random_pet.name[9153]: Creating...
random_pet.name[7759]: Creation complete after 0s [id=in-ox]
random_pet.name[6892]: Creation complete after 0s [id=active-deer]
random_pet.name[1060]: Creation complete after 0s [id=dominant-ferret]
random_pet.name[3513]: Creation complete after 0s [id=complete-hippo]
random_pet.name[3794]: Creating...
random_pet.name[9153]: Creation complete after 0s [id=saving-seagull]
random_pet.name[3752]: Creation complete after 0s [id=quick-pheasant]
random_pet.name[156]: Creating...
random_pet.name[8630]: Creating...
random_pet.name[3794]: Creation complete after 0s [id=brave-goose]
random_pet.name[4862]: Creating...
random_pet.name[8850]: Creating...
random_pet.name[1289]: Creating...
random_pet.name[8630]: Creation complete after 0s [id=singular-stingray]
random_pet.name[4862]: Creation complete after 0s [id=talented-pug]
random_pet.name[6396]: Creating...
random_pet.name[673]: Creating...
random_pet.name[8850]: Creation complete after 0s [id=sterling-ram]
random_pet.name[5055]: Creating...
random_pet.name[156]: Creation complete after 0s [id=enough-macaw]
random_pet.name[2492]: Creating...
random_pet.name[1289]: Creation complete after 0s [id=distinct-piglet]
random_pet.name[6222]: Creating...
random_pet.name[673]: Creation complete after 0s [id=prompt-raccoon]
random_pet.name[6249]: Creating...
random_pet.name[5055]: Creation complete after 0s [id=renewed-shrew]
random_pet.name[5878]: Creating...
random_pet.name[6222]: Creation complete after 0s [id=desired-walrus]
random_pet.name[6396]: Creation complete after 0s [id=ultimate-eagle]
random_pet.name[2492]: Creation complete after 0s [id=musical-eagle]
random_pet.name[5878]: Creation complete after 0s [id=prime-yak]
random_pet.name[9716]: Creating...
random_pet.name[9189]: Creating...
random_pet.name[4856]: Creating...
random_pet.name[746]: Creating...
random_pet.name[6249]: Creation complete after 0s [id=splendid-titmouse]
random_pet.name[3013]: Creating...
random_pet.name[4856]: Creation complete after 0s [id=knowing-raven]
random_pet.name[5671]: Creating...
random_pet.name[4341]: Creating...
random_pet.name[5077]: Creating...
random_pet.name[9189]: Creation complete after 0s [id=special-primate]
random_pet.name[9716]: Creation complete after 0s [id=hardy-pipefish]
random_pet.name[1875]: Creating...
random_pet.name[5077]: Creation complete after 0s [id=notable-pigeon]
random_pet.name[746]: Creation complete after 0s [id=welcome-kiwi]
random_pet.name[3013]: Creation complete after 0s [id=correct-pheasant]
random_pet.name[9058]: Creating...
random_pet.name[9135]: Creating...
random_pet.name[4341]: Creation complete after 0s [id=great-lioness]
random_pet.name[5671]: Creation complete after 0s [id=stunning-barnacle]
random_pet.name[1875]: Creation complete after 0s [id=star-muskox]
random_pet.name[9330]: Creating...
random_pet.name[9058]: Creation complete after 0s [id=full-amoeba]
random_pet.name[9135]: Creation complete after 0s [id=grown-octopus]
random_pet.name[9658]: Creating...
random_pet.name[6066]: Creating...
random_pet.name[8610]: Creating...
random_pet.name[7797]: Creating...
random_pet.name[5231]: Creating...
random_pet.name[4777]: Creating...
random_pet.name[9330]: Creation complete after 0s [id=first-satyr]
random_pet.name[6854]: Creating...
random_pet.name[6066]: Creation complete after 0s [id=emerging-parrot]
random_pet.name[9658]: Creation complete after 0s [id=moral-colt]
random_pet.name[1825]: Creating...
random_pet.name[4777]: Creation complete after 0s [id=helping-wren]
random_pet.name[7797]: Creation complete after 0s [id=saving-elk]
random_pet.name[5231]: Creation complete after 0s [id=game-condor]
random_pet.name[3518]: Creating...
random_pet.name[1825]: Creation complete after 0s [id=healthy-swan]
random_pet.name[8610]: Creation complete after 0s [id=factual-treefrog]
random_pet.name[6854]: Creation complete after 0s [id=civil-muskrat]
random_pet.name[2039]: Creating...
random_pet.name[3348]: Creating...
random_pet.name[2303]: Creating...
random_pet.name[3518]: Creation complete after 0s [id=settled-rooster]
random_pet.name[7990]: Creating...
random_pet.name[2303]: Creation complete after 0s [id=inviting-terrapin]
random_pet.name[7990]: Creation complete after 0s [id=intimate-quagga]
random_pet.name[1026]: Creating...
random_pet.name[2039]: Creation complete after 0s [id=capital-marmot]
random_pet.name[4950]: Creating...
random_pet.name[5133]: Creating...
random_pet.name[9714]: Creating...
random_pet.name[3348]: Creation complete after 0s [id=hip-macaw]
random_pet.name[1026]: Creation complete after 0s [id=optimum-horse]
random_pet.name[9714]: Creation complete after 0s [id=stirred-hippo]
random_pet.name[8378]: Creating...
random_pet.name[743]: Creating...
random_pet.name[5133]: Creation complete after 0s [id=steady-liger]
random_pet.name[2009]: Creating...
random_pet.name[4950]: Creation complete after 0s [id=superb-pheasant]
random_pet.name[8800]: Creating...
random_pet.name[1303]: Creating...
random_pet.name[9878]: Creating...
random_pet.name[785]: Creating...
random_pet.name[8800]: Creation complete after 0s [id=prime-lioness]
random_pet.name[1123]: Creating...
random_pet.name[8026]: Creating...
random_pet.name[1303]: Creation complete after 0s [id=finer-fly]
random_pet.name[179]: Creating...
random_pet.name[2009]: Creation complete after 0s [id=ace-lamb]
random_pet.name[8026]: Creation complete after 0s [id=actual-lemming]
random_pet.name[743]: Creation complete after 0s [id=civil-humpback]
random_pet.name[179]: Creation complete after 0s [id=clever-quagga]
random_pet.name[8378]: Creation complete after 0s [id=set-gecko]
random_pet.name[1123]: Creation complete after 0s [id=well-gazelle]
random_pet.name[6543]: Creating...
random_pet.name[785]: Creation complete after 0s [id=modest-duckling]
random_pet.name[9878]: Creation complete after 0s [id=classic-mongoose]
random_pet.name[6543]: Creation complete after 0s [id=rested-lobster]
random_pet.name[1515]: Creating...
random_pet.name[8880]: Creating...
random_pet.name[1996]: Creating...
random_pet.name[1515]: Creation complete after 0s [id=electric-prawn]
random_pet.name[8742]: Creating...
random_pet.name[8345]: Creating...
random_pet.name[7309]: Creating...
random_pet.name[8880]: Creation complete after 0s [id=tough-quetzal]
random_pet.name[7980]: Creating...
random_pet.name[1996]: Creation complete after 0s [id=engaging-glowworm]
random_pet.name[5268]: Creating...
random_pet.name[8742]: Creation complete after 0s [id=kind-tiger]
random_pet.name[7309]: Creation complete after 0s [id=subtle-grackle]
random_pet.name[8345]: Creation complete after 0s [id=charmed-burro]
random_pet.name[5268]: Creation complete after 0s [id=capital-catfish]
random_pet.name[1386]: Creating...
random_pet.name[401]: Creating...
random_pet.name[7980]: Creation complete after 0s [id=big-primate]
random_pet.name[401]: Creation complete after 0s [id=rational-kingfish]
random_pet.name[1386]: Creation complete after 0s [id=endless-katydid]
random_pet.name[5740]: Creating...
random_pet.name[7700]: Creating...
random_pet.name[7483]: Creating...
random_pet.name[9223]: Creating...
random_pet.name[5740]: Creation complete after 0s [id=rich-eagle]
random_pet.name[7826]: Creating...
random_pet.name[7700]: Creation complete after 0s [id=pure-jaybird]
random_pet.name[7858]: Creating...
random_pet.name[1020]: Creating...
random_pet.name[5210]: Creating...
random_pet.name[7483]: Creation complete after 0s [id=engaged-shiner]
random_pet.name[9223]: Creation complete after 0s [id=precious-fawn]
random_pet.name[5210]: Creation complete after 0s [id=optimum-finch]
random_pet.name[7858]: Creation complete after 0s [id=trusting-katydid]
random_pet.name[7826]: Creation complete after 0s [id=legal-redfish]
random_pet.name[1020]: Creation complete after 0s [id=firm-dove]
random_pet.name[2996]: Creating...
random_pet.name[2158]: Creating...
random_pet.name[7489]: Creating...
random_pet.name[5097]: Creating...
random_pet.name[2996]: Creation complete after 0s [id=casual-jaybird]
random_pet.name[9906]: Creating...
random_pet.name[7489]: Creation complete after 0s [id=alive-teal]
random_pet.name[6180]: Creating...
random_pet.name[1275]: Creating...
random_pet.name[8555]: Creating...
random_pet.name[5699]: Creating...
random_pet.name[5097]: Creation complete after 0s [id=brave-dane]
random_pet.name[2158]: Creation complete after 0s [id=joint-polliwog]
random_pet.name[1346]: Creating...
random_pet.name[1275]: Creation complete after 0s [id=premium-pony]
random_pet.name[2425]: Creating...
random_pet.name[8555]: Creation complete after 0s [id=dominant-narwhal]
random_pet.name[5699]: Creation complete after 0s [id=game-redfish]
random_pet.name[9906]: Creation complete after 0s [id=light-gannet]
random_pet.name[1431]: Creating...
random_pet.name[6180]: Creation complete after 0s [id=relaxed-dogfish]
random_pet.name[2425]: Creation complete after 0s [id=magnetic-feline]
random_pet.name[1346]: Creation complete after 0s [id=whole-crappie]
random_pet.name[5951]: Creating...
random_pet.name[1431]: Creation complete after 0s [id=solid-drake]
random_pet.name[8146]: Creating...
random_pet.name[823]: Creating...
random_pet.name[5951]: Creation complete after 0s [id=diverse-katydid]
random_pet.name[6110]: Creating...
random_pet.name[8146]: Creation complete after 0s [id=guiding-crane]
random_pet.name[4367]: Creating...
random_pet.name[1524]: Creating...
random_pet.name[6774]: Creating...
random_pet.name[823]: Creation complete after 0s [id=tops-flounder]
random_pet.name[4621]: Creating...
random_pet.name[6133]: Creating...
random_pet.name[7103]: Creating...
random_pet.name[6110]: Creation complete after 0s [id=creative-swan]
random_pet.name[6774]: Creation complete after 0s [id=frank-bluejay]
random_pet.name[7728]: Creating...
random_pet.name[7103]: Creation complete after 0s [id=robust-tahr]
random_pet.name[4357]: Creating...
random_pet.name[6133]: Creation complete after 0s [id=tops-anchovy]
random_pet.name[4621]: Creation complete after 0s [id=famous-fox]
random_pet.name[4367]: Creation complete after 0s [id=fancy-stud]
random_pet.name[1524]: Creation complete after 0s [id=usable-iguana]
random_pet.name[598]: Creating...
random_pet.name[1023]: Creating...
random_pet.name[4432]: Creating...
random_pet.name[598]: Creation complete after 0s [id=winning-dassie]
random_pet.name[4357]: Creation complete after 0s [id=verified-kid]
random_pet.name[5687]: Creating...
random_pet.name[7728]: Creation complete after 0s [id=distinct-chicken]
random_pet.name[8439]: Creating...
random_pet.name[5440]: Creating...
random_pet.name[1023]: Creation complete after 0s [id=picked-elk]
random_pet.name[4432]: Creation complete after 0s [id=exciting-ibex]
random_pet.name[5179]: Creating...
random_pet.name[9578]: Creating...
random_pet.name[9578]: Creation complete after 0s [id=perfect-sunbird]
random_pet.name[5687]: Creation complete after 0s [id=decent-aphid]
random_pet.name[5179]: Creation complete after 0s [id=civil-calf]
random_pet.name[8439]: Creation complete after 0s [id=pleasing-weevil]
random_pet.name[5440]: Creation complete after 0s [id=welcomed-piranha]
random_pet.name[6279]: Creating...
random_pet.name[7405]: Creating...
random_pet.name[7405]: Creation complete after 0s [id=viable-anchovy]
random_pet.name[4395]: Creating...
random_pet.name[5257]: Creating...
random_pet.name[6279]: Creation complete after 0s [id=golden-stud]
random_pet.name[5253]: Creating...
random_pet.name[9839]: Creating...
random_pet.name[4395]: Creation complete after 0s [id=right-gnat]
random_pet.name[9521]: Creating...
random_pet.name[5257]: Creation complete after 0s [id=awaited-pigeon]
random_pet.name[234]: Creating...
random_pet.name[9937]: Creating...
random_pet.name[5253]: Creation complete after 0s [id=capable-caiman]
random_pet.name[8290]: Creating...
random_pet.name[9937]: Creation complete after 0s [id=crucial-fawn]
random_pet.name[9839]: Creation complete after 0s [id=exact-cobra]
random_pet.name[941]: Creating...
random_pet.name[17]: Creating...
random_pet.name[612]: Creating...
random_pet.name[8290]: Creation complete after 0s [id=crack-slug]
random_pet.name[5763]: Creating...
random_pet.name[9521]: Creation complete after 0s [id=steady-lizard]
random_pet.name[5007]: Creating...
random_pet.name[234]: Creation complete after 0s [id=ethical-woodcock]
random_pet.name[5007]: Creation complete after 0s [id=normal-crab]
random_pet.name[5763]: Creation complete after 0s [id=calm-crow]
random_pet.name[941]: Creation complete after 0s [id=present-catfish]
random_pet.name[17]: Creation complete after 0s [id=busy-cheetah]
random_pet.name[7909]: Creating...
random_pet.name[196]: Creating...
random_pet.name[612]: Creation complete after 0s [id=trusting-stork]
random_pet.name[8190]: Creating...
random_pet.name[196]: Creation complete after 0s [id=comic-minnow]
random_pet.name[604]: Creating...
random_pet.name[7909]: Creation complete after 0s [id=nice-hog]
random_pet.name[4837]: Creating...
random_pet.name[604]: Creation complete after 0s [id=great-camel]
random_pet.name[7490]: Creating...
random_pet.name[6650]: Creating...
random_pet.name[8190]: Creation complete after 0s [id=strong-stingray]
random_pet.name[6293]: Creating...
random_pet.name[4837]: Creation complete after 0s [id=allowing-dinosaur]
random_pet.name[1941]: Creating...
random_pet.name[6650]: Creation complete after 0s [id=star-hermit]
random_pet.name[7490]: Creation complete after 0s [id=right-jennet]
random_pet.name[6575]: Creating...
random_pet.name[2638]: Creating...
random_pet.name[616]: Creating...
random_pet.name[9838]: Creating...
random_pet.name[1941]: Creation complete after 0s [id=relaxing-airedale]
random_pet.name[6575]: Creation complete after 0s [id=next-mollusk]
random_pet.name[5662]: Creating...
random_pet.name[616]: Creation complete after 0s [id=awaited-squirrel]
random_pet.name[6293]: Creation complete after 0s [id=golden-airedale]
random_pet.name[9262]: Creating...
random_pet.name[2638]: Creation complete after 0s [id=powerful-gobbler]
random_pet.name[5954]: Creating...
random_pet.name[9838]: Creation complete after 0s [id=enormous-clam]
random_pet.name[9262]: Creation complete after 0s [id=in-guinea]
random_pet.name[5662]: Creation complete after 0s [id=sure-panda]
random_pet.name[6874]: Creating...
random_pet.name[5954]: Creation complete after 0s [id=smooth-boar]
random_pet.name[6873]: Creating...
random_pet.name[3708]: Creating...
random_pet.name[4750]: Creating...
random_pet.name[6874]: Creation complete after 0s [id=heroic-haddock]
random_pet.name[6361]: Creating...
random_pet.name[3746]: Creating...
random_pet.name[8200]: Creating...
random_pet.name[5295]: Creating...
random_pet.name[9399]: Creating...
random_pet.name[5445]: Creating...
random_pet.name[6873]: Creation complete after 0s [id=thorough-badger]
random_pet.name[3708]: Creation complete after 0s [id=stunning-lobster]
random_pet.name[4750]: Creation complete after 0s [id=close-pig]
random_pet.name[9399]: Creation complete after 0s [id=healthy-moray]
random_pet.name[3746]: Creation complete after 0s [id=blessed-perch]
random_pet.name[7419]: Creating...
random_pet.name[6361]: Creation complete after 0s [id=adapted-cod]
random_pet.name[5445]: Creation complete after 0s [id=ample-shrew]
random_pet.name[8200]: Creation complete after 0s [id=next-bison]
random_pet.name[5295]: Creation complete after 0s [id=alive-sparrow]
random_pet.name[7419]: Creation complete after 0s [id=direct-catfish]
random_pet.name[9322]: Creating...
random_pet.name[7272]: Creating...
random_pet.name[2872]: Creating...
random_pet.name[1795]: Creating...
random_pet.name[7272]: Creation complete after 0s [id=adapting-calf]
random_pet.name[1795]: Creation complete after 0s [id=grown-chimp]
random_pet.name[3155]: Creating...
random_pet.name[2760]: Creating...
random_pet.name[9322]: Creation complete after 0s [id=splendid-lizard]
random_pet.name[1139]: Creating...
random_pet.name[680]: Creating...
random_pet.name[2872]: Creation complete after 0s [id=evident-barnacle]
random_pet.name[4257]: Creating...
random_pet.name[3155]: Creation complete after 0s [id=chief-terrier]
random_pet.name[4054]: Creating...
random_pet.name[2760]: Creation complete after 0s [id=smooth-earwig]
random_pet.name[680]: Creation complete after 0s [id=evolving-pug]
random_pet.name[1139]: Creation complete after 0s [id=upright-dog]
random_pet.name[3813]: Creating...
random_pet.name[4257]: Creation complete after 0s [id=endless-anemone]
random_pet.name[768]: Creating...
random_pet.name[3813]: Creation complete after 0s [id=pet-seagull]
random_pet.name[2117]: Creating...
random_pet.name[7748]: Creating...
random_pet.name[4054]: Creation complete after 0s [id=causal-oryx]
random_pet.name[4276]: Creating...
random_pet.name[7748]: Creation complete after 0s [id=kind-mollusk]
random_pet.name[2117]: Creation complete after 0s [id=joint-bird]
random_pet.name[5658]: Creating...
random_pet.name[482]: Creating...
random_pet.name[768]: Creation complete after 0s [id=super-bull]
random_pet.name[5658]: Creation complete after 0s [id=legible-boar]
random_pet.name[6464]: Creating...
random_pet.name[8938]: Creating...
random_pet.name[4788]: Creating...
random_pet.name[4276]: Creation complete after 0s [id=flexible-flamingo]
random_pet.name[4788]: Creation complete after 0s [id=on-peacock]
random_pet.name[5471]: Creating...
random_pet.name[8938]: Creation complete after 0s [id=prompt-coral]
random_pet.name[4247]: Creating...
random_pet.name[482]: Creation complete after 0s [id=hot-duckling]
random_pet.name[8275]: Creating...
random_pet.name[6965]: Creating...
random_pet.name[6464]: Creation complete after 0s [id=welcomed-gannet]
random_pet.name[2242]: Creating...
random_pet.name[5471]: Creation complete after 0s [id=flying-gopher]
random_pet.name[4247]: Creation complete after 0s [id=comic-moose]
random_pet.name[6965]: Creation complete after 0s [id=pumped-owl]
random_pet.name[1266]: Creating...
random_pet.name[8275]: Creation complete after 0s [id=rapid-snipe]
random_pet.name[2242]: Creation complete after 0s [id=brief-orca]
random_pet.name[1266]: Creation complete after 0s [id=intimate-dove]
random_pet.name[8754]: Creating...
random_pet.name[1947]: Creating...
random_pet.name[5075]: Creating...
random_pet.name[2170]: Creating...
random_pet.name[8754]: Creation complete after 0s [id=upright-mammal]
random_pet.name[6334]: Creating...
random_pet.name[5075]: Creation complete after 0s [id=amused-mongoose]
random_pet.name[2308]: Creating...
random_pet.name[8912]: Creating...
random_pet.name[67]: Creating...
random_pet.name[517]: Creating...
random_pet.name[1947]: Creation complete after 0s [id=dominant-pangolin]
random_pet.name[2723]: Creating...
random_pet.name[67]: Creation complete after 0s [id=in-rabbit]
random_pet.name[517]: Creation complete after 0s [id=loved-gazelle]
random_pet.name[2170]: Creation complete after 0s [id=willing-tadpole]
random_pet.name[2308]: Creation complete after 0s [id=classic-tuna]
random_pet.name[6334]: Creation complete after 0s [id=precious-possum]
random_pet.name[8912]: Creation complete after 0s [id=peaceful-monkey]
random_pet.name[3608]: Creating...
random_pet.name[2723]: Creation complete after 0s [id=flying-seasnail]
random_pet.name[800]: Creating...
random_pet.name[800]: Creation complete after 0s [id=awaited-jawfish]
random_pet.name[5648]: Creating...
random_pet.name[1169]: Creating...
random_pet.name[1130]: Creating...
random_pet.name[3146]: Creating...
random_pet.name[3209]: Creating...
random_pet.name[3608]: Creation complete after 0s [id=relaxing-primate]
random_pet.name[4836]: Creating...
random_pet.name[1169]: Creation complete after 0s [id=adapted-oryx]
random_pet.name[5648]: Creation complete after 0s [id=above-flamingo]
random_pet.name[2494]: Creating...
random_pet.name[1130]: Creation complete after 0s [id=active-midge]
random_pet.name[3209]: Creation complete after 0s [id=direct-mako]
random_pet.name[3146]: Creation complete after 0s [id=aware-seagull]
random_pet.name[7716]: Creating...
random_pet.name[2494]: Creation complete after 0s [id=famous-sparrow]
random_pet.name[8766]: Creating...
random_pet.name[2914]: Creating...
random_pet.name[4836]: Creation complete after 0s [id=credible-oriole]
random_pet.name[5354]: Creating...
random_pet.name[8766]: Creation complete after 0s [id=humble-werewolf]
random_pet.name[7716]: Creation complete after 0s [id=nice-weevil]
random_pet.name[687]: Creating...
random_pet.name[5609]: Creating...
random_pet.name[2914]: Creation complete after 0s [id=climbing-bull]
random_pet.name[5609]: Creation complete after 0s [id=awake-fawn]
random_pet.name[687]: Creation complete after 0s [id=musical-buffalo]
random_pet.name[3087]: Creating...
random_pet.name[3330]: Creating...
random_pet.name[5354]: Creation complete after 0s [id=powerful-mantis]
random_pet.name[4263]: Creating...
random_pet.name[6519]: Creating...
random_pet.name[5700]: Creating...
random_pet.name[9411]: Creating...
random_pet.name[4263]: Creation complete after 1s [id=tops-primate]
random_pet.name[9359]: Creating...
random_pet.name[3330]: Creation complete after 1s [id=enormous-penguin]
random_pet.name[9411]: Creation complete after 1s [id=intent-mongoose]
random_pet.name[3087]: Creation complete after 1s [id=prime-dolphin]
random_pet.name[6519]: Creation complete after 1s [id=touching-bonefish]
random_pet.name[5700]: Creation complete after 1s [id=becoming-tetra]
random_pet.name[2862]: Creating...
random_pet.name[5705]: Creating...
random_pet.name[4499]: Creating...
random_pet.name[9359]: Creation complete after 0s [id=magnetic-ant]
random_pet.name[5766]: Creating...
random_pet.name[2862]: Creation complete after 0s [id=brave-cockatoo]
random_pet.name[5705]: Creation complete after 0s [id=touched-troll]
random_pet.name[4499]: Creation complete after 0s [id=suitable-shrimp]
random_pet.name[7727]: Creating...
random_pet.name[7727]: Creation complete after 0s [id=rich-stingray]
random_pet.name[133]: Creating...
random_pet.name[7640]: Creating...
random_pet.name[5766]: Creation complete after 0s [id=funny-magpie]
random_pet.name[5151]: Creating...
random_pet.name[1682]: Creating...
random_pet.name[7126]: Creating...
random_pet.name[133]: Creation complete after 0s [id=creative-badger]
random_pet.name[671]: Creating...
random_pet.name[3848]: Creating...
random_pet.name[7640]: Creation complete after 0s [id=hardy-yak]
random_pet.name[9475]: Creating...
random_pet.name[7126]: Creation complete after 0s [id=apt-kodiak]
random_pet.name[3848]: Creation complete after 0s [id=renewed-collie]
random_pet.name[8000]: Creating...
random_pet.name[1682]: Creation complete after 0s [id=simple-seal]
random_pet.name[7133]: Creating...
random_pet.name[671]: Creation complete after 0s [id=holy-goose]
random_pet.name[5151]: Creation complete after 0s [id=suitable-labrador]
random_pet.name[5139]: Creating...
random_pet.name[6871]: Creating...
random_pet.name[8000]: Creation complete after 0s [id=becoming-sheepdog]
random_pet.name[6648]: Creating...
random_pet.name[8511]: Creating...
random_pet.name[7133]: Creation complete after 0s [id=loving-asp]
random_pet.name[9475]: Creation complete after 0s [id=supreme-emu]
random_pet.name[5139]: Creation complete after 0s [id=golden-joey]
random_pet.name[6871]: Creation complete after 0s [id=helped-swan]
random_pet.name[6648]: Creation complete after 0s [id=holy-shepherd]
random_pet.name[5195]: Creating...
random_pet.name[8511]: Creation complete after 0s [id=exotic-leopard]
random_pet.name[5195]: Creation complete after 0s [id=trusting-pika]
random_pet.name[8023]: Creating...
random_pet.name[8063]: Creating...
random_pet.name[4178]: Creating...
random_pet.name[6920]: Creating...
random_pet.name[3021]: Creating...
random_pet.name[4178]: Creation complete after 0s [id=stirred-ox]
random_pet.name[6920]: Creation complete after 0s [id=hardy-sponge]
random_pet.name[4258]: Creating...
random_pet.name[1702]: Creating...
random_pet.name[8023]: Creation complete after 0s [id=simple-rattler]
random_pet.name[5737]: Creating...
random_pet.name[7472]: Creating...
random_pet.name[8063]: Creation complete after 0s [id=social-hookworm]
random_pet.name[1760]: Creating...
random_pet.name[3021]: Creation complete after 0s [id=immune-dove]
random_pet.name[1702]: Creation complete after 0s [id=needed-killdeer]
random_pet.name[4258]: Creation complete after 0s [id=fine-jay]
random_pet.name[734]: Creating...
random_pet.name[5737]: Creation complete after 0s [id=advanced-pegasus]
random_pet.name[6688]: Creating...
random_pet.name[8650]: Creating...
random_pet.name[1760]: Creation complete after 0s [id=welcomed-dassie]
random_pet.name[7472]: Creation complete after 0s [id=relieved-manatee]
random_pet.name[734]: Creation complete after 0s [id=merry-lark]
random_pet.name[4365]: Creating...
random_pet.name[2870]: Creating...
random_pet.name[6688]: Creation complete after 0s [id=careful-stingray]
random_pet.name[2297]: Creating...
random_pet.name[8650]: Creation complete after 0s [id=fun-crab]
random_pet.name[232]: Creating...
random_pet.name[6512]: Creating...
random_pet.name[2870]: Creation complete after 0s [id=allowing-monkey]
random_pet.name[3245]: Creating...
random_pet.name[232]: Creation complete after 0s [id=romantic-hedgehog]
random_pet.name[3476]: Creating...
random_pet.name[4365]: Creation complete after 0s [id=central-bug]
random_pet.name[2297]: Creation complete after 0s [id=tops-swan]
random_pet.name[3200]: Creating...
random_pet.name[3245]: Creation complete after 0s [id=champion-gibbon]
random_pet.name[3652]: Creating...
random_pet.name[1907]: Creating...
random_pet.name[6512]: Creation complete after 0s [id=mutual-kingfish]
random_pet.name[3476]: Creation complete after 0s [id=brief-lynx]
random_pet.name[3200]: Creation complete after 0s [id=enabling-goblin]
random_pet.name[7609]: Creating...
random_pet.name[5294]: Creating...
random_pet.name[9490]: Creating...
random_pet.name[3652]: Creation complete after 0s [id=hardy-monarch]
random_pet.name[1907]: Creation complete after 0s [id=darling-reptile]
random_pet.name[7757]: Creating...
random_pet.name[236]: Creating...
random_pet.name[7609]: Creation complete after 0s [id=driving-ladybird]
random_pet.name[5294]: Creation complete after 0s [id=well-gull]
random_pet.name[7757]: Creation complete after 0s [id=healthy-dory]
random_pet.name[9490]: Creation complete after 0s [id=flowing-lynx]
random_pet.name[4230]: Creating...
random_pet.name[9292]: Creating...
random_pet.name[7856]: Creating...
random_pet.name[5393]: Creating...
random_pet.name[236]: Creation complete after 0s [id=balanced-drake]
random_pet.name[4230]: Creation complete after 0s [id=unique-bonefish]
random_pet.name[5872]: Creating...
random_pet.name[3540]: Creating...
random_pet.name[9292]: Creation complete after 0s [id=artistic-cougar]
random_pet.name[7856]: Creation complete after 0s [id=helping-rhino]
random_pet.name[5393]: Creation complete after 0s [id=game-rodent]
random_pet.name[834]: Creating...
random_pet.name[3540]: Creation complete after 0s [id=regular-lizard]
random_pet.name[9066]: Creating...
random_pet.name[7136]: Creating...
random_pet.name[4267]: Creating...
random_pet.name[5872]: Creation complete after 0s [id=balanced-marten]
random_pet.name[165]: Creating...
random_pet.name[7136]: Creation complete after 0s [id=healthy-hookworm]
random_pet.name[8032]: Creating...
random_pet.name[834]: Creation complete after 0s [id=climbing-dassie]
random_pet.name[9693]: Creating...
random_pet.name[9066]: Creation complete after 0s [id=solid-wallaby]
random_pet.name[4267]: Creation complete after 0s [id=humorous-mustang]
random_pet.name[2595]: Creating...
random_pet.name[9693]: Creation complete after 0s [id=ample-dogfish]
random_pet.name[7001]: Creating...
random_pet.name[8032]: Creation complete after 0s [id=knowing-satyr]
random_pet.name[165]: Creation complete after 0s [id=handy-porpoise]
random_pet.name[891]: Creating...
random_pet.name[8828]: Creating...
random_pet.name[2595]: Creation complete after 0s [id=supreme-wahoo]
random_pet.name[7001]: Creation complete after 0s [id=ethical-dodo]
random_pet.name[8828]: Creation complete after 0s [id=good-dolphin]
random_pet.name[5455]: Creating...
random_pet.name[7162]: Creating...
random_pet.name[891]: Creation complete after 0s [id=moved-elk]
random_pet.name[5070]: Creating...
random_pet.name[7162]: Creation complete after 0s [id=evolved-reptile]
random_pet.name[2066]: Creating...
random_pet.name[4523]: Creating...
random_pet.name[4652]: Creating...
random_pet.name[7213]: Creating...
random_pet.name[5070]: Creation complete after 0s [id=rich-chipmunk]
random_pet.name[4767]: Creating...
random_pet.name[2237]: Creating...
random_pet.name[8841]: Creating...
random_pet.name[5455]: Creation complete after 0s [id=complete-bunny]
random_pet.name[8841]: Creation complete after 0s [id=relative-ram]
random_pet.name[9583]: Creating...
random_pet.name[4652]: Creation complete after 0s [id=equipped-tapir]
random_pet.name[4767]: Creation complete after 0s [id=unbiased-hound]
random_pet.name[1464]: Creating...
random_pet.name[9583]: Creation complete after 0s [id=proud-stingray]
random_pet.name[2237]: Creation complete after 0s [id=good-lark]
random_pet.name[4523]: Creation complete after 0s [id=credible-crawdad]
random_pet.name[7213]: Creation complete after 0s [id=sharp-wahoo]
random_pet.name[6868]: Creating...
random_pet.name[6668]: Creating...
random_pet.name[4051]: Creating...
random_pet.name[2066]: Creation complete after 0s [id=finer-foxhound]
random_pet.name[1464]: Creation complete after 0s [id=merry-bird]
random_pet.name[4051]: Creation complete after 0s [id=amusing-terrier]
random_pet.name[6868]: Creation complete after 0s [id=dominant-yak]
random_pet.name[4475]: Creating...
random_pet.name[6668]: Creation complete after 0s [id=charming-trout]
random_pet.name[9409]: Creating...
random_pet.name[126]: Creating...
random_pet.name[4475]: Creation complete after 0s [id=select-turkey]
random_pet.name[7485]: Creating...
random_pet.name[9297]: Creating...
random_pet.name[4390]: Creating...
random_pet.name[5143]: Creating...
random_pet.name[9762]: Creating...
random_pet.name[1852]: Creating...
random_pet.name[7485]: Creation complete after 0s [id=fond-oyster]
random_pet.name[7639]: Creating...
random_pet.name

@rdhar rdhar merged commit 2dfd54a into main Jun 25, 2025
12 checks passed
@rdhar rdhar deleted the remove--pr-label-functionality branch June 25, 2025 23:26
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.

Deprecate PR labels

1 participant