Zerocracy

when what repository
2025-09-04T04:41:42Z judges-summary added:8 cycles:1 deleted:8 error:GET https://api.github.com/repos/yegor256/0rsk/actions/jobs/45949337491: 500 - inserted:8 seconds:1278.057146411 version:0.53.6
pmp _job:4759 area:scope qod_composite:(join 1 total_commits_pushed 8 total_issues_created 10 total_pulls_submitted 0.1 total_hoc_committed) qod_days:7 qod_interval:2
2025-01-02T13:30:51Z earned-value _job:12452 tombstone:2025-09-01T06:58:53Z
2025-01-12T14:17:59Z earned-value _job:12928 tombstone:2025-09-01T06:58:53Z
2025-01-22T14:18:41Z earned-value _job:13410 tombstone:2025-09-01T06:58:53Z
2025-02-01T15:18:10Z earned-value _job:13994 ac:837 start:2024-07-31T20:09:06Z tombstone:2025-09-01T06:58:53Z
2025-02-16T08:25:23Z earned-value _job:14497 ac:837 start:2024-07-31T20:09:06Z tombstone:2025-09-01T06:58:53Z
2025-02-26T10:17:08Z earned-value _job:15096 ac:837 start:2024-07-31T20:09:06Z tombstone:2025-09-01T06:58:53Z
2025-01-09T07:47:26Z code-was-contributed 802720676 _job:15732 comments:0 details:The pull request zerocracy/pages-action#188 with 6 HoC created by @katozaaaa was merged by @yegor256 after 1 weeks of being in review and 0 comments. hoc:6 is_human:1 issue:188 merger:526301 seconds:1164910 where:github who:106069210
2025-01-29T15:07:17Z code-was-contributed 798641472 _job:15732 comments:0 details:The pull request yegor256/factbase#156 with 1 HoC created by @Er418 was merged by @yegor256 after 39 minutes of being in review and 0 comments. hoc:1 is_human:1 issue:156 merger:526301 seconds:2378 where:github who:118360545
2025-03-19T16:16:30Z earned-value _job:15732 ac:837 start:2024-07-31T20:09:06Z tombstone:2025-09-01T06:58:53Z
2025-03-29T17:10:51Z earned-value _job:16299 ac:773 start:2024-07-31T20:09:06Z tombstone:2025-09-01T06:58:53Z
2025-04-08T18:09:58Z earned-value _job:17143 ac:-91 start:2024-07-31T20:09:06Z tombstone:2025-09-01T06:58:53Z
2025-04-18T19:06:57Z earned-value _job:17959 ac:-340 start:2024-07-31T20:09:06Z tombstone:2025-09-01T06:58:53Z
2025-04-28T20:08:36Z earned-value _job:18715 ac:-388 start:2024-07-31T20:09:06Z tombstone:2025-09-03T20:36:40Z
2025-05-08T20:15:28Z earned-value _job:19737 ac:-580 start:2024-07-31T20:09:06Z
2025-05-18T20:42:41Z earned-value _job:20695 ac:-864 start:2024-07-31T20:09:06Z
pmp _job:17190 area:cost award_price:1 love:3 slaves:torvalds
pmp _job:21418 anger:2 area:hr bad_branch_name_was_punished:(award (explain 'If a branch has a name that doesn\\\'t obey the convention, a penalty is given to the author') (aka (let fee -12) (give fee 'as a basis') 'deduct ${fee} points')) bug_report_was_rewarded:(award (explain 'When a bug is reported and accepted by the team, the reporter receives a bonus') (aka (let bonus 12) (give bonus 'as a basis') 'award ${bonus} points')) code_contribution_was_rewarded:(award (explain 'When a code contribution is made, the author receives a bonus') (in hoc 'the total number of hits-of-code in the contribution') (in comments 'the total number of comments made by all reviewers') (in reviews 'the number of reviews provided') (aka (let basis 16) (give basis 'as a basis') 'award ${basis} points') (aka (let hoc_k 0.05) (let hoc_threshold 200) (let hoc_max 16) (let hoc_min 5) (set bonus_for_hoc (if (lt hoc hoc_threshold) (times hoc hoc_k) 0)) (set bonus_for_hoc (between bonus_for_hoc hoc_min hoc_max)) (give bonus_for_hoc 'for the ${hoc} hits-of-code that you wrote') 'add ${hoc_k} points for each [hit-of-code](https://www.yegor256.com/2014/11/14/hits-of-code.html), but not more than ${hoc_max} points') (aka (let many_hoc_fee 8) (set penalty_for_hoc (if (gte hoc hoc_threshold) (times -1 many_hoc_fee) 0)) (give penalty_for_hoc 'for too many hits-of-code (${hoc} >= ${hoc_threshold})') 'deduct ${many_hoc_fee} points if more than ${hoc_threshold} [hits-of-code](https://www.yegor256.com/2014/11/14/hits-of-code.html)') (aka (let many_hoc_fee2 16) (let hoc_threshold2 800) (set penalty_for_hoc2 (if (gte hoc hoc_threshold2) (times -1 many_hoc_fee2) 0)) (give penalty_for_hoc2 'for way too many hits-of-code (${hoc} >= ${hoc_threshold2})') 'deduct ${many_hoc_fee2} points if more than ${hoc_threshold2} [hits-of-code](https://www.yegor256.com/2014/11/14/hits-of-code.html)') (aka (let no_review_fee 16) (set penalty_for_no_review (if (eq reviews 0) (times -1 no_review_fee) 0)) (give penalty_for_no_review 'for the lack of code review') 'deduct ${no_review_fee} points if there were no code review') (aka (let comments_k 0.2) (let comments_max -16) (let comments_min -4) (let comments_threshold 8) (set bonus_for_comments (if (gt comments comments_threshold) (times comments (times -1 comments_k)) 0)) (set bonus_for_comments (between bonus_for_comments comments_min comments_max)) (give bonus_for_comments 'for too many (${comments} > ${comments_threshold}) comments that were made during review') 'deduct ${comments_k} points for every comment above ${comments_threshold} made during review, but not more than ${comments_max} points') (aka (let few_hoc_fee 8) (let hoc_needed 20) (set penalty_for_few_hoc (if (lt hoc hoc_needed) (times -1 few_hoc_fee) 0)) (give penalty_for_few_hoc 'for too few (${hoc}) hits-of-code') 'deduct ${few_hoc_fee} points if you contribute less than ${hoc_needed} hits-of-code') (aka (let max 24) (set over (if (gt (total) max) (minus max (total)) 0)) (give over 'to not go over the cap') (let min 4) (set least (if (lt (total) min) (minus min (total)) 0)) (give least 'to give you at least something') 'make sure the reward is not larger than ${max} points and not smaller than ${min} points')) code_review_was_rewarded:(award (explain 'An author of every code review receives a bonus') (in hoc 'the total number of hits-of-code in the contribution') (in comments 'the total number of comments made by all reviewers') (in self '1 if the review was made for their own code contribution, otherwise zero') (aka (let basis 12) (give basis 'as a basis') 'award ${basis} points') (aka (let self_fee 24) (set penalty_for_self_review (if (eq self 1) (times -1 self_fee) 0)) (give penalty_for_self_review 'for reviewing your own contribution (which is a bad idea)') 'deduct ${self_fee} points if they reviewed their own contribution') (aka (let hoc_k 0.01) (let hoc_max 16) (let hoc_min 5) (set bonus_for_hoc (times hoc hoc_k)) (set bonus_for_hoc (between bonus_for_hoc hoc_min hoc_max)) (set bonus_for_hoc (if (eq self 1) 0 bonus_for_hoc)) (give bonus_for_hoc 'for the ${hoc} hits-of-code that you reviewed') 'add ${hoc_k} points for each [hit-of-code](https://www.yegor256.com/2014/11/14/hits-of-code.html), but not more than ${hoc_max} points') (aka (let few_comments_fee 10) (let comments_needed 6) (set penalty_for_few_comments (if (and (lt comments comments_needed) (not (eq comments 0))) (times -1 few_comments_fee) 0)) (give penalty_for_few_comments 'for very few (${comments}) comments') 'deduct ${few_comments_fee} points if there were less than ${comments_needed} comments made during review') (aka (let silence_fee 16) (set penalty_for_silence (if (eq comments 0) (times -1 silence_fee) 0)) (give penalty_for_silence 'for absolutely no comments posted') 'deduct ${silence_fee} points if there were absolutely no comments made during review') (aka (let comments_k 0.25) (let comments_max 8) (let comments_min 5) (set bonus_for_comments (times comments comments_k)) (set bonus_for_comments (between bonus_for_comments comments_min comments_max)) (set bonus_for_comments (if (eq self 1) 0 bonus_for_comments)) (give bonus_for_comments 'for the ${comments} comment(s) that you have made') 'add ${comments_k} points for each comment during the review, but not more than ${comments_max} points') (aka (let hoc_fee 8) (let hoc_needed 16) (set penalty_for_hoc (if (lt hoc hoc_needed) (times -1 hoc_fee) 0)) (give penalty_for_hoc 'for too few (${hoc}) hits-of-code') 'deduct ${hoc_fee} points if there were less than ${hoc_needed} hits-of-code') (aka (let max 24) (set over (if (gt (total) max) (minus max (total)) 0)) (give over 'to not go over the cap') (let min 4) (set least (if (lt (total) min) (minus min (total)) 0)) (give least 'to give you at least something') 'make sure the reward is not larger than ${max} points and not smaller than ${min} points')) days_of_running_balance:56 days_to_reward:14 dud_was_punished:(award (explain 'When an issue is submitted but then rejected by the team, the reporter receives a penalty') (aka (let fee -16) (give fee 'as a basis') 'deduct ${fee} points')) enhancement_suggestion_was_rewarded:(award (explain 'When an enhancement is suggested and accepted by the team, the reporter receives a bonus') (aka (let bonus 12) (give bonus 'as a basis') 'award ${bonus} points')) long_pull_was_punished:(award (explain 'Oversized pull requests get penalized') (aka (let fee -8) (give fee 'as a basis') 'deduct ${fee} points')) master_punish_days:4 published_release_was_rewarded:(award (explain 'When a new release is published, everyone who contributed receives a bonus') (in hoc 'how many hits-of-code are in the release') (in contributors 'how many people contributed to the release') (aka (let basis 24) (give basis 'as a basis') 'award ${basis} points') (aka (let hoc_k 0.01) (let hoc_max 24) (let hoc_min 4) (set b1 (times hoc hoc_k)) (set b1 (between b1 hoc_min hoc_max)) (give b1 'for ${hoc} hits-of-code') 'add ${hoc_k} points for each [hit-of-code](https://www.yegor256.com/2014/11/14/hits-of-code.html), but not more than ${hoc_max} points') (aka (let max 32) (set over (if (gt (total) max) (minus max (total)) 0)) (give over 'to not go over the cap') (let min 4) (set least (if (lt (total) min) (minus min (total)) 0)) (give least 'to give you at least something') 'make sure the reward is not larger than ${max} points and not smaller than ${min} points')) push_to_master_was_punished:(award (explain 'When someone pushes directly to the default branch, they get a penalty') (aka (let fee -16) (give fee 'as a basis') '${fee} points')) qod_composite:(join 1 total_commits_pushed 8 total_issues_created 10 total_pulls_submitted 0.1 total_hoc_committed) resolved_bug_was_rewarded:(award (explain 'When a bug is resolved, the person who was assigned to it receives a bonus') (in hours 'how many hours it took to resolve the bug') (in self '1 if the bug was reported and resolved by the same person, otherwise zero') (set days (div hours 24)) (aka (let basis 8) (give basis 'as a basis') 'award ${basis} points') (aka (let b1 4) (let hours_threshold 24) (set b1 (if (lt hours hours_threshold) b1 0)) (give b1 'for resolving it in less than ${hours_threshold} hours') 'add ${b1} points if it was resolved in less than ${hours_threshold} hours') (aka (let self_fee 16) (set penalty_for_self (if (eq self 1) (times -1 self_fee) 0)) (give penalty_for_self 'for resolving the bug reported by you earlier') 'deduct ${self_fee} points if they resolved the bug earlier reported by themselves') (aka (let day_fee 1.0) (set b2 (times -1 (times days day_fee))) (let days_fee_max -20) (set b2 (max b2 days_fee_max)) (give b2 'for ${days} days of delay') 'deduct ${day_fee} points for each day of delay, but no more than ${days_fee_max} points') (aka (let max 16) (set over (if (gt (total) max) (minus max (total)) 0)) (give over 'to not go over the cap') (let min 4) (set least (if (lt (total) min) (minus min (total)) 0)) (give least 'to give you at least something') 'make sure the reward is not larger than ${max} points and not smaller than ${min} points'))
2025-05-02T09:10:31Z dud-was-closed 799177290 _job:21581 closer:526301 details:In the repository #799177290, the user #83453843 submitted the issue #590 which was later closed by the user #526301 not becoming a bug or enhancement; this means that the issue was not valid, maybe a duplicate or simply a mistake. is_human:1 issue:590 where:github who:83453843
2025-05-28T20:45:11Z earned-value _job:22486
2025-04-05T03:25:38Z bug-was-resolved 799113787 _job:23606 closer:526301 details:The bug/feature in the issue yegor256/judges#111 opened @yegor256 by was resolved, after 33w4d of waiting, because it was closed by @yegor256 and earlier it was assigned to @prateekpsingh and the label '#enhancement' was attached. is_human:1 issue:111 label:enhancement opener:526301 seconds:20352051 where:github who:97173401
2025-04-05T09:33:32Z bug-was-resolved 799177290 _job:23619 closer:8086956 details:The bug/feature in the issue zerocracy/judges-action#510 opened @yegor256 by was resolved, after 2d4h of waiting, because it was closed by @rultor and earlier it was assigned to @suban05 and the label '#bug' was attached. is_human:1 issue:510 label:bug opener:526301 seconds:190362 where:github who:88084038
2025-04-05T07:15:29Z bug-was-resolved 799177290 _job:23633 closer:8086956 details:The bug/feature in the issue zerocracy/judges-action#526 opened @yegor256 by was resolved, after 17h6m of waiting, because it was closed by @rultor and earlier it was assigned to @suban05 and the label '#bug' was attached. is_human:1 issue:526 label:bug opener:526301 seconds:61608 where:github who:88084038
2025-04-06T14:00:43Z bug-was-resolved 799177290 _job:23633 closer:8086956 details:The bug/feature in the issue zerocracy/judges-action#534 opened @yegor256 by was resolved, after 1d2h of waiting, because it was closed by @rultor and earlier it was assigned to @suban05 and the label '#enhancement' was attached. is_human:1 issue:534 label:enhancement opener:526301 seconds:94708 where:github who:88084038
2025-04-08T15:54:32Z bug-was-resolved 799177290 _job:23633 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#543 opened @yegor256 by was resolved, after 15h26m of waiting, because it was closed by @yegor256 and earlier it was assigned to @suban05 and the label '#bug' was attached. is_human:1 issue:543 label:bug opener:526301 seconds:55607 where:github who:88084038
2025-06-07T20:46:34Z earned-value _job:24034 ac:-1080 start:2024-07-31T20:09:06Z
2025-06-10T18:37:07Z bug-was-resolved 799113787 _job:24499 closer:526301 details:The bug/feature in the issue yegor256/judges#101 opened @yegor256 by was resolved, after 3h9m of waiting, because it was closed by @yegor256 and earlier it was assigned to @copilot and the label '#bug' was attached. is_human:0 issue:101 label:bug opener:526301 seconds:11349 where:github who:198982749
2025-06-10T19:14:36Z code-was-contributed 799113787 _job:24499 comments:0 details:The pull request yegor256/judges#237 with 17 HoC created by @copilot was merged by @yegor256 after 30m33s of being in review and 0 comments. hoc:17 is_human:0 issue:237 merger:526301 review_comments:0 seconds:1834 where:github who:198982749
2025-06-10T18:37:06Z code-was-contributed 799113787 _job:24499 comments:0 details:The pull request yegor256/judges#234 with 29 HoC created by @copilot was merged by @yegor256 after 2h30m of being in review and 0 comments. hoc:29 is_human:0 issue:234 merger:526301 review_comments:1 seconds:9016 where:github who:198982749
2025-06-17T21:09:31Z earned-value _job:25108 ac:-1546 start:2024-07-31T20:09:06Z
2025-06-25T06:40:57Z code-was-contributed 798641472 _job:26402 comments:6 details:The pull request yegor256/factbase#243 with 100 HoC created by @copilot was merged by @yegor256 after 1h23m of being in review and 6 comments. hoc:100 is_human:0 issue:243 merger:526301 review_comments:2 seconds:5003 where:github who:198982749
2025-06-27T21:15:20Z earned-value _job:26747 ac:-2243 cant_infer_ev:There is not .CSV file cant_infer_pv:There is not .CSV file ev:0 pv:0 qod:9669 qod_per_sec:0.0003426891625299888 start:2024-08-05T07:10:16Z
2025-06-10T19:14:37Z bug-was-resolved 799113787 _job:27777 closer:526301 details:The bug/feature in the issue yegor256/judges#197 opened @yegor256 by was resolved, after 30m40s of waiting, because it was closed by @yegor256 and earlier it was assigned to @copilot and the label '#bug' was attached. is_human:0 issue:197 label:bug opener:526301 seconds:1841 where:github who:198982749
2025-07-07T21:32:42Z earned-value _job:28107 ac:-2029 cant_infer_ev:There is not .CSV file cant_infer_pv:There is not .CSV file ev:0 pv:0 qod:5929 qod_per_sec:0.00020390334852646064 start:2024-08-05T07:10:16Z
2025-07-07T21:32:42Z earned-value-prev _job:28107
2025-07-17T21:57:58Z earned-value _job:29196 ac:-1969 cant_infer_ev:There is not .CSV file cant_infer_pv:There is not .CSV file ev:0 pv:0 qod:3601 qod_per_sec:0.0001202703804939175 start:2024-08-05T07:10:16Z
2025-07-17T21:57:58Z earned-value-prev _job:29196
2025-03-19T11:21:43Z bug-was-resolved 799113787 _job:29807 closer:526301 details:The bug/feature in the issue yegor256/judges#139 opened @yegor256 by was resolved, after 19w3d of waiting, because it was closed by @yegor256 and earlier it was assigned to @luliko-hub and the label '#enhancement' was attached. is_human:1 issue:139 label:enhancement opener:526301 seconds:11772377 where:github who:79243520
2025-07-27T22:29:14Z earned-value _job:30544 ac:-1966 cant_infer_ev:There is not .CSV file cant_infer_pv:There is not .CSV file ev:0 pv:0 qod:1640 qod_per_sec:5.324323431125243e-05 start:2024-08-05T07:10:16Z
2025-07-27T22:29:14Z earned-value-prev _job:30544
2025-08-06T23:02:42Z earned-value _job:31949 ac:-2025 cant_infer_ev:There is not .CSV file cant_infer_pv:There is not .CSV file ev:0 pv:0 qod:1686 qod_per_sec:5.322335954703505e-05 start:2024-08-05T07:10:16Z
2025-08-06T23:02:42Z earned-value-prev _job:31949
2024-07-18T12:09:05Z push-to-master-was-punished 802720676 _job:32166 award:-20 cause:44248 commit:6998efeb6ca724152ed99c2c0d111689686723f9 default_branch:master details:It's time to punish @rultor for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -20. href:https://github.com/zerocracy/pages-action/commit/6998efeb6ca724152ed99c2c0d111689686723f9/#commitcomment-144377322 is_human:1 where:github who:8086956 why:Push to default branch 'master' in zerocracy/pages-action
2024-07-18T13:09:26Z push-to-master-was-punished 802720676 _job:32166 award:-20 cause:44419 commit:efde0f393bef8be30a90a5eb74a22c8002eb3b6d default_branch:master details:It's time to punish @rultor for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -20. href:https://github.com/zerocracy/pages-action/commit/efde0f393bef8be30a90a5eb74a22c8002eb3b6d/#commitcomment-144382093 is_human:1 where:github who:8086956 why:Push to default branch 'master' in zerocracy/pages-action
2024-07-18T16:06:45Z push-to-master-was-punished 799177290 _job:32166 award:-20 cause:44749 commit:c580146c8ab25a0e2af3cacd92b1a1a5add267e4 default_branch:master details:It's time to punish @rultor for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -20. href:https://github.com/zerocracy/judges-action/commit/c580146c8ab25a0e2af3cacd92b1a1a5add267e4/#commitcomment-144388358 is_human:1 where:github who:8086956 why:Push to default branch 'master' in zerocracy/judges-action
2024-08-02T16:11:14Z enhancement-suggestion-was-rewarded 799177290 _job:32166 award:15 cause:96384 details:It's time to reward @h1alexbel for the enhancement suggested in zerocracy/judges-action#217, the reward amount is 15. done:2025-08-21T11:52:12Z href:https://github.com/zerocracy/judges-action/issues/217/#issuecomment-2265723881 is_human:1 issue:217 where:github who:83453843 why:Suggested enhancement in zerocracy/judges-action#217
2024-08-03T15:10:36Z code-contribution-was-rewarded 799177290 _job:32166 award:23 cause:100502 details:It's time to reward @Suban05 for the code contributed in zerocracy/judges-action#215, the reward amount is 23. done:2025-08-21T11:52:15Z href:https://github.com/zerocracy/judges-action/issues/215/#issuecomment-2266777500 is_human:1 issue:215 where:github who:88084038 why:Contributed code in zerocracy/judges-action#215
2024-08-05T07:15:08Z code-review-was-rewarded 799113787 _job:32166 award:5 cause:88014 details:It's time to reward @tank-bohr for the code review in yegor256/judges#93, the reward amount is 5. done:2025-08-21T11:52:16Z href:https://github.com/yegor256/judges/issues/93/#issuecomment-2268344545 is_human:1 issue:93 where:github who:1646020 why:Reviewed code in yegor256/judges#93
2024-08-05T08:12:16Z code-contribution-was-rewarded 799113787 _job:32166 award:31 cause:104193 details:It's time to reward @tank-bohr for the code contributed in yegor256/judges#93, the reward amount is 31. done:2025-08-21T11:52:19Z href:https://github.com/yegor256/judges/issues/93/#issuecomment-2268446748 is_human:1 issue:93 where:github who:1646020 why:Contributed code in yegor256/judges#93
2024-08-05T08:13:14Z code-contribution-was-rewarded 799177290 _job:32166 award:46 cause:104200 details:It's time to reward @Suban05 for the code contributed in zerocracy/judges-action#225, the reward amount is 46. done:2025-08-21T11:52:21Z href:https://github.com/zerocracy/judges-action/issues/225/#issuecomment-2268446782 is_human:1 issue:225 where:github who:88084038 why:Contributed code in zerocracy/judges-action#225
2024-08-05T16:11:26Z code-contribution-was-rewarded 799177290 _job:32166 award:15 cause:105304 details:It's time to reward @Suban05 for the code contributed in zerocracy/judges-action#230, the reward amount is 15. done:2025-08-21T11:52:22Z href:https://github.com/zerocracy/judges-action/issues/230/#issuecomment-2269432498 is_human:1 issue:230 where:github who:88084038 why:Contributed code in zerocracy/judges-action#230
2024-08-09T08:15:13Z code-review-was-rewarded 799177290 _job:32166 award:15 cause:118539 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#243, the reward amount is 15. done:2025-08-21T11:52:31Z href:https://github.com/zerocracy/judges-action/issues/243/#issuecomment-2277410256 is_human:1 issue:243 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#243
2024-08-10T15:14:43Z code-review-was-rewarded 799177290 _job:32166 award:5 cause:104571 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#215, the reward amount is 5. done:2025-08-21T11:52:39Z href:2281732375 is_human:1 issue:215 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#215
2024-08-10T15:17:59Z code-review-was-rewarded 799113787 _job:32166 award:45 cause:104744 details:It's time to reward @Suban05 for the code review in yegor256/judges#93, the reward amount is 45. done:2025-08-21T11:52:42Z href:2281732537 is_human:1 issue:93 where:github who:88084038 why:Reviewed code in yegor256/judges#93
2024-08-10T16:15:36Z code-review-was-rewarded 799177290 _job:32166 award:5 cause:104746 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#225, the reward amount is 5. done:2025-08-21T11:52:44Z href:2281732629 is_human:1 issue:225 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#225
2024-08-12T10:15:37Z code-contribution-was-rewarded 799177290 _job:32166 award:5 cause:140109 details:It's time to reward @Suban05 for the code contributed in zerocracy/judges-action#263, the reward amount is 5. done:2025-08-21T11:52:48Z href:https://github.com/zerocracy/judges-action/issues/263/#issuecomment-2283585413 is_human:1 issue:263 where:github who:88084038 why:Contributed code in zerocracy/judges-action#263
2024-08-12T21:18:21Z code-review-was-rewarded 799177290 _job:32166 award:5 cause:135353 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#258, the reward amount is 5. done:2025-08-21T11:52:50Z href:https://github.com/zerocracy/judges-action/issues/258/#issuecomment-2284925122 is_human:1 issue:258 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#258
2024-08-13T17:18:35Z code-review-was-rewarded 799177290 _job:32166 award:22 cause:144538 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#269, the reward amount is 22. done:2025-08-21T11:52:57Z href:https://github.com/zerocracy/judges-action/issues/269/#issuecomment-2286745104 is_human:1 issue:269 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#269
2024-08-14T07:18:12Z code-contribution-was-rewarded 799177290 _job:32166 award:22 cause:146247 details:It's time to reward @torvalds for the code contributed in yegor256/test#279, the reward amount is 22. done:2025-08-21T11:53:03Z href:https://github.com/yegor256/test/issues/279/#issuecomment-42 is_human:1 issue:279 where:github who:88084038 why:Contributed code in yegor256/test#279
2024-08-14T07:18:22Z code-contribution-was-rewarded 799177290 _job:32166 award:10 cause:146248 details:It's time to reward @torvalds for the code contributed in yegor256/test#277, the reward amount is 10. done:2025-08-21T11:53:04Z href:https://github.com/yegor256/test/issues/277/#issuecomment-42 is_human:1 issue:277 where:github who:88084038 why:Contributed code in yegor256/test#277
2024-08-14T21:16:57Z code-contribution-was-rewarded 820463873 _job:32166 award:5 cause:149252 details:It's time to reward @Suban05 for the code contributed in zerocracy/fbe#68, the reward amount is 5. done:2025-08-21T11:53:13Z href:https://github.com/zerocracy/fbe/issues/68/#issuecomment-2289921578 is_human:1 issue:68 where:github who:88084038 why:Contributed code in zerocracy/fbe#68
2024-08-16T05:18:14Z code-contribution-was-rewarded 820463873 _job:32166 award:5 cause:154570 details:It's time to reward @Suban05 for the code contributed in zerocracy/fbe#71, the reward amount is 5. done:2025-08-21T11:53:16Z href:https://github.com/zerocracy/fbe/issues/71/#issuecomment-2292826797 is_human:1 issue:71 where:github who:88084038 why:Contributed code in zerocracy/fbe#71
2024-08-16T20:21:38Z code-review-was-rewarded 799177290 _job:32166 award:5 cause:150528 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#284, the reward amount is 5. done:2025-08-21T11:53:18Z href:https://github.com/zerocracy/judges-action/issues/284/#issuecomment-2294178837 is_human:1 issue:284 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#284
2024-08-17T04:19:24Z code-contribution-was-rewarded 799113787 _job:32166 award:5 cause:158652 details:It's time to reward @uchitsa for the code contributed in yegor256/judges#119, the reward amount is 5. done:2025-08-21T11:53:22Z href:https://github.com/yegor256/judges/issues/119/#issuecomment-2294618850 is_human:1 issue:119 where:github who:29793349 why:Contributed code in yegor256/judges#119
2024-08-17T13:12:50Z code-contribution-was-rewarded 820463873 _job:32166 award:5 cause:160329 details:It's time to reward @Suban05 for the code contributed in zerocracy/fbe#74, the reward amount is 5. done:2025-08-21T11:53:23Z href:https://github.com/zerocracy/fbe/issues/74/#issuecomment-2294856440 is_human:1 issue:74 where:github who:88084038 why:Contributed code in zerocracy/fbe#74
2024-08-17T18:18:16Z bad-branch-name-was-punished 840215648 _job:32166 award:-12 branch:pull_unzip cause:161052 details:It's time to punish @tank-bohr for the branch named as 'pull_unzip', which is wrong in zerocracy/baza.rb#11, the penalty amount is -12. href:https://github.com/zerocracy/baza.rb/issues/11/#issuecomment-2294933861 is_human:1 issue:11 where:github who:1646020 why:Wrongly named a branch in zerocracy/baza.rb#11
2024-08-18T04:32:38Z code-contribution-was-rewarded 840215648 _job:32166 award:5 details:It's time to reward @tank-bohr for the code contributed in zerocracy/baza.rb#13, the reward amount is 5. done:2025-08-21T11:53:25Z href:https://github.com/zerocracy/baza.rb/pull/13#issuecomment-2295106363 is_human:1 issue:13 where:github who:1646020 why:Contributed code in zerocracy/baza.rb#13
2024-08-18T09:21:24Z code-contribution-was-rewarded 799177290 _job:32166 award:21 details:It's time to reward @Suban05 for the code contributed in zerocracy/judges-action#286, the reward amount is 21. done:2025-08-21T11:53:30Z href:https://github.com/zerocracy/judges-action/issues/286/#issuecomment-2295191573 is_human:1 issue:286 where:github who:88084038 why:Contributed code in zerocracy/judges-action#286
2024-08-18T09:21:34Z code-review-was-rewarded 799177290 _job:32166 award:5 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#285, the reward amount is 5. done:2025-08-21T11:53:32Z href:https://github.com/zerocracy/judges-action/issues/285/#issuecomment-2295191580 is_human:1 issue:285 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#285
2024-08-18T13:23:14Z code-contribution-was-rewarded 799113787 _job:32166 award:4 details:It's time to reward @tank-bohr for the code contributed in yegor256/judges#121, the reward amount is 4. done:2025-08-21T11:53:35Z href:https://github.com/yegor256/judges/issues/121/#issuecomment-2295262710 is_human:1 issue:121 where:github who:1646020 why:Contributed code in yegor256/judges#121
2024-08-19T16:21:47Z bad-branch-name-was-punished 799113787 _job:32166 award:-12 branch:add-current-time details:It's time to punish @uchitsa for the branch named as 'add-current-time', which is wrong in yegor256/judges#122, the penalty amount is -12. href:https://github.com/yegor256/judges/issues/122/#issuecomment-2296961785 is_human:1 issue:122 where:github who:29793349 why:Wrongly named a branch in yegor256/judges#122
2024-08-20T00:32:37Z code-contribution-was-rewarded 820463873 _job:32166 award:4 details:It's time to reward @Suban05 for the code contributed in zerocracy/fbe#77, the reward amount is 4. done:2025-08-21T11:53:36Z href:https://github.com/zerocracy/fbe/issues/77/#issuecomment-2297748736 is_human:1 issue:77 where:github who:88084038 why:Contributed code in zerocracy/fbe#77
2024-08-20T01:47:36Z code-contribution-was-rewarded 799113787 _job:32166 award:4 details:It's time to reward @uchitsa for the code contributed in yegor256/judges#123, the reward amount is 4. done:2025-08-21T11:53:38Z href:https://github.com/yegor256/judges/issues/123/#issuecomment-2297809427 is_human:1 issue:123 where:github who:29793349 why:Contributed code in yegor256/judges#123
2024-08-20T08:23:31Z code-review-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#294, the reward amount is 4. done:2025-08-21T11:53:41Z href:https://github.com/zerocracy/judges-action/issues/294/#issuecomment-2298269449 is_human:1 issue:294 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#294
2024-08-20T09:13:30Z code-contribution-was-rewarded 799177290 _job:32166 award:31 details:It's time to reward @tank-bohr for the code contributed in zerocracy/judges-action#294, the reward amount is 31. done:2025-08-21T11:53:44Z href:https://github.com/zerocracy/judges-action/issues/294/#issuecomment-2298372930 is_human:1 issue:294 where:github who:1646020 why:Contributed code in zerocracy/judges-action#294
2024-08-22T07:50:38Z code-review-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @tank-bohr for the code review in zerocracy/judges-action#296, the reward amount is 4. done:2025-08-21T11:53:47Z href:https://github.com/zerocracy/judges-action/issues/296/#issuecomment-2304014551 is_human:1 issue:296 where:github who:1646020 why:Reviewed code in zerocracy/judges-action#296
2024-08-22T07:50:46Z code-review-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @tank-bohr for the code review in zerocracy/judges-action#299, the reward amount is 4. done:2025-08-21T11:53:48Z href:https://github.com/zerocracy/judges-action/issues/299/#issuecomment-2304014584 is_human:1 issue:299 where:github who:1646020 why:Reviewed code in zerocracy/judges-action#299
2024-08-22T08:24:25Z code-contribution-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @Suban05 for the code contributed in zerocracy/judges-action#303, the reward amount is 4. done:2025-08-21T11:53:55Z href:https://github.com/zerocracy/judges-action/issues/303/#issuecomment-2304075084 is_human:1 issue:303 where:github who:88084038 why:Contributed code in zerocracy/judges-action#303
2024-08-22T08:24:33Z code-contribution-was-rewarded 799177290 _job:32166 award:21 details:It's time to reward @Suban05 for the code contributed in zerocracy/judges-action#296, the reward amount is 21. done:2025-08-21T11:53:57Z href:https://github.com/zerocracy/judges-action/issues/296/#issuecomment-2304075127 is_human:1 issue:296 where:github who:88084038 why:Contributed code in zerocracy/judges-action#296
2024-08-22T08:24:41Z code-contribution-was-rewarded 799177290 _job:32166 award:26 details:It's time to reward @Suban05 for the code contributed in zerocracy/judges-action#299, the reward amount is 26. done:2025-08-21T11:53:58Z href:https://github.com/zerocracy/judges-action/issues/299/#issuecomment-2304075165 is_human:1 issue:299 where:github who:88084038 why:Contributed code in zerocracy/judges-action#299
2024-08-22T21:23:16Z code-contribution-was-rewarded 820463873 _job:32166 award:4 details:It's time to reward @Suban05 for the code contributed in zerocracy/fbe#80, the reward amount is 4. done:2025-08-21T11:54:05Z href:https://github.com/zerocracy/fbe/issues/80/#issuecomment-2305682172 is_human:1 issue:80 where:github who:88084038 why:Contributed code in zerocracy/fbe#80
2024-08-25T17:13:49Z code-contribution-was-rewarded 799177290 _job:32166 award:16 details:It's time to reward @Suban05 for the code contributed in zerocracy/judges-action#312, the reward amount is 16. done:2025-08-21T12:57:58Z href:https://github.com/zerocracy/judges-action/issues/312/#issuecomment-2308929287 is_human:1 issue:312 where:github who:88084038 why:Contributed code in zerocracy/judges-action#312
2024-08-29T07:25:17Z code-contribution-was-rewarded 820463873 _job:32166 award:4 details:It's time to reward @Suban05 for the code contributed in zerocracy/fbe#84, the reward amount is 4. done:2025-08-21T12:58:04Z href:https://github.com/zerocracy/fbe/issues/84/#issuecomment-2316897255 is_human:1 issue:84 where:github who:88084038 why:Contributed code in zerocracy/fbe#84
2024-08-29T14:27:54Z code-review-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @tank-bohr for the code review in zerocracy/judges-action#317, the reward amount is 4. done:2025-08-21T12:58:07Z href:https://github.com/zerocracy/judges-action/issues/317/#issuecomment-2317877946 is_human:1 issue:317 where:github who:1646020 why:Reviewed code in zerocracy/judges-action#317
2024-08-29T15:13:48Z code-contribution-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @Suban05 for the code contributed in zerocracy/judges-action#317, the reward amount is 4. done:2025-08-21T12:58:10Z href:https://github.com/zerocracy/judges-action/issues/317/#issuecomment-2318046896 is_human:1 issue:317 where:github who:88084038 why:Contributed code in zerocracy/judges-action#317
2024-09-04T18:57:40Z code-review-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @tank-bohr for the code review in zerocracy/judges-action#318, the reward amount is 4. done:2025-08-21T12:58:17Z href:https://github.com/zerocracy/judges-action/issues/318/#issuecomment-2329771526 is_human:1 issue:318 where:github who:1646020 why:Reviewed code in zerocracy/judges-action#318
2024-09-04T18:57:48Z code-review-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#318, the reward amount is 4. done:2025-08-21T12:58:19Z href:https://github.com/zerocracy/judges-action/issues/318/#issuecomment-2329771567 is_human:1 issue:318 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#318
2024-09-04T19:26:05Z code-review-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#326, the reward amount is 4. done:2025-08-21T12:58:23Z href:https://github.com/zerocracy/judges-action/issues/326/#issuecomment-2329814206 is_human:1 issue:326 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#326
2024-09-08T17:30:55Z code-review-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#329, the reward amount is 4. done:2025-08-21T12:58:28Z href:https://github.com/zerocracy/judges-action/issues/329/#issuecomment-2336763958 is_human:1 issue:329 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#329
2024-09-10T16:33:17Z code-review-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#331, the reward amount is 4. done:2025-08-21T12:58:31Z href:https://github.com/zerocracy/judges-action/issues/331/#issuecomment-2341442101 is_human:1 issue:331 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#331
2024-09-14T05:32:06Z code-review-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#332, the reward amount is 4. done:2025-08-21T12:58:34Z href:https://github.com/zerocracy/judges-action/issues/332/#issuecomment-2350851001 is_human:1 issue:332 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#332
2024-09-15T13:35:22Z code-review-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#336, the reward amount is 4. done:2025-08-21T12:58:40Z href:https://github.com/zerocracy/judges-action/issues/336/#issuecomment-2351597680 is_human:1 issue:336 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#336
2024-09-17T14:36:09Z code-review-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#339, the reward amount is 4. done:2025-08-21T12:58:45Z href:https://github.com/zerocracy/judges-action/issues/339/#issuecomment-2356055677 is_human:1 issue:339 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#339
2024-09-18T09:42:02Z code-review-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#342, the reward amount is 4. done:2025-08-21T12:58:50Z href:https://github.com/zerocracy/judges-action/issues/342/#issuecomment-2357995545 is_human:1 issue:342 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#342
2024-09-23T04:40:02Z code-review-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#344, the reward amount is 4. done:2025-08-21T12:58:54Z href:https://github.com/zerocracy/judges-action/issues/344/#issuecomment-2367226928 is_human:1 issue:344 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#344
2024-09-24T17:18:40Z code-contribution-was-rewarded 820463873 _job:32166 award:4 details:It's time to reward @Suban05 for the code contributed in zerocracy/fbe#102, the reward amount is 4. done:2025-08-21T12:59:00Z href:https://github.com/zerocracy/fbe/issues/102/#issuecomment-2371879777 is_human:1 issue:102 where:github who:88084038 why:Contributed code in zerocracy/fbe#102
2024-09-24T17:19:04Z code-contribution-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @Suban05 for the code contributed in zerocracy/judges-action#351, the reward amount is 4. done:2025-08-21T12:59:03Z href:https://github.com/zerocracy/judges-action/issues/351/#issuecomment-2371879862 is_human:1 issue:351 where:github who:88084038 why:Contributed code in zerocracy/judges-action#351
2024-09-25T07:39:00Z code-contribution-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @Suban05 for the code contributed in zerocracy/judges-action#355, the reward amount is 4. done:2025-08-21T12:59:11Z href:https://github.com/zerocracy/judges-action/issues/355/#issuecomment-2373301436 is_human:1 issue:355 where:github who:88084038 why:Contributed code in zerocracy/judges-action#355
2024-09-26T07:37:58Z code-review-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#357, the reward amount is 4. done:2025-08-21T12:59:17Z href:https://github.com/zerocracy/judges-action/issues/357/#issuecomment-2376165396 is_human:1 issue:357 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#357
2024-09-30T10:39:09Z code-review-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#364, the reward amount is 4. done:2025-08-21T12:59:23Z href:https://github.com/zerocracy/judges-action/issues/364/#issuecomment-2382790898 is_human:1 issue:364 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#364
2024-10-01T06:43:31Z code-review-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#368, the reward amount is 4. done:2025-08-21T12:59:29Z href:https://github.com/zerocracy/judges-action/issues/368/#issuecomment-2384930270 is_human:1 issue:368 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#368
2024-10-03T11:40:58Z code-review-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#370, the reward amount is 4. done:2025-08-21T12:59:32Z href:https://github.com/zerocracy/judges-action/issues/370/#issuecomment-2391209074 is_human:1 issue:370 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#370
2024-10-04T11:39:12Z code-review-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#371, the reward amount is 4. done:2025-08-21T12:59:36Z href:https://github.com/zerocracy/judges-action/issues/371/#issuecomment-2393509966 is_human:1 issue:371 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#371
2024-10-05T21:39:17Z code-review-was-rewarded 799177290 _job:32166 award:4 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#374, the reward amount is 4. done:2025-08-21T12:59:39Z href:https://github.com/zerocracy/judges-action/issues/374/#issuecomment-2395204703 is_human:1 issue:374 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#374
2024-10-09T22:24:09Z code-review-was-rewarded 799177290 _job:32191 award:4 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#379, the reward amount is 4. done:2025-08-21T12:59:45Z href:https://github.com/zerocracy/judges-action/issues/379/#issuecomment-2403533501 is_human:1 issue:379 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#379
2024-10-14T04:43:24Z code-review-was-rewarded 799177290 _job:32191 award:4 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#381, the reward amount is 4. done:2025-08-21T12:59:51Z href:https://github.com/zerocracy/judges-action/issues/381/#issuecomment-2409935785 is_human:1 issue:381 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#381
2024-10-15T22:53:26Z code-review-was-rewarded 799177290 _job:32191 award:4 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#389, the reward amount is 4. done:2025-08-21T12:59:58Z href:https://github.com/zerocracy/judges-action/issues/389/#issuecomment-2415306567 is_human:1 issue:389 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#389
2024-10-24T06:55:25Z code-review-was-rewarded 799177290 _job:32191 award:4 details:It's time to reward @Suban05 for the code review in zerocracy/judges-action#396, the reward amount is 4. done:2025-08-21T13:00:00Z href:https://github.com/zerocracy/judges-action/issues/396/#issuecomment-2434453254 is_human:1 issue:396 where:github who:88084038 why:Reviewed code in zerocracy/judges-action#396
2024-12-04T03:24:23Z code-contribution-was-rewarded 798641472 _job:32191 award:4 details:It's time to reward @vardbabayan for the code contributed in yegor256/factbase#132, the reward amount is 4. done:2025-08-21T13:00:07Z href:https://github.com/yegor256/factbase/issues/132/#issuecomment-2516090847 is_human:1 issue:132 where:github who:69600066 why:Contributed code in yegor256/factbase#132
2024-12-04T15:12:04Z code-contribution-was-rewarded 798641472 _job:32191 award:4 details:It's time to reward @vardbabayan for the code contributed in yegor256/factbase#137, the reward amount is 4. done:2025-08-21T13:00:09Z href:https://github.com/yegor256/factbase/issues/137/#issuecomment-2517728487 is_human:1 issue:137 where:github who:69600066 why:Contributed code in yegor256/factbase#137
2024-12-06T06:55:59Z bad-branch-name-was-punished 799177290 _job:32191 award:-12 branch:fix-fetch-release-info details:It's time to punish @uchitsa for the branch named as 'fix-fetch-release-info', which is wrong in zerocracy/judges-action#410, the penalty amount is -12. href:https://github.com/zerocracy/judges-action/issues/410/#issuecomment-2522276536 is_human:1 issue:410 where:github who:29793349 why:Wrongly named a branch in zerocracy/judges-action#410
2025-01-30T07:12:38Z bad-branch-name-was-punished 798641472 _job:32194 award:-12 branch:master details:It's time to punish @Er418 for the branch named as 'master', which is wrong in yegor256/factbase#156, the penalty amount is -12. href:https://github.com/yegor256/factbase/issues/156/#issuecomment-2623689231 is_human:1 issue:156 where:github who:118360545 why:Wrongly named a branch in yegor256/factbase#156
events-were-scanned _job:32194 latest:41272898311 where:github
labels-were-scanned _job:32194 latest:0 where:github
min-issue-was-found _job:32194 latest:1 where:github
labels-were-scanned _job:32194 latest:239 where:github
2024-07-18T23:06:13Z push-to-master-was-punished _job:32194 award:-20 cause:45803 commit:2d7f40aa313efd200b21a9c37678706cf445f5aa default_branch:master details:It's time to punish @rultor for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/2d7f40aa313efd200b21a9c37678706cf445f5aa/#commitcomment-144404077 is_human:1 where:github who:8086956 why:Push to default branch 'master' in zerocracy/baza
2025-04-16T18:11:15Z code-contribution-was-rewarded 799177290 _job:32435 award:4 details:It's time to reward @Suban05 for the code contributed in zerocracy/judges-action#546, the reward amount is 4. done:2025-08-21T13:53:51Z href:https://github.com/zerocracy/judges-action/issues/546/#issuecomment-2810347055 is_human:1 issue:546 receipt:receipt-#20075 where:github who:88084038 why:Contributed code in zerocracy/judges-action#546
2025-05-14T15:11:03Z bad-branch-name-was-punished 974194993 _job:32435 award:-12 branch:add-mseep-badge details:It's time to punish @lwsinclair for the branch named as 'add-mseep-badge', which is wrong in zerocracy/zerocracy-mcp-server#13, the penalty amount is -12. href:https://github.com/zerocracy/zerocracy-mcp-server/issues/13/#issuecomment-2880613675 is_human:1 issue:13 where:github who:2829939 why:Wrongly named a branch in zerocracy/zerocracy-mcp-server#13
events-were-scanned _job:32435 latest:41272898311 where:github
labels-were-scanned _job:32435 latest:0 where:github
min-issue-was-found _job:32435 latest:1 where:github
labels-were-scanned _job:32435 latest:239 where:github
2024-07-18T23:06:13Z push-to-master-was-punished _job:32435 award:-20 cause:45803 commit:2d7f40aa313efd200b21a9c37678706cf445f5aa default_branch:master details:It's time to punish @rultor for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/2d7f40aa313efd200b21a9c37678706cf445f5aa/#commitcomment-144404077 is_human:1 where:github who:8086956 why:Push to default branch 'master' in zerocracy/baza
2025-08-05T12:30:21Z bug-report-was-rewarded 820463873 _job:32435 award:12 details:It's time to reward @h1alexbel for the bug reported in zerocracy/fbe#258, the reward amount is 12. done:2025-08-21T13:55:55Z href:https://github.com/zerocracy/fbe/issues/258/#issuecomment-3155022873 is_human:1 issue:258 receipt:receipt-#33362 where:github who:83453843 why:Reported bug in zerocracy/fbe#258
2024-07-18T12:09:05Z push-to-master-was-punished 802720676 _job:32435 award:-20 cause:44248 commit:6998efeb6ca724152ed99c2c0d111689686723f9 default_branch:master details:It's time to punish @rultor for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -20. href:https://github.com/zerocracy/pages-action/commit/6998efeb6ca724152ed99c2c0d111689686723f9/#commitcomment-144377322 is_human:1 where:github who:8086956 why:Push to default branch 'master' in zerocracy/pages-action
2024-07-18T13:09:26Z push-to-master-was-punished 802720676 _job:32435 award:-20 cause:44419 commit:efde0f393bef8be30a90a5eb74a22c8002eb3b6d default_branch:master details:It's time to punish @rultor for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -20. href:https://github.com/zerocracy/pages-action/commit/efde0f393bef8be30a90a5eb74a22c8002eb3b6d/#commitcomment-144382093 is_human:1 where:github who:8086956 why:Push to default branch 'master' in zerocracy/pages-action
2024-07-18T16:06:45Z push-to-master-was-punished 799177290 _job:32435 award:-20 cause:44749 commit:c580146c8ab25a0e2af3cacd92b1a1a5add267e4 default_branch:master details:It's time to punish @rultor for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -20. href:https://github.com/zerocracy/judges-action/commit/c580146c8ab25a0e2af3cacd92b1a1a5add267e4/#commitcomment-144388358 is_human:1 where:github who:8086956 why:Push to default branch 'master' in zerocracy/judges-action
2024-07-15T18:10:11Z pull-was-closed 799177290 _job:32440 branch:issue99 comments:3 details:The pull request zerocracy/judges-action#98 has been closed by @Aakash788, with 38 HoC and 3 comments. event_id:40162314034 event_type:PullRequestEvent hoc:38 is_human:1 issue:98 where:github who:94752702
2024-08-01T10:12:17Z reconciliation _job:32441 awarded:-399 balance:82 payout:-900 since:2024-06-06T10:12:16Z who:526301
events-were-scanned 75261597 _job:32441 latest:38343193787 where:github
labels-were-scanned 75261597 _job:32441 latest:0 where:github
pmp _job:32441 area:integration eva_interval:10 eva_learn_hours:8
2024-08-17T17:36:43Z pull-was-opened 840215648 _job:32441 branch:pull_unzip details:The pull request zerocracy/baza.rb#11 has been opened by @tank-bohr. event_id:41106424023 event_type:PullRequestEvent is_human:1 issue:11 where:github who:1646020
2024-08-17T19:52:09Z pull-was-closed 840215648 _job:32441 branch:pull_unzip comments:3 details:The pull request zerocracy/baza.rb#11 has been closed by @tank-bohr, with 3 HoC and 3 comments. event_id:41107493291 event_type:PullRequestEvent hoc:3 is_human:1 issue:11 where:github who:1646020
2024-08-17T20:30:37Z issue-was-opened 799113787 _job:32441 details:The issue yegor256/judges#120 has been opened by @tank-bohr. event_id:41107785609 event_type:IssuesEvent is_human:1 issue:120 where:github who:1646020
2024-08-19T14:27:08Z pull-was-opened 799113787 _job:32449 branch:add-current-time details:The pull request yegor256/judges#122 has been opened by @uchitsa. event_id:41141445834 event_type:PullRequestEvent is_human:1 issue:122 where:github who:29793349
2024-08-19T19:50:03Z pull-was-closed 799113787 _job:32449 branch:add-current-time comments:3 details:The pull request yegor256/judges#122 has been closed by @uchitsa, with 11 HoC and 3 comments. event_id:41150901445 event_type:PullRequestEvent hoc:11 is_human:1 issue:122 where:github who:29793349
2024-08-22T16:31:20Z issue-was-opened 798641472 _job:32449 details:The issue yegor256/factbase#117 has been opened by @0pdd. event_id:41256731533 event_type:IssuesEvent is_human:0 issue:117 where:github who:24456188
2024-08-22T16:31:19Z issue-was-opened 798641472 _job:32449 details:The issue yegor256/factbase#116 has been opened by @0pdd. event_id:41256731017 event_type:IssuesEvent is_human:0 issue:116 where:github who:24456188
2024-08-22T16:31:18Z issue-was-opened 798641472 _job:32449 details:The issue yegor256/factbase#115 has been opened by @0pdd. event_id:41256730272 event_type:IssuesEvent is_human:0 issue:115 where:github who:24456188
2024-10-07T05:37:20Z reconciliation _job:32449 awarded:104 balance:0 payout:28 since:2024-08-12T05:37:10Z who:1646020
2024-10-07T05:37:29Z reconciliation _job:32449 awarded:453 balance:8 payout:175 since:2024-08-12T05:37:20Z who:88084038
2024-10-07T05:37:39Z reconciliation _job:32449 awarded:499 balance:34 payout:217 since:2024-08-12T05:37:30Z who:2566462
2024-05-22T09:52:38Z issue-was-opened 799177290 _job:32449 details:The issue zerocracy/judges-action#13 has been opened by @0pdd. is_human:0 issue:13 where:github who:24456188
2024-05-22T09:52:37Z issue-was-opened 799177290 _job:32449 details:The issue zerocracy/judges-action#12 has been opened by @0pdd. is_human:0 issue:12 where:github who:24456188
2024-05-22T09:52:36Z issue-was-opened 799177290 _job:32449 details:The issue zerocracy/judges-action#11 has been opened by @0pdd. is_human:0 issue:11 where:github who:24456188
2024-12-05T21:43:34Z pull-was-opened 799177290 _job:32450 branch:fix-fetch-release-info details:The pull request zerocracy/judges-action#410 has been opened by @uchitsa. event_id:44521208233 event_type:PullRequestEvent is_human:1 issue:410 where:github who:29793349
2025-01-02T13:09:07Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:3 total_commits:4637 total_contributors:10 total_files:711 total_forks:20 total_issues:520 total_pulls:1000 total_releases:342 total_repositories:8 total_stars:35
2025-01-02T13:21:53Z quantity-of-deliverables _job:32450 since:2024-12-26T13:21:53Z tombstone:2025-09-01T06:58:53Z total_issues_created:12 total_pulls_submitted:6
2024-12-28T06:20:57Z release-published 799113787 _job:32450 commits:27 contributors:[29139614, 526301, 8086956] details:A new release '`--options-file` for the `update` command' has been published in yegor256/judges by @rultor. event_id:45126590077 event_type:ReleaseEvent hoc:298 is_human:0 last_commit:80ebcf6c3cb68e86681c949fda42c4b82e38a1ba release:192549854 tag:0.30.0 tombstone:2025-09-01T06:58:53Z where:github who:8086956
2024-12-28T06:20:18Z tag-was-created 799113787 _job:32450 details:A new tag '0.30.0' has been created in yegor256/judges by @rultor. event_id:45126583876 event_type:CreateEvent is_human:0 tag:0.30.0 tombstone:2025-09-01T06:58:53Z where:github who:8086956
2024-12-26T20:12:16Z pull-was-opened 802720676 _job:32450 branch:issue-171 details:The pull request zerocracy/pages-action#188 has been opened by @katozaaaa. event_id:45101135081 event_type:PullRequestEvent is_human:1 issue:188 where:github who:106069210
2025-01-03T14:05:49Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:3 total_commits:4654 total_contributors:10 total_files:711 total_forks:20 total_issues:522 total_pulls:1006 total_releases:344 total_repositories:8 total_stars:35
2025-01-03T09:42:56Z release-published 799113787 _job:32450 commits:5 contributors:[526301, 29139614, 8086956] details:A new release 'add error to summary if cancel on timeout' has been published in yegor256/judges by @rultor. event_id:45232363858 event_type:ReleaseEvent hoc:221 is_human:0 last_commit:42c57f7962ab8e9f075fd3ab99a699e74e5b1e24 release:193040461 tag:0.31.0 tombstone:2025-09-01T06:58:53Z where:github who:8086956
2025-01-03T09:42:28Z tag-was-created 799113787 _job:32450 details:A new tag '0.31.0' has been created in yegor256/judges by @rultor. event_id:45232353375 event_type:CreateEvent is_human:0 tag:0.31.0 tombstone:2025-09-01T06:58:53Z where:github who:8086956
2025-01-04T14:12:12Z quantity-of-deliverables _job:32450 composite:24.623 ffact:163490 since:2024-12-28T14:12:12Z tombstone:2025-09-01T06:58:53Z total_builds_ran:880 total_commits_pushed:93 total_hoc_committed:2053 total_issues_created:14 total_pulls_submitted:6
2025-01-04T15:05:32Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:3 total_commits:4684 total_contributors:10 total_files:711 total_forks:20 total_issues:524 total_pulls:1017 total_releases:344 total_repositories:8 total_stars:35
2025-01-05T16:05:48Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:3 total_commits:4684 total_contributors:10 total_files:711 total_forks:20 total_issues:524 total_pulls:1017 total_releases:344 total_repositories:8 total_stars:35
2025-01-06T14:12:33Z quantity-of-deliverables _job:32450 since:2024-12-30T14:12:33Z tombstone:2025-09-01T06:58:53Z
2025-01-06T16:06:17Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:3 total_commits:4695 total_contributors:10 total_files:713 total_forks:20 total_issues:526 total_pulls:1020 total_releases:344 total_repositories:8 total_stars:35
2025-01-07T16:18:47Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:3 total_commits:4713 total_contributors:10 total_files:720 total_forks:20 total_issues:529 total_pulls:1024 total_releases:344 total_repositories:8 total_stars:35
2025-01-08T15:12:18Z quantity-of-deliverables _job:32450 composite:12.754 ffact:163490 since:2025-01-01T15:12:18Z tombstone:2025-09-01T06:58:53Z total_builds_ran:458 total_commits_pushed:12 total_hoc_committed:676 total_issues_created:13 total_pulls_submitted:6 total_releases_published:2
2025-01-08T17:05:21Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:3 total_commits:2834 total_contributors:10 total_files:421 total_forks:18 total_issues:448 total_pulls:705 total_releases:343 total_repositories:7 total_stars:32
2025-01-09T18:07:08Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:2847 total_contributors:11 total_files:421 total_forks:18 total_issues:448 total_pulls:705 total_releases:343 total_repositories:7 total_stars:32
2025-01-10T15:12:37Z quantity-of-deliverables _job:32450 since:2025-01-03T15:12:37Z tombstone:2025-09-01T06:58:53Z total_releases_published:0
2025-01-10T19:05:16Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:2851 total_contributors:11 total_files:421 total_forks:18 total_issues:448 total_pulls:711 total_releases:343 total_repositories:7 total_stars:32
2025-01-11T20:05:48Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:2851 total_contributors:11 total_files:421 total_forks:18 total_issues:448 total_pulls:711 total_releases:343 total_repositories:7 total_stars:32
2025-01-12T16:12:18Z quantity-of-deliverables _job:32450 composite:12.696 ffact:163490 since:2025-01-05T16:12:18Z tombstone:2025-09-01T06:58:53Z total_builds_ran:529 total_commits_pushed:16 total_hoc_committed:625 total_issues_created:13 total_pulls_submitted:6 total_releases_published:0
2025-01-12T21:05:21Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:2852 total_contributors:11 total_files:421 total_forks:18 total_issues:448 total_pulls:712 total_releases:343 total_repositories:7 total_stars:32
2025-01-13T21:05:42Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:2852 total_contributors:11 total_files:421 total_forks:18 total_issues:448 total_pulls:712 total_releases:343 total_repositories:7 total_stars:32
2025-01-14T16:13:16Z quantity-of-deliverables _job:32450 composite:12.696 ffact:163490 since:2025-01-07T16:13:16Z tombstone:2025-09-01T06:58:53Z total_builds_ran:522 total_commits_pushed:16 total_hoc_committed:625 total_issues_created:13 total_pulls_submitted:6 total_releases_published:0
2025-01-14T22:05:43Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:2852 total_contributors:11 total_files:421 total_forks:18 total_issues:448 total_pulls:712 total_releases:343 total_repositories:7 total_stars:32
2025-01-15T23:06:08Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:2852 total_contributors:11 total_files:421 total_forks:18 total_issues:448 total_pulls:712 total_releases:343 total_repositories:7 total_stars:32
2025-01-16T17:12:15Z quantity-of-deliverables _job:32450 since:2025-01-09T17:12:15Z tombstone:2025-09-01T06:58:53Z
2025-01-17T00:20:42Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:2852 total_contributors:11 total_files:421 total_forks:18 total_issues:448 total_pulls:712 total_releases:343 total_repositories:7 total_stars:32
2025-01-18T01:32:34Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:2852 total_contributors:11 total_files:421 total_forks:18 total_issues:448 total_pulls:712 total_releases:343 total_repositories:7 total_stars:32
2025-01-18T18:12:59Z quantity-of-deliverables _job:32450 composite:0.586 ffact:163490 since:2025-01-11T18:12:59Z tombstone:2025-09-01T06:58:53Z total_builds_ran:340 total_commits_pushed:1 total_hoc_committed:22 total_issues_created:1 total_pulls_submitted:0 total_releases_published:0
2025-01-19T01:32:47Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:2852 total_contributors:11 total_files:421 total_forks:18 total_issues:448 total_pulls:712 total_releases:343 total_repositories:7 total_stars:32
2025-01-20T01:33:03Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:2852 total_contributors:11 total_files:421 total_forks:18 total_issues:448 total_pulls:712 total_releases:343 total_repositories:7 total_stars:32
2025-01-20T18:13:56Z quantity-of-deliverables _job:32450 since:2025-01-13T18:13:56Z tombstone:2025-09-01T06:58:53Z
2025-01-21T02:25:05Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:2854 total_contributors:11 total_files:421 total_forks:18 total_issues:448 total_pulls:715 total_releases:343 total_repositories:7 total_stars:32
2025-01-22T02:27:07Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:2854 total_contributors:11 total_files:421 total_forks:18 total_issues:448 total_pulls:715 total_releases:343 total_repositories:7 total_stars:32
2025-01-22T19:12:26Z quantity-of-deliverables _job:32450 composite:7.539 ffact:163490 since:2025-01-15T19:12:26Z tombstone:2025-09-01T06:58:53Z total_builds_ran:398 total_commits_pushed:2 total_hoc_committed:20 total_issues_created:10 total_pulls_submitted:6 total_releases_published:0
2025-01-23T03:06:47Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:2858 total_contributors:11 total_files:421 total_forks:18 total_issues:448 total_pulls:719 total_releases:343 total_repositories:7 total_stars:32
2025-01-24T03:07:07Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:2860 total_contributors:11 total_files:421 total_forks:18 total_issues:448 total_pulls:719 total_releases:343 total_repositories:7 total_stars:32
2025-01-24T20:12:29Z quantity-of-deliverables _job:32450 composite:10.241 ffact:163490 since:2025-01-17T20:12:29Z tombstone:2025-09-01T06:58:53Z total_builds_ran:499 total_commits_pushed:8 total_hoc_committed:56 total_issues_created:14 total_pulls_submitted:7
2025-01-25T04:06:28Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:3 total_commits:2860 total_contributors:11 total_files:421 total_forks:18 total_issues:448 total_pulls:719 total_releases:343 total_repositories:7 total_stars:32
2025-01-26T05:05:29Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:3 total_commits:2860 total_contributors:11 total_files:421 total_forks:18 total_issues:448 total_pulls:719 total_releases:343 total_repositories:7 total_stars:32
2025-01-26T21:11:57Z quantity-of-deliverables _job:32450 since:2025-01-19T21:11:57Z tombstone:2025-09-01T06:58:53Z total_builds_ran:501
2025-01-27T05:06:05Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:3 total_commits:2860 total_contributors:11 total_files:421 total_forks:18 total_issues:448 total_pulls:719 total_releases:343 total_repositories:7 total_stars:32
2025-01-27T16:52:05Z release-published 798641472 _job:32450 commits:99 contributors:[29139614, 88084038, 526301, 69600066, 8086956] details:A new release 'simple caching' has been published in yegor256/factbase by @rultor. event_id:45955991018 event_type:ReleaseEvent hoc:1733 is_human:0 last_commit:99566b6b4579c7f086f1dcdab716038230169bb4 release:196981098 tag:0.5.0 tombstone:2025-09-01T06:58:53Z where:github who:8086956
2025-01-27T16:50:51Z tag-was-created 798641472 _job:32450 details:A new tag '0.5.0' has been created in yegor256/factbase by @rultor. event_id:45955944090 event_type:CreateEvent is_human:0 tag:0.5.0 tombstone:2025-09-01T06:58:53Z where:github who:8086956
2025-01-27T19:31:25Z release-published 799113787 _job:32450 commits:11 contributors:[29139614, 526301, 8086956] details:A new release 'factbase up to 0.5.0' has been published in yegor256/judges by @rultor. event_id:45961310711 event_type:ReleaseEvent hoc:231 is_human:0 last_commit:75ad7e9f3358d635d4df62a121f14e9af935a1e0 release:197008924 tag:0.31.1 tombstone:2025-09-01T06:58:53Z where:github who:8086956
2025-01-27T19:29:58Z tag-was-created 799113787 _job:32450 details:A new tag '0.31.1' has been created in yegor256/judges by @rultor. event_id:45961266962 event_type:CreateEvent is_human:0 tag:0.31.1 tombstone:2025-09-01T06:58:53Z where:github who:8086956
2025-01-28T06:07:20Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:3 total_commits:2907 total_contributors:11 total_files:423 total_forks:18 total_issues:453 total_pulls:732 total_releases:347 total_repositories:7 total_stars:32
2025-01-28T08:57:52Z release-published 802720676 _job:32450 commits:41 contributors:[8086956, 526301, 29139614, 31362961, 106069210] details:A new release 'factbase up to 0.5.2' has been published in zerocracy/pages-action by @rultor. event_id:45978679435 event_type:ReleaseEvent hoc:315 is_human:0 last_commit:925510388b804a7803074ecf4c4d81a89152cb0d release:197091331 tag:0.0.41 tombstone:2025-09-01T06:58:53Z where:github who:8086956
2025-01-28T08:56:56Z tag-was-created 802720676 _job:32450 details:A new tag '0.0.41' has been created in zerocracy/pages-action by @rultor. event_id:45978648057 event_type:CreateEvent is_human:0 tag:0.0.41 tombstone:2025-09-01T06:58:53Z where:github who:8086956
2025-01-28T22:12:04Z quantity-of-deliverables _job:32450 since:2025-01-21T22:12:04Z tombstone:2025-09-01T06:58:53Z total_commits_pushed:75 total_hoc_committed:2863
2025-01-28T07:46:26Z release-published 798641472 _job:32450 commits:13 contributors:[8086956, 526301] details:A new release 'broken scenarios of Syntax are not tested' has been published in yegor256/factbase by @rultor. event_id:45976591065 event_type:ReleaseEvent hoc:87 is_human:0 last_commit:38477582e7fa0b75d353f79e1f21ffc4c0712c40 release:197081524 tag:0.5.2 tombstone:2025-09-01T06:58:53Z where:github who:8086956
2025-01-28T07:45:59Z tag-was-created 798641472 _job:32450 details:A new tag '0.5.2' has been created in yegor256/factbase by @rultor. event_id:45976579385 event_type:CreateEvent is_human:0 tag:0.5.2 tombstone:2025-09-01T06:58:53Z where:github who:8086956
2025-01-29T07:05:28Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:3 total_commits:2929 total_contributors:11 total_files:423 total_forks:19 total_issues:454 total_pulls:739 total_releases:350 total_repositories:7 total_stars:32
2025-01-28T08:02:02Z release-published 820463873 _job:32450 commits:16 contributors:[526301, 29139614, 8086956] details:A new release 'factbase up to 0.5.0' has been published in zerocracy/fbe by @rultor. event_id:45976997117 event_type:ReleaseEvent hoc:804 is_human:0 last_commit:a4c12dbbba2ac19867879512a3052d24cfce33ba release:197083240 tag:0.0.86 tombstone:2025-09-01T06:58:53Z where:github who:8086956
2025-01-28T08:01:13Z tag-was-created 820463873 _job:32450 details:A new tag '0.0.86' has been created in zerocracy/fbe by @rultor. event_id:45976973853 event_type:CreateEvent is_human:0 tag:0.0.86 tombstone:2025-09-01T06:58:53Z where:github who:8086956
2025-01-29T14:27:39Z pull-was-opened 798641472 _job:32450 branch:master details:The pull request yegor256/factbase#156 has been opened by @Er418. event_id:46030819886 event_type:PullRequestEvent is_human:1 issue:156 where:github who:118360545
2025-01-30T08:06:54Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:2954 total_contributors:12 total_files:423 total_forks:19 total_issues:454 total_pulls:740 total_releases:350 total_repositories:7 total_stars:32
2025-01-30T23:12:04Z quantity-of-deliverables _job:32450 composite:26.455 ffact:163490 since:2025-01-23T23:12:04Z tombstone:2025-09-01T06:58:53Z total_builds_ran:1193 total_commits_pushed:97 total_hoc_committed:2983 total_issues_created:10 total_pulls_submitted:3 total_releases_published:7
2025-01-31T09:05:37Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:2957 total_contributors:12 total_files:423 total_forks:19 total_issues:454 total_pulls:740 total_releases:350 total_repositories:7 total_stars:32
2025-02-01T10:05:35Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:2958 total_contributors:12 total_files:423 total_forks:19 total_issues:454 total_pulls:744 total_releases:350 total_repositories:7 total_stars:32
2025-02-01T23:12:26Z quantity-of-deliverables _job:32450 composite:33.126 ffact:163490 since:2025-01-25T23:12:26Z tombstone:2025-09-01T06:58:53Z total_builds_ran:1272 total_commits_pushed:98 total_hoc_committed:2987 total_issues_created:17 total_pulls_submitted:10 total_releases_published:7
2025-02-02T11:04:49Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:2958 total_contributors:12 total_files:423 total_forks:19 total_issues:454 total_pulls:744 total_releases:350 total_repositories:7 total_stars:32
2025-02-03T13:08:38Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:2958 total_contributors:12 total_files:423 total_forks:19 total_issues:454 total_pulls:744 total_releases:350 total_repositories:7 total_stars:32
2025-02-04T00:27:30Z quantity-of-deliverables _job:32450 since:2025-01-28T00:27:30Z tombstone:2025-09-01T06:58:53Z
2025-02-04T13:08:54Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:2976 total_contributors:12 total_files:423 total_forks:19 total_issues:454 total_pulls:744 total_releases:350 total_repositories:7 total_stars:32
2025-02-05T14:05:35Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:2995 total_contributors:12 total_files:426 total_forks:19 total_issues:454 total_pulls:745 total_releases:350 total_repositories:7 total_stars:32
2025-02-06T00:27:52Z quantity-of-deliverables _job:32450 since:2025-01-30T00:27:52Z tombstone:2025-09-01T06:58:53Z total_releases_published:0
2025-02-16T08:06:18Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:3012 total_contributors:12 total_files:426 total_forks:19 total_issues:454 total_pulls:763 total_releases:350 total_repositories:7 total_stars:32
2025-02-16T08:18:46Z quantity-of-deliverables _job:32450 since:2025-02-09T08:18:46Z tombstone:2025-09-01T06:58:53Z total_builds_ran:575
2025-02-17T08:07:33Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:3019 total_contributors:12 total_files:426 total_forks:19 total_issues:454 total_pulls:766 total_releases:350 total_repositories:7 total_stars:32
2025-02-18T09:06:08Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:3025 total_contributors:12 total_files:426 total_forks:19 total_issues:454 total_pulls:769 total_releases:350 total_repositories:7 total_stars:32
2025-02-18T09:18:29Z quantity-of-deliverables _job:32450 since:2025-02-11T09:18:29Z tombstone:2025-09-01T06:58:53Z
2025-02-19T10:06:00Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:3041 total_contributors:12 total_files:432 total_forks:19 total_issues:454 total_pulls:769 total_releases:350 total_repositories:7 total_stars:32
2025-02-20T10:14:11Z quantity-of-deliverables _job:32450 since:2025-02-13T10:14:11Z tombstone:2025-09-01T06:58:53Z
2025-02-20T11:05:18Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:3043 total_contributors:12 total_files:432 total_forks:19 total_issues:454 total_pulls:770 total_releases:350 total_repositories:7 total_stars:32
2025-02-21T12:08:29Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:3066 total_contributors:12 total_files:439 total_forks:19 total_issues:455 total_pulls:771 total_releases:350 total_repositories:7 total_stars:32
2025-02-21T15:51:15Z release-published 798641472 _job:32450 commits:46 contributors:[118360545, 526301, 29139614, 8086956] details:A new release '`Churn` to track modifications' has been published in yegor256/factbase by @rultor. event_id:46825291362 event_type:ReleaseEvent hoc:2349 is_human:0 last_commit:fe57d656cf2f54ca7378fb9806a00f4a553daf31 release:201716408 tag:0.6.0 tombstone:2025-09-01T06:58:53Z where:github who:8086956
2025-02-21T15:50:01Z tag-was-created 798641472 _job:32450 details:A new tag '0.6.0' has been created in yegor256/factbase by @rultor. event_id:46825246346 event_type:CreateEvent is_human:0 tag:0.6.0 tombstone:2025-09-01T06:58:53Z where:github who:8086956
2025-02-22T11:14:55Z quantity-of-deliverables _job:32450 since:2025-02-15T11:14:55Z tombstone:2025-09-01T06:58:53Z
2025-02-22T13:07:12Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:3093 total_contributors:12 total_files:454 total_forks:19 total_issues:455 total_pulls:775 total_releases:351 total_repositories:7 total_stars:32
2025-02-23T13:07:33Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:53Z total_active_contributors:4 total_commits:3114 total_contributors:12 total_files:454 total_forks:19 total_issues:455 total_pulls:775 total_releases:351 total_repositories:7 total_stars:32
2025-02-24T12:17:29Z quantity-of-deliverables _job:32450 since:2025-02-17T12:17:29Z tombstone:2025-09-01T06:58:53Z
2025-02-24T13:10:23Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3127 total_contributors:12 total_files:454 total_forks:19 total_issues:457 total_pulls:777 total_releases:351 total_repositories:7 total_stars:32
2025-02-24T15:12:40Z release-published 799113787 _job:32450 commits:33 contributors:[526301, 8086956] details:A new release 'factbase up to 0.6.0' has been published in yegor256/judges by @rultor. event_id:46895097082 event_type:ReleaseEvent hoc:1675 is_human:0 last_commit:5a98784af8ce7e30d002d1a628fe83544d7ac511 release:202063407 tag:0.32.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-02-24T15:11:55Z tag-was-created 799113787 _job:32450 details:A new tag '0.32.0' has been created in yegor256/judges by @rultor. event_id:46895062409 event_type:CreateEvent is_human:0 tag:0.32.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-02-24T16:42:07Z release-published 802720676 _job:32450 commits:23 contributors:[8086956, 526301] details:A new release 'up to fresh fb and judges' has been published in zerocracy/pages-action by @rultor. event_id:46898956998 event_type:ReleaseEvent hoc:1370 is_human:0 last_commit:2fdf643ac52685161881779babc4f017cbaf7a73 release:202087473 tag:0.0.42 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-02-25T15:06:00Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3192 total_contributors:12 total_files:454 total_forks:19 total_issues:466 total_pulls:788 total_releases:360 total_repositories:7 total_stars:33
2025-02-25T10:43:44Z release-published 799113787 _job:32450 commits:4 contributors:[526301, 8086956] details:A new release '`repeat` option in YAML configs' has been published in yegor256/judges by @rultor. event_id:46930032504 event_type:ReleaseEvent hoc:64 is_human:0 last_commit:e8016a102c7b470dfcb85223384c8a39139cadc3 release:202262172 tag:0.34.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-02-25T15:14:18Z release-published 802720676 _job:32450 commits:21 contributors:[8086956, 526301] details:A new release '`add-user-name.rb` is too slow' has been published in zerocracy/pages-action by @rultor. event_id:46941271083 event_type:ReleaseEvent hoc:140 is_human:0 last_commit:8599997745f25c05cf88b59fff6812aeb549338c release:202334674 tag:0.0.43 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-02-25T15:12:53Z tag-was-created 802720676 _job:32450 details:A new tag '0.0.43' has been created in zerocracy/pages-action by @rultor. event_id:46941207328 event_type:CreateEvent is_human:0 tag:0.0.43 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-02-26T13:20:24Z quantity-of-deliverables _job:32450 since:2025-02-19T13:20:24Z tombstone:2025-09-01T06:58:54Z total_builds_ran:1961 total_commits_pushed:153 total_hoc_committed:2704392
2025-02-26T15:06:18Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3199 total_contributors:12 total_files:454 total_forks:19 total_issues:466 total_pulls:796 total_releases:361 total_repositories:7 total_stars:33
2025-02-27T16:06:51Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3228 total_contributors:12 total_files:458 total_forks:19 total_issues:467 total_pulls:800 total_releases:361 total_repositories:7 total_stars:33
2025-02-28T14:15:52Z quantity-of-deliverables _job:32450 composite:14176.712 ffact:163490 since:2025-02-21T14:15:52Z tombstone:2025-09-01T06:58:54Z total_commits_pushed:179 total_hoc_committed:2703882 total_issues_created:16 total_pulls_submitted:8 total_releases_published:11
2025-02-28T18:07:18Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:54Z total_active_contributors:3 total_commits:3251 total_contributors:12 total_files:461 total_forks:19 total_issues:467 total_pulls:802 total_releases:362 total_repositories:7 total_stars:33
2025-03-01T19:05:16Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:54Z total_active_contributors:3 total_commits:3259 total_contributors:12 total_files:461 total_forks:19 total_issues:467 total_pulls:804 total_releases:363 total_repositories:7 total_stars:33
2025-03-02T06:27:29Z release-published 820463873 _job:32450 commits:40 contributors:[526301, 29139614, 8086956] details:A new release 'factbase 0.7.4' has been published in zerocracy/fbe by @rultor. event_id:47105233586 event_type:ReleaseEvent hoc:1666 is_human:0 last_commit:87fa92235c686e3b2b5e4594bebb01c89ad24b6f release:203205231 tag:0.1.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-02T06:26:08Z tag-was-created 820463873 _job:32450 details:A new tag '0.1.0' has been created in zerocracy/fbe by @rultor. event_id:47105221019 event_type:CreateEvent is_human:0 tag:0.1.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-02T15:15:06Z quantity-of-deliverables _job:32450 since:2025-02-23T15:15:06Z tombstone:2025-09-01T06:58:54Z
2025-03-02T20:05:31Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:54Z total_active_contributors:3 total_commits:3285 total_contributors:12 total_files:459 total_forks:19 total_issues:469 total_pulls:810 total_releases:364 total_repositories:7 total_stars:33
2025-03-03T20:06:15Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:54Z total_active_contributors:3 total_commits:3324 total_contributors:12 total_files:460 total_forks:19 total_issues:472 total_pulls:815 total_releases:367 total_repositories:7 total_stars:33
2025-03-04T15:16:09Z quantity-of-deliverables _job:32450 composite:36.832 ffact:163490 since:2025-02-25T15:16:09Z tombstone:2025-09-01T06:58:54Z total_commits_pushed:174 total_hoc_committed:3295 total_issues_created:15 total_pulls_submitted:8 total_releases_published:12
2025-03-04T12:32:11Z release-published 799113787 _job:32450 commits:25 contributors:[526301, 29139614, 8086956] details:A new release 'timeout fails a judge, instead of nicely closing it' has been published in yegor256/judges by @rultor. event_id:47180067875 event_type:ReleaseEvent hoc:147 is_human:0 last_commit:25fe7c5a0959e7f71115c3c00ee1411a0fcdd37a release:203585541 tag:0.36.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-04T12:31:14Z tag-was-created 799113787 _job:32450 details:A new tag '0.36.2' has been created in yegor256/judges by @rultor. event_id:47180032583 event_type:CreateEvent is_human:0 tag:0.36.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-05T11:05:38Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:54Z total_active_contributors:3 total_commits:3370 total_contributors:12 total_files:465 total_forks:19 total_issues:478 total_pulls:832 total_releases:373 total_repositories:7 total_stars:33
2025-03-19T16:06:32Z dimensions-of-terrain _job:32450 tombstone:2025-09-01T06:58:54Z total_active_contributors:3 total_commits:3574 total_contributors:12 total_files:502 total_forks:20 total_issues:496 total_pulls:879 total_releases:391 total_repositories:7 total_stars:33
2025-03-13T08:12:42Z release-published 799177290 _job:32450 commits:234 contributors:[8086956, 526301, 29139614, 2566462] details:A new release '' has been published in zerocracy/judges-action by @rultor. event_id:47511787021 event_type:ReleaseEvent hoc:3199 is_human:0 last_commit:fd8c49b494d474a6a046561f6e3a2ee98ee8756a release:205499382 tag:0.0.72 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-13T08:11:13Z tag-was-created 799177290 _job:32450 details:A new tag '0.0.72' has been created in zerocracy/judges-action by @rultor. event_id:47511738376 event_type:CreateEvent is_human:0 tag:0.0.72 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-04T13:11:47Z release-published 799177290 _job:32454 commits:1 contributors:8086956 details:A new release 'judges 0.36.2' has been published in zerocracy/judges-action by @rultor. event_id:47181561458 event_type:ReleaseEvent hoc:6 is_human:0 last_commit:43b0dcc2e3271d2d56468df05a074f477358cb0d release:203593686 tag:0.0.71 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-04T13:11:17Z tag-was-created 799177290 _job:32454 details:A new tag '0.0.71' has been created in zerocracy/judges-action by @rultor. event_id:47181542414 event_type:CreateEvent is_human:0 tag:0.0.71 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-04T04:39:19Z release-published 799177290 _job:32454 commits:1 contributors:8086956 details:A new release 'who-has-name' has been published in zerocracy/judges-action by @rultor. event_id:47164347093 event_type:ReleaseEvent hoc:6 is_human:0 last_commit:67cde49e7de8f55cdbc26cb3a230e52319d1aaea release:203487594 tag:0.0.70 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-04T04:38:32Z tag-was-created 799177290 _job:32454 details:A new tag '0.0.70' has been created in zerocracy/judges-action by @rultor. event_id:47164330833 event_type:CreateEvent is_human:0 tag:0.0.70 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-19T16:12:06Z quantity-of-deliverables _job:32454 since:2025-03-12T16:12:06Z tombstone:2025-09-01T06:58:54Z
2025-03-20T16:06:45Z dimensions-of-terrain _job:32454 tombstone:2025-09-01T06:58:54Z total_active_contributors:3 total_commits:3588 total_contributors:12 total_files:504 total_forks:20 total_issues:499 total_pulls:880 total_releases:394 total_repositories:7 total_stars:33
2025-03-21T17:05:24Z dimensions-of-terrain _job:32454 tombstone:2025-09-01T06:58:54Z total_active_contributors:3 total_commits:3596 total_contributors:12 total_files:504 total_forks:20 total_issues:499 total_pulls:881 total_releases:394 total_repositories:7 total_stars:33
2025-03-21T17:10:08Z quantity-of-deliverables _job:32454 since:2025-03-14T17:10:08Z tombstone:2025-09-01T06:58:54Z
2025-03-22T18:06:21Z dimensions-of-terrain _job:32454 tombstone:2025-09-01T06:58:54Z total_active_contributors:3 total_commits:3596 total_contributors:12 total_files:504 total_forks:20 total_issues:499 total_pulls:881 total_releases:394 total_repositories:7 total_stars:33
2025-03-23T18:10:43Z quantity-of-deliverables _job:32454 since:2025-03-16T18:10:43Z tombstone:2025-09-01T06:58:54Z total_builds_ran:991 total_commits_pushed:75 total_hoc_committed:1738 total_releases_published:12
2025-03-23T19:04:45Z dimensions-of-terrain _job:32454 tombstone:2025-09-01T06:58:54Z total_active_contributors:3 total_commits:3600 total_contributors:12 total_files:504 total_forks:20 total_issues:499 total_pulls:882 total_releases:394 total_repositories:7 total_stars:33
2025-03-24T19:05:12Z dimensions-of-terrain _job:32454 tombstone:2025-09-01T06:58:54Z total_active_contributors:3 total_commits:3602 total_contributors:12 total_files:504 total_forks:20 total_issues:500 total_pulls:882 total_releases:394 total_repositories:7 total_stars:33
2025-03-25T19:06:20Z quantity-of-deliverables _job:32454 since:2025-03-18T19:06:20Z tombstone:2025-09-01T06:58:54Z total_reviews_submitted:0
2025-03-25T20:05:56Z dimensions-of-terrain _job:32454 tombstone:2025-09-01T06:58:54Z total_active_contributors:3 total_commits:3610 total_contributors:12 total_files:504 total_forks:20 total_issues:500 total_pulls:883 total_releases:394 total_repositories:7 total_stars:33
2025-03-26T20:06:12Z dimensions-of-terrain _job:32454 tombstone:2025-09-01T06:58:54Z total_active_contributors:3 total_commits:3620 total_contributors:12 total_files:504 total_forks:20 total_issues:500 total_pulls:890 total_releases:394 total_repositories:7 total_stars:33
2025-03-28T04:06:37Z dimensions-of-terrain _job:32454 tombstone:2025-09-01T06:58:54Z total_active_contributors:3 total_commits:3631 total_contributors:12 total_files:504 total_forks:20 total_issues:500 total_pulls:893 total_releases:394 total_repositories:7 total_stars:33
2025-03-28T04:11:01Z quantity-of-deliverables _job:32454 since:2025-03-21T04:11:01Z tombstone:2025-09-01T06:58:54Z
2025-03-29T05:05:13Z dimensions-of-terrain _job:32454 tombstone:2025-09-01T06:58:54Z total_active_contributors:3 total_commits:3649 total_contributors:12 total_files:506 total_forks:20 total_issues:504 total_pulls:895 total_releases:398 total_repositories:7 total_stars:33
2025-03-30T05:05:49Z dimensions-of-terrain _job:32454 tombstone:2025-09-01T06:58:54Z total_active_contributors:3 total_commits:3665 total_contributors:12 total_files:506 total_forks:20 total_issues:508 total_pulls:898 total_releases:399 total_repositories:7 total_stars:33
2025-03-30T05:08:43Z quantity-of-deliverables _job:32454 since:2025-03-23T05:08:43Z tombstone:2025-09-01T06:58:54Z
2025-03-31T05:06:13Z dimensions-of-terrain _job:32454 tombstone:2025-09-01T06:58:54Z total_active_contributors:3 total_commits:3697 total_contributors:12 total_files:506 total_forks:20 total_issues:515 total_pulls:912 total_releases:407 total_repositories:7 total_stars:33
2025-04-01T06:07:43Z dimensions-of-terrain _job:32454 tombstone:2025-09-01T06:58:54Z total_active_contributors:3 total_commits:3715 total_contributors:12 total_files:506 total_forks:20 total_issues:517 total_pulls:922 total_releases:408 total_repositories:7 total_stars:33
2025-04-01T06:12:05Z quantity-of-deliverables _job:32454 since:2025-03-25T06:12:05Z tombstone:2025-09-01T06:58:54Z total_builds_ran:1687 total_commits_pushed:111 total_hoc_committed:3050 total_releases_published:14
2025-04-02T07:06:12Z dimensions-of-terrain _job:32454 tombstone:2025-09-01T06:58:54Z total_active_contributors:3 total_commits:3722 total_contributors:12 total_files:506 total_forks:20 total_issues:518 total_pulls:926 total_releases:408 total_repositories:7 total_stars:33
2025-04-03T07:10:15Z quantity-of-deliverables _job:32454 composite:24.518 ffact:163490 since:2025-03-27T07:10:15Z tombstone:2025-09-01T06:58:54Z total_builds_ran:1451 total_commits_pushed:97 total_hoc_committed:2653 total_issues_created:12 total_pulls_submitted:1
2025-04-03T08:07:20Z dimensions-of-terrain _job:32454 tombstone:2025-09-01T06:58:54Z total_active_contributors:3 total_commits:3724 total_contributors:12 total_files:506 total_forks:20 total_issues:519 total_pulls:926 total_releases:409 total_repositories:7 total_stars:33
2025-04-04T09:05:55Z dimensions-of-terrain _job:32454 tombstone:2025-09-01T06:58:54Z total_active_contributors:3 total_commits:3730 total_contributors:12 total_files:506 total_forks:20 total_issues:519 total_pulls:932 total_releases:409 total_repositories:7 total_stars:33
2025-04-05T08:10:21Z quantity-of-deliverables _job:32454 since:2025-03-29T08:10:21Z tombstone:2025-09-01T06:58:54Z total_builds_ran:1490 total_issues_created:12 total_pulls_submitted:1 total_releases_published:12
2025-04-05T10:05:01Z dimensions-of-terrain _job:32454 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3751 total_contributors:12 total_files:513 total_forks:20 total_issues:523 total_pulls:940 total_releases:412 total_repositories:7 total_stars:33
2025-03-19T16:12:06Z who-has-name _job:32454 is_human:0 name:rultor where:github who:8086956
2025-03-19T16:12:06Z who-has-name _job:32454 is_human:1 name:davvd where:github who:6305016
2025-03-19T16:12:07Z who-has-name _job:32454 is_human:1 name:tank-bohr where:github who:1646020
2025-03-19T16:12:07Z who-has-name _job:32454 is_human:1 name:h1alexbel where:github who:83453843
2025-03-19T16:12:07Z who-has-name _job:32454 is_human:1 name:uchitsa where:github who:29793349
2025-03-19T16:12:07Z who-has-name _job:32454 is_human:0 name:0pdd where:github who:24456188
2025-03-19T16:12:08Z who-has-name _job:32454 is_human:1 name:vardbabayan where:github who:69600066
2025-03-19T16:12:08Z who-has-name _job:32454 is_human:1 name:katozaaaa where:github who:106069210
2025-03-01T08:16:26Z release-published 799177290 _job:32454 commits:1 contributors:8086956 details:A new release 'Update dependency rubocop to v1.73.1' has been published in zerocracy/judges-action by @rultor. event_id:47091926771 event_type:ReleaseEvent hoc:6 is_human:0 last_commit:87037baae0ee28faface99ecd4d9b77f6c4e2b3f release:203155339 tag:0.0.69 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-01T08:15:08Z tag-was-created 799177290 _job:32454 details:A new tag '0.0.69' has been created in zerocracy/judges-action by @rultor. event_id:47091911690 event_type:CreateEvent is_human:0 tag:0.0.69 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-18T12:48:09Z release-published 799113787 _job:32454 commits:12 contributors:[29139614, 526301, 8086956] details:A new release 'print result too' has been published in yegor256/judges by @rultor. event_id:47684355564 event_type:ReleaseEvent hoc:201 is_human:0 last_commit:938c76d057da6d50247c4a5628541b66c49871c5 release:206544165 tag:0.36.5 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-18T12:47:23Z tag-was-created 799113787 _job:32454 details:A new tag '0.36.5' has been created in yegor256/judges by @rultor. event_id:47684311935 event_type:CreateEvent is_human:0 tag:0.36.5 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-17T17:41:19Z release-published 799113787 _job:32454 commits:1 contributors:8086956 details:A new release 'time is not printed for a failed test' has been published in yegor256/judges by @rultor. event_id:47650867719 event_type:ReleaseEvent hoc:4 is_human:0 last_commit:c35e320482a53c1670acc12f6bbd21d08fcdb1e0 release:206316406 tag:0.36.4 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-17T17:40:06Z tag-was-created 799113787 _job:32454 details:A new tag '0.36.4' has been created in yegor256/judges by @rultor. event_id:47650822172 event_type:CreateEvent is_human:0 tag:0.36.4 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-12T16:45:01Z release-published 799113787 _job:32454 commits:1 contributors:8086956 details:A new release 'factbase 0.9.0' has been published in yegor256/judges by @rultor. event_id:47487639101 event_type:ReleaseEvent hoc:4 is_human:0 last_commit:ecfc21f8acd71971e043055b0c029a6f063fe8e0 release:205359763 tag:0.36.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-12T16:43:42Z tag-was-created 799113787 _job:32454 details:A new tag '0.36.3' has been created in yegor256/judges by @rultor. event_id:47487582675 event_type:CreateEvent is_human:0 tag:0.36.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-04T03:57:16Z release-published 799113787 _job:32454 commits:1 contributors:8086956 details:A new release 'factbase version is fixed' has been published in yegor256/judges by @rultor. event_id:47163547695 event_type:ReleaseEvent hoc:4 is_human:0 last_commit:124d373447fe5e40d5884ae3c249d640bf4c56cd release:203484407 tag:0.36.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-04T03:56:35Z tag-was-created 799113787 _job:32454 details:A new tag '0.36.1' has been created in yegor256/judges by @rultor. event_id:47163535708 event_type:CreateEvent is_human:0 tag:0.36.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-03T13:48:05Z release-published 799113787 _job:32454 commits:1 contributors:8086956 details:A new release 'syntax errors are not visible' has been published in yegor256/judges by @rultor. event_id:47138882641 event_type:ReleaseEvent hoc:4 is_human:0 last_commit:4045eb498a10617b7bf0ce8f5aad211592405200 release:203354693 tag:0.36.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-03T13:47:20Z tag-was-created 799113787 _job:32454 details:A new tag '0.36.0' has been created in yegor256/judges by @rultor. event_id:47138851634 event_type:CreateEvent is_human:0 tag:0.36.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-03T10:03:25Z release-published 799113787 _job:32454 commits:1 contributors:8086956 details:A new release '`--judge` is missing for the `update` command' has been published in yegor256/judges by @rultor. event_id:47130340404 event_type:ReleaseEvent hoc:4 is_human:0 last_commit:c761eee9aa8a107b33c2aef3ae1a16e5b577c9a8 release:203311586 tag:0.35.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-03T10:02:17Z tag-was-created 799113787 _job:32454 details:A new tag '0.35.0' has been created in yegor256/judges by @rultor. event_id:47130294626 event_type:CreateEvent is_human:0 tag:0.35.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-02-25T10:42:22Z tag-was-created 799113787 _job:32454 details:A new tag '0.34.0' has been created in yegor256/judges by @rultor. event_id:46929979496 event_type:CreateEvent is_human:0 tag:0.34.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-02-25T10:08:04Z release-published 799113787 _job:32454 commits:1 contributors:8086956 details:A new release '' has been published in yegor256/judges by @rultor. event_id:46928549173 event_type:ReleaseEvent hoc:4 is_human:0 last_commit:dd40e9051be0e7e210f375b02727d813e070229c release:202253166 tag:0.33.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-02-25T10:06:34Z tag-was-created 799113787 _job:32454 details:A new tag '0.33.0' has been created in yegor256/judges by @rultor. event_id:46928486040 event_type:CreateEvent is_human:0 tag:0.33.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-14T13:51:31Z release-published 802720676 _job:32454 commits:63 contributors:[8086956, 29139614, 526301, 31362961] details:A new release 'fb 0.9.2' has been published in zerocracy/pages-action by @rultor. event_id:47567632601 event_type:ReleaseEvent hoc:335 is_human:0 last_commit:916152ffaac070af71cd10b36ebcdeb14137e0fc release:205854490 tag:0.0.45 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-14T13:50:33Z tag-was-created 802720676 _job:32454 details:A new tag '0.0.45' has been created in zerocracy/pages-action by @rultor. event_id:47567596119 event_type:CreateEvent is_human:0 tag:0.0.45 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-04T10:13:01Z release-published 802720676 _job:32454 commits:1 contributors:8086956 details:A new release 'who-has-name' has been published in zerocracy/pages-action by @rultor. event_id:47174796732 event_type:ReleaseEvent hoc:6 is_human:0 last_commit:a2a417a5d547463efbbf052e4bc2f0a290766c73 release:203548763 tag:0.0.44 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-04T10:12:19Z tag-was-created 802720676 _job:32454 details:A new tag '0.0.44' has been created in zerocracy/pages-action by @rultor. event_id:47174768561 event_type:CreateEvent is_human:0 tag:0.0.44 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-02-24T16:40:17Z tag-was-created 802720676 _job:32454 details:A new tag '0.0.42' has been created in zerocracy/pages-action by @rultor. event_id:46898880376 event_type:CreateEvent is_human:0 tag:0.0.42 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-18T12:51:22Z release-published 820463873 _job:32454 commits:18 contributors:[29139614, 526301, 8086956] details:A new release 'use `.one()` for calculating max `_id`' has been published in zerocracy/fbe by @rultor. event_id:47684495927 event_type:ReleaseEvent hoc:198 is_human:0 last_commit:bb8cc1ec61db51c0e2529f5c60ce3036ac2404d9 release:206544947 tag:0.2.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-18T12:49:46Z tag-was-created 820463873 _job:32454 details:A new tag '0.2.3' has been created in zerocracy/fbe by @rultor. event_id:47684426455 event_type:CreateEvent is_human:0 tag:0.2.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-14T14:23:47Z release-published 820463873 _job:32454 commits:1 contributors:8086956 details:A new release 'cache and index are not used' has been published in zerocracy/fbe by @rultor. event_id:47568906680 event_type:ReleaseEvent hoc:2 is_human:0 last_commit:66b23bee96f2772903e624a22382beac1cfa8bcc release:205863943 tag:0.2.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-14T14:23:07Z tag-was-created 820463873 _job:32454 details:A new tag '0.2.2' has been created in zerocracy/fbe by @rultor. event_id:47568878033 event_type:CreateEvent is_human:0 tag:0.2.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-13T07:40:31Z release-published 820463873 _job:32454 commits:1 contributors:8086956 details:A new release 'requires are not strictly checked' has been published in zerocracy/fbe by @rultor. event_id:47510742674 event_type:ReleaseEvent hoc:2 is_human:0 last_commit:3ef53bd218a9e64091954d91d1eb576769238781 release:205493327 tag:0.2.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-13T07:38:59Z tag-was-created 820463873 _job:32454 details:A new tag '0.2.1' has been created in zerocracy/fbe by @rultor. event_id:47510695827 event_type:CreateEvent is_human:0 tag:0.2.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-13T07:17:47Z release-published 820463873 _job:32454 commits:1 contributors:8086956 details:A new release 'factbase 0.9.1' has been published in zerocracy/fbe by @rultor. event_id:47510054815 event_type:ReleaseEvent hoc:2 is_human:0 last_commit:aedc5ec1f81db6f508cf736cafdf391c2184d494 release:205488595 tag:0.2.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-13T07:16:35Z tag-was-created 820463873 _job:32454 details:A new tag '0.2.0' has been created in zerocracy/fbe by @rultor. event_id:47510019784 event_type:CreateEvent is_human:0 tag:0.2.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-18T12:56:31Z release-published 798641472 _job:32454 commits:216 contributors:[526301, 29139614, 8086956] details:A new release '' has been published in yegor256/factbase by @rultor. event_id:47684717925 event_type:ReleaseEvent hoc:4346 is_human:0 last_commit:81c28177f333705dbf172a08cd39b1741675bb48 release:206546104 tag:0.9.4 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-18T12:55:11Z tag-was-created 798641472 _job:32454 details:A new tag '0.9.4' has been created in yegor256/factbase by @rultor. event_id:47684659806 event_type:CreateEvent is_human:0 tag:0.9.4 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-17T09:09:26Z release-published 798641472 _job:32454 commits:1 contributors:8086956 details:A new release 'ThreadError: deadlock; recursive locking' has been published in yegor256/factbase by @rultor. event_id:47628629494 event_type:ReleaseEvent hoc:2 is_human:0 last_commit:f1ff51888cd555625859c4d64137edbf004c85d7 release:206179848 tag:0.9.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-17T09:07:44Z tag-was-created 798641472 _job:32454 details:A new tag '0.9.3' has been created in yegor256/factbase by @rultor. event_id:47628558976 event_type:CreateEvent is_human:0 tag:0.9.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-14T09:31:19Z release-published 798641472 _job:32454 commits:1 contributors:8086956 details:A new release '`keys` is not defined in `Factbase::Taped::TapedHash`' has been published in yegor256/factbase by @rultor. event_id:47558838206 event_type:ReleaseEvent hoc:2 is_human:0 last_commit:f6d0c77e6bcbd9d9774c3da152f60bf3900afaa5 release:205798931 tag:0.9.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-14T09:30:05Z tag-was-created 798641472 _job:32454 details:A new tag '0.9.2' has been created in yegor256/factbase by @rultor. event_id:47558794913 event_type:CreateEvent is_human:0 tag:0.9.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-14T09:14:06Z issue-was-closed 798641472 _job:32454 details:The issue yegor256/factbase#201 has been closed by @rultor. event_id:47558245732 event_type:IssuesEvent is_human:0 issue:201 where:github who:8086956
2025-03-11T15:00:01Z issue-was-closed 798641472 _job:32454 details:The issue yegor256/factbase#192 has been closed by @rultor. event_id:47436012861 event_type:IssuesEvent is_human:0 issue:192 where:github who:8086956
2025-03-04T11:56:18Z release-published 798641472 _job:32454 commits:1 contributors:8086956 details:A new release '`Logged` must report too slow queries' has been published in yegor256/factbase by @rultor. event_id:47178738562 event_type:ReleaseEvent hoc:2 is_human:0 last_commit:a843db728c43984fc99debbf05bf6c25261fd516 release:203577600 tag:0.8.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-04T11:54:52Z tag-was-created 798641472 _job:32454 details:A new tag '0.8.0' has been created in yegor256/factbase by @rultor. event_id:47178689994 event_type:CreateEvent is_human:0 tag:0.8.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-03T15:15:32Z release-published 798641472 _job:32454 commits:1 contributors:8086956 details:A new release '`.query()` is much slower than in 0.6.0' has been published in yegor256/factbase by @rultor. event_id:47142559539 event_type:ReleaseEvent hoc:2 is_human:0 last_commit:e98443f7aa53578713391a84cfc48369962378a7 release:203374574 tag:0.7.5 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-03T15:14:19Z tag-was-created 798641472 _job:32454 details:A new tag '0.7.5' has been created in yegor256/factbase by @rultor. event_id:47142507092 event_type:CreateEvent is_human:0 tag:0.7.5 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-02-28T16:19:32Z release-published 798641472 _job:32454 commits:1 contributors:8086956 details:A new release '0.7.2 is much slower than 0.6.0' has been published in yegor256/factbase by @rultor. event_id:47074531339 event_type:ReleaseEvent hoc:2 is_human:0 last_commit:62798266ba77d4d8d8e69b57f3ef63b7c4188288 release:203062758 tag:0.7.4 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-02-28T16:19:00Z tag-was-created 798641472 _job:32454 details:A new tag '0.7.4' has been created in yegor256/factbase by @rultor. event_id:47074512844 event_type:CreateEvent is_human:0 tag:0.7.4 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-20T02:35:00Z release-published 799113787 _job:32454 commits:42 contributors:[526301, 29139614, 8086956] details:A new release '`--shuffle` is necessary for `update`' has been published in yegor256/judges by @rultor. event_id:47758108030 event_type:ReleaseEvent hoc:473 is_human:0 last_commit:155c7ff4ef7e3b53c96e7ea9c3d278ff5c416678 release:207043307 tag:0.38.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-20T02:33:26Z tag-was-created 799113787 _job:32454 details:A new tag '0.38.0' has been created in yegor256/judges by @rultor. event_id:47758071850 event_type:CreateEvent is_human:0 tag:0.38.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-20T06:33:49Z release-published 799113787 _job:32454 commits:3 contributors:[526301, 8086956] details:A new release '`--shuffle` breaks the list' has been published in yegor256/judges by @rultor. event_id:47762857745 event_type:ReleaseEvent hoc:38 is_human:0 last_commit:3930bcc14b3891bbbc61a8b711aea0ef3eb08f11 release:207073816 tag:0.38.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-20T06:32:42Z tag-was-created 799113787 _job:32454 details:A new tag '0.38.1' has been created in yegor256/judges by @rultor. event_id:47762829325 event_type:CreateEvent is_human:0 tag:0.38.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-20T14:24:00Z release-published 802720676 _job:32454 commits:46 contributors:[29139614, 8086956, 526301, 31362961] details:A new release '`who-has-name.rb` is very slow' has been published in zerocracy/pages-action by @rultor. event_id:47780996860 event_type:ReleaseEvent hoc:245 is_human:0 last_commit:7eed59248b679018ed91e1615261be27c6fc88db release:207188220 tag:0.0.47 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-20T14:22:41Z tag-was-created 802720676 _job:32454 details:A new tag '0.0.47' has been created in zerocracy/pages-action by @rultor. event_id:47780931029 event_type:CreateEvent is_human:0 tag:0.0.47 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-29T04:09:56Z release-published 820463873 _job:32454 commits:20 contributors:[526301, 29139614, 8086956] details:A new release 'baza.rb 11' has been published in zerocracy/fbe by @rultor. event_id:48101989734 event_type:ReleaseEvent hoc:342 is_human:0 last_commit:deac72f6d49a964527fcd17ecad5aba5521e9ab6 release:209126670 tag:0.3.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-29T04:08:24Z tag-was-created 820463873 _job:32454 details:A new tag '0.3.0' has been created in zerocracy/fbe by @rultor. event_id:48101976178 event_type:CreateEvent is_human:0 tag:0.3.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-28T16:58:05Z release-published 840215648 _job:32454 commits:46 contributors:[526301, 29139614, 8086956] details:A new release '/transfer' has been published in zerocracy/baza.rb by @rultor. event_id:48088785777 event_type:ReleaseEvent hoc:1045 is_human:0 last_commit:8f970dfea8e4e04ca0313caab36e039e2a0c85b4 release:209010144 tag:0.0.10 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-28T16:57:11Z tag-was-created 840215648 _job:32454 details:A new tag '0.0.10' has been created in zerocracy/baza.rb by @rultor. event_id:48088756092 event_type:CreateEvent is_human:0 tag:0.0.10 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-29T03:05:53Z release-published 840215648 _job:32454 commits:2 contributors:[526301, 8086956] details:A new release 'return receipt ID on `.transfer()`' has been published in zerocracy/baza.rb by @rultor. event_id:48101390651 event_type:ReleaseEvent hoc:47 is_human:0 last_commit:5845047a102f37cef39e9db5380a8e500cab3351 release:209122255 tag:0.0.11 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-29T03:05:07Z tag-was-created 840215648 _job:32454 details:A new tag '0.0.11' has been created in zerocracy/baza.rb by @rultor. event_id:48101383424 event_type:CreateEvent is_human:0 tag:0.0.11 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-29T04:33:07Z release-published 840215648 _job:32454 commits:3 contributors:[526301, 8086956] details:A new release '' has been published in zerocracy/baza.rb by @rultor. event_id:48102197956 event_type:ReleaseEvent hoc:291 is_human:0 last_commit:7c5435dcfed0b8148b97d7fe39bdd30d8acd8890 release:209127833 tag:0.0.12 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-29T04:32:18Z tag-was-created 840215648 _job:32454 details:A new tag '0.0.12' has been created in zerocracy/baza.rb by @rultor. event_id:48102191045 event_type:CreateEvent is_human:0 tag:0.0.12 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-29T06:14:04Z release-published 840215648 _job:32454 commits:5 contributors:[526301, 8086956] details:A new release 'allow `job` in the `.transfer()`' has been published in zerocracy/baza.rb by @rultor. event_id:48103158370 event_type:ReleaseEvent hoc:32 is_human:0 last_commit:fd6d73cd0486278e3ad31632ecea838a95c55910 release:209132538 tag:0.0.13 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-29T06:12:46Z tag-was-created 840215648 _job:32454 details:A new tag '0.0.13' has been created in zerocracy/baza.rb by @rultor. event_id:48103145220 event_type:CreateEvent is_human:0 tag:0.0.13 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-30T05:28:52Z release-published 798641472 _job:32454 commits:176 contributors:[526301, 29139614, 8086956] details:A new release 'indexing doesn't help much' has been published in yegor256/factbase by @rultor. event_id:48117140432 event_type:ReleaseEvent hoc:4149 is_human:0 last_commit:127abb8ba4ad8dff11ae7dd93162d157cb9f3e95 release:209191528 tag:0.9.6 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-30T05:28:24Z tag-was-created 798641472 _job:32454 details:A new tag '0.9.6' has been created in yegor256/factbase by @rultor. event_id:48117136832 event_type:CreateEvent is_human:0 tag:0.9.6 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-30T07:17:01Z release-published 798641472 _job:32454 commits:5 contributors:[526301, 8086956] details:A new release 'inner logging is too noisy' has been published in yegor256/factbase by @rultor. event_id:48118058026 event_type:ReleaseEvent hoc:33 is_human:0 last_commit:8b16ece7450af3dcd5dd9521b08e4e86be8ae9fb release:209194613 tag:0.9.7 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-30T07:16:11Z tag-was-created 798641472 _job:32454 details:A new tag '0.9.7' has been created in yegor256/factbase by @rultor. event_id:48118050843 event_type:CreateEvent is_human:0 tag:0.9.7 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-30T07:26:32Z release-published 820463873 _job:32454 commits:2 contributors:[526301, 8086956] details:A new release 'too much inner logging in `Fbe.fb`' has been published in zerocracy/fbe by @rultor. event_id:48118142322 event_type:ReleaseEvent hoc:33 is_human:0 last_commit:7f12ff6e47f29c8fdf8854f5d52395a4d65e1a3b release:209194876 tag:0.3.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-30T07:25:05Z tag-was-created 820463873 _job:32454 details:A new tag '0.3.1' has been created in zerocracy/fbe by @rultor. event_id:48118129397 event_type:CreateEvent is_human:0 tag:0.3.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-30T06:05:01Z release-published 802720676 _job:32454 commits:8 contributors:[8086956, 526301, 29139614] details:A new release 'fb up' has been published in zerocracy/pages-action by @rultor. event_id:48117430450 event_type:ReleaseEvent hoc:147 is_human:0 last_commit:3d9c215655eac015a4d35224cbede0acaa6a0640 release:209192502 tag:0.0.48 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-30T06:04:32Z tag-was-created 802720676 _job:32454 details:A new tag '0.0.48' has been created in zerocracy/pages-action by @rultor. event_id:48117426351 event_type:CreateEvent is_human:0 tag:0.0.48 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-30T11:20:23Z release-published 798641472 _job:32454 commits:4 contributors:[526301, 8086956] details:A new release 'fails on aggregation with subs' has been published in yegor256/factbase by @rultor. event_id:48120450304 event_type:ReleaseEvent hoc:71 is_human:0 last_commit:1fa6fa406857c03beea5384965de39af8bb7b56b release:209202846 tag:0.9.8 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-30T11:19:05Z tag-was-created 798641472 _job:32454 details:A new tag '0.9.8' has been created in yegor256/factbase by @rultor. event_id:48120436865 event_type:CreateEvent is_human:0 tag:0.9.8 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-30T12:44:29Z release-published 798641472 _job:32454 commits:2 contributors:[526301, 8086956] details:A new release 'subs are broken' has been published in yegor256/factbase by @rultor. event_id:48121384639 event_type:ReleaseEvent hoc:43 is_human:0 last_commit:ad5990b0df6b9c4081fcb712b5daa70799ecc9f8 release:209206246 tag:0.9.9 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-30T12:43:21Z tag-was-created 798641472 _job:32454 details:A new tag '0.9.9' has been created in yegor256/factbase by @rultor. event_id:48121371571 event_type:CreateEvent is_human:0 tag:0.9.9 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-30T13:54:32Z release-published 799177290 _job:32454 commits:66 contributors:[8086956, 29139614, 526301] details:A new release 'fb up to 0.9.5' has been published in zerocracy/judges-action by @rultor. event_id:48122197848 event_type:ReleaseEvent hoc:392 is_human:0 last_commit:844a44c07ba384345f895286343e813abc2cdd3f release:209209109 tag:0.0.74 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-30T13:53:57Z tag-was-created 799177290 _job:32454 details:A new tag '0.0.74' has been created in zerocracy/judges-action by @rultor. event_id:48122191002 event_type:CreateEvent is_human:0 tag:0.0.74 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-30T13:33:11Z release-published 798641472 _job:32454 commits:3 contributors:[526301, 8086956] details:A new release '`public_send()` instead of `send()`' has been published in yegor256/factbase by @rultor. event_id:48121964102 event_type:ReleaseEvent hoc:42 is_human:0 last_commit:ccf200d143a8427d008583e9eb839089448dd096 release:209208264 tag:0.9.10 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-30T13:32:05Z tag-was-created 798641472 _job:32454 details:A new tag '0.9.10' has been created in yegor256/factbase by @rultor. event_id:48121952523 event_type:CreateEvent is_human:0 tag:0.9.10 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-31T15:47:45Z release-published 799177290 _job:32454 commits:8 contributors:[29139614, 8086956, 526301] details:A new release '0.1.0' has been published in zerocracy/judges-action by @rultor. event_id:48155958930 event_type:ReleaseEvent hoc:22 is_human:0 last_commit:b13d749cc26a29968b32c634f5019cc68427f854 release:209382240 tag:0.1.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-31T15:46:33Z tag-was-created 799177290 _job:32454 details:A new tag '0.1.0' has been created in zerocracy/judges-action by @rultor. event_id:48155911327 event_type:CreateEvent is_human:0 tag:0.1.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-02T07:48:53Z release-published 840215648 _job:32454 commits:5 contributors:[29139614, 526301, 8086956] details:A new release 'fake is not restrictive enough' has been published in zerocracy/baza.rb by @rultor. event_id:48227369290 event_type:ReleaseEvent hoc:181 is_human:0 last_commit:e171269e08df6c1c5ac2424b709be1b7b90e25d5 release:209778917 tag:0.1.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-02T07:47:56Z tag-was-created 840215648 _job:32454 details:A new tag '0.1.0' has been created in zerocracy/baza.rb by @rultor. event_id:48227333843 event_type:CreateEvent is_human:0 tag:0.1.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-05T04:23:40Z release-published 799113787 _job:32454 commits:17 contributors:[526301, 8086956] details:A new release 'host CSS and JS files in GitHub pages' has been published in yegor256/judges by @rultor. event_id:48350106699 event_type:ReleaseEvent hoc:1422 is_human:0 last_commit:91ff2d019f3a444e56630499b847fc4d67f0528a release:210525237 tag:0.39.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-05T04:22:40Z tag-was-created 799113787 _job:32454 details:A new tag '0.39.1' has been created in yegor256/judges by @rultor. event_id:48350097668 event_type:CreateEvent is_human:0 tag:0.39.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-05T07:15:29Z issue-was-closed 799177290 _job:32454 details:The issue zerocracy/judges-action#526 has been closed by @rultor. event_id:48351826924 event_type:IssuesEvent is_human:0 issue:526 where:github who:8086956
2025-04-05T05:14:35Z release-published 799113787 _job:32454 commits:4 contributors:[29139614, 526301, 8086956] details:A new release 'empty facts render weirdly in HTML' has been published in yegor256/judges by @rultor. event_id:48350584753 event_type:ReleaseEvent hoc:24 is_human:0 last_commit:ec9ad31ef6ce7d72fb041952a91d52aa82de0c61 release:210526708 tag:0.39.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-05T05:13:41Z tag-was-created 799113787 _job:32454 details:A new tag '0.39.2' has been created in yegor256/judges by @rultor. event_id:48350575758 event_type:CreateEvent is_human:0 tag:0.39.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-05T09:33:32Z issue-was-closed 799177290 _job:32454 details:The issue zerocracy/judges-action#510 has been closed by @rultor. event_id:48353223900 event_type:IssuesEvent is_human:0 issue:510 where:github who:8086956
2025-04-05T09:06:18Z release-published 799177290 _job:32454 commits:12 contributors:[29139614, 8086956, 526301, 88084038] details:A new release 'we calculate review comments incorrectly' has been published in zerocracy/judges-action by @rultor. event_id:48352934695 event_type:ReleaseEvent hoc:41 is_human:0 last_commit:bbe1a4629f2ad5bcc649ce9d4bdb25787d9c3b10 release:210546594 tag:0.2.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-05T09:05:43Z tag-was-created 799177290 _job:32454 details:A new tag '0.2.0' has been created in zerocracy/judges-action by @rultor. event_id:48352928427 event_type:CreateEvent is_human:0 tag:0.2.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-05T10:05:55Z release-published 799177290 _job:32454 commits:9 contributors:[29139614, 88084038, 8086956, 526301] details:A new release '/user 404 - Not Found' has been published in zerocracy/judges-action by @rultor. event_id:48353549656 event_type:ReleaseEvent hoc:57 is_human:0 last_commit:871ae2be2599488b19180e5ed35308029368a2a6 release:210548632 tag:0.2.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-05T10:05:11Z tag-was-created 799177290 _job:32454 details:A new tag '0.2.1' has been created in zerocracy/judges-action by @rultor. event_id:48353541123 event_type:CreateEvent is_human:0 tag:0.2.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-06T10:05:53Z dimensions-of-terrain _job:32454 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3772 total_contributors:12 total_files:516 total_forks:20 total_issues:530 total_pulls:949 total_releases:417 total_repositories:7 total_stars:33
2025-04-06T02:18:51Z release-published 799177290 _job:32454 commits:8 contributors:[8086956, 526301, 29139614] details:A new release '`execution expired` in `quantity-of-deliverables`' has been published in zerocracy/judges-action by @rultor. event_id:48363646925 event_type:ReleaseEvent hoc:53 is_human:0 last_commit:6e74999bab23b3e8a66e4600f9168675d49bf02c release:210581726 tag:0.2.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-06T02:17:57Z tag-was-created 799177290 _job:32454 details:A new tag '0.2.2' has been created in zerocracy/judges-action by @rultor. event_id:48363639966 event_type:CreateEvent is_human:0 tag:0.2.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-06T00:18:51Z release-published 820463873 _job:32454 commits:8 contributors:[29139614, 8086956, 526301] details:A new release '`Fbe.delete` to delete some properties of a fact' has been published in zerocracy/fbe by @rultor. event_id:48362620128 event_type:ReleaseEvent hoc:114 is_human:0 last_commit:1b73f63b644c2297d9c35e8f5cd8688523b6133e release:210577885 tag:0.4.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-06T00:17:20Z tag-was-created 820463873 _job:32459 details:A new tag '0.4.0' has been created in zerocracy/fbe by @rultor. event_id:48362606990 event_type:CreateEvent is_human:0 tag:0.4.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-06T02:25:25Z release-published 820463873 _job:32459 commits:2 contributors:[526301, 8086956] details:A new release 'bylaw, give penalty a long PR' has been published in zerocracy/fbe by @rultor. event_id:48363703835 event_type:ReleaseEvent hoc:23 is_human:0 last_commit:7d2b1e26d27726b2d7d3cb222b3c4a0b46f58aeb release:210581909 tag:0.5.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-06T02:23:56Z tag-was-created 820463873 _job:32459 details:A new tag '0.5.0' has been created in zerocracy/fbe by @rultor. event_id:48363691615 event_type:CreateEvent is_human:0 tag:0.5.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-06T04:52:44Z release-published 840215648 _job:32459 commits:4 contributors:[29139614, 526301, 8086956] details:A new release '`.transfer()` with points' has been published in zerocracy/baza.rb by @rultor. event_id:48364918657 event_type:ReleaseEvent hoc:8 is_human:0 last_commit:0f025ceda2e02673c277317f05e2fba8db0bf80d release:210587885 tag:0.3.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-06T04:52:01Z tag-was-created 840215648 _job:32459 details:A new tag '0.3.0' has been created in zerocracy/baza.rb by @rultor. event_id:48364912864 event_type:CreateEvent is_human:0 tag:0.3.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-06T04:24:48Z tag-was-created 840215648 _job:32459 details:A new tag '0.2.0' has been created in zerocracy/baza.rb by @rultor. event_id:48364699052 event_type:CreateEvent is_human:0 tag:0.2.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-06T11:28:39Z release-published 820463873 _job:32459 commits:7 contributors:[526301, 88084038, 8086956] details:A new release '#534 fake review_comments' has been published in zerocracy/fbe by @rultor. event_id:48368986500 event_type:ReleaseEvent hoc:22 is_human:0 last_commit:9dcdafecda255acf972ce600160c0624b3740ef3 release:210600686 tag:0.5.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-06T11:27:16Z tag-was-created 820463873 _job:32459 details:A new tag '0.5.1' has been created in zerocracy/fbe by @rultor. event_id:48368971834 event_type:CreateEvent is_human:0 tag:0.5.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-06T14:00:43Z issue-was-closed 799177290 _job:32459 details:The issue zerocracy/judges-action#534 has been closed by @rultor. event_id:48370864940 event_type:IssuesEvent is_human:0 issue:534 where:github who:8086956
2025-04-06T14:43:56Z release-published 799177290 _job:32459 commits:9 contributors:[29139614, 8086956, 526301, 88084038] details:A new release '`add-review-comments` judge is necessary' has been published in zerocracy/judges-action by @rultor. event_id:48371422114 event_type:ReleaseEvent hoc:144 is_human:0 last_commit:7c6cf649e4da0047bdf51b3634ca4a8e7653af56 release:210608691 tag:0.3.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-06T14:42:53Z tag-was-created 799177290 _job:32459 details:A new tag '0.3.0' has been created in zerocracy/judges-action by @rultor. event_id:48371410058 event_type:CreateEvent is_human:0 tag:0.3.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-07T08:11:12Z quantity-of-deliverables _job:32459 composite:26.67 ffact:163490 since:2025-03-31T08:11:12Z tombstone:2025-09-01T06:58:54Z total_commits_pushed:84 total_hoc_committed:3094 total_issues_created:12 total_pulls_submitted:2 total_releases_published:12
2025-04-07T10:06:42Z dimensions-of-terrain _job:32459 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3786 total_contributors:12 total_files:518 total_forks:20 total_issues:531 total_pulls:953 total_releases:419 total_repositories:7 total_stars:34
2025-04-08T11:05:18Z dimensions-of-terrain _job:32459 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3800 total_contributors:12 total_files:517 total_forks:20 total_issues:534 total_pulls:954 total_releases:419 total_repositories:7 total_stars:34
2025-04-08T16:12:32Z release-published 799177290 _job:32459 commits:9 contributors:[29139614, 526301, 88084038, 8086956] details:A new release '"repository not found" when trying to add review comments' has been published in zerocracy/judges-action by @rultor. event_id:48457218959 event_type:ReleaseEvent hoc:36 is_human:0 last_commit:74a5fe92e9b28aa2f54e2a4895c3b40f82962676 release:211071682 tag:0.3.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-08T16:11:49Z tag-was-created 799177290 _job:32459 details:A new tag '0.3.1' has been created in zerocracy/judges-action by @rultor. event_id:48457190885 event_type:CreateEvent is_human:0 tag:0.3.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-09T09:08:02Z quantity-of-deliverables _job:32459 since:2025-04-02T09:08:02Z tombstone:2025-09-01T06:58:54Z total_commits_pushed:85 total_hoc_committed:3223 total_releases_published:11
2025-04-09T11:05:36Z dimensions-of-terrain _job:32459 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3809 total_contributors:12 total_files:517 total_forks:20 total_issues:535 total_pulls:956 total_releases:420 total_repositories:7 total_stars:34
2025-04-10T12:09:18Z dimensions-of-terrain _job:32459 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3809 total_contributors:12 total_files:517 total_forks:20 total_issues:535 total_pulls:956 total_releases:420 total_repositories:7 total_stars:34
2025-04-11T09:10:58Z quantity-of-deliverables _job:32459 since:2025-04-04T09:10:58Z tombstone:2025-09-01T06:58:54Z total_builds_ran:1261 total_issues_created:11 total_pulls_submitted:0
2025-04-11T13:11:57Z dimensions-of-terrain _job:32459 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3809 total_contributors:12 total_files:517 total_forks:19 total_issues:535 total_pulls:956 total_releases:420 total_repositories:7 total_stars:34
2025-04-12T02:27:29Z release-published 799177290 _job:32459 commits:12 contributors:[29139614, 8086956, 526301] details:A new release '`add-review-comments` doesn't help to `code-was-merged`' has been published in zerocracy/judges-action by @rultor. event_id:48607044863 event_type:ReleaseEvent hoc:134 is_human:0 last_commit:8ce5341bcceb5cb374e717ef4407f77b7b351689 release:211986929 tag:0.3.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-12T02:26:08Z tag-was-created 799177290 _job:32459 details:A new tag '0.3.2' has been created in zerocracy/judges-action by @rultor. event_id:48607031319 event_type:CreateEvent is_human:0 tag:0.3.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-12T14:05:09Z dimensions-of-terrain _job:32459 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3822 total_contributors:12 total_files:518 total_forks:19 total_issues:537 total_pulls:958 total_releases:421 total_repositories:7 total_stars:34
2025-04-13T10:09:48Z quantity-of-deliverables _job:32459 since:2025-04-06T10:09:48Z tombstone:2025-09-01T06:58:54Z
2025-04-13T15:05:16Z dimensions-of-terrain _job:32459 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3822 total_contributors:12 total_files:518 total_forks:19 total_issues:537 total_pulls:958 total_releases:421 total_repositories:7 total_stars:34
2025-04-14T07:05:11Z release-published 799177290 _job:32459 commits:6 contributors:[8086956, 526301, 29139614] details:A new release 'typo in add-review-comments' has been published in zerocracy/judges-action by @rultor. event_id:48642948344 event_type:ReleaseEvent hoc:14 is_human:0 last_commit:bf4a67df76909e0e5f8d0b23c3ab032a7dead527 release:212125402 tag:0.3.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-14T07:03:54Z tag-was-created 799177290 _job:32459 details:A new tag '0.3.3' has been created in zerocracy/judges-action by @rultor. event_id:48642906234 event_type:CreateEvent is_human:0 tag:0.3.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-14T15:07:18Z dimensions-of-terrain _job:32459 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3843 total_contributors:12 total_files:517 total_forks:19 total_issues:539 total_pulls:965 total_releases:425 total_repositories:7 total_stars:34
2025-04-14T08:23:03Z release-published 840215648 _job:32459 commits:5 contributors:[526301, 8086956] details:A new release '`.fee()` to charge the user a few cents' has been published in zerocracy/baza.rb by @rultor. event_id:48645824075 event_type:ReleaseEvent hoc:167 is_human:0 last_commit:200a086ef4c7a7e783c702badefa2e265955acbb release:212139720 tag:0.4.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-14T08:22:10Z tag-was-created 840215648 _job:32459 details:A new tag '0.4.0' has been created in zerocracy/baza.rb by @rultor. event_id:48645788013 event_type:CreateEvent is_human:0 tag:0.4.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-14T10:11:46Z release-published 820463873 _job:32459 commits:8 contributors:[526301, 8086956] details:A new release '`Fbe.conclude` must stop when taking too long' has been published in zerocracy/fbe by @rultor. event_id:48650318527 event_type:ReleaseEvent hoc:258 is_human:0 last_commit:88083b4dc563d932191641e9696dd07ae2b75f87 release:212163746 tag:0.6.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-14T10:11:07Z tag-was-created 820463873 _job:32459 details:A new tag '0.6.0' has been created in zerocracy/fbe by @rultor. event_id:48650292126 event_type:CreateEvent is_human:0 tag:0.6.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-14T10:52:00Z release-published 799177290 _job:32459 commits:8 contributors:[29139614, 8086956, 526301] details:A new release 'Update dependency fbe to v0.6.0' has been published in zerocracy/judges-action by @rultor. event_id:48651878333 event_type:ReleaseEvent hoc:17 is_human:0 last_commit:fe235af68038d86eb910b8209bf84f637ed8367b release:212171915 tag:0.3.4 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-14T10:50:18Z tag-was-created 799177290 _job:32459 details:A new tag '0.3.4' has been created in zerocracy/judges-action by @rultor. event_id:48651811259 event_type:CreateEvent is_human:0 tag:0.3.4 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-15T11:07:44Z quantity-of-deliverables _job:32459 composite:10.168 ffact:163490 since:2025-04-08T11:07:44Z tombstone:2025-09-01T06:58:54Z total_builds_ran:785 total_commits_pushed:45 total_hoc_committed:932 total_issues_created:7 total_pulls_submitted:0 total_releases_published:7
2025-04-15T15:07:54Z dimensions-of-terrain _job:32459 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3853 total_contributors:12 total_files:515 total_forks:19 total_issues:542 total_pulls:969 total_releases:427 total_repositories:7 total_stars:34
2024-12-28T07:53:21Z pull-was-merged 849726475 _job:32475 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#40 has been closed by @rultor, with 33 HoC and 2 comments. event_id:45127304387 event_type:PullRequestEvent failed_builds:0 hoc:33 is_human:0 issue:40 review_comments:0 succeeded_builds:4 where:github who:8086956
2024-12-29T08:35:08Z pull-was-merged 799113787 _job:32475 branch:renovate/random-port-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#159 has been closed by @rultor, with 3 HoC and 2 comments. event_id:45138208414 event_type:PullRequestEvent failed_builds:0 hoc:3 is_human:0 issue:159 review_comments:0 succeeded_builds:8 where:github who:8086956
2024-12-28T07:53:47Z pull-was-merged 802720676 _job:32475 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#189 has been closed by @rultor, with 33 HoC and 2 comments. event_id:45127308182 event_type:PullRequestEvent failed_builds:0 hoc:33 is_human:0 issue:189 review_comments:0 succeeded_builds:11 where:github who:8086956
2024-12-26T13:49:50Z pull-was-merged 802720676 _job:32475 branch:renovate/qbash-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#186 has been closed by @rultor, with 6 HoC and 2 comments. event_id:45095386715 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:186 review_comments:0 succeeded_builds:11 where:github who:8086956
2024-12-25T13:51:32Z pull-was-merged 849726475 _job:32475 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#39 has been closed by @rultor, with 4 HoC and 2 comments. event_id:45078764258 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:39 review_comments:0 succeeded_builds:4 where:github who:8086956
2025-01-03T13:48:59Z pull-was-merged 849726475 _job:32475 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#41 has been closed by @rultor, with 31 HoC and 2 comments. event_id:45238091224 event_type:PullRequestEvent failed_builds:0 hoc:31 is_human:0 issue:41 review_comments:0 succeeded_builds:4 where:github who:8086956
2025-01-04T11:30:19Z pull-was-merged 799113787 _job:32475 branch:renovate/rubocop-performance-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#161 has been closed by @rultor, with 8 HoC and 2 comments. event_id:45256780524 event_type:PullRequestEvent failed_builds:0 hoc:8 is_human:0 issue:161 review_comments:0 succeeded_builds:8 where:github who:8086956
2025-01-10T08:53:50Z pull-was-merged 799177290 _job:32475 branch:renovate/rubocop-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#449 has been closed by @rultor, with 6 HoC and 2 comments. event_id:45433608900 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:449 review_comments:0 succeeded_builds:8 where:github who:8086956
2025-01-10T10:50:57Z pull-was-merged 820463873 _job:32475 branch:renovate/rubocop-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#134 has been closed by @rultor, with 10 HoC and 2 comments. event_id:45437516904 event_type:PullRequestEvent failed_builds:0 hoc:10 is_human:0 issue:134 review_comments:0 succeeded_builds:8 where:github who:8086956
2025-01-10T11:52:00Z pull-was-merged 849726475 _job:32475 branch:renovate/rubocop-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#42 has been closed by @rultor, with 10 HoC and 2 comments. event_id:45439364538 event_type:PullRequestEvent failed_builds:0 hoc:10 is_human:0 issue:42 review_comments:0 succeeded_builds:4 where:github who:8086956
2025-01-10T12:38:07Z pull-was-merged 799113787 _job:32475 branch:renovate/rubocop-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#162 has been closed by @rultor, with 8 HoC and 2 comments. event_id:45440798801 event_type:PullRequestEvent failed_builds:0 hoc:8 is_human:0 issue:162 review_comments:0 succeeded_builds:8 where:github who:8086956
2025-01-12T15:31:30Z pull-was-merged 799113787 _job:32475 branch:renovate/cucumber-9.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#163 has been closed by @rultor, with 22 HoC and 2 comments. event_id:45481837803 event_type:PullRequestEvent failed_builds:0 hoc:22 is_human:0 issue:163 review_comments:0 succeeded_builds:8 where:github who:8086956
2025-01-20T15:38:17Z pull-was-merged 799113787 _job:32475 branch:renovate/rubocop-rspec-3.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#164 has been closed by @rultor, with 10 HoC and 2 comments. event_id:45731981300 event_type:PullRequestEvent failed_builds:0 hoc:10 is_human:0 issue:164 review_comments:0 succeeded_builds:8 where:github who:8086956
2025-01-20T17:43:32Z pull-was-merged 820463873 _job:32475 branch:renovate/rubocop-rspec-3.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#135 has been closed by @rultor, with 10 HoC and 2 comments. event_id:45735957418 event_type:PullRequestEvent failed_builds:0 hoc:10 is_human:0 issue:135 review_comments:0 succeeded_builds:8 where:github who:8086956
2025-01-22T19:56:55Z pull-was-merged 799177290 _job:32475 branch:renovate/rubocop-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#450 has been closed by @rultor, with 10 HoC and 2 comments. event_id:45819288365 event_type:PullRequestEvent failed_builds:0 hoc:10 is_human:0 issue:450 review_comments:0 succeeded_builds:8 where:github who:8086956
2025-01-22T19:35:33Z pull-was-merged 799113787 _job:32475 branch:renovate/rubocop-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#165 has been closed by @rultor, with 6 HoC and 2 comments. event_id:45818674817 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:165 review_comments:0 succeeded_builds:8 where:github who:8086956
2025-01-22T22:50:34Z pull-was-merged 820463873 _job:32475 branch:renovate/rubocop-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#136 has been closed by @rultor, with 6 HoC and 2 comments. event_id:45823800896 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:136 review_comments:0 succeeded_builds:8 where:github who:8086956
2025-01-22T21:50:59Z pull-was-merged 849726475 _job:32475 branch:renovate/rubocop-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#43 has been closed by @rultor, with 8 HoC and 2 comments. event_id:45822397186 event_type:PullRequestEvent failed_builds:0 hoc:8 is_human:0 issue:43 review_comments:0 succeeded_builds:4 where:github who:8086956
2025-01-27T11:33:07Z pull-was-merged 799113787 _job:32475 branch:renovate/random-port-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#166 has been closed by @rultor, with 2 HoC and 2 comments. event_id:45943643334 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:166 review_comments:0 succeeded_builds:8 where:github who:8086956
2025-01-27T20:55:38Z pull-was-merged 849726475 _job:32475 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#44 has been closed by @rultor, with 32 HoC and 2 comments. event_id:45963773698 event_type:PullRequestEvent failed_builds:0 hoc:32 is_human:0 issue:44 review_comments:0 succeeded_builds:4 where:github who:8086956
2025-01-27T20:58:21Z pull-was-merged 799177290 _job:32475 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:2 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#452 has been closed by @rultor, with 12 HoC and 2 comments. event_id:45963850287 event_type:PullRequestEvent failed_builds:0 hoc:12 is_human:0 issue:452 review_comments:0 succeeded_builds:8 where:github who:8086956
2025-01-28T06:53:20Z pull-was-merged 799177290 _job:32475 branch:renovate/factbase-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#455 has been closed by @rultor, with 2 HoC and 2 comments. event_id:45975324394 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:455 review_comments:0 succeeded_builds:8 where:github who:8086956
2025-01-28T09:49:01Z pull-was-merged 849726475 _job:32475 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#45 has been closed by @rultor, with 10 HoC and 2 comments. event_id:45980478134 event_type:PullRequestEvent failed_builds:0 hoc:10 is_human:0 issue:45 review_comments:0 succeeded_builds:4 where:github who:8086956
2025-01-28T10:55:50Z pull-was-merged 799177290 _job:32475 branch:renovate/zerocracy-pages-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#459 has been closed by @rultor, with 2 HoC and 2 comments. event_id:45982920006 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:459 review_comments:0 succeeded_builds:8 where:github who:8086956
2025-02-18T05:50:25Z pull-was-merged 849726475 _job:32475 branch:renovate/rubocop-rake-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#49 has been closed by @rultor, with 5 HoC and 2 comments. event_id:46673325133 event_type:PullRequestEvent failed_builds:0 hoc:5 is_human:0 issue:49 review_comments:0 succeeded_builds:7 where:github who:8086956
2025-02-17T23:57:03Z pull-was-merged 849726475 _job:32475 branch:renovate/rubocop-minitest-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#47 has been closed by @rultor, with 4 HoC and 2 comments. event_id:46666902321 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:47 review_comments:0 succeeded_builds:7 where:github who:8086956
2025-02-25T00:59:49Z pull-was-merged 849726475 _job:32475 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#50 has been closed by @rultor, with 6 HoC and 2 comments. event_id:46913695026 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:50 review_comments:0 succeeded_builds:8 where:github who:8086956
2025-02-26T14:38:21Z pull-was-merged 799113787 _job:32475 branch:renovate/rubocop-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#168 has been closed by @rultor, with 8 HoC and 2 comments. event_id:46984609138 event_type:PullRequestEvent failed_builds:0 hoc:8 is_human:0 issue:168 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-03-04T10:34:48Z pull-was-merged 799113787 _job:32475 branch:renovate/rubocop-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#180 has been closed by @rultor, with 6 HoC and 2 comments. event_id:47175702002 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:180 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-02-17T23:46:45Z pull-was-merged 849726475 _job:32475 branch:renovate/rubocop-performance-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#48 has been closed by @rultor, with 7 HoC and 2 comments. event_id:46666747326 event_type:PullRequestEvent failed_builds:0 hoc:7 is_human:0 issue:48 review_comments:0 succeeded_builds:7 where:github who:8086956
2025-02-17T22:49:34Z pull-was-merged 849726475 _job:32475 branch:renovate/rubocop-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#46 has been closed by @rultor, with 11 HoC and 2 comments. event_id:46665808044 event_type:PullRequestEvent failed_builds:0 hoc:11 is_human:0 issue:46 review_comments:0 succeeded_builds:7 where:github who:8086956
2025-03-13T14:17:24Z pull-was-merged 799177290 _job:32475 branch:renovate/zerocracy-judges-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#494 has been closed by @rultor, with 2 HoC and 2 comments. event_id:47526786803 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:494 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-03-13T14:03:31Z pull-was-merged 799177290 _job:32475 branch:renovate/rubocop-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#495 has been closed by @rultor, with 6 HoC and 2 comments. event_id:47526130811 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:495 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-03-13T09:36:47Z pull-was-merged 799113787 _job:32475 branch:renovate/rubocop-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#185 has been closed by @rultor, with 6 HoC and 2 comments. event_id:47515041703 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:185 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-03-12T22:35:38Z pull-was-merged 799113787 _job:32475 branch:renovate/minitest-5.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#184 has been closed by @rultor, with 6 HoC and 2 comments. event_id:47499021769 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:184 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-03-08T13:34:01Z pull-was-merged 799113787 _job:32475 branch:renovate/webmock-3.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#182 has been closed by @rultor, with 6 HoC and 2 comments. event_id:47341281054 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:182 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-03-14T09:14:05Z pull-was-merged 798641472 _job:32475 branch:201 comments:2 comments_appreciated:1 comments_by_author:1 comments_by_reviewers:2 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#202 has been closed by @rultor, with 17 HoC and 2 comments. event_id:47558245169 event_type:PullRequestEvent failed_builds:0 hoc:17 is_human:0 issue:202 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-03-12T22:32:03Z pull-was-merged 798641472 _job:32475 branch:renovate/minitest-5.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#198 has been closed by @rultor, with 6 HoC and 2 comments. event_id:47498942421 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:198 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-03-11T15:00:01Z pull-was-merged 798641472 _job:32475 branch:192 comments:2 comments_appreciated:1 comments_by_author:1 comments_by_reviewers:2 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#193 has been closed by @rultor, with 1573 HoC and 2 comments. event_id:47436012387 event_type:PullRequestEvent failed_builds:0 hoc:1573 is_human:0 issue:193 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-03-04T13:36:18Z pull-was-merged 798641472 _job:32475 branch:renovate/rubocop-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#178 has been closed by @rultor, with 6 HoC and 2 comments. event_id:47182521655 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:178 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-03-26T03:10:39Z pull-was-merged 849726475 _job:32475 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#51 has been closed by @rultor, with 30 HoC and 2 comments. event_id:47969927734 event_type:PullRequestEvent failed_builds:0 hoc:30 is_human:0 issue:51 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-03-26T02:56:00Z pull-was-merged 849726475 _job:32475 branch:renovate/minitest-5.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#54 has been closed by @rultor, with 6 HoC and 2 comments. event_id:47969632264 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:54 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-03-26T03:39:07Z pull-was-merged 849726475 _job:32475 branch:renovate/rubocop-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#52 has been closed by @rultor, with 16 HoC and 2 comments. event_id:47970472750 event_type:PullRequestEvent failed_builds:0 hoc:16 is_human:0 issue:52 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-03-26T03:27:06Z pull-was-merged 849726475 _job:32475 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#53 has been closed by @rultor, with 28 HoC and 2 comments. event_id:47970241332 event_type:PullRequestEvent failed_builds:0 hoc:28 is_human:0 issue:53 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-03-26T15:42:44Z pull-was-merged 799177290 _job:32475 branch:renovate/rubocop-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#507 has been closed by @rultor, with 16 HoC and 2 comments. event_id:47996796983 event_type:PullRequestEvent failed_builds:0 hoc:16 is_human:0 issue:507 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-03-26T15:36:56Z pull-was-merged 820463873 _job:32475 branch:renovate/rubocop-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#153 has been closed by @rultor, with 14 HoC and 2 comments. event_id:47996525274 event_type:PullRequestEvent failed_builds:0 hoc:14 is_human:0 issue:153 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-03-26T17:55:14Z pull-was-merged 802720676 _job:32475 branch:renovate/rubocop-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#231 has been closed by @rultor, with 16 HoC and 2 comments. event_id:48002265527 event_type:PullRequestEvent failed_builds:0 hoc:16 is_human:0 issue:231 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-03-26T17:58:52Z pull-was-merged 849726475 _job:32475 branch:renovate/rubocop-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#55 has been closed by @rultor, with 10 HoC and 2 comments. event_id:48002398887 event_type:PullRequestEvent failed_builds:0 hoc:10 is_human:0 issue:55 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-03-26T21:41:44Z pull-was-merged 799177290 _job:32475 branch:renovate/rubocop-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#508 has been closed by @rultor, with 6 HoC and 2 comments. event_id:48009539471 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:508 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-03-26T21:32:09Z pull-was-merged 820463873 _job:32475 branch:renovate/rubocop-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#154 has been closed by @rultor, with 6 HoC and 2 comments. event_id:48009294748 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:154 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-03-27T01:08:52Z pull-was-merged 802720676 _job:32475 branch:renovate/rubocop-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#232 has been closed by @rultor, with 6 HoC and 2 comments. event_id:48013828918 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:232 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-03-27T00:58:00Z pull-was-merged 849726475 _job:32475 branch:renovate/rubocop-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#56 has been closed by @rultor, with 6 HoC and 2 comments. event_id:48013597621 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:56 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-03-29T05:04:10Z pull-was-merged 799177290 _job:32475 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#509 has been closed by @rultor, with 4 HoC and 2 comments. event_id:48102484745 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:509 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-03-29T07:00:20Z pull-was-merged 802720676 _job:32475 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#233 has been closed by @rultor, with 4 HoC and 2 comments. event_id:48103600589 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:233 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-03-29T07:00:30Z pull-was-merged 849726475 _job:32475 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#57 has been closed by @rultor, with 4 HoC and 2 comments. event_id:48103602753 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:57 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-03-30T08:41:51Z pull-was-merged 802720676 _job:32475 branch:renovate/factbase-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#238 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48118843873 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:238 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-03-30T07:54:10Z pull-was-merged 802720676 _job:32475 branch:renovate/factbase-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#234 has been closed by @rultor, with 13 HoC and 2 comments. event_id:48118386957 event_type:PullRequestEvent failed_builds:0 hoc:13 is_human:0 issue:234 review_comments:0 succeeded_builds:24 where:github who:8086956
2025-03-30T10:37:11Z pull-was-merged 849726475 _job:32475 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#58 has been closed by @rultor, with 15 HoC and 2 comments. event_id:48120018987 event_type:PullRequestEvent failed_builds:0 hoc:15 is_human:0 issue:58 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-03-30T10:31:01Z pull-was-merged 840215648 _job:32475 branch:renovate/factbase-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#43 has been closed by @rultor, with 13 HoC and 2 comments. event_id:48119956669 event_type:PullRequestEvent failed_builds:0 hoc:13 is_human:0 issue:43 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-03-30T15:00:15Z pull-was-merged 802720676 _job:32475 branch:renovate/factbase-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#239 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48122998432 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:239 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-03-30T14:40:42Z pull-was-merged 799177290 _job:32475 branch:renovate/zerocracy-judges-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#517 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48122770875 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:517 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-03-30T14:39:51Z pull-was-merged 840215648 _job:32475 branch:renovate/factbase-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#50 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48122760608 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:50 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-03-31T16:04:01Z pull-was-merged 799177290 _job:32475 branch:renovate/zerocracy-judges-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#520 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48156597885 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:520 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-01T04:20:22Z pull-was-merged 799177290 _job:32475 branch:renovate/rubocop-minitest-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#522 has been closed by @rultor, with 4 HoC and 2 comments. event_id:48175999306 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:522 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-01T04:04:30Z pull-was-merged 799177290 _job:32475 branch:renovate/rubocop-performance-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#523 has been closed by @rultor, with 4 HoC and 2 comments. event_id:48175693204 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:523 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-01T06:01:16Z pull-was-merged 820463873 _job:32475 branch:renovate/rubocop-minitest-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#157 has been closed by @rultor, with 6 HoC and 2 comments. event_id:48178215484 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:157 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-04-01T05:53:49Z pull-was-merged 820463873 _job:32475 branch:renovate/rubocop-performance-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#158 has been closed by @rultor, with 6 HoC and 2 comments. event_id:48178027478 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:158 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-04-01T05:57:34Z pull-was-merged 798641472 _job:32475 branch:renovate/rubocop-minitest-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#219 has been closed by @rultor, with 6 HoC and 2 comments. event_id:48178116882 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:219 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-04-01T05:48:34Z pull-was-merged 798641472 _job:32475 branch:renovate/rubocop-performance-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#220 has been closed by @rultor, with 6 HoC and 2 comments. event_id:48177904413 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:220 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-04-01T07:57:57Z pull-was-merged 849726475 _job:32475 branch:renovate/rubocop-minitest-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#59 has been closed by @rultor, with 6 HoC and 2 comments. event_id:48182101423 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:59 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-04-01T07:45:25Z pull-was-merged 849726475 _job:32475 branch:renovate/rubocop-performance-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#60 has been closed by @rultor, with 6 HoC and 2 comments. event_id:48181632081 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:60 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-04-01T09:48:28Z pull-was-merged 802720676 _job:32475 branch:renovate/rubocop-performance-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#242 has been closed by @rultor, with 6 HoC and 2 comments. event_id:48186642301 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:242 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-04-01T09:57:19Z pull-was-merged 802720676 _job:32475 branch:renovate/rubocop-minitest-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#241 has been closed by @rultor, with 6 HoC and 2 comments. event_id:48187006590 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:241 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-04-03T12:55:56Z pull-was-merged 799177290 _job:32475 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#525 has been closed by @rultor, with 6 HoC and 2 comments. event_id:48285081509 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:525 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-03T13:53:32Z pull-was-merged 798641472 _job:32475 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#221 has been closed by @rultor, with 6 HoC and 2 comments. event_id:48287752470 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:221 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-04-03T14:51:47Z pull-was-merged 840215648 _job:32475 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#53 has been closed by @rultor, with 6 HoC and 2 comments. event_id:48290527482 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:53 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-04-03T14:41:20Z pull-was-merged 820463873 _job:32475 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#159 has been closed by @rultor, with 6 HoC and 2 comments. event_id:48290044843 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:159 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-04-03T15:42:53Z pull-was-merged 849726475 _job:32475 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#61 has been closed by @rultor, with 6 HoC and 2 comments. event_id:48292758180 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:61 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-04-03T15:43:48Z pull-was-merged 802720676 _job:32475 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#243 has been closed by @rultor, with 6 HoC and 2 comments. event_id:48292795485 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:243 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-04-05T06:48:08Z pull-was-merged 849726475 _job:32475 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#62 has been closed by @rultor, with 30 HoC and 2 comments. event_id:48351551580 event_type:PullRequestEvent failed_builds:0 hoc:30 is_human:0 issue:62 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-04-05T06:47:37Z pull-was-merged 799177290 _job:32475 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#527 has been closed by @rultor, with 14 HoC and 2 comments. event_id:48351546102 event_type:PullRequestEvent failed_builds:0 hoc:14 is_human:0 issue:527 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-05T07:49:57Z pull-was-merged 802720676 _job:32475 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#244 has been closed by @rultor, with 28 HoC and 2 comments. event_id:48352160927 event_type:PullRequestEvent failed_builds:0 hoc:28 is_human:0 issue:244 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-04-05T09:47:12Z pull-was-merged 799177290 _job:32476 branch:renovate/zerocracy-judges-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#529 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48353355498 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:529 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-05T11:35:07Z pull-was-merged 799177290 _job:32476 branch:renovate/zerocracy-judges-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#533 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48354488358 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:533 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-06T03:15:50Z pull-was-merged 849726475 _job:32476 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#63 has been closed by @rultor, with 6 HoC and 2 comments. event_id:48364139172 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:63 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-04-06T06:42:13Z pull-was-merged 802720676 _job:32476 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#245 has been closed by @rultor, with 8 HoC and 2 comments. event_id:48365914632 event_type:PullRequestEvent failed_builds:0 hoc:8 is_human:0 issue:245 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-04-06T15:56:56Z pull-was-merged 799177290 _job:32476 branch:renovate/zerocracy-judges-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#541 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48372331001 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:541 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-06T15:44:48Z pull-was-merged 849726475 _job:32476 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#64 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48372186976 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:64 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-04-06T15:48:56Z pull-was-merged 802720676 _job:32476 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#246 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48372236076 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:246 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-04-08T17:40:06Z pull-was-merged 799177290 _job:32476 branch:renovate/zerocracy-judges-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#548 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48460465815 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:548 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-12T03:52:41Z pull-was-merged 799177290 _job:32476 branch:renovate/zerocracy-judges-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#551 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48607891293 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:551 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-14T07:41:39Z pull-was-merged 799177290 _job:32476 branch:renovate/zerocracy-judges-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#553 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48644227960 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:553 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-14T12:40:16Z pull-was-merged 802720676 _job:32476 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#248 has been closed by @rultor, with 5 HoC and 2 comments. event_id:48656077927 event_type:PullRequestEvent failed_builds:0 hoc:5 is_human:0 issue:248 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-04-14T13:00:07Z pull-was-merged 849726475 _job:32476 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#65 has been closed by @rultor, with 9 HoC and 2 comments. event_id:48656943546 event_type:PullRequestEvent failed_builds:0 hoc:9 is_human:0 issue:65 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-04-16T16:06:44Z dimensions-of-terrain _job:32476 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3875 total_contributors:12 total_files:515 total_forks:19 total_issues:545 total_pulls:977 total_releases:430 total_repositories:7 total_stars:34
2025-04-15T11:02:34Z release-published 820463873 _job:32476 commits:5 contributors:[526301, 8086956] details:A new release '' has been published in zerocracy/fbe by @rultor. event_id:48698588657 event_type:ReleaseEvent hoc:214 is_human:0 last_commit:022e44327953ac171b5d830e6e05970cda4dd5b5 release:212461684 tag:0.7.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-15T11:00:45Z tag-was-created 820463873 _job:32476 details:A new tag '0.7.0' has been created in zerocracy/fbe by @rultor. event_id:48698518133 event_type:CreateEvent is_human:0 tag:0.7.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-15T17:43:31Z release-published 798641472 _job:32476 commits:15 contributors:[29139614, 8086956, 526301] details:A new release '`throw :commit` must finish transaction' has been published in yegor256/factbase by @rultor. event_id:48715679016 event_type:ReleaseEvent hoc:152 is_human:0 last_commit:7381e64d94fd59d33dd8dcd06ace8054ad2b60f6 release:212580598 tag:0.10.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-15T17:42:29Z tag-was-created 798641472 _job:32476 details:A new tag '0.10.0' has been created in yegor256/factbase by @rultor. event_id:48715643386 event_type:CreateEvent is_human:0 tag:0.10.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-15T13:05:21Z release-published 799177290 _job:32476 commits:7 contributors:[29139614, 8086956, 526301] details:A new release 'fbe up to 0.7.0' has been published in zerocracy/judges-action by @rultor. event_id:48703635855 event_type:ReleaseEvent hoc:297 is_human:0 last_commit:e2172d80933244bb26665f96776c2fd836d3324d release:212493089 tag:0.3.5 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-15T13:04:33Z tag-was-created 799177290 _job:32476 details:A new tag '0.3.5' has been created in zerocracy/judges-action by @rultor. event_id:48703597845 event_type:CreateEvent is_human:0 tag:0.3.5 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-15T21:56:19Z pull-was-merged 840215648 _job:32476 branch:renovate/factbase-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#56 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48723568274 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:56 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-04-15T22:32:47Z pull-was-merged 802720676 _job:32476 branch:renovate/factbase-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#250 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48724405459 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:250 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-04-15T17:04:56Z pull-was-merged 802720676 _job:32476 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#249 has been closed by @rultor, with 26 HoC and 2 comments. event_id:48714317331 event_type:PullRequestEvent failed_builds:0 hoc:26 is_human:0 issue:249 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-04-15T18:51:24Z pull-was-merged 799177290 _job:32476 branch:renovate/factbase-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#563 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48717987215 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:563 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-15T13:40:52Z pull-was-merged 799177290 _job:32476 branch:renovate/zerocracy-judges-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#560 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48705289904 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:560 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-15T13:49:59Z pull-was-merged 849726475 _job:32476 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#66 has been closed by @rultor, with 26 HoC and 2 comments. event_id:48705714927 event_type:PullRequestEvent failed_builds:0 hoc:26 is_human:0 issue:66 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-04-17T12:09:29Z quantity-of-deliverables _job:32476 since:2025-04-10T12:09:29Z tombstone:2025-09-01T06:58:54Z total_builds_ran:1133
2025-04-17T16:06:50Z dimensions-of-terrain _job:32476 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3878 total_contributors:12 total_files:515 total_forks:19 total_issues:546 total_pulls:980 total_releases:431 total_repositories:7 total_stars:35
2025-04-18T09:27:00Z release-published 799177290 _job:32476 commits:20 contributors:[29139614, 8086956, 526301] details:A new release 'fbe 0.8.0' has been published in zerocracy/judges-action by @rultor. event_id:48823762340 event_type:ReleaseEvent hoc:36 is_human:0 last_commit:847d5954b62f43b62e6195e12934fde2358c2521 release:213293924 tag:0.4.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-18T09:26:04Z tag-was-created 799177290 _job:32476 details:A new tag '0.4.0' has been created in zerocracy/judges-action by @rultor. event_id:48823738804 event_type:CreateEvent is_human:0 tag:0.4.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-18T10:59:17Z pull-was-merged 799177290 _job:32476 branch:renovate/zerocracy-judges-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#571 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48825932570 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:571 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-18T10:36:28Z pull-was-merged 849726475 _job:32476 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#68 has been closed by @rultor, with 6 HoC and 2 comments. event_id:48825453659 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:68 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-04-18T09:00:52Z release-published 820463873 _job:32476 commits:4 contributors:[526301, 8086956] details:A new release 'don't punish code contribution for lack of review' has been published in zerocracy/fbe by @rultor. event_id:48823073485 event_type:ReleaseEvent hoc:184 is_human:0 last_commit:14143304d6a0a293d3e3e07358f0a47a475df712 release:213289982 tag:0.8.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-18T08:59:21Z tag-was-created 820463873 _job:32476 details:A new tag '0.8.0' has been created in zerocracy/fbe by @rultor. event_id:48823031384 event_type:CreateEvent is_human:0 tag:0.8.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-18T12:46:35Z pull-was-merged 802720676 _job:32476 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#252 has been closed by @rultor, with 4 HoC and 2 comments. event_id:48828323965 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:252 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-04-18T12:36:58Z pull-was-merged 802720676 _job:32476 branch:renovate/rubocop-rspec-3.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#253 has been closed by @rultor, with 6 HoC and 2 comments. event_id:48828089575 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:253 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-04-18T13:40:32Z pull-was-merged 798641472 _job:32476 branch:renovate/rubocop-rspec-3.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#224 has been closed by @rultor, with 8 HoC and 2 comments. event_id:48829678106 event_type:PullRequestEvent failed_builds:0 hoc:8 is_human:0 issue:224 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-04-18T14:44:15Z release-published 799177290 _job:32476 commits:11 contributors:[29139614, 8086956, 526301] details:A new release 'delete `who` is user not found' has been published in zerocracy/judges-action by @rultor. event_id:48831318539 event_type:ReleaseEvent hoc:157 is_human:0 last_commit:bc7224bf8140943c7d05b2e1ef3b094ead0c4702 release:213341151 tag:0.5.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-18T14:43:18Z tag-was-created 799177290 _job:32476 details:A new tag '0.5.0' has been created in zerocracy/judges-action by @rultor. event_id:48831294761 event_type:CreateEvent is_human:0 tag:0.5.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-19T16:12:07Z who-has-name _job:32476 is_human:1 name:suban05 where:github who:88084038
2025-03-19T16:12:07Z who-has-name _job:32476 is_human:1 name:aakash788 where:github who:94752702
2025-03-19T16:12:07Z who-has-name _job:32476 is_human:1 name:luliko-hub where:github who:79243520
2025-03-19T16:12:08Z who-has-name _job:32476 is_human:1 name:er418 where:github who:118360545
2025-04-18T13:00:00Z pull-was-merged 799113787 _job:32476 branch:renovate/rubocop-rspec-3.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#198 has been closed by @rultor, with 8 HoC and 2 comments. event_id:48828654881 event_type:PullRequestEvent failed_builds:0 hoc:8 is_human:0 issue:198 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-04-18T13:07:04Z release-published 820463873 _job:32476 commits:4 contributors:[526301, 8086956] details:A new release 'GitHub name should always be downcase' has been published in zerocracy/fbe by @rultor. event_id:48828840280 event_type:ReleaseEvent hoc:33 is_human:0 last_commit:71cda37810da11f0457688c3e7b9bb6e634ac7f4 release:213325991 tag:0.8.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-18T13:06:28Z tag-was-created 820463873 _job:32476 details:A new tag '0.8.1' has been created in zerocracy/fbe by @rultor. event_id:48828826544 event_type:CreateEvent is_human:0 tag:0.8.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-18T16:07:10Z dimensions-of-terrain _job:32476 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3901 total_contributors:12 total_files:519 total_forks:19 total_issues:551 total_pulls:992 total_releases:435 total_repositories:7 total_stars:35
2025-04-18T15:38:16Z pull-was-merged 799177290 _job:32476 branch:renovate/zerocracy-judges-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#576 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48832710694 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:576 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-18T15:58:17Z pull-was-merged 849726475 _job:32476 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#69 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48833188747 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:69 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-04-18T18:59:13Z pull-was-merged 802720676 _job:32476 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#254 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48837325776 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:254 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-04-18T21:29:51Z pull-was-merged 799113787 _job:32476 branch:renovate/eslint-monorepo comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#200 has been closed by @rultor, with 826 HoC and 2 comments. event_id:48840293034 event_type:PullRequestEvent failed_builds:0 hoc:826 is_human:0 issue:200 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-04-19T12:11:12Z quantity-of-deliverables _job:32476 since:2025-04-12T12:11:12Z tombstone:2025-09-01T06:58:54Z
2025-04-19T14:46:18Z release-published 799113787 _job:32476 commits:12 contributors:[526301, 29139614, 8086956] details:A new release '' has been published in yegor256/judges by @rultor. event_id:48851176637 event_type:ReleaseEvent hoc:1035 is_human:0 last_commit:20469f222b54cb697f9de8dc2360e066fdf691cd release:213496368 tag:0.40.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-19T14:44:59Z tag-was-created 799113787 _job:32476 details:A new tag '0.40.0' has been created in yegor256/judges by @rultor. event_id:48851161626 event_type:CreateEvent is_human:0 tag:0.40.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-19T15:35:09Z release-published 799113787 _job:32476 commits:1 contributors:8086956 details:A new release 'delete judges-summary on start' has been published in yegor256/judges by @rultor. event_id:48851721165 event_type:ReleaseEvent hoc:4 is_human:0 last_commit:27a150ec5b130c83ae62cff6bcab28f357b50c7c release:213499023 tag:0.41.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-19T15:33:51Z tag-was-created 799113787 _job:32476 details:A new tag '0.41.0' has been created in yegor256/judges by @rultor. event_id:48851707947 event_type:CreateEvent is_human:0 tag:0.41.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-19T17:05:11Z dimensions-of-terrain _job:32476 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3910 total_contributors:12 total_files:519 total_forks:19 total_issues:552 total_pulls:995 total_releases:437 total_repositories:7 total_stars:35
2025-04-19T16:45:50Z pull-was-merged 799177290 _job:32476 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#577 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48852467848 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:577 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-19T18:06:20Z release-published 799177290 _job:32476 commits:4 contributors:[29139614, 526301, 8086956] details:A new release 'New version in README' has been published in zerocracy/judges-action by @rultor. event_id:48853334375 event_type:ReleaseEvent hoc:24 is_human:0 last_commit:18f06ffa334e41646f20cf788db87451b110f51e release:213504816 tag:0.6.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-19T18:05:23Z tag-was-created 799177290 _job:32476 details:A new tag '0.6.0' has been created in zerocracy/judges-action by @rultor. event_id:48853324209 event_type:CreateEvent is_human:0 tag:0.6.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-19T19:44:05Z pull-was-merged 802720676 _job:32476 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#255 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48854315955 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:255 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-04-19T19:44:22Z pull-was-merged 849726475 _job:32476 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#70 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48854318621 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:70 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-04-19T18:47:03Z pull-was-merged 799177290 _job:32476 branch:renovate/zerocracy-judges-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#578 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48853757115 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:578 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-20T17:06:20Z dimensions-of-terrain _job:32476 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3915 total_contributors:12 total_files:519 total_forks:19 total_issues:552 total_pulls:998 total_releases:438 total_repositories:7 total_stars:35
2025-04-21T13:12:31Z quantity-of-deliverables _job:32476 since:2025-04-14T13:12:31Z tombstone:2025-09-01T06:58:54Z total_builds_ran:1290
2025-04-21T18:07:27Z dimensions-of-terrain _job:32476 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3915 total_contributors:12 total_files:519 total_forks:19 total_issues:552 total_pulls:998 total_releases:438 total_repositories:7 total_stars:35
2025-04-21T20:45:47Z pull-was-merged 799113787 _job:32476 branch:renovate/eslint-monorepo comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#202 has been closed by @rultor, with 14 HoC and 2 comments. event_id:48901097513 event_type:PullRequestEvent failed_builds:0 hoc:14 is_human:0 issue:202 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-04-22T10:58:28Z pull-was-merged 799177290 _job:32476 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#579 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48923500933 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:579 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-22T10:55:00Z pull-was-merged 799113787 _job:32476 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#203 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48923374014 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:203 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-04-22T11:34:34Z pull-was-merged 820463873 _job:32476 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#170 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48924854205 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:170 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-04-22T12:32:53Z pull-was-merged 840215648 _job:32476 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#57 has been closed by @rultor, with 6 HoC and 2 comments. event_id:48927179751 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:57 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-04-22T13:05:50Z pull-was-merged 849726475 _job:32476 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#71 has been closed by @rultor, with 6 HoC and 2 comments. event_id:48928627551 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:71 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-04-22T12:45:54Z pull-was-merged 802720676 _job:32476 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#256 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48927736472 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:256 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-04-22T19:06:58Z dimensions-of-terrain _job:32476 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3922 total_contributors:12 total_files:519 total_forks:19 total_issues:552 total_pulls:1006 total_releases:438 total_repositories:7 total_stars:35
2025-04-23T13:13:16Z quantity-of-deliverables _job:32476 since:2025-04-16T13:13:16Z tombstone:2025-09-01T06:58:54Z
2025-04-23T04:41:22Z release-published 820463873 _job:32476 commits:4 contributors:[29139614, 526301, 8086956] details:A new release 'don't punish code contribution for the first 8 review comments' has been published in zerocracy/fbe by @rultor. event_id:48955808064 event_type:ReleaseEvent hoc:38 is_human:0 last_commit:88f1565c6d4bde0c85ef1d09c18ad6f6237a3f5c release:214103161 tag:0.9.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-23T04:40:41Z tag-was-created 820463873 _job:32476 details:A new tag '0.9.0' has been created in zerocracy/fbe by @rultor. event_id:48955794990 event_type:CreateEvent is_human:0 tag:0.9.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-23T05:38:54Z pull-was-merged 799177290 _job:32476 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#574 has been closed by @rultor, with 2 HoC and 2 comments. event_id:48957087535 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:574 review_comments:0 succeeded_builds:22 where:github who:8086956
2025-04-23T07:51:36Z pull-was-merged 849726475 _job:32476 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#72 has been closed by @rultor, with 24 HoC and 2 comments. event_id:48961275271 event_type:PullRequestEvent failed_builds:0 hoc:24 is_human:0 issue:72 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-04-23T07:00:11Z pull-was-merged 799177290 _job:32476 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#580 has been closed by @rultor, with 8 HoC and 2 comments. event_id:48959435777 event_type:PullRequestEvent failed_builds:0 hoc:8 is_human:0 issue:580 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-23T07:52:10Z pull-was-merged 802720676 _job:32476 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#257 has been closed by @rultor, with 24 HoC and 2 comments. event_id:48961297461 event_type:PullRequestEvent failed_builds:0 hoc:24 is_human:0 issue:257 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-04-23T20:08:06Z dimensions-of-terrain _job:32476 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3929 total_contributors:12 total_files:519 total_forks:19 total_issues:553 total_pulls:1009 total_releases:439 total_repositories:7 total_stars:35
2025-04-24T21:06:04Z dimensions-of-terrain _job:32476 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3929 total_contributors:12 total_files:519 total_forks:19 total_issues:553 total_pulls:1009 total_releases:439 total_repositories:7 total_stars:35
2025-04-25T13:13:37Z quantity-of-deliverables _job:32476 since:2025-04-18T13:13:37Z tombstone:2025-09-01T06:58:54Z
2025-04-25T22:05:49Z dimensions-of-terrain _job:32476 tombstone:2025-09-01T06:58:54Z total_active_contributors:4 total_commits:3929 total_contributors:12 total_files:519 total_forks:19 total_issues:553 total_pulls:1009 total_releases:439 total_repositories:7 total_stars:35
2025-04-26T22:06:14Z dimensions-of-terrain _job:32476 tombstone:2025-09-01T22:54:43Z total_active_contributors:4 total_commits:3929 total_contributors:12 total_files:519 total_forks:19 total_issues:553 total_pulls:1009 total_releases:439 total_repositories:7 total_stars:35
2025-04-27T14:05:42Z quantity-of-deliverables _job:32476 since:2025-04-20T14:05:42Z tombstone:2025-09-03T09:41:13Z
2025-04-28T07:47:49Z dimensions-of-terrain _job:32476 tombstone:2025-09-03T09:41:13Z total_active_contributors:4 total_commits:3929 total_contributors:12 total_files:519 total_forks:19 total_issues:553 total_pulls:1009 total_releases:439 total_repositories:7 total_stars:35
2025-04-28T15:39:56Z pull-was-merged 799177290 _job:32476 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#581 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49143876832 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:581 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-28T17:40:50Z pull-was-merged 802720676 _job:32476 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#258 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49148290113 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:258 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-04-28T15:43:09Z pull-was-merged 799113787 _job:32476 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#204 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49144008169 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:204 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-04-28T19:27:51Z pull-was-merged 820463873 _job:32476 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#172 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49151925512 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:172 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-04-28T20:45:38Z pull-was-merged 849726475 _job:32476 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#73 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49154439486 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:73 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-04-28T21:45:10Z pull-was-merged 840215648 _job:32476 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#58 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49156164438 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:58 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-04-29T08:09:21Z dimensions-of-terrain _job:32476 total_active_contributors:4 total_commits:3935 total_contributors:12 total_files:519 total_forks:19 total_issues:553 total_pulls:1015 total_releases:439 total_repositories:7 total_stars:35
2025-04-29T14:07:32Z quantity-of-deliverables _job:32476 since:2025-04-22T14:07:32Z
2025-04-30T09:07:58Z dimensions-of-terrain _job:32476 total_active_contributors:5 total_commits:3986 total_contributors:12 total_files:553 total_forks:20 total_issues:557 total_pulls:1021 total_releases:442 total_repositories:8 total_stars:37
2025-05-01T10:06:20Z dimensions-of-terrain _job:32476 total_active_contributors:5 total_commits:4009 total_contributors:12 total_files:563 total_forks:20 total_issues:560 total_pulls:1027 total_releases:445 total_repositories:8 total_stars:37
2025-05-01T05:38:09Z release-published 974194993 _job:32476 commits:59 contributors:[526301, 29139614] details:A new release 'self dep' has been published in zerocracy/zerocracy-mcp-server by @rultor. event_id:49254604245 event_type:ReleaseEvent hoc:7701 is_human:0 last_commit:ab6314288c004fdf584a6bf6d44cd6d7a1e4c31a release:215941388 tag:0.0.5 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-01T05:38:03Z tag-was-created 974194993 _job:32476 details:A new tag '0.0.5' has been created in zerocracy/zerocracy-mcp-server by @rultor. event_id:49254602778 event_type:CreateEvent is_human:0 tag:0.0.5 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-01T05:16:46Z release-published 974194993 _job:32476 commits:1 contributors:8086956 details:A new release 'we have no prompts' has been published in zerocracy/zerocracy-mcp-server by @rultor. event_id:49254240983 event_type:ReleaseEvent hoc:4 is_human:0 last_commit:a3ea2c3422a293157599940a6d84eacb3312e578 release:215940275 tag:0.0.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-01T05:16:00Z tag-was-created 974194993 _job:32476 details:A new tag '0.0.3' has been created in zerocracy/zerocracy-mcp-server by @rultor. event_id:49254228661 event_type:CreateEvent is_human:0 tag:0.0.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-01T05:56:58Z issue-was-closed 799177290 _job:32476 details:The issue zerocracy/judges-action#539 has been closed by @rultor. event_id:49254905112 event_type:IssuesEvent is_human:0 issue:539 where:github who:8086956
2025-05-01T15:06:30Z quantity-of-deliverables _job:32476 since:2025-04-24T15:06:30Z
2025-05-01T14:53:45Z pull-was-merged 802720676 _job:32476 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#261 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49267087704 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:261 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-05-01T14:43:57Z release-published 799177290 _job:32476 commits:16 contributors:[29139614, 8086956, 526301, 2566462] details:A new release 'boost "github-events"' has been published in zerocracy/judges-action by @rultor. event_id:49266787497 event_type:ReleaseEvent hoc:179 is_human:0 last_commit:ef60b393471d4261beb2cc4fd251ab078d5818e7 release:215998979 tag:0.7.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-01T14:43:11Z tag-was-created 799177290 _job:32476 details:A new tag '0.7.0' has been created in zerocracy/judges-action by @rultor. event_id:49266764650 event_type:CreateEvent is_human:0 tag:0.7.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-01T14:22:48Z release-published 799113787 _job:32476 commits:6 contributors:[29139614, 526301, 8086956] details:A new release '`--boost` option to put some judges on top' has been published in yegor256/judges by @rultor. event_id:49266122947 event_type:ReleaseEvent hoc:77 is_human:0 last_commit:8cf765bdcfdb369c53d24b2f07da89d3a6994fa1 release:215994678 tag:0.42.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-01T14:22:11Z tag-was-created 799113787 _job:32476 details:A new tag '0.42.0' has been created in yegor256/judges by @rultor. event_id:49266104504 event_type:CreateEvent is_human:0 tag:0.42.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-01T18:44:19Z pull-was-merged 849726475 _job:32476 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#75 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49273788438 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:75 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-05-02T09:10:31Z issue-was-opened 799177290 _job:32476 details:The issue zerocracy/judges-action#590 has been opened by @h1alexbel. event_id:49291860707 event_type:IssuesEvent is_human:1 issue:590 where:github who:83453843
2025-05-02T10:07:32Z dimensions-of-terrain _job:32476 total_active_contributors:5 total_commits:4022 total_contributors:12 total_files:563 total_forks:20 total_issues:565 total_pulls:1031 total_releases:447 total_repositories:8 total_stars:38
2025-05-03T01:00:45Z pull-was-merged 799113787 _job:32476 branch:renovate/eslint-monorepo comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#206 has been closed by @rultor, with 901 HoC and 2 comments. event_id:49316840825 event_type:PullRequestEvent failed_builds:0 hoc:901 is_human:0 issue:206 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-03T10:08:42Z dimensions-of-terrain _job:32476 total_active_contributors:5 total_commits:4023 total_contributors:12 total_files:563 total_forks:20 total_issues:565 total_pulls:1032 total_releases:447 total_repositories:8 total_stars:38
2025-05-03T13:04:04Z pull-was-merged 974194993 _job:32476 branch:renovate/modelcontextprotocol-sdk-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/zerocracy-mcp-server#9 has been closed by @rultor, with 6 HoC and 2 comments. event_id:49324085024 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:9 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-05-03T12:57:52Z pull-was-merged 974194993 _job:32476 branch:renovate/eslint-monorepo comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/zerocracy-mcp-server#10 has been closed by @rultor, with 5410 HoC and 2 comments. event_id:49324007577 event_type:PullRequestEvent failed_builds:0 hoc:5410 is_human:0 issue:10 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-05-03T15:06:34Z quantity-of-deliverables _job:32476 since:2025-04-26T15:06:34Z total_builds_ran:1403 total_commits_pushed:96 total_hoc_committed:64920 total_releases_published:8
2025-05-04T10:09:35Z dimensions-of-terrain _job:32476 total_active_contributors:5 total_commits:4025 total_contributors:12 total_files:563 total_forks:20 total_issues:565 total_pulls:1035 total_releases:447 total_repositories:8 total_stars:39
2025-05-05T05:41:35Z pull-was-merged 799177290 _job:32476 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#592 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49350668036 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:592 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-05-05T06:35:27Z pull-was-merged 802720676 _job:32476 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#262 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49351900095 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:262 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-05-05T07:02:27Z pull-was-merged 840215648 _job:32476 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#60 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49352650954 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:60 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-05-05T07:38:15Z pull-was-merged 849726475 _job:32476 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#76 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49353756571 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:76 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-05-05T10:10:37Z dimensions-of-terrain _job:32476 total_active_contributors:5 total_commits:4043 total_contributors:12 total_files:563 total_forks:20 total_issues:565 total_pulls:1043 total_releases:448 total_repositories:8 total_stars:39
2025-05-05T09:59:47Z release-published 820463873 _job:32476 commits:13 contributors:[29139614, 526301, 2566462, 8086956] details:A new release 'judges-action#544: fix Fbe::FakeOctokit#user' has been published in zerocracy/fbe by @rultor. event_id:49358657582 event_type:ReleaseEvent hoc:403 is_human:0 last_commit:51e557fdc38939ce034b34e0105173bc5cade850 release:216451891 tag:0.11.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-05T09:57:59Z tag-was-created 820463873 _job:32476 details:A new tag '0.11.0' has been created in zerocracy/fbe by @rultor. event_id:49358593575 event_type:CreateEvent is_human:0 tag:0.11.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-05T09:46:24Z pull-was-merged 799113787 _job:32476 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#207 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49358178002 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:207 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-05T15:07:36Z quantity-of-deliverables _job:32476 since:2025-04-28T15:07:36Z
2025-05-06T10:40:01Z dimensions-of-terrain _job:32476 total_active_contributors:5 total_commits:4059 total_contributors:12 total_files:570 total_forks:20 total_issues:566 total_pulls:1047 total_releases:448 total_repositories:8 total_stars:39
2025-05-06T16:32:33Z issue-was-closed 799177290 _job:32476 details:The issue zerocracy/judges-action#545 has been closed by @rultor. event_id:49419699981 event_type:IssuesEvent is_human:0 issue:545 where:github who:8086956
2025-05-07T10:40:27Z dimensions-of-terrain _job:32476 total_active_contributors:5 total_commits:4063 total_contributors:12 total_files:576 total_forks:20 total_issues:567 total_pulls:1047 total_releases:448 total_repositories:8 total_stars:39
2025-05-07T15:07:55Z quantity-of-deliverables _job:32476 since:2025-04-30T15:07:55Z
2025-05-08T10:41:54Z dimensions-of-terrain _job:32476 total_active_contributors:4 total_commits:4454 total_contributors:14 total_files:692 total_forks:22 total_issues:628 total_pulls:1120 total_releases:490 total_repositories:9 total_stars:60
2020-07-16T10:22:31Z issue-was-opened 181044958 _job:32476 details:The issue yegor256/0rsk#67 has been opened by @proofit404. is_human:1 issue:67 where:github who:1862725
2020-01-05T08:47:15Z issue-was-opened 181044958 _job:32476 details:The issue yegor256/0rsk#56 has been opened by @epgeroy. is_human:1 issue:56 where:github who:3475145
2019-05-26T10:50:21Z issue-was-opened 181044958 _job:32476 details:The issue yegor256/0rsk#42 has been opened by @agorlov. is_human:1 issue:42 where:github who:2485728
2019-05-14T09:17:29Z issue-was-opened 181044958 _job:32476 details:The issue yegor256/0rsk#31 has been opened by @g4s8. is_human:1 issue:31 where:github who:1524988
2025-05-09T08:11:45Z who-has-name _job:32476 is_human:1 name:proofit404 where:github who:1862725
2025-05-09T08:11:46Z who-has-name _job:32476 is_human:1 name:epgeroy where:github who:3475145
2025-05-09T08:11:46Z who-has-name _job:32476 is_human:1 name:apocryphe where:github who:50617301
2025-05-09T08:11:46Z who-has-name _job:32476 is_human:1 name:agorlov where:github who:2485728
2025-05-09T08:11:46Z who-has-name _job:32476 is_human:1 name:g4s8 where:github who:1524988
2025-05-09T08:11:46Z who-has-name _job:32476 is_human:1 name:smallcreep where:github who:5305846
2025-05-09T08:11:46Z who-has-name _job:32476 is_human:1 name:amihaiemil where:github who:6305156
2025-05-09T10:42:47Z dimensions-of-terrain _job:32476 total_active_contributors:4 total_commits:4455 total_contributors:14 total_files:692 total_forks:22 total_issues:629 total_pulls:1122 total_releases:490 total_repositories:9 total_stars:60
2025-05-09T15:09:21Z quantity-of-deliverables _job:32476 since:2025-05-02T15:09:21Z
2025-05-09T04:05:08Z issue-was-closed 799177290 _job:32476 details:The issue zerocracy/judges-action#595 has been closed by @rultor. event_id:49528062257 event_type:IssuesEvent is_human:0 issue:595 where:github who:8086956
2025-05-10T11:06:02Z dimensions-of-terrain _job:32476 total_active_contributors:4 total_commits:4455 total_contributors:14 total_files:692 total_forks:22 total_issues:632 total_pulls:1123 total_releases:490 total_repositories:9 total_stars:60
2025-05-10T15:44:50Z pull-was-merged 799177290 _job:32476 branch:renovate/qbash-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#597 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49574529535 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:597 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-05-11T11:07:49Z dimensions-of-terrain _job:32476 total_active_contributors:4 total_commits:4457 total_contributors:14 total_files:692 total_forks:22 total_issues:636 total_pulls:1130 total_releases:490 total_repositories:9 total_stars:60
2025-05-11T10:57:52Z pull-was-merged 799177290 _job:32476 branch:renovate/qbash-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#598 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49585478892 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:598 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-05-11T14:41:13Z pull-was-merged 840215648 _job:32476 branch:renovate/qbash-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#62 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49588141534 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:62 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-11T15:37:29Z quantity-of-deliverables _job:32476 since:2025-05-04T15:37:29Z total_builds_ran:1616 total_commits_pushed:57 total_hoc_committed:3102
2025-05-11T15:31:19Z pull-was-merged 840215648 _job:32476 branch:renovate/qbash-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#63 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49588738990 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:63 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-12T11:08:14Z dimensions-of-terrain _job:32480 total_active_contributors:4 total_commits:4460 total_contributors:14 total_files:692 total_forks:22 total_issues:637 total_pulls:1134 total_releases:490 total_repositories:9 total_stars:60
2025-05-12T12:34:30Z pull-was-merged 840215648 _job:32480 branch:renovate/qbash-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#64 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49616193068 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:64 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-13T11:08:31Z dimensions-of-terrain _job:32480 total_active_contributors:4 total_commits:4462 total_contributors:14 total_files:693 total_forks:22 total_issues:643 total_pulls:1135 total_releases:490 total_repositories:9 total_stars:60
2025-05-14T05:39:42Z quantity-of-deliverables _job:32480 since:2025-05-07T05:39:42Z total_issues_created:36 total_pulls_submitted:8
2025-05-13T12:59:54Z issue-was-closed 181044958 _job:32480 details:The issue yegor256/0rsk#56 has been closed by @epgeroy. event_id:49665122310 event_type:IssuesEvent is_human:1 issue:56 where:github who:3475145
2025-05-14T11:10:01Z dimensions-of-terrain _job:32480 total_active_contributors:4 total_commits:4483 total_contributors:14 total_files:697 total_forks:23 total_issues:645 total_pulls:1137 total_releases:490 total_repositories:9 total_stars:60
2025-05-14T10:39:48Z pull-was-opened 974194993 _job:32480 branch:add-mseep-badge details:The pull request zerocracy/zerocracy-mcp-server#13 has been opened by @lwsinclair. event_id:49706887550 event_type:PullRequestEvent is_human:1 issue:13 where:github who:2829939
2025-05-14T15:07:42Z who-has-name _job:32480 is_human:1 name:lwsinclair where:github who:2829939
2025-05-15T11:36:40Z dimensions-of-terrain _job:32480 total_active_contributors:4 total_commits:4484 total_contributors:14 total_files:697 total_forks:23 total_issues:648 total_pulls:1141 total_releases:490 total_repositories:9 total_stars:61
2025-05-15T13:41:14Z pull-was-merged 849726475 _job:32480 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#78 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49762357942 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:78 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-15T13:38:35Z pull-was-merged 840215648 _job:32480 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#65 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49762224370 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:65 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-15T18:05:42Z release-published 799113787 _job:32480 commits:12 contributors:[29139614, 526301, 8086956] details:A new release 'factbase up' has been published in yegor256/judges by @rultor. event_id:49773702814 event_type:ReleaseEvent hoc:1855 is_human:0 last_commit:d1801a09865879943210ec4e1416e6a3a0872b58 release:218922119 tag:0.42.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-15T18:04:22Z tag-was-created 799113787 _job:32480 details:A new tag '0.42.1' has been created in yegor256/judges by @rultor. event_id:49773656257 event_type:CreateEvent is_human:0 tag:0.42.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-15T17:44:56Z release-published 798641472 _job:32480 commits:14 contributors:[29139614, 2566462, 526301, 8086956] details:A new release '`Fact` doesn't print itself nicely' has been published in yegor256/factbase by @rultor. event_id:49772965624 event_type:ReleaseEvent hoc:110 is_human:0 last_commit:7a365b5896dd22e531195eaa80892432fbf2e438 release:218917644 tag:0.10.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-15T17:43:42Z tag-was-created 798641472 _job:32480 details:A new tag '0.10.2' has been created in yegor256/factbase by @rultor. event_id:49772923414 event_type:CreateEvent is_human:0 tag:0.10.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-16T05:42:06Z quantity-of-deliverables _job:32480 since:2025-05-09T05:42:06Z
2025-05-15T20:42:49Z pull-was-merged 849726475 _job:32480 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#79 has been closed by @rultor, with 4 HoC and 2 comments. event_id:49778856334 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:79 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-16T11:36:56Z dimensions-of-terrain _job:32480 total_active_contributors:4 total_commits:4495 total_contributors:14 total_files:697 total_forks:23 total_issues:653 total_pulls:1152 total_releases:492 total_repositories:9 total_stars:61
2025-05-16T16:43:13Z release-published 820463873 _job:32480 commits:8 contributors:[29139614, 526301, 8086956] details:A new release '`FakeOctokit.user_repository_invitations` is not implemented' has been published in zerocracy/fbe by @rultor. event_id:49814209741 event_type:ReleaseEvent hoc:231 is_human:0 last_commit:e66a42ecbe6a0128170daa5b6949ab9b042c12df release:219149831 tag:0.12.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-16T16:42:35Z tag-was-created 820463873 _job:32480 details:A new tag '0.12.0' has been created in zerocracy/fbe by @rultor. event_id:49814189816 event_type:CreateEvent is_human:0 tag:0.12.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-16T19:33:23Z pull-was-merged 849726475 _job:32480 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#80 has been closed by @rultor, with 4 HoC and 2 comments. event_id:49819283469 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:80 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-18T15:00:03Z release-published 820463873 _job:32480 commits:5 contributors:[526301, 2566462, 8086956] details:A new release 'judges-action#594: add Fbe::Graph#issue_type_event' has been published in zerocracy/fbe by @rultor. event_id:49850263487 event_type:ReleaseEvent hoc:219 is_human:0 last_commit:c8319f74a988093e07aa739e33f4e9517deb515d release:219345198 tag:0.14.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-18T14:59:28Z tag-was-created 820463873 _job:32480 details:A new tag '0.14.0' has been created in zerocracy/fbe by @rultor. event_id:49850256127 event_type:CreateEvent is_human:0 tag:0.14.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-16T16:58:04Z release-published 820463873 _job:32480 commits:1 contributors:8086956 details:A new release '`accept_repository_invitation(id)` is missing' has been published in zerocracy/fbe by @rultor. event_id:49814670717 event_type:ReleaseEvent hoc:2 is_human:0 last_commit:cf70845a6bdf8f6fe66b6c1d11aca03082a4e2cc release:219152620 tag:0.13.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-16T16:57:27Z tag-was-created 820463873 _job:32480 details:A new tag '0.13.0' has been created in zerocracy/fbe by @rultor. event_id:49814651305 event_type:CreateEvent is_human:0 tag:0.13.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-18T18:41:16Z quantity-of-deliverables _job:32480 since:2025-05-11T18:41:16Z
2025-05-18T18:41:10Z dimensions-of-terrain _job:32480 total_active_contributors:4 total_commits:4504 total_contributors:14 total_files:698 total_forks:23 total_issues:657 total_pulls:1162 total_releases:495 total_repositories:9 total_stars:61
2025-05-18T20:38:41Z pull-was-merged 849726475 _job:32480 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#81 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49854378305 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:81 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-19T18:43:28Z dimensions-of-terrain _job:32480 total_active_contributors:4 total_commits:4532 total_contributors:14 total_files:705 total_forks:23 total_issues:658 total_pulls:1165 total_releases:495 total_repositories:9 total_stars:62
2025-05-19T15:19:51Z issue-was-closed 799177290 _job:32480 details:The issue zerocracy/judges-action#594 has been closed by @rultor. event_id:49887669419 event_type:IssuesEvent is_human:0 issue:594 where:github who:8086956
2025-05-19T19:40:15Z release-published 820463873 _job:32480 commits:7 contributors:[2566462, 526301, 8086956] details:A new release 'Fbe.mask_to_regex is case sensitive' has been published in zerocracy/fbe by @rultor. event_id:49897156847 event_type:ReleaseEvent hoc:217 is_human:0 last_commit:bbda1a977c6e7218abaecd4a1870ba32ea41c013 release:219609139 tag:0.14.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-19T19:38:33Z tag-was-created 820463873 _job:32480 details:A new tag '0.14.1' has been created in zerocracy/fbe by @rultor. event_id:49897102906 event_type:CreateEvent is_human:0 tag:0.14.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-19T22:51:17Z pull-was-merged 799177290 _job:32480 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#604 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49902506408 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:604 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-05-20T01:06:21Z pull-was-merged 849726475 _job:32480 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#82 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49905070486 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:82 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-20T05:42:50Z release-published 799177290 _job:32480 commits:41 contributors:[29139614, 526301, 8086956, 2566462] details:A new release '' has been published in zerocracy/judges-action by @rultor. event_id:49910926871 event_type:ReleaseEvent hoc:1138 is_human:0 last_commit:7321bf83cfe31c87e25428f10c74a3dfdbf6cb18 release:219675484 tag:0.8.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-20T05:41:59Z tag-was-created 799177290 _job:32480 details:A new tag '0.8.0' has been created in zerocracy/judges-action by @rultor. event_id:49910905603 event_type:CreateEvent is_human:0 tag:0.8.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-20T06:42:09Z pull-was-merged 799177290 _job:32480 branch:renovate/zerocracy-judges-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#609 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49912740641 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:609 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-05-20T09:04:46Z release-published 802720676 _job:32480 commits:48 contributors:[29139614, 8086956, 526301] details:A new release 'let github_token be the option of the plugin' has been published in zerocracy/pages-action by @rultor. event_id:49918702769 event_type:ReleaseEvent hoc:434 is_human:0 last_commit:c91a8e27f1280a3563dd0226472270702c2ea429 release:219720727 tag:0.1.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-20T09:03:30Z tag-was-created 802720676 _job:32480 details:A new tag '0.1.0' has been created in zerocracy/pages-action by @rultor. event_id:49918646184 event_type:CreateEvent is_human:0 tag:0.1.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-20T09:46:27Z pull-was-merged 799177290 _job:32480 branch:renovate/zerocracy-pages-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#610 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49920599394 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:610 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-05-20T18:42:45Z quantity-of-deliverables _job:32480 composite:48.476 ffact:163490 since:2025-05-13T18:42:45Z total_commits_pushed:69 total_hoc_committed:2689 total_issues_created:51 total_pulls_submitted:18
2025-05-20T18:46:14Z dimensions-of-terrain _job:32480 total_active_contributors:5 total_commits:4552 total_contributors:15 total_files:710 total_forks:23 total_issues:659 total_pulls:1173 total_releases:498 total_repositories:9 total_stars:63
2025-01-10T18:13:51Z quality-of-service _job:32480 average_backlog_size:8.301587301587302 average_build_duration:35.865209471766846 average_build_mttr:-432 average_build_success_rate:0.9872495446265938 average_issue_lifetime:3380154.0 average_pull_files_size:1.75 average_pull_hoc_size:10.625 average_pull_lifetime:218911.375 average_pull_rejection_rate:0.24757281553398058 average_release_commits_size:0 average_release_hoc_size:0 average_release_interval:0 average_review_size:0.0 average_review_time:0 average_reviewers_per_pull:0.0 average_reviews_per_pull:0.0 average_triage_time:0 composite:0.363 ffact:1663210 since:2025-01-03T18:13:51Z tombstone:2025-09-01T06:58:54Z
2025-01-12T20:12:25Z quality-of-service _job:32480 average_backlog_size:0.0 average_build_duration:41.64116575591986 average_build_mttr:-304 average_build_success_rate:0.9854280510018215 average_issue_lifetime:1009688.311728395 average_pull_files_size:8.826315789473684 average_pull_hoc_size:1218.7184210526316 average_pull_lifetime:631219.4872646733 average_pull_rejection_rate:0.24939467312348668 average_release_commits_size:8.736263736263735 average_release_hoc_size:208.78754578754578 average_release_interval:61907.566308243724 average_review_size:0.23289473684210527 average_review_time:31854.75294117647 average_reviewers_per_pull:0.16052631578947368 average_reviews_per_pull:0.3 average_triage_time:-714.8947368421053 composite:0.601 ffact:1663210 since:2025-01-05T20:12:25Z tombstone:2025-09-01T06:58:54Z
2025-01-14T22:14:46Z quality-of-service _job:32480 average_backlog_size:8.19047619047619 average_build_duration:49.40255009107468 average_build_mttr:-304 average_build_success_rate:0.9854280510018215 average_issue_lifetime:1009688.311728395 average_pull_files_size:1.75 average_pull_hoc_size:12.375 average_pull_lifetime:631219.4872646733 average_pull_rejection_rate:0.0 average_release_commits_size:0 average_release_hoc_size:0 average_release_interval:61907.566308243724 average_review_size:0.23289473684210527 average_review_time:31854.75294117647 average_reviewers_per_pull:0.16052631578947368 average_reviews_per_pull:0.3 average_triage_time:6446.305263157895 composite:0.71 ffact:1663210 since:2025-01-07T22:14:46Z tombstone:2025-09-01T06:58:54Z
2025-01-16T23:12:32Z quality-of-service _job:32480 average_backlog_size:8.19047619047619 average_build_duration:54.7959927140255 average_build_mttr:-304 average_build_success_rate:0.9854280510018215 average_issue_lifetime:0 average_pull_files_size:8.856010568031705 average_pull_hoc_size:1223.4914134742405 average_pull_lifetime:1967.0 average_pull_rejection_rate:0.0 average_release_commits_size:0 average_release_hoc_size:0 average_release_interval:61907.566308243724 average_review_size:0.09120521172638436 average_review_time:20597.666666666668 average_reviewers_per_pull:0.0749185667752443 average_reviews_per_pull:0.11726384364820847 average_triage_time:2000.1498371335506 composite:0.775 ffact:1663210 since:2025-01-09T23:12:32Z tombstone:2025-09-01T06:58:54Z
2025-01-19T00:29:07Z quality-of-service _job:32480 average_backlog_size:0.0 average_build_duration:276.7231833910035 average_build_mttr:0 average_build_success_rate:0.9965397923875432 average_issue_lifetime:1002349.4086687306 average_pull_files_size:19.81788079470199 average_pull_hoc_size:3029.17880794702 average_pull_lifetime:634904.5262569833 average_pull_rejection_rate:0.15977653631284916 average_release_commits_size:8.736263736263735 average_release_hoc_size:208.78754578754578 average_release_interval:61907.566308243724 average_review_size:0.23537234042553193 average_review_time:31854.75294117647 average_reviewers_per_pull:0.1622340425531915 average_reviews_per_pull:0.30319148936170215 average_triage_time:6446.305263157895 composite:0.601 ffact:1663210 since:2025-01-12T00:29:07Z tombstone:2025-09-01T06:58:54Z
2025-01-21T01:39:17Z quality-of-service _job:32480 average_backlog_size:8.19047619047619 average_build_duration:71.85063752276866 average_build_mttr:-272 average_build_success_rate:0.9836065573770492 average_issue_lifetime:0 average_pull_files_size:8.90159574468085 average_pull_hoc_size:1231.5518617021276 average_pull_lifetime:1867.0 average_pull_rejection_rate:0.0 average_release_commits_size:11.11111111111111 average_release_hoc_size:333.6759259259259 average_release_interval:61907.566308243724 average_review_size:0.23537234042553193 average_review_time:31854.75294117647 average_reviewers_per_pull:0.1622340425531915 average_reviews_per_pull:0.30319148936170215 average_triage_time:2000.1498371335506 composite:0.775 ffact:1663210 since:2025-01-14T01:39:17Z tombstone:2025-09-01T06:58:54Z
2025-01-23T02:31:58Z quality-of-service _job:32480 average_backlog_size:8.19047619047619 average_build_duration:72.8488160291439 average_build_mttr:-320 average_build_success_rate:0.9854280510018215 average_issue_lifetime:1002349.4086687306 average_pull_files_size:2.0 average_pull_hoc_size:8.333333333333334 average_pull_lifetime:634904.5262569833 average_pull_rejection_rate:0.0 average_release_commits_size:8.736263736263735 average_release_hoc_size:208.78754578754578 average_release_interval:61907.566308243724 average_review_size:0.09210526315789473 average_review_time:20597.666666666668 average_reviewers_per_pull:0.0756578947368421 average_reviews_per_pull:0.11842105263157894 average_triage_time:0 composite:0.71 ffact:1663210 since:2025-01-16T02:31:58Z tombstone:2025-09-01T06:58:54Z
2025-01-25T03:12:26Z quality-of-service _job:32480 average_backlog_size:8.19047619047619 average_build_duration:72.71402550091075 average_build_mttr:-320 average_build_success_rate:0.9854280510018215 average_issue_lifetime:1450920.9538461538 average_pull_files_size:2.0 average_pull_hoc_size:8.333333333333334 average_pull_lifetime:1144632.4632352942 average_pull_rejection_rate:0.0 average_release_commits_size:8.736263736263735 average_release_hoc_size:208.78754578754578 average_release_interval:61907.566308243724 average_review_size:0.0 average_review_time:0 average_reviewers_per_pull:0.0 average_reviews_per_pull:0.0 average_triage_time:6446.305263157895 composite:0.695 ffact:1663210 since:2025-01-18T03:12:26Z tombstone:2025-09-01T06:58:54Z
2025-01-27T03:14:09Z quality-of-service _job:32480 average_backlog_size:8.19047619047619 average_build_duration:72.50273224043715 average_build_mttr:-320 average_build_success_rate:0.9854280510018215 average_issue_lifetime:1002349.4086687306 average_pull_files_size:19.64918032786885 average_pull_hoc_size:2999.777049180328 average_pull_lifetime:636322.3034714445 average_pull_rejection_rate:0.0 average_release_commits_size:8.736263736263735 average_release_hoc_size:208.78754578754578 average_release_interval:0 average_review_size:0.0 average_review_time:0 average_reviewers_per_pull:0.0 average_reviews_per_pull:0.0 average_triage_time:0 composite:0.377 ffact:1663210 since:2025-01-20T03:14:09Z tombstone:2025-09-01T06:58:54Z
pmp _job:32480 area:quality paranoia:3 qos_composite:(join 15 (below '3 days' average_release_interval) 10 (above 0.95 average_build_success_rate) 10 (below '2 days' average_issue_lifetime) 5 (below '12 hours' average_pull_lifetime) 5 (below 8 average_backlog_size)) qos_days:7 qos_interval:2
2025-01-29T04:12:59Z quality-of-service _job:32480 average_backlog_size:0.125 average_build_duration:72.39526411657559 average_build_mttr:-320 average_build_success_rate:0.9854280510018215 average_issue_lifetime:1002349.4086687306 average_pull_files_size:8.95710455764075 average_pull_hoc_size:1241.3900804289544 average_pull_lifetime:639175.057367829 average_pull_rejection_rate:0.1608548931383577 average_release_commits_size:11.155963302752294 average_release_hoc_size:331.9724770642202 average_release_interval:85544.47826086957 average_review_size:0.23726541554959785 average_review_time:31854.75294117647 average_reviewers_per_pull:0.16353887399463807 average_reviews_per_pull:0.30563002680965146 average_triage_time:2000.1498371335506 composite:0.712 ffact:1663210 since:2025-01-22T04:12:59Z tombstone:2025-09-01T06:58:54Z
2025-05-21T04:44:25Z release-published 799177290 _job:32480 commits:9 contributors:[29139614, 526301, 8086956, 41898282, 2566462] details:A new release 'Prevent creation of duplicate facts upon multiple PR closures' has been published in zerocracy/judges-action by @rultor. event_id:49958398167 event_type:ReleaseEvent hoc:136 is_human:0 last_commit:79ee3e32ebe5fced53b6fd9b3485b06331e3006e release:219948811 tag:0.8.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-21T04:43:33Z tag-was-created 799177290 _job:32480 details:A new tag '0.8.1' has been created in zerocracy/judges-action by @rultor. event_id:49958379610 event_type:CreateEvent is_human:0 tag:0.8.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-21T05:59:04Z pull-was-merged 799177290 _job:32480 branch:renovate/zerocracy-judges-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#613 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49960256629 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:613 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-01-31T04:13:41Z quality-of-service _job:32480 average_backlog_size:0.125 average_build_duration:71.89253187613843 average_build_mttr:-320 average_build_success_rate:0.9854280510018215 average_issue_lifetime:1002349.4086687306 average_pull_files_size:8.95710455764075 average_pull_hoc_size:1241.3900804289544 average_pull_lifetime:639175.057367829 average_pull_rejection_rate:0.3076923076923077 average_release_commits_size:11.155963302752294 average_release_hoc_size:331.9724770642202 average_release_interval:9657.833333333334 average_review_size:0.0 average_review_time:0 average_reviewers_per_pull:0.0 average_reviews_per_pull:0.0 average_triage_time:2000.1498371335506 composite:0.712 ffact:1663210 since:2025-01-24T04:13:41Z tombstone:2025-09-01T06:58:54Z
2025-02-02T05:12:02Z quality-of-service _job:32480 average_backlog_size:8.19047619047619 average_build_duration:74.10382513661202 average_build_mttr:-432 average_build_success_rate:0.9872495446265938 average_issue_lifetime:1002349.4086687306 average_pull_files_size:8.95710455764075 average_pull_hoc_size:1241.3900804289544 average_pull_lifetime:639175.057367829 average_pull_rejection_rate:0.1608548931383577 average_release_commits_size:8.736263736263735 average_release_hoc_size:208.78754578754578 average_release_interval:61907.566308243724 average_review_size:0.0924092409240924 average_review_time:20597.666666666668 average_reviewers_per_pull:0.07590759075907591 average_reviews_per_pull:0.1188118811881188 average_triage_time:2000.1498371335506 composite:0.71 ffact:1663210 since:2025-01-26T05:12:02Z tombstone:2025-09-01T06:58:54Z
2025-02-04T07:12:24Z quality-of-service _job:32480 average_backlog_size:8.19047619047619 average_build_duration:74.05100182149363 average_build_mttr:-432 average_build_success_rate:0.9908925318761385 average_issue_lifetime:1021081.5678233438 average_pull_files_size:9.097393689986282 average_pull_hoc_size:1269.1426611796983 average_pull_lifetime:643065.2246543779 average_pull_rejection_rate:0.24934383202099739 average_release_commits_size:8.576208178438662 average_release_hoc_size:197.5910780669145 average_release_interval:62612.90545454546 average_review_size:0.0 average_review_time:0 average_reviewers_per_pull:0.0 average_reviews_per_pull:0.0 average_triage_time:0 composite:0.709 ffact:1663210 since:2025-01-28T07:12:24Z tombstone:2025-09-01T06:58:54Z
2025-02-06T07:12:38Z quality-of-service _job:32480 average_backlog_size:8.19047619047619 average_build_duration:73.54098360655738 average_build_mttr:-432 average_build_success_rate:0.9927140255009107 average_issue_lifetime:1021081.5678233438 average_pull_files_size:0 average_pull_hoc_size:0 average_pull_lifetime:641928.4520231214 average_pull_rejection_rate:0 average_release_commits_size:8.263157894736842 average_release_hoc_size:179.5751879699248 average_release_interval:71122.82407407407 average_review_size:0.09824561403508772 average_review_time:20597.666666666668 average_reviewers_per_pull:0.08070175438596491 average_reviews_per_pull:0.12631578947368421 average_triage_time:0 composite:0.709 ffact:1663210 since:2025-01-30T07:12:38Z tombstone:2025-09-01T06:58:54Z
2025-05-21T19:09:22Z dimensions-of-terrain _job:32480 total_active_contributors:5 total_commits:4587 total_contributors:15 total_files:712 total_forks:23 total_issues:662 total_pulls:1185 total_releases:501 total_repositories:9 total_stars:63
2025-02-16T09:11:58Z quality-of-service _job:32480 average_backlog_size:8.142857142857142 average_build_duration:71.87795992714025 average_build_mttr:-432 average_build_success_rate:0.9927140255009107 average_issue_lifetime:0 average_pull_files_size:0 average_pull_hoc_size:0 average_pull_lifetime:18587.25 average_pull_rejection_rate:1.0 average_release_commits_size:0 average_release_hoc_size:0 average_release_interval:0 average_review_size:0.09824561403508772 average_review_time:20597.666666666668 average_reviewers_per_pull:0.08070175438596491 average_reviews_per_pull:0.12631578947368421 average_triage_time:0 composite:0.442 ffact:1663210 since:2025-02-09T09:11:58Z tombstone:2025-09-01T06:58:54Z
2025-02-18T09:15:29Z quality-of-service _job:32480 average_backlog_size:8.142857142857142 average_build_duration:71.8488160291439 average_build_mttr:-432 average_build_success_rate:0.994535519125683 average_issue_lifetime:0 average_pull_files_size:1.25 average_pull_hoc_size:6.75 average_pull_lifetime:202060.625 average_pull_rejection_rate:0.5 average_release_commits_size:0 average_release_hoc_size:0 average_release_interval:0 average_review_size:0.24313186813186813 average_review_time:31854.75294117647 average_reviewers_per_pull:0.16758241758241757 average_reviews_per_pull:0.3131868131868132 average_triage_time:6514.882978723404 composite:0.355 ffact:1663210 since:2025-02-11T09:15:29Z tombstone:2025-09-01T06:58:54Z
2025-02-20T10:12:36Z quality-of-service _job:32480 average_backlog_size:0.0 average_build_duration:72.67395264116576 average_build_mttr:-432 average_build_success_rate:0.994535519125683 average_issue_lifetime:1520513.8870967743 average_pull_files_size:9.108516483516484 average_pull_hoc_size:1270.8846153846155 average_pull_lifetime:1055329.3813333334 average_pull_rejection_rate:0.1564310544611819 average_release_commits_size:8.263157894736842 average_release_hoc_size:179.5751879699248 average_release_interval:55573.018382352944 average_review_size:0.24313186813186813 average_review_time:31854.75294117647 average_reviewers_per_pull:0.16758241758241757 average_reviews_per_pull:0.3131868131868132 average_triage_time:2019.8881578947369 composite:0.585 ffact:1663210 since:2025-02-13T10:12:36Z tombstone:2025-09-01T06:58:54Z
2025-02-22T11:11:55Z quality-of-service _job:32480 average_backlog_size:8.142857142857142 average_build_duration:53.81785063752277 average_build_mttr:-16850 average_build_success_rate:0.9617486338797814 average_issue_lifetime:35797.0 average_pull_files_size:677.25 average_pull_hoc_size:112342.25 average_pull_lifetime:741714.1176470588 average_pull_rejection_rate:0.1564310544611819 average_release_commits_size:0 average_release_hoc_size:0 average_release_interval:71122.82407407407 average_review_size:0.24313186813186813 average_review_time:31854.75294117647 average_reviewers_per_pull:0.16758241758241757 average_reviews_per_pull:0.3131868131868132 average_triage_time:0 composite:0.893 ffact:1663210 since:2025-02-15T11:11:55Z tombstone:2025-09-01T06:58:54Z
2025-02-24T12:15:55Z quality-of-service _job:32480 average_backlog_size:0.05357142857142857 average_build_duration:52.766848816029146 average_build_mttr:-16850 average_build_success_rate:0.9617486338797814 average_issue_lifetime:1021081.5678233438 average_pull_files_size:9.140689655172414 average_pull_hoc_size:1276.1131034482758 average_pull_lifetime:578111.6130536131 average_pull_rejection_rate:0.155011655011655 average_release_commits_size:10.088235294117647 average_release_hoc_size:264.2450980392157 average_release_interval:55573.018382352944 average_review_size:0.24413793103448275 average_review_time:31854.75294117647 average_reviewers_per_pull:0.16827586206896553 average_reviews_per_pull:0.31448275862068964 average_triage_time:2019.8881578947369 composite:0.713 ffact:1663210 since:2025-02-17T12:15:55Z tombstone:2025-09-01T06:58:54Z
2025-02-26T13:17:23Z quality-of-service _job:32480 average_backlog_size:8.126984126984127 average_build_duration:54.697632058287795 average_build_mttr:-432 average_build_success_rate:0.9672131147540983 average_issue_lifetime:1021081.5678233438 average_pull_files_size:20.964664310954063 average_pull_hoc_size:3229.7173144876324 average_pull_lifetime:578760.7759626604 average_pull_rejection_rate:0.5 average_release_commits_size:9.857142857142858 average_release_hoc_size:90.71428571428571 average_release_interval:55573.018382352944 average_review_size:0.24447513812154695 average_review_time:31854.75294117647 average_reviewers_per_pull:0.1685082872928177 average_reviews_per_pull:0.3149171270718232 average_triage_time:2019.8881578947369 composite:0.711 ffact:1663210 since:2025-02-19T13:17:23Z tombstone:2025-09-01T06:58:54Z
2025-02-28T14:12:52Z quality-of-service _job:32480 average_backlog_size:8.158730158730158 average_build_duration:26.95446265938069 average_build_mttr:-432 average_build_success_rate:0.9872495446265938 average_issue_lifetime:8984.90909090909 average_pull_files_size:1.8546099290780143 average_pull_hoc_size:54.273049645390074 average_pull_lifetime:600972.8823529412 average_pull_rejection_rate:0.38235294117647056 average_release_commits_size:9.857142857142858 average_release_hoc_size:90.71428571428571 average_release_interval:71122.82407407407 average_review_size:0.24549237170596394 average_review_time:40601.58139534884 average_reviewers_per_pull:0.17059639389736478 average_reviews_per_pull:0.31761442441054094 average_triage_time:0.0 composite:0.895 ffact:1663210 since:2025-02-21T14:12:52Z tombstone:2025-09-01T06:58:54Z
2025-05-21T23:40:21Z pull-was-merged 820463873 _job:32480 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#180 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50000973473 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:180 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-03-02T15:12:08Z quality-of-service _job:32480 average_backlog_size:0.2857142857142857 average_build_duration:30.446265938069217 average_build_mttr:-432 average_build_success_rate:0.994535519125683 average_issue_lifetime:1017784.9465408805 average_pull_files_size:1.681881051175657 average_pull_hoc_size:36.614107883817425 average_pull_lifetime:570848.2162162162 average_pull_rejection_rate:0.15041128084606345 average_release_commits_size:9.871287128712872 average_release_hoc_size:264.58415841584156 average_release_interval:40907.166666666664 average_review_size:0.0 average_review_time:0 average_reviewers_per_pull:0.0 average_reviews_per_pull:0.0 average_triage_time:2013.2754098360656 composite:0.713 ffact:1663210 since:2025-02-23T15:12:08Z tombstone:2025-09-01T06:58:54Z
2025-03-04T15:13:08Z quality-of-service _job:32480 average_backlog_size:8.206349206349206 average_build_duration:47.48451730418944 average_build_mttr:-15367 average_build_success_rate:0.9726775956284153 average_issue_lifetime:1047349.6310679612 average_pull_files_size:1.6904761904761905 average_pull_hoc_size:36.865546218487395 average_pull_lifetime:569926.1294964029 average_pull_rejection_rate:0.21159420289855072 average_release_commits_size:9.75 average_release_hoc_size:275.5 average_release_interval:56813.85227272727 average_review_size:0.24789915966386555 average_review_time:40142.747126436785 average_reviewers_per_pull:0.17366946778711484 average_reviews_per_pull:0.32212885154061627 average_triage_time:2067.5151515151515 composite:0.709 ffact:1663210 since:2025-02-25T15:13:08Z tombstone:2025-09-01T06:58:54Z
2025-05-21T11:00:52Z release-published 799113787 _job:32480 commits:13 contributors:[526301, 8086956] details:A new release '`update --fail-fast` is missing' has been published in yegor256/judges by @rultor. event_id:49972608151 event_type:ReleaseEvent hoc:1162 is_human:0 last_commit:ee07a8aab80f43ed9f03b1144e6fc9fa19fba4bc release:220036136 tag:0.43.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-21T10:59:32Z tag-was-created 799113787 _job:32480 details:A new tag '0.43.0' has been created in yegor256/judges by @rultor. event_id:49972550647 event_type:CreateEvent is_human:0 tag:0.43.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-03-19T16:10:55Z quality-of-service _job:32480 average_backlog_size:0.42857142857142855 average_build_duration:51.28233151183971 average_build_mttr:-15367 average_build_success_rate:0.9726775956284153 average_issue_lifetime:1097551.7414965986 average_pull_files_size:1.5483383685800605 average_pull_hoc_size:34.77341389728097 average_pull_lifetime:567447.5877763329 average_pull_rejection_rate:0.13914174252275682 average_release_commits_size:7.489711934156379 average_release_hoc_size:171.40740740740742 average_release_interval:72728.1686746988 average_review_size:0.2552870090634441 average_review_time:40699.30588235294 average_reviewers_per_pull:0.18126888217522658 average_reviews_per_pull:0.33534743202416917 average_triage_time:7851.217948717948 composite:0.71 ffact:1663210 since:2025-03-12T16:10:55Z tombstone:2025-09-01T06:58:54Z
2025-03-21T17:07:08Z quality-of-service _job:32480 average_backlog_size:8.206349206349206 average_build_duration:42.8433734939759 average_build_mttr:-27527 average_build_success_rate:0.8039430449069004 average_issue_lifetime:1120316.4027777778 average_pull_files_size:1.0 average_pull_hoc_size:9.076923076923077 average_pull_lifetime:576101.8170894526 average_pull_rejection_rate:0.2777777777777778 average_release_commits_size:8.6 average_release_hoc_size:289.51428571428573 average_release_interval:74102.27631578948 average_review_size:0.2496124031007752 average_review_time:39695.20481927711 average_reviewers_per_pull:0.17984496124031008 average_reviews_per_pull:0.33178294573643413 average_triage_time:2216.768953068592 composite:0.672 ffact:1663210 since:2025-03-14T17:07:08Z tombstone:2025-09-01T06:58:54Z
2025-03-23T18:07:43Z quality-of-service _job:32480 average_backlog_size:8.206349206349206 average_build_duration:53.72495446265938 average_build_mttr:0 average_build_success_rate:0.9781420765027322 average_issue_lifetime:1120316.4027777778 average_pull_files_size:1.5286821705426357 average_pull_hoc_size:35.355038759689926 average_pull_lifetime:762315.1642599278 average_pull_rejection_rate:0.2631578947368421 average_release_commits_size:7.559322033898305 average_release_hoc_size:174.52542372881356 average_release_interval:25279.363636363636 average_review_size:0.059113300492610835 average_review_time:10113.454545454546 average_reviewers_per_pull:0.07389162561576355 average_reviews_per_pull:0.09852216748768473 average_triage_time:8505.486111111111 composite:0.704 ffact:1663210 since:2025-03-16T18:07:43Z tombstone:2025-09-01T06:58:54Z
2025-03-25T18:08:22Z quality-of-service _job:32480 average_backlog_size:8.206349206349206 average_build_duration:58.86338797814208 average_build_mttr:0 average_build_success_rate:0.9799635701275046 average_issue_lifetime:2200126.6352941175 average_pull_files_size:1.0 average_pull_hoc_size:11.2 average_pull_lifetime:1290210.09375 average_pull_rejection_rate:0.3333333333333333 average_release_commits_size:7.51948051948052 average_release_hoc_size:174.21212121212122 average_release_interval:55408.56962025316 average_review_size:0.0 average_review_time:0 average_reviewers_per_pull:0.0 average_reviews_per_pull:0.0 average_triage_time:2249.2490842490843 composite:0.685 ffact:1663210 since:2025-03-18T18:08:22Z tombstone:2025-09-01T06:58:54Z
2025-03-28T04:08:01Z quality-of-service _job:32480 average_backlog_size:8.206349206349206 average_build_duration:52.27849740932643 average_build_mttr:-200822 average_build_success_rate:0.9598445595854922 average_issue_lifetime:23230.0 average_pull_files_size:1.7692307692307692 average_pull_hoc_size:16.0 average_pull_lifetime:1929428.9583333333 average_pull_rejection_rate:0.21487603305785125 average_release_commits_size:0 average_release_hoc_size:0 average_release_interval:72707.09375 average_review_size:0.0 average_review_time:0 average_reviewers_per_pull:0.0 average_reviews_per_pull:0.0 average_triage_time:0.0 composite:0.889 ffact:1663210 since:2025-03-21T04:08:01Z tombstone:2025-09-01T06:58:54Z
2025-03-30T05:07:29Z quality-of-service _job:32480 average_backlog_size:0.17857142857142858 average_build_duration:66.8615664845173 average_build_mttr:0 average_build_success_rate:0.9781420765027322 average_issue_lifetime:1128946.8868613138 average_pull_files_size:1.5395569620253164 average_pull_hoc_size:35.822784810126585 average_pull_lifetime:585979.6589041096 average_pull_rejection_rate:0.2157676348547718 average_release_commits_size:7.392857142857143 average_release_hoc_size:168.41964285714286 average_release_interval:53540.12608695652 average_review_size:0.254746835443038 average_review_time:39233.20238095238 average_reviewers_per_pull:0.185126582278481 average_reviews_per_pull:0.3401898734177215 average_triage_time:2291.2126865671644 composite:0.709 ffact:1663210 since:2025-03-23T05:07:29Z tombstone:2025-09-01T06:58:54Z
2025-04-01T06:09:05Z quality-of-service _job:32480 average_backlog_size:8.222222222222221 average_build_duration:66.57012750455374 average_build_mttr:-57 average_build_success_rate:0.9799635701275046 average_issue_lifetime:1415484.1333333333 average_pull_files_size:1.537007874015748 average_pull_hoc_size:35.66299212598425 average_pull_lifetime:878947.22 average_pull_rejection_rate:0.26 average_release_commits_size:8.172413793103448 average_release_hoc_size:289.7241379310345 average_release_interval:19613.76923076923 average_review_size:0.25354330708661416 average_review_time:38021.63218390805 average_reviewers_per_pull:0.1889763779527559 average_reviews_per_pull:0.34330708661417325 average_triage_time:0.08333333333333333 composite:0.696 ffact:1663210 since:2025-03-25T06:09:05Z tombstone:2025-09-01T06:58:54Z
2025-04-03T07:07:15Z quality-of-service _job:32480 average_backlog_size:0.5535714285714286 average_build_duration:66.3296903460838 average_build_mttr:-57 average_build_success_rate:0.9799635701275046 average_issue_lifetime:1328318.3125 average_pull_files_size:1.1724137931034482 average_pull_hoc_size:18.517241379310345 average_pull_lifetime:220349.05714285714 average_pull_rejection_rate:0.16901408450704225 average_release_commits_size:3.9 average_release_hoc_size:79.5 average_release_interval:28503.35714285714 average_review_size:0.25842696629213485 average_review_time:38021.63218390805 average_reviewers_per_pull:0.1926163723916533 average_reviews_per_pull:0.34991974317817015 average_triage_time:0.07692307692307693 composite:0.717 ffact:1663210 since:2025-03-27T07:07:15Z tombstone:2025-09-01T06:58:54Z
2025-05-21T12:57:52Z pull-was-merged 799177290 _job:32480 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#603 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49977718276 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:603 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-05-21T13:32:20Z release-published 799177290 _job:32480 commits:16 contributors:[29139614, 526301, 8086956] details:A new release '`GITHUB_TOKEN` environment variable ignored instead of being utilized' has been published in zerocracy/judges-action by @rultor. event_id:49979429771 event_type:ReleaseEvent hoc:148 is_human:0 last_commit:f7bb6259db3751c1c26c444a2f0dbed8286374e1 release:220076179 tag:0.8.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-21T13:31:00Z tag-was-created 799177290 _job:32480 details:A new tag '0.8.2' has been created in zerocracy/judges-action by @rultor. event_id:49979362807 event_type:CreateEvent is_human:0 tag:0.8.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-04-05T08:07:21Z quality-of-service _job:32480 average_backlog_size:8.26984126984127 average_build_duration:120.85428051001821 average_build_mttr:-18193 average_build_success_rate:0.970856102003643 average_issue_lifetime:1278764.268382353 average_pull_files_size:1.4277456647398843 average_pull_hoc_size:63.48554913294798 average_pull_lifetime:227003.7818696884 average_pull_rejection_rate:0.11756373937677053 average_release_commits_size:7.436936936936937 average_release_hoc_size:167.96396396396398 average_release_interval:53898.07456140351 average_review_size:0.25842696629213485 average_review_time:36473.73626373626 average_reviewers_per_pull:0.19903691813804172 average_reviews_per_pull:0.3563402889245586 average_triage_time:2308.4548872180453 composite:0.714 ffact:1663210 since:2025-03-29T08:07:21Z tombstone:2025-09-01T06:58:54Z
2025-04-07T08:08:57Z quality-of-service _job:32480 average_backlog_size:0.5892857142857143 average_build_duration:120.47905282331512 average_build_mttr:-18193 average_build_success_rate:0.970856102003643 average_issue_lifetime:1650170.6923076923 average_pull_files_size:1.5361842105263157 average_pull_hoc_size:36.21546052631579 average_pull_lifetime:121988.64102564103 average_pull_rejection_rate:0.11627906976744186 average_release_commits_size:8.088888888888889 average_release_hoc_size:340.2 average_release_interval:55296.490909090906 average_review_size:0.26480263157894735 average_review_time:36473.73626373626 average_reviewers_per_pull:0.20394736842105263 average_reviews_per_pull:0.3651315789473684 average_triage_time:2380.031007751938 composite:0.729 ffact:1663210 since:2025-03-31T08:08:57Z tombstone:2025-09-01T06:58:54Z
2025-04-09T08:09:26Z quality-of-service _job:32480 average_backlog_size:7.507936507936508 average_build_duration:120.78142076502732 average_build_mttr:-18193 average_build_success_rate:0.970856102003643 average_issue_lifetime:1251432.1724137932 average_pull_files_size:1.5 average_pull_hoc_size:72.75675675675676 average_pull_lifetime:225740.6198224852 average_pull_rejection_rate:0.11538461538461539 average_release_commits_size:6.857142857142857 average_release_hoc_size:51.285714285714285 average_release_interval:54010.42660550459 average_review_size:0.13333333333333333 average_review_time:5262.0 average_reviewers_per_pull:0.16666666666666666 average_reviews_per_pull:0.2 average_triage_time:2389.291828793774 composite:0.719 ffact:1663210 since:2025-04-02T08:09:26Z tombstone:2025-09-01T06:58:54Z
2025-04-11T09:08:14Z quality-of-service _job:32480 average_backlog_size:0.7321428571428571 average_build_duration:120.97632058287796 average_build_mttr:-18193 average_build_success_rate:0.9726775956284153 average_issue_lifetime:1251432.1724137932 average_pull_files_size:1.25 average_pull_hoc_size:15.708333333333334 average_pull_lifetime:227747.34925373134 average_pull_rejection_rate:0.07462686567164178 average_release_commits_size:6.857142857142857 average_release_hoc_size:51.285714285714285 average_release_interval:30173.3 average_review_size:0.08391608391608392 average_review_time:10113.454545454546 average_reviewers_per_pull:0.1048951048951049 average_reviews_per_pull:0.13986013986013987 average_triage_time:2408.0313725490196 composite:0.718 ffact:1663210 since:2025-04-04T09:08:14Z tombstone:2025-09-01T06:58:54Z
2025-04-13T10:06:48Z quality-of-service _job:32480 average_backlog_size:8.158730158730158 average_build_duration:121.53187613843352 average_build_mttr:-18193 average_build_success_rate:0.9744990892531876 average_issue_lifetime:1225672.3253012048 average_pull_files_size:1.5725806451612903 average_pull_hoc_size:84.5 average_pull_lifetime:234028.4622496148 average_pull_rejection_rate:0.0 average_release_commits_size:10.5 average_release_hoc_size:85.0 average_release_interval:55535.114285714284 average_review_size:0.28097731239092494 average_review_time:37685.96590909091 average_reviewers_per_pull:0.2111692844677138 average_reviews_per_pull:0.38219895287958117 average_triage_time:2496.1178861788617 composite:0.716 ffact:1663210 since:2025-04-06T10:06:48Z tombstone:2025-09-01T06:58:54Z
2025-04-15T10:08:56Z quality-of-service _job:32480 average_backlog_size:8.174603174603174 average_build_duration:31.688524590163933 average_build_mttr:-30733 average_build_success_rate:0.9690346083788707 average_issue_lifetime:1228292.8991935484 average_pull_files_size:1.5614035087719298 average_pull_hoc_size:37.8140350877193 average_pull_lifetime:233648.73261205564 average_pull_rejection_rate:0.19205298013245034 average_release_commits_size:7.264705882352941 average_release_hoc_size:169.95098039215685 average_release_interval:55371.08095238095 average_review_size:0.2754385964912281 average_review_time:37908.75862068965 average_reviewers_per_pull:0.20877192982456141 average_reviews_per_pull:0.37894736842105264 average_triage_time:2537.376033057851 composite:0.716 ffact:1663210 since:2025-04-08T10:08:56Z tombstone:2025-09-01T06:58:54Z
2025-04-17T11:05:31Z quality-of-service _job:32480 average_backlog_size:8.063492063492063 average_build_duration:36.51183970856102 average_build_mttr:-30733 average_build_success_rate:0.970856102003643 average_issue_lifetime:1228292.8991935484 average_pull_files_size:1.5867768595041323 average_pull_hoc_size:86.14049586776859 average_pull_lifetime:233613.48531684699 average_pull_rejection_rate:0.08695652173913043 average_release_commits_size:8.323529411764707 average_release_hoc_size:394.1470588235294 average_release_interval:39594.7 average_review_size:0.2759226713532513 average_review_time:37908.75862068965 average_reviewers_per_pull:0.20913884007029876 average_reviews_per_pull:0.37961335676625657 average_triage_time:0 composite:0.718 ffact:1663210 since:2025-04-10T11:05:31Z tombstone:2025-09-01T06:58:54Z
2025-05-21T13:47:39Z pull-was-merged 849726475 _job:32480 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#83 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49980185910 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:83 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-21T14:46:13Z pull-was-merged 799177290 _job:32480 branch:renovate/zerocracy-judges-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#616 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49983160043 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:616 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-04-19T12:09:54Z quality-of-service _job:32480 average_backlog_size:0.42857142857142855 average_build_duration:41.09836065573771 average_build_mttr:-30733 average_build_success_rate:0.970856102003643 average_issue_lifetime:2839954.4565217393 average_pull_files_size:1.5633802816901408 average_pull_hoc_size:37.940140845070424 average_pull_lifetime:340231.86486486485 average_pull_rejection_rate:0.11937984496124031 average_release_commits_size:7.247524752475248 average_release_hoc_size:170.9009900990099 average_release_interval:53569.07692307692 average_review_size:0.2764084507042254 average_review_time:37484.72727272727 average_reviewers_per_pull:0.2112676056338028 average_reviews_per_pull:0.38204225352112675 average_triage_time:0 composite:0.694 ffact:1663210 since:2025-04-12T12:09:54Z tombstone:2025-09-01T06:58:54Z
2025-04-21T12:10:31Z quality-of-service _job:32480 average_backlog_size:0.44642857142857145 average_build_duration:45.7103825136612 average_build_mttr:-30733 average_build_success_rate:0.97632058287796 average_issue_lifetime:1248382.549180328 average_pull_files_size:1.570409982174688 average_pull_hoc_size:38.36541889483066 average_pull_lifetime:236883.69749216302 average_pull_rejection_rate:0.20567375886524822 average_release_commits_size:5.222222222222222 average_release_hoc_size:51.111111111111114 average_release_interval:91009.54285714286 average_review_size:0.2798573975044563 average_review_time:37484.72727272727 average_reviewers_per_pull:0.21390374331550802 average_reviews_per_pull:0.3868092691622103 average_triage_time:0 composite:0.718 ffact:1663210 since:2025-04-14T12:10:31Z tombstone:2025-09-01T06:58:54Z
2025-04-23T13:17:43Z quality-of-service _job:32480 average_backlog_size:8.079365079365079 average_build_duration:35.6448087431694 average_build_mttr:-30733 average_build_success_rate:0.97632058287796 average_issue_lifetime:1273854.7531380753 average_pull_files_size:1.5818181818181818 average_pull_hoc_size:38.99818181818182 average_pull_lifetime:241399.35782747605 average_pull_rejection_rate:0.034482758620689655 average_release_commits_size:7.170103092783505 average_release_hoc_size:170.4020618556701 average_release_interval:54751.06 average_review_size:0.2849364791288566 average_review_time:37484.72727272727 average_reviewers_per_pull:0.2177858439201452 average_reviews_per_pull:0.3938294010889292 average_triage_time:21116.931034482757 composite:0.716 ffact:1663210 since:2025-04-16T13:17:43Z tombstone:2025-09-01T06:58:54Z
2025-04-25T14:07:09Z quality-of-service _job:32480 average_backlog_size:8.095238095238095 average_build_duration:31.07103825136612 average_build_mttr:-25796 average_build_success_rate:0.9726775956284153 average_issue_lifetime:1295417.229787234 average_pull_files_size:1.7634408602150538 average_pull_hoc_size:101.6774193548387 average_pull_lifetime:245663.64169381108 average_pull_rejection_rate:0.12214983713355049 average_release_commits_size:7.2 average_release_hoc_size:172.73684210526315 average_release_interval:55018.12755102041 average_review_size:0.2912801484230056 average_review_time:37484.72727272727 average_reviewers_per_pull:0.22263450834879406 average_reviews_per_pull:0.4025974025974026 average_triage_time:0 composite:0.715 ffact:1663210 since:2025-04-18T14:07:09Z tombstone:2025-09-01T06:58:54Z
2025-04-27T15:06:19Z quality-of-service _job:32480 average_backlog_size:8.11111111111111 average_build_duration:27.53369763205829 average_build_mttr:-25796 average_build_success_rate:0.97632058287796 average_issue_lifetime:1300540.8675213675 average_pull_files_size:1.8068181818181819 average_pull_hoc_size:107.3409090909091 average_pull_lifetime:246633.15384615384 average_pull_rejection_rate:0.12295081967213115 average_release_commits_size:7.191489361702128 average_release_hoc_size:173.79787234042553 average_release_interval:53603.948453608245 average_review_size:0.29345794392523367 average_review_time:37484.72727272727 average_reviewers_per_pull:0.22429906542056074 average_reviews_per_pull:0.405607476635514 average_triage_time:0 composite:0.714 ffact:1663210 since:2025-04-20T15:06:19Z tombstone:2025-09-03T09:41:13Z
2025-04-29T17:07:13Z quality-of-service _job:32480 average_backlog_size:8.126984126984127 average_build_duration:27.83242258652095 average_build_mttr:-25796 average_build_success_rate:0.97632058287796 average_issue_lifetime:1300540.8675213675 average_pull_files_size:1.6049149338374291 average_pull_hoc_size:38.82608695652174 average_pull_lifetime:249464.03973509933 average_pull_rejection_rate:0.12417218543046357 average_release_commits_size:7.191489361702128 average_release_hoc_size:173.79787234042553 average_release_interval:105301.875 average_review_size:0.29678638941398866 average_review_time:37484.72727272727 average_reviewers_per_pull:0.22684310018903592 average_reviews_per_pull:0.4102079395085066 average_triage_time:25516.291666666668 composite:0.714 ffact:1663210 since:2025-04-22T17:07:13Z
2025-05-01T18:08:04Z quality-of-service _job:32480 average_backlog_size:8.126984126984127 average_build_duration:31.460837887067395 average_build_mttr:-22170 average_build_success_rate:0.9744990892531876 average_issue_lifetime:1300532.517094017 average_pull_files_size:1.608365019011407 average_pull_hoc_size:39.036121673003805 average_pull_lifetime:251774.10166666665 average_pull_rejection_rate:0.12333333333333334 average_release_commits_size:10.38888888888889 average_release_hoc_size:652.0555555555555 average_release_interval:83421.04347826086 average_review_size:0.10256410256410256 average_review_time:12885.714285714286 average_reviewers_per_pull:0.1282051282051282 average_reviews_per_pull:0.1794871794871795 average_triage_time:0 composite:0.714 ffact:1663210 since:2025-04-24T18:08:04Z
2025-05-03T18:09:31Z quality-of-service _job:32480 average_backlog_size:8.126984126984127 average_build_duration:51.72313296903461 average_build_mttr:-16850 average_build_success_rate:0.9690346083788707 average_issue_lifetime:1300532.517094017 average_pull_files_size:1.9102564102564104 average_pull_hoc_size:119.94871794871794 average_pull_lifetime:251665.7237936772 average_pull_rejection_rate:0.12312811980033278 average_release_commits_size:7.175531914893617 average_release_hoc_size:171.8404255319149 average_release_interval:50490.29381443299 average_review_size:0.29791271347248577 average_review_time:37076.85393258427 average_reviewers_per_pull:0.22960151802656548 average_reviews_per_pull:0.41366223908918404 average_triage_time:0 composite:0.714 ffact:1663210 since:2025-04-26T18:09:31Z
2025-05-21T16:53:49Z pull-was-merged 799177290 _job:32480 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#617 has been closed by @rultor, with 2 HoC and 2 comments. event_id:49988715213 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:617 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-05-05T18:09:46Z quality-of-service _job:32480 average_backlog_size:0.46875 average_build_duration:55.34426229508197 average_build_mttr:-16850 average_build_success_rate:0.9690346083788707 average_issue_lifetime:1300532.517094017 average_pull_files_size:1.9861111111111112 average_pull_hoc_size:129.77777777777777 average_pull_lifetime:254181.96974789916 average_pull_rejection_rate:0.12436974789915967 average_release_commits_size:10.38888888888889 average_release_hoc_size:652.0555555555555 average_release_interval:50490.29381443299 average_review_size:0.30134357005758156 average_review_time:37076.85393258427 average_reviewers_per_pull:0.23224568138195778 average_reviews_per_pull:0.418426103646833 average_triage_time:0 composite:0.715 ffact:1663210 since:2025-04-28T18:09:46Z
2025-05-07T18:10:49Z quality-of-service _job:32480 average_backlog_size:8.031746031746032 average_build_duration:55.59016393442623 average_build_mttr:-16850 average_build_success_rate:0.9690346083788707 average_issue_lifetime:1316669.878787879 average_pull_files_size:1.6 average_pull_hoc_size:338.6 average_pull_lifetime:252338.0954003407 average_pull_rejection_rate:0.12436115843270869 average_release_commits_size:7.113513513513514 average_release_hoc_size:139.23243243243243 average_release_interval:50924.26178010471 average_review_size:0.12121212121212122 average_review_time:12885.714285714286 average_reviewers_per_pull:0.15151515151515152 average_reviews_per_pull:0.21212121212121213 average_triage_time:11.666666666666666 composite:0.714 ffact:1663210 since:2025-04-30T18:10:49Z
2025-05-09T18:11:04Z quality-of-service _job:32480 average_backlog_size:8.031746031746032 average_build_duration:51.63023679417122 average_build_mttr:-19957 average_build_success_rate:0.9690346083788707 average_issue_lifetime:1335974.185840708 average_pull_files_size:1.6168958742632613 average_pull_hoc_size:39.88998035363458 average_pull_lifetime:228325.47068965517 average_pull_rejection_rate:0.2823529411764706 average_release_commits_size:6.917582417582418 average_release_hoc_size:124.36263736263736 average_release_interval:50074.61497326203 average_review_size:0.3005893909626719 average_review_time:36669.39772727273 average_reviewers_per_pull:0.2337917485265226 average_reviews_per_pull:0.41846758349705304 average_triage_time:1289.0 composite:0.716 ffact:1663210 since:2025-05-02T18:11:04Z
2025-05-11T18:11:49Z quality-of-service _job:32480 average_backlog_size:7.920634920634921 average_build_duration:51.2896174863388 average_build_mttr:-19957 average_build_success_rate:0.970856102003643 average_issue_lifetime:11328355.714285715 average_pull_files_size:1.6205533596837944 average_pull_hoc_size:27.642292490118578 average_pull_lifetime:429904.6153846154 average_pull_rejection_rate:0.12305025996533796 average_release_commits_size:6.917582417582418 average_release_hoc_size:124.36263736263736 average_release_interval:98089.33333333333 average_review_size:0.06896551724137931 average_review_time:2877.8333333333335 average_reviewers_per_pull:0.13793103448275862 average_reviews_per_pull:0.15517241379310345 average_triage_time:0 composite:0.681 ffact:1663210 since:2025-05-04T18:11:49Z
2025-05-22T18:45:45Z quantity-of-deliverables _job:32480 since:2025-05-15T18:45:45Z total_builds_ran:3176
2025-05-22T19:07:55Z quality-of-service _job:32480 average_backlog_size:6.142857142857143 average_build_duration:53.70309653916211 average_build_mttr:-19957 average_build_success_rate:0.9690346083788707 average_issue_lifetime:1852361.4166666667 average_pull_files_size:1.6309278350515464 average_pull_hoc_size:27.79381443298969 average_pull_lifetime:146721.54545454544 average_pull_rejection_rate:0.10018552875695733 average_release_commits_size:6.849162011173185 average_release_hoc_size:117.64804469273743 average_release_interval:45594.27173913043 average_review_size:0.3154639175257732 average_review_time:37955.76470588235 average_reviewers_per_pull:0.23917525773195877 average_reviews_per_pull:0.4329896907216495 average_triage_time:0 composite:0.72 ffact:1663210 since:2025-05-15T19:07:55Z
2025-05-14T05:42:42Z quality-of-service _job:32480 average_backlog_size:7.809523809523809 average_build_duration:57.954462659380695 average_build_mttr:-19957 average_build_success_rate:0.9690346083788707 average_issue_lifetime:1012565.1954545454 average_pull_files_size:1.6214574898785425 average_pull_hoc_size:27.700404858299596 average_pull_lifetime:218163.88330341113 average_pull_rejection_rate:0.11310592459605028 average_release_commits_size:6.911602209944752 average_release_hoc_size:123.77348066298343 average_release_interval:0 average_review_size:0.0 average_review_time:655.0 average_reviewers_per_pull:0.16666666666666666 average_reviews_per_pull:0.16666666666666666 average_triage_time:40817.86666666667 composite:0.393 ffact:1663210 since:2025-05-07T05:42:42Z
2025-05-22T19:10:10Z dimensions-of-terrain _job:32480 total_active_contributors:5 total_commits:4617 total_contributors:15 total_files:712 total_forks:23 total_issues:668 total_pulls:1197 total_releases:505 total_repositories:9 total_stars:64
2025-05-16T06:10:16Z quality-of-service _job:32480 average_backlog_size:7.682539682539683 average_build_duration:58.35154826958106 average_build_mttr:-19957 average_build_success_rate:0.970856102003643 average_issue_lifetime:5284244.0 average_pull_files_size:2.2666666666666666 average_pull_hoc_size:51.577777777777776 average_pull_lifetime:700614.1052631579 average_pull_rejection_rate:0.11330935251798561 average_release_commits_size:6.911602209944752 average_release_hoc_size:123.77348066298343 average_release_interval:45548.62365591398 average_review_size:0.3103448275862069 average_review_time:37955.76470588235 average_reviewers_per_pull:0.23529411764705882 average_reviews_per_pull:0.4259634888438134 average_triage_time:43373.92857142857 composite:0.681 ffact:1663210 since:2025-05-09T06:10:16Z
2025-05-18T18:41:16Z quality-of-service _job:32480 average_backlog_size:7.238095238095238 average_build_duration:60.380692167577415 average_build_mttr:-19957 average_build_success_rate:0.970856102003643 average_issue_lifetime:1016582.9954337899 average_pull_files_size:1.6257668711656441 average_pull_hoc_size:27.586912065439673 average_pull_lifetime:220038.277676951 average_pull_rejection_rate:0.11252268602540835 average_release_commits_size:8.2 average_release_hoc_size:182.2 average_release_interval:41387.92857142857 average_review_size:0.0975609756097561 average_review_time:5533.333333333333 average_reviewers_per_pull:0.12195121951219512 average_reviews_per_pull:0.14634146341463414 average_triage_time:3934.4166666666665 composite:0.726 ffact:1663210 since:2025-05-11T18:41:16Z
2025-05-20T18:45:58Z quality-of-service _job:32480 average_backlog_size:6.904761904761905 average_build_duration:60.65573770491803 average_build_mttr:-19957 average_build_success_rate:0.9726775956284153 average_issue_lifetime:6054551.0 average_pull_files_size:1.6257668711656441 average_pull_hoc_size:27.586912065439673 average_pull_lifetime:123458.42307692308 average_pull_rejection_rate:0.10110294117647059 average_release_commits_size:6.911602209944752 average_release_hoc_size:123.77348066298343 average_release_interval:45548.62365591398 average_review_size:0.26666666666666666 average_review_time:8297.0 average_reviewers_per_pull:0.26666666666666666 average_reviews_per_pull:0.3333333333333333 average_triage_time:1.1111111111111112 composite:0.712 ffact:1663210 since:2025-05-13T18:45:58Z
2025-05-23T09:09:27Z release-published 802720676 _job:32480 commits:14 contributors:[41898282, 526301, 29139614, 8086956] details:A new release '`entry.sh` script's verbosity insufficient for user details' has been published in zerocracy/pages-action by @rultor. event_id:50063579518 event_type:ReleaseEvent hoc:64 is_human:0 last_commit:4c8025923b6a42ca2dcbc431964a17df87a0fcfd release:220588678 tag:0.1.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-23T09:08:18Z tag-was-created 802720676 _job:32480 details:A new tag '0.1.3' has been created in zerocracy/pages-action by @rultor. event_id:50063532663 event_type:CreateEvent is_human:0 tag:0.1.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-23T09:23:00Z release-published 799177290 _job:32480 commits:27 contributors:[29139614, 41898282, 526301, 8086956] details:A new release '' has been published in zerocracy/judges-action by @rultor. event_id:50064133573 event_type:ReleaseEvent hoc:141 is_human:0 last_commit:bc85d70d1cbcfe37959cc6220a5e1c9593a99549 release:220591866 tag:0.8.6 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-23T09:21:44Z tag-was-created 799177290 _job:32480 details:A new tag '0.8.6' has been created in zerocracy/judges-action by @rultor. event_id:50064083444 event_type:CreateEvent is_human:0 tag:0.8.6 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-01-02T15:12:44Z quality-of-service _job:32480 average_backlog_size:8.317460317460318 average_build_duration:39.876138433515486 average_build_mttr:-38252 average_build_success_rate:0.9744990892531876 average_issue_lifetime:1076450.6147058823 average_pull_files_size:8.530379746835443 average_pull_hoc_size:1172.7316455696202 average_pull_lifetime:611991.3540106952 average_pull_rejection_rate:0.24105011933174225 average_release_commits_size:8.608996539792388 average_release_hoc_size:201.5051903114187 average_release_interval:69442.43050847457 average_review_size:0.2240506329113924 average_review_time:35908.051020408166 average_reviewers_per_pull:0.17088607594936708 average_reviews_per_pull:0.3050632911392405 average_triage_time:6063.40594059406 composite:0.706 ffact:1663210 since:2024-12-26T15:12:44Z tombstone:2025-09-01T06:58:54Z
2025-01-04T15:14:40Z quality-of-service _job:32480 average_backlog_size:8.333333333333334 average_build_duration:41.06921675774135 average_build_mttr:-48155 average_build_success_rate:0.9726775956284153 average_issue_lifetime:1465529.9465648856 average_pull_files_size:8.559085133418042 average_pull_hoc_size:1177.1067344345615 average_pull_lifetime:1123011.358173077 average_pull_rejection_rate:0.22323462414578588 average_release_commits_size:8.621527777777779 average_release_hoc_size:201.4375 average_release_interval:67874.14285714286 average_review_size:0.22490470139771285 average_review_time:35908.051020408166 average_reviewers_per_pull:0.17153748411689962 average_reviews_per_pull:0.3062261753494282 average_triage_time:0 composite:0.693 ffact:1663210 since:2024-12-28T15:14:40Z tombstone:2025-09-01T06:58:54Z
2025-01-06T16:15:40Z quality-of-service _job:32480 average_backlog_size:8.380952380952381 average_build_duration:42.326047358834245 average_build_mttr:-59075 average_build_success_rate:0.9744990892531876 average_issue_lifetime:1073342.9384164223 average_pull_files_size:19.05732484076433 average_pull_hoc_size:2910.232484076433 average_pull_lifetime:613351.2411575563 average_pull_rejection_rate:0.15541264737406216 average_release_commits_size:8.612456747404844 average_release_hoc_size:200.84429065743944 average_release_interval:15034.0 average_review_size:0.22461928934010153 average_review_time:35610.48484848485 average_reviewers_per_pull:0.17258883248730963 average_reviews_per_pull:0.30710659898477155 average_triage_time:6124.04 composite:0.705 ffact:1663210 since:2024-12-30T16:15:40Z tombstone:2025-09-01T06:58:54Z
2025-01-08T17:14:22Z quality-of-service _job:32480 average_backlog_size:8.380952380952381 average_build_duration:30.92167577413479 average_build_mttr:-59075 average_build_success_rate:0.97632058287796 average_issue_lifetime:1281.0 average_pull_files_size:8.549492385786802 average_pull_hoc_size:1175.6142131979695 average_pull_lifetime:2309.2 average_pull_rejection_rate:0.2237442922374429 average_release_commits_size:0 average_release_hoc_size:0 average_release_interval:103524.24347826088 average_review_size:0.0 average_review_time:0 average_reviewers_per_pull:0.0 average_reviews_per_pull:0.0 average_triage_time:0.0 composite:0.995 ffact:1663210 since:2025-01-01T17:14:22Z tombstone:2025-09-01T06:58:54Z
2025-05-26T10:45:28Z quantity-of-deliverables _job:32480 since:2025-05-19T10:45:28Z total_commits_pushed:137 total_hoc_committed:9172 total_releases_published:17
2025-05-26T11:06:28Z quality-of-service _job:32480 average_backlog_size:5.603174603174603 average_build_duration:33.57012750455373 average_build_mttr:-44086 average_build_success_rate:0.9744990892531876 average_issue_lifetime:914864.2816901408 average_pull_files_size:1.620331950207469 average_pull_hoc_size:26.863070539419088 average_pull_lifetime:205964.51162790696 average_pull_rejection_rate:0.09906542056074766 average_release_commits_size:6.926966292134831 average_release_hoc_size:117.82022471910112 average_release_interval:44670.234972677594 average_review_size:0.3091286307053942 average_review_time:37840.92941176471 average_reviewers_per_pull:0.23651452282157676 average_reviews_per_pull:0.42946058091286304 average_triage_time:0 composite:0.732 ffact:1663210 since:2025-05-19T11:06:28Z
2025-05-26T10:29:51Z tag-was-created 799177290 _job:32480 details:A new tag '0.8.9' has been created in zerocracy/judges-action by @rultor. event_id:50141043384 event_type:CreateEvent is_human:0 tag:0.8.9 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-23T17:20:49Z release-published 799177290 _job:32480 commits:16 contributors:[29139614, 41898282, 526301, 8086956] details:A new release '`dry-run` value not checked, only its presence' has been published in zerocracy/judges-action by @rultor. event_id:50082609595 event_type:ReleaseEvent hoc:313 is_human:0 last_commit:02f3d2ba73ecfbf65373b63020f52b7aa46472ea release:220701477 tag:0.8.8 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-23T17:19:21Z tag-was-created 799177290 _job:32480 details:A new tag '0.8.8' has been created in zerocracy/judges-action by @rultor. event_id:50082564293 event_type:CreateEvent is_human:0 tag:0.8.8 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-23T13:10:17Z release-published 799177290 _job:32480 commits:1 contributors:8086956 details:A new release '' has been published in zerocracy/judges-action by @rultor. event_id:50072898514 event_type:ReleaseEvent hoc:6 is_human:0 last_commit:64dad07e069fb89e65dd554c11d66397f8c7164b release:220641571 tag:0.8.7 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-23T13:09:26Z tag-was-created 799177290 _job:32480 details:A new tag '0.8.7' has been created in zerocracy/judges-action by @rultor. event_id:50072863025 event_type:CreateEvent is_human:0 tag:0.8.7 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-23T13:47:46Z release-published 802720676 _job:32480 commits:7 contributors:[41898282, 526301, 8086956] details:A new release '`INPUT_GITHUB-TOKEN` is not used, replaced by faulty `INPUT_GITHUB_TOKEN`' has been published in zerocracy/pages-action by @rultor. event_id:50074507798 event_type:ReleaseEvent hoc:210 is_human:0 last_commit:f17813b26c8912b624e11aca76aaba6980d5742d release:220650752 tag:0.1.4 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-23T13:46:27Z tag-was-created 802720676 _job:32480 details:A new tag '0.1.4' has been created in zerocracy/pages-action by @rultor. event_id:50074448704 event_type:CreateEvent is_human:0 tag:0.1.4 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-26T10:08:29Z release-published 799113787 _job:32480 commits:6 contributors:[29139614, 526301, 8086956] details:A new release '`update` doesn't fail if no judges used, but it must' has been published in yegor256/judges by @rultor. event_id:50140164103 event_type:ReleaseEvent hoc:50 is_human:0 last_commit:18b9d335311424fe361a8d2b08c6aba42891220b release:220953060 tag:0.44.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-26T10:07:30Z tag-was-created 799113787 _job:32480 details:A new tag '0.44.0' has been created in yegor256/judges by @rultor. event_id:50140121366 event_type:CreateEvent is_human:0 tag:0.44.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-26T10:31:28Z release-published 799177290 _job:32480 commits:10 contributors:[29139614, 526301, 41898282, 8086956] details:A new release 'judges" functionality is not being utilized' has been published in zerocracy/judges-action by @rultor. event_id:50141111813 event_type:ReleaseEvent hoc:76 is_human:0 last_commit:654cb2b59485c1f3ef4ac3580fa0cc3633bcff82 release:220960102 tag:0.8.9 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-26T11:06:30Z dimensions-of-terrain _job:32480 total_active_contributors:5 total_commits:4661 total_contributors:15 total_files:716 total_forks:23 total_issues:682 total_pulls:1218 total_releases:512 total_repositories:9 total_stars:64
2025-05-26T13:58:29Z pull-was-merged 849726475 _job:32480 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#86 has been closed by @rultor, with 4 HoC and 2 comments. event_id:50149765959 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:86 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-26T13:37:09Z pull-was-merged 820463873 _job:32480 branch:renovate/yegor256-copyrights-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#185 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50148857832 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:185 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-26T12:18:40Z pull-was-merged 802720676 _job:32480 branch:renovate/yegor256-copyrights-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#281 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50145381766 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:281 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-05-26T12:07:46Z pull-was-merged 802720676 _job:32480 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#282 has been closed by @rultor, with 4 HoC and 2 comments. event_id:50144908153 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:282 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-05-26T14:05:38Z pull-was-merged 840215648 _job:32480 branch:renovate/yegor256-copyrights-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#68 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50150071946 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:68 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-26T14:11:51Z pull-was-merged 849726475 _job:32480 branch:renovate/yegor256-copyrights-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#85 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50150334392 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:85 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-27T08:41:36Z release-published 799113787 _job:32480 commits:7 contributors:[29139614, 526301, 8086956] details:A new release 'churn is not calculated correctly on later judges' has been published in yegor256/judges by @rultor. event_id:50177939083 event_type:ReleaseEvent hoc:321 is_human:0 last_commit:5d34983b33342b6643cb62261b681916d09522d1 release:221182100 tag:0.44.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-27T08:40:06Z tag-was-created 799113787 _job:32480 details:A new tag '0.44.1' has been created in yegor256/judges by @rultor. event_id:50177869504 event_type:CreateEvent is_human:0 tag:0.44.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-27T09:17:58Z tag-was-created 802720676 _job:32480 details:A new tag '0.1.5' has been created in zerocracy/pages-action by @rultor. event_id:50179599282 event_type:CreateEvent is_human:0 tag:0.1.5 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-27T09:16:22Z tag-was-created 799177290 _job:32480 details:A new tag '0.8.10' has been created in zerocracy/judges-action by @rultor. event_id:50179525764 event_type:CreateEvent is_human:0 tag:0.8.10 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-27T09:17:30Z release-published 799177290 _job:32480 commits:9 contributors:[29139614, 526301, 2566462, 8086956] details:A new release '`action.yml` fails to set default token' has been published in zerocracy/judges-action by @rultor. event_id:50179577386 event_type:ReleaseEvent hoc:151 is_human:0 last_commit:3ebd1f9bbbf4ab7b526e478265895166cd86218e release:221191696 tag:0.8.10 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-27T09:19:08Z release-published 802720676 _job:32480 commits:8 contributors:[41898282, 526301, 29139614, 8086956] details:A new release '`action.yml` fails to set default token' has been published in zerocracy/pages-action by @rultor. event_id:50179651795 event_type:ReleaseEvent hoc:22 is_human:0 last_commit:e7ad7148b8c501ca2f6861530500fd4d746d2dbd release:221192061 tag:0.1.5 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-27T11:09:35Z dimensions-of-terrain _job:32480 total_active_contributors:5 total_commits:4691 total_contributors:15 total_files:717 total_forks:23 total_issues:687 total_pulls:1230 total_releases:515 total_repositories:9 total_stars:64
2025-05-27T10:56:49Z pull-was-merged 799177290 _job:32480 branch:renovate/zerocracy-pages-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#643 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50183995485 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:643 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-05-27T11:42:39Z pull-was-merged 849726475 _job:32480 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#87 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50185881492 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:87 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-27T14:52:23Z release-published 799177290 _job:32481 commits:12 contributors:[29139614, 41898282, 526301, 8086956] details:A new release '`find-all-issues` function returns no results' has been published in zerocracy/judges-action by @rultor. event_id:50195110683 event_type:ReleaseEvent hoc:151 is_human:0 last_commit:26c6f5ced3609677045ef5909106e952c24069ec release:221289808 tag:0.8.11 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-27T14:51:14Z tag-was-created 799177290 _job:32481 details:A new tag '0.8.11' has been created in zerocracy/judges-action by @rultor. event_id:50195052962 event_type:CreateEvent is_human:0 tag:0.8.11 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-27T15:52:38Z pull-was-merged 799177290 _job:32481 branch:renovate/zerocracy-judges-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#654 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50197941494 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:654 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-05-27T20:19:22Z release-published 840215648 _job:32481 commits:32 contributors:[29139614, 526301, 8086956] details:A new release '`/pop` takes too long if content it big' has been published in zerocracy/baza.rb by @rultor. event_id:50207717672 event_type:ReleaseEvent hoc:720 is_human:0 last_commit:0252c7396a7df11f1aaa818792a4f238ddf2191b release:221372036 tag:0.5.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-27T20:18:41Z tag-was-created 840215648 _job:32481 details:A new tag '0.5.0' has been created in zerocracy/baza.rb by @rultor. event_id:50207694973 event_type:CreateEvent is_human:0 tag:0.5.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-28T11:07:37Z quality-of-service _job:32481 average_backlog_size:5.587301587301587 average_build_duration:37.318761384335154 average_build_mttr:-44086 average_build_success_rate:0.9690346083788707 average_issue_lifetime:836574.5288461539 average_pull_files_size:1.5466377440347072 average_pull_hoc_size:24.440347071583513 average_pull_lifetime:200163.98231827113 average_pull_rejection_rate:0.09430255402750491 average_release_commits_size:6.832369942196531 average_release_hoc_size:114.58381502890174 average_release_interval:45078.247191011236 average_review_size:0.3232104121475054 average_review_time:38291.34523809524 average_reviewers_per_pull:0.24511930585683298 average_reviews_per_pull:0.44685466377440347 average_triage_time:0 composite:0.737 ffact:1663210 since:2025-05-21T11:07:37Z
2025-05-28T11:10:51Z quantity-of-deliverables _job:32481 since:2025-05-21T11:10:51Z
2025-05-28T11:10:51Z dimensions-of-terrain _job:32481 total_active_contributors:5 total_commits:4721 total_contributors:15 total_files:717 total_forks:23 total_issues:703 total_pulls:1237 total_releases:519 total_repositories:9 total_stars:65
2025-05-28T07:03:26Z release-published 799113787 _job:32481 commits:2 contributors:[526301, 8086956] details:A new release 'baza.rb is old' has been published in yegor256/judges by @rultor. event_id:50223150732 event_type:ReleaseEvent hoc:8 is_human:0 last_commit:a387bc972be060a974790337961c2a82530ca03d release:221457076 tag:0.45.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-28T07:02:14Z tag-was-created 799113787 _job:32481 details:A new tag '0.45.0' has been created in yegor256/judges by @rultor. event_id:50223105633 event_type:CreateEvent is_human:0 tag:0.45.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-28T08:02:30Z pull-was-merged 799177290 _job:32481 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:2 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#655 has been closed by @rultor, with 4 HoC and 2 comments. event_id:50225572054 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:655 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-05-28T09:33:50Z release-published 799177290 _job:32481 commits:5 contributors:[29139614, 41898282, 526301, 8086956] details:A new release '' has been published in zerocracy/judges-action by @rultor. event_id:50229693538 event_type:ReleaseEvent hoc:14 is_human:0 last_commit:ba65223b8b9f58c80b655b94f5826e8116769eef release:221491688 tag:0.9.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-28T09:32:42Z tag-was-created 799177290 _job:32481 details:A new tag '0.9.0' has been created in zerocracy/judges-action by @rultor. event_id:50229642507 event_type:CreateEvent is_human:0 tag:0.9.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-05-28T13:27:51Z pull-was-merged 181044958 _job:32481 branch:renovate/yegor256-copyrights-action-0.x comments:14 comments_appreciated:5 comments_by_author:0 comments_by_reviewers:15 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/0rsk#186 has been closed by @rultor, with 2 HoC and 14 comments. event_id:50239932897 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:186 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-05-28T13:58:22Z pull-was-merged 849726475 _job:32481 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#88 has been closed by @rultor, with 4 HoC and 2 comments. event_id:50241450214 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:88 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-28T14:07:14Z issue-was-closed 181044958 _job:32481 details:The issue yegor256/0rsk#155 has been closed by @rultor. event_id:50241906767 event_type:IssuesEvent is_human:0 issue:155 where:github who:8086956
2025-05-28T14:21:32Z issue-was-closed 181044958 _job:32481 details:The issue yegor256/0rsk#168 has been closed by @rultor. event_id:50242618202 event_type:IssuesEvent is_human:0 issue:168 where:github who:8086956
2025-05-28T14:38:39Z issue-was-closed 181044958 _job:32481 details:The issue yegor256/0rsk#144 has been closed by @rultor. event_id:50243507804 event_type:IssuesEvent is_human:0 issue:144 where:github who:8086956
2025-05-28T15:41:49Z pull-was-merged 799177290 _job:32481 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#657 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50246573068 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:657 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-05-28T15:51:57Z pull-was-merged 802720676 _job:32481 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#286 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50247008336 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:286 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-05-28T15:41:00Z pull-was-merged 802720676 _job:32481 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#287 has been closed by @rultor, with 4 HoC and 2 comments. event_id:50246537512 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:287 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-05-28T16:46:41Z pull-was-merged 820463873 _job:32481 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#186 has been closed by @rultor, with 4 HoC and 2 comments. event_id:50249179075 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:186 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-28T19:54:46Z pull-was-merged 849726475 _job:32481 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#89 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50255927242 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:89 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-29T11:36:47Z dimensions-of-terrain _job:32481 total_active_contributors:6 total_commits:4741 total_contributors:16 total_files:719 total_forks:23 total_issues:708 total_pulls:1244 total_releases:519 total_repositories:9 total_stars:65
2025-05-29T15:09:21Z issue-was-closed 181044958 _job:32481 details:The issue yegor256/0rsk#180 has been closed by @rultor. event_id:50290185396 event_type:IssuesEvent is_human:0 issue:180 where:github who:8086956
2025-05-29T16:02:46Z pull-was-merged 799177290 _job:32481 branch:renovate/yegor256-copyrights-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#661 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50292401668 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:661 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-05-29T18:54:26Z pull-was-merged 849726475 _job:32481 branch:renovate/yegor256-copyrights-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#90 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50298704439 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:90 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-29T18:39:57Z pull-was-merged 802720676 _job:32481 branch:renovate/yegor256-copyrights-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#288 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50298213939 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:288 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-05-30T11:08:43Z quality-of-service _job:32481 average_backlog_size:5.380952380952381 average_build_duration:40.27686703096539 average_build_mttr:-44086 average_build_success_rate:0.9690346083788707 average_issue_lifetime:869461.0858585859 average_pull_files_size:1.5472972972972974 average_pull_hoc_size:24.6981981981982 average_pull_lifetime:207341.4134419552 average_pull_rejection_rate:0.09572301425661914 average_release_commits_size:6.771084337349397 average_release_hoc_size:114.855421686747 average_release_interval:45920.76608187135 average_review_size:0.3355855855855856 average_review_time:38291.34523809524 average_reviewers_per_pull:0.2545045045045045 average_reviews_per_pull:0.46396396396396394 average_triage_time:0 composite:0.734 ffact:1663210 since:2025-05-23T11:08:43Z
2025-05-30T11:39:22Z quantity-of-deliverables _job:32481 since:2025-05-23T11:39:22Z
2025-05-30T12:52:16Z dimensions-of-terrain _job:32481 total_active_contributors:6 total_commits:4761 total_contributors:16 total_files:725 total_forks:23 total_issues:709 total_pulls:1264 total_releases:519 total_repositories:9 total_stars:65
2025-05-29T18:57:00Z pull-was-merged 820463873 _job:32481 branch:renovate/yegor256-copyrights-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#187 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50298790194 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:187 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-30T06:48:29Z pull-was-merged 799177290 _job:32481 branch:renovate/rake-13.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#664 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50315440449 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:664 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-05-30T07:57:17Z pull-was-merged 799177290 _job:32481 branch:renovate/base64-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#665 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50317705039 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:665 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-05-30T07:57:33Z pull-was-merged 802720676 _job:32481 branch:renovate/rake-13.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#289 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50317714129 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:289 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-05-30T07:41:54Z pull-was-merged 820463873 _job:32481 branch:renovate/rake-13.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#188 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50317181853 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:188 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-30T12:43:28Z pull-was-merged 849726475 _job:32481 branch:renovate/rake-13.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#91 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50328038333 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:91 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-31T13:12:26Z dimensions-of-terrain _job:32481 total_active_contributors:6 total_commits:4762 total_contributors:16 total_files:725 total_forks:23 total_issues:709 total_pulls:1268 total_releases:519 total_repositories:9 total_stars:65
2025-05-31T13:01:10Z pull-was-merged 799177290 _job:32481 branch:renovate/rubocop-minitest-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#666 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50357746980 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:666 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-05-31T13:49:52Z pull-was-merged 849726475 _job:32481 branch:renovate/rubocop-minitest-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#92 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50358354111 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:92 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-05-31T14:35:35Z pull-was-merged 802720676 _job:32481 branch:renovate/rubocop-minitest-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#290 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50358936246 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:290 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-05-31T13:54:37Z pull-was-merged 820463873 _job:32481 branch:renovate/rubocop-minitest-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#189 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50358408370 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:189 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-01T06:38:21Z pull-was-merged 849726475 _job:32481 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#93 has been closed by @rultor, with 14 HoC and 2 comments. event_id:50369566449 event_type:PullRequestEvent failed_builds:0 hoc:14 is_human:0 issue:93 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-01T05:02:43Z pull-was-merged 799177290 _job:32481 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#668 has been closed by @rultor, with 10 HoC and 2 comments. event_id:50368538666 event_type:PullRequestEvent failed_builds:0 hoc:10 is_human:0 issue:668 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-06-01T05:05:41Z pull-was-merged 802720676 _job:32481 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#291 has been closed by @rultor, with 14 HoC and 2 comments. event_id:50368569332 event_type:PullRequestEvent failed_builds:0 hoc:14 is_human:0 issue:291 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-06-01T11:35:22Z quality-of-service _job:32481 average_backlog_size:5.26984126984127 average_build_duration:39.9799635701275 average_build_mttr:-113406 average_build_success_rate:0.9653916211293261 average_issue_lifetime:869461.0858585859 average_pull_files_size:1.5472972972972974 average_pull_hoc_size:24.6981981981982 average_pull_lifetime:207341.4134419552 average_pull_rejection_rate:0.09572301425661914 average_release_commits_size:6.779141104294479 average_release_hoc_size:116.31901840490798 average_release_interval:45262.85119047619 average_review_size:0.3355855855855856 average_review_time:38291.34523809524 average_reviewers_per_pull:0.2545045045045045 average_reviews_per_pull:0.46396396396396394 average_triage_time:0 composite:0.734 ffact:1663210 since:2025-05-25T11:35:22Z
2025-06-01T12:14:55Z quantity-of-deliverables _job:32481 since:2025-05-25T12:14:55Z total_builds_ran:3317
2025-06-01T04:02:11Z release-published 820463873 _job:32481 commits:12 contributors:[29139614, 526301, 2566462, 8086956] details:A new release '' has been published in zerocracy/fbe by @rultor. event_id:50367914125 event_type:ReleaseEvent hoc:782 is_human:0 last_commit:1e38534035d68cff2e9bfe19099272d0c230c788 release:222256760 tag:0.15.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-01T04:01:05Z tag-was-created 820463873 _job:32481 details:A new tag '0.15.0' has been created in zerocracy/fbe by @rultor. event_id:50367899535 event_type:CreateEvent is_human:0 tag:0.15.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-01T13:13:50Z dimensions-of-terrain _job:32481 total_active_contributors:6 total_commits:4770 total_contributors:16 total_files:725 total_forks:23 total_issues:709 total_pulls:1278 total_releases:520 total_repositories:9 total_stars:65
2025-06-02T13:46:00Z dimensions-of-terrain _job:32481 total_active_contributors:6 total_commits:4770 total_contributors:16 total_files:725 total_forks:23 total_issues:709 total_pulls:1279 total_releases:520 total_repositories:9 total_stars:65
2025-06-02T18:45:10Z pull-was-merged 799177290 _job:32481 branch:renovate/crate-ci-typos-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#669 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50422393927 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:669 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-06-02T18:43:37Z pull-was-merged 849726475 _job:32481 branch:renovate/crate-ci-typos-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#94 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50422362195 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:94 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-02T20:45:08Z pull-was-merged 802720676 _job:32481 branch:renovate/crate-ci-typos-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#292 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50426593127 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:292 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-06-02T20:42:42Z pull-was-merged 820463873 _job:32481 branch:renovate/crate-ci-typos-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#191 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50426513133 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:191 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-03T12:13:17Z quality-of-service _job:32481 average_backlog_size:4.825396825396825 average_build_duration:42.69945355191257 average_build_mttr:-113406 average_build_success_rate:0.9653916211293261 average_issue_lifetime:905750.4684210527 average_pull_files_size:1.5238095238095237 average_pull_hoc_size:22.452380952380953 average_pull_lifetime:216494.78085106384 average_pull_rejection_rate:0.25 average_release_commits_size:6.6835443037974684 average_release_hoc_size:114.90506329113924 average_release_interval:117621.0 average_review_size:0.35224586288416077 average_review_time:38296.02380952381 average_reviewers_per_pull:0.26713947990543735 average_reviews_per_pull:0.48699763593380613 average_triage_time:1.2 composite:0.731 ffact:1663210 since:2025-05-27T12:13:17Z
2025-06-03T12:50:53Z quantity-of-deliverables _job:32481 since:2025-05-27T12:50:53Z
2025-06-03T10:13:52Z release-published 798641472 _job:32481 commits:12 contributors:[526301, 29139614, 41898282, 8086956] details:A new release '`FactAsYaml` is missing' has been published in yegor256/factbase by @rultor. event_id:50449548091 event_type:ReleaseEvent hoc:182 is_human:0 last_commit:b618be6b9059088381e5be8153af9a5dace95bdd release:222691681 tag:0.11.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-03T10:12:45Z tag-was-created 798641472 _job:32481 details:A new tag '0.11.0' has been created in yegor256/factbase by @rultor. event_id:50449498612 event_type:CreateEvent is_human:0 tag:0.11.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-03T14:08:23Z dimensions-of-terrain _job:32481 total_active_contributors:6 total_files:730 total_forks:23 total_issues:714 total_pulls:1291 total_stars:65
2025-06-04T17:11:25Z dimensions-of-terrain _job:32481 total_active_contributors:6 total_commits:4817 total_contributors:16 total_files:730 total_forks:23 total_issues:715 total_pulls:1303 total_releases:524 total_repositories:9 total_stars:65
2025-06-04T05:22:55Z release-published 820463873 _job:32481 commits:6 contributors:[29139614, 526301, 2566462, 8086956] details:A new release 'judges-action#660: fix Fbe::FakeOctokit#issue' has been published in zerocracy/fbe by @rultor. event_id:50488169330 event_type:ReleaseEvent hoc:171 is_human:0 last_commit:7ec65f444dbc7dbfd8644fe4f86a4b586a7b4d64 release:222950797 tag:0.16.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-04T05:21:17Z tag-was-created 820463873 _job:32481 details:A new tag '0.16.1' has been created in zerocracy/fbe by @rultor. event_id:50488128766 event_type:CreateEvent is_human:0 tag:0.16.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-03T14:29:55Z release-published 820463873 _job:32481 commits:1 contributors:8086956 details:A new release 'octokit 10' has been published in zerocracy/fbe by @rultor. event_id:50461505114 event_type:ReleaseEvent hoc:2 is_human:0 last_commit:01e460b01e2592161dce9764bc5b4d57ffbbd753 release:222796419 tag:0.16.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-03T14:29:04Z tag-was-created 820463873 _job:32481 details:A new tag '0.16.0' has been created in zerocracy/fbe by @rultor. event_id:50461460079 event_type:CreateEvent is_human:0 tag:0.16.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-03T12:50:33Z pull-was-merged 799177290 _job:32481 branch:renovate/factbase-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#670 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50456363163 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:670 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-06-04T07:10:05Z pull-was-merged 849726475 _job:32481 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#96 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50491585579 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:96 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-03T16:42:43Z pull-was-merged 849726475 _job:32481 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#95 has been closed by @rultor, with 45 HoC and 2 comments. event_id:50467568182 event_type:PullRequestEvent failed_builds:0 hoc:45 is_human:0 issue:95 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-04T07:40:47Z pull-was-merged 802720676 _job:32481 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#295 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50492819168 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:295 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-06-03T15:37:15Z pull-was-merged 802720676 _job:32481 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#294 has been closed by @rultor, with 43 HoC and 2 comments. event_id:50464839232 event_type:PullRequestEvent failed_builds:0 hoc:43 is_human:0 issue:294 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-06-03T14:42:21Z pull-was-merged 802720676 _job:32481 branch:renovate/factbase-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#293 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50462157066 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:293 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-06-04T07:50:02Z pull-was-merged 799177290 _job:32481 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#673 has been closed by @rultor, with 6 HoC and 2 comments. event_id:50493212082 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:673 review_comments:0 succeeded_builds:13 where:github who:8086956
2024-08-12T14:04:47Z issue-was-assigned 799113787 _job:32481 assigner:526301 is_human:1 issue:111 where:github who:97173401
2025-06-04T19:37:11Z who-has-name _job:32481 is_human:1 name:prateekpsingh where:github who:97173401
2025-04-03T04:40:50Z issue-was-assigned 799177290 _job:32481 assigner:526301 is_human:1 issue:510 where:github who:88084038
2025-04-04T14:08:41Z issue-was-assigned 799177290 _job:32485 assigner:526301 is_human:1 issue:526 where:github who:88084038
2025-04-05T11:42:15Z issue-was-assigned 799177290 _job:32485 assigner:526301 is_human:1 issue:534 where:github who:88084038
2025-04-08T00:27:45Z issue-was-assigned 799177290 _job:32485 assigner:526301 is_human:1 issue:543 where:github who:88084038
2025-06-04T19:15:51Z pull-was-merged 849726475 _job:32485 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#98 has been closed by @rultor, with 28 HoC and 2 comments. event_id:50523281200 event_type:PullRequestEvent failed_builds:0 hoc:28 is_human:0 issue:98 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-05T12:48:15Z quality-of-service _job:32485 average_backlog_size:3.9365079365079363 average_build_duration:46.83242258652095 average_build_mttr:-113406 average_build_success_rate:0.9653916211293261 average_issue_lifetime:910609.8486486486 average_pull_files_size:1.5135135135135136 average_pull_hoc_size:23.737100737100736 average_pull_lifetime:190068.453125 average_pull_rejection_rate:0.09151785714285714 average_release_commits_size:6.409090909090909 average_release_hoc_size:109.66883116883118 average_release_interval:44702.74213836478 average_review_size:0.717391304347826 average_review_time:36006.75 average_reviewers_per_pull:0.15217391304347827 average_reviews_per_pull:0.6521739130434783 average_triage_time:0 composite:0.734 ffact:1663210 since:2025-05-29T12:48:15Z
2025-06-05T11:28:04Z tag-was-created 799177290 _job:32485 details:A new tag '0.11.0' has been created in zerocracy/judges-action by @rultor. event_id:50552158958 event_type:CreateEvent is_human:0 tag:0.11.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-05T10:33:08Z release-published 820463873 _job:32485 commits:10 contributors:[2566462, 526301, 8086956] details:A new release '' has been published in zerocracy/fbe by @rultor. event_id:50549970994 event_type:ReleaseEvent hoc:320 is_human:0 last_commit:90d64b2af09fea038fcde924018a0a5466d993d4 release:223330471 tag:0.17.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-05T10:32:27Z tag-was-created 820463873 _job:32485 details:A new tag '0.17.0' has been created in zerocracy/fbe by @rultor. event_id:50549942878 event_type:CreateEvent is_human:0 tag:0.17.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-05T11:29:37Z release-published 799177290 _job:32485 commits:42 contributors:[41898282, 526301, 29139614, 2566462, 8086956] details:A new release 'Judges' API usage not reported after update cycle completes' has been published in zerocracy/judges-action by @rultor. event_id:50552220636 event_type:ReleaseEvent hoc:1035 is_human:0 last_commit:08384df5e15ccb1a4a79b91181eb1475c5be23c5 release:223342386 tag:0.11.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-05T13:17:08Z quantity-of-deliverables _job:32485 since:2025-05-29T13:17:08Z
2025-06-05T12:52:45Z pull-was-merged 799177290 _job:32485 branch:renovate/zerocracy-judges-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#683 has been closed by @rultor, with 2 HoC and 2 comments. event_id:50555839979 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:683 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-06-05T17:36:25Z dimensions-of-terrain _job:32485 total_active_contributors:6 total_commits:4863 total_contributors:16 total_files:735 total_forks:23 total_issues:721 total_pulls:1316 total_releases:530 total_repositories:9 total_stars:67
2025-06-05T18:16:33Z tag-was-created 799177290 _job:32485 details:A new tag '0.11.1' has been created in zerocracy/judges-action by @rultor. event_id:50569945393 event_type:CreateEvent is_human:0 tag:0.11.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-05T18:17:44Z release-published 799177290 _job:32485 commits:12 contributors:[41898282, 526301, 29139614, 8086956] details:A new release 'data loss risk when deleting facts, consider using `stale` attribute' has been published in zerocracy/judges-action by @rultor. event_id:50569982564 event_type:ReleaseEvent hoc:217 is_human:0 last_commit:b34cd90ea7d79ffe29259e1828a7640ba4f425a1 release:223470803 tag:0.11.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-06T19:38:08Z dimensions-of-terrain _job:32485 total_active_contributors:6 total_commits:4880 total_contributors:16 total_files:735 total_forks:23 total_issues:722 total_pulls:1318 total_releases:531 total_repositories:9 total_stars:67
2025-06-06T22:42:35Z pull-was-merged 849726475 _job:32485 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#100 has been closed by @rultor, with 16 HoC and 3 comments. event_id:50619830448 event_type:PullRequestEvent failed_builds:0 hoc:16 is_human:0 issue:100 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-07T12:50:39Z quality-of-service _job:32485 average_backlog_size:3.6031746031746033 average_build_duration:49.35154826958106 average_build_mttr:-113406 average_build_success_rate:0.9653916211293261 average_issue_lifetime:914190.375 average_pull_files_size:1.508816120906801 average_pull_hoc_size:23.1536523929471 average_pull_lifetime:194221.45662100456 average_pull_rejection_rate:0.23636363636363636 average_release_commits_size:6.409090909090909 average_release_hoc_size:109.66883116883118 average_release_interval:44702.74213836478 average_review_size:0.33753148614609574 average_review_time:37501.7294117647 average_reviewers_per_pull:0.28463476070528965 average_reviews_per_pull:0.49622166246851385 average_triage_time:0 composite:0.733 ffact:1663210 since:2025-05-31T12:50:39Z
2025-06-07T13:38:56Z quantity-of-deliverables _job:32485 since:2025-05-31T13:38:56Z total_builds_ran:3166
2025-06-06T20:41:28Z pull-was-merged 799177290 _job:32485 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#681 has been closed by @rultor, with 24 HoC and 3 comments. event_id:50617061590 event_type:PullRequestEvent failed_builds:0 hoc:24 is_human:0 issue:681 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-06-06T19:34:52Z release-published 820463873 _job:32485 commits:6 contributors:[526301, 2566462, 8086956] details:A new release '`Fbe.octo` should cache in SQLite if `options.sqlite_cache` is set' has been published in zerocracy/fbe by @rultor. event_id:50615176061 event_type:ReleaseEvent hoc:184 is_human:0 last_commit:babd95977f153a68e0c57ba5c074d68ce7fb4de9 release:223725656 tag:0.18.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-06T19:33:13Z tag-was-created 820463873 _job:32485 details:A new tag '0.18.0' has been created in zerocracy/fbe by @rultor. event_id:50615129206 event_type:CreateEvent is_human:0 tag:0.18.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-07T10:42:42Z pull-was-merged 849726475 _job:32485 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#101 has been closed by @rultor, with 30 HoC and 3 comments. event_id:50628391870 event_type:PullRequestEvent failed_builds:0 hoc:30 is_human:0 issue:101 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-07T18:39:47Z pull-was-merged 849726475 _job:32485 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#102 has been closed by @rultor, with 2 HoC and 3 comments. event_id:50634329361 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:102 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-07T19:38:19Z dimensions-of-terrain _job:32485 total_active_contributors:6 total_commits:4887 total_contributors:16 total_files:735 total_forks:23 total_issues:727 total_pulls:1324 total_releases:534 total_repositories:9 total_stars:68
2025-06-07T07:35:51Z release-published 820463873 _job:32485 commits:3 contributors:[526301, 8086956] details:A new release 'extra logging necessary' has been published in zerocracy/fbe by @rultor. event_id:50626249194 event_type:ReleaseEvent hoc:169 is_human:0 last_commit:3885304599fbc545cca39ffb1953bedcb45f9e0a release:223779894 tag:0.19.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-07T07:34:21Z tag-was-created 820463873 _job:32485 details:A new tag '0.19.1' has been created in zerocracy/fbe by @rultor. event_id:50626232908 event_type:CreateEvent is_human:0 tag:0.19.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-07T07:01:53Z release-published 820463873 _job:32485 commits:1 contributors:8086956 details:A new release 'off_quota renamed to off_quota?' has been published in zerocracy/fbe by @rultor. event_id:50625861435 event_type:ReleaseEvent hoc:2 is_human:0 last_commit:8695f565569dc9241cd1c6cd53d23743d9d3afe5 release:223778665 tag:0.19.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-07T07:00:16Z tag-was-created 820463873 _job:32485 details:A new tag '0.19.0' has been created in zerocracy/fbe by @rultor. event_id:50625837539 event_type:CreateEvent is_human:0 tag:0.19.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-07T13:55:10Z release-published 820463873 _job:32485 commits:4 contributors:[526301, 8086956] details:A new release 'HTTP request happens before cache intialization' has been published in zerocracy/fbe by @rultor. event_id:50630707355 event_type:ReleaseEvent hoc:37 is_human:0 last_commit:6bfda56353fcf315723c6bebbc910686103e9367 release:223796548 tag:0.19.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-07T13:53:25Z tag-was-created 820463873 _job:32485 details:A new tag '0.19.2' has been created in zerocracy/fbe by @rultor. event_id:50630686765 event_type:CreateEvent is_human:0 tag:0.19.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-08T05:18:28Z release-published 799177290 _job:32485 commits:4 contributors:[526301, 29139614, 8086956] details:A new release 'sqlite_cache not working properly with new Fbe implementation' has been published in zerocracy/judges-action by @rultor. event_id:50640670214 event_type:ReleaseEvent hoc:123 is_human:0 last_commit:d9e56f423d7e25c5f6033140e8206f671e74ec8f release:223838648 tag:0.12.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-08T05:16:53Z tag-was-created 799177290 _job:32485 details:A new tag '0.12.0' has been created in zerocracy/judges-action by @rultor. event_id:50640655620 event_type:CreateEvent is_human:0 tag:0.12.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-08T05:17:37Z release-published 802720676 _job:32485 commits:19 contributors:[29139614, 41898282, 526301, 8086956] details:A new release 'judges up" functionality not working as expected' has been published in zerocracy/pages-action by @rultor. event_id:50640662437 event_type:ReleaseEvent hoc:174 is_human:0 last_commit:ff74be2b5924c5f0190ba62276be7fbbfec02f8f release:223838623 tag:0.2.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-08T05:16:44Z tag-was-created 802720676 _job:32485 details:A new tag '0.2.0' has been created in zerocracy/pages-action by @rultor. event_id:50640654256 event_type:CreateEvent is_human:0 tag:0.2.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-08T09:23:37Z release-published 799177290 _job:32485 commits:12 contributors:[41898282, 526301, 29139614, 8086956] details:A new release ''fail-fast' condition isn't correctly validated' has been published in zerocracy/judges-action by @rultor. event_id:50643278454 event_type:ReleaseEvent hoc:101 is_human:0 last_commit:18cf1b7bb1267b4305e05fcd7e94afa8ca7e5da0 release:223847190 tag:0.12.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-08T09:22:30Z tag-was-created 799177290 _job:32485 details:A new tag '0.12.1' has been created in zerocracy/judges-action by @rultor. event_id:50643265639 event_type:CreateEvent is_human:0 tag:0.12.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-08T10:11:07Z release-published 840215648 _job:32485 commits:21 contributors:[29139614, 526301, 8086956] details:A new release '`durable_find()` is not implemented' has been published in zerocracy/baza.rb by @rultor. event_id:50643844619 event_type:ReleaseEvent hoc:315 is_human:0 last_commit:a6b5c2823bfab284197f52e0536b75627fc8222c release:223848918 tag:0.6.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-08T10:10:25Z tag-was-created 840215648 _job:32485 details:A new tag '0.6.0' has been created in zerocracy/baza.rb by @rultor. event_id:50643836522 event_type:CreateEvent is_human:0 tag:0.6.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-08T10:48:54Z release-published 799113787 _job:32485 commits:22 contributors:[29139614, 526301, 8086956] details:A new release '' has been published in yegor256/judges by @rultor. event_id:50644302903 event_type:ReleaseEvent hoc:724 is_human:0 last_commit:7b4bbce31c6a716bbfedf4f288278c91249bc6bd release:223850386 tag:0.47.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-08T10:47:47Z tag-was-created 799113787 _job:32485 details:A new tag '0.47.0' has been created in yegor256/judges by @rultor. event_id:50644289146 event_type:CreateEvent is_human:0 tag:0.47.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-08T11:11:02Z release-published 799177290 _job:32485 commits:6 contributors:[29139614, 41898282, 526301, 8086956] details:A new release 'HTTP cache not retaining durable objects' has been published in zerocracy/judges-action by @rultor. event_id:50644564734 event_type:ReleaseEvent hoc:53 is_human:0 last_commit:7f99de03979b35c612d956d5b9e8d0f1276166c3 release:223851165 tag:0.13.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-08T11:09:33Z tag-was-created 799177290 _job:32485 details:A new tag '0.13.0' has been created in zerocracy/judges-action by @rultor. event_id:50644546880 event_type:CreateEvent is_human:0 tag:0.13.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-08T13:51:40Z pull-was-merged 849726475 _job:32485 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#103 has been closed by @rultor, with 26 HoC and 3 comments. event_id:50646666920 event_type:PullRequestEvent failed_builds:0 hoc:26 is_human:0 issue:103 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-08T18:55:56Z pull-was-merged 802720676 _job:32485 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#297 has been closed by @rultor, with 63 HoC and 3 comments. event_id:50650669308 event_type:PullRequestEvent failed_builds:0 hoc:63 is_human:0 issue:297 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-06-09T09:01:24Z release-published 799177290 _job:32485 commits:5 contributors:[41898282, 526301, 8086956] details:A new release 'Excessive caching of HTTP requests causing performance issues' has been published in zerocracy/judges-action by @rultor. event_id:50666667060 event_type:ReleaseEvent hoc:24 is_human:0 last_commit:48d7ddb5ecd3663ebc66a0603b5fe1bcf3a2b648 release:223978648 tag:0.13.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-09T08:59:32Z tag-was-created 799177290 _job:32485 details:A new tag '0.13.1' has been created in zerocracy/judges-action by @rultor. event_id:50666589815 event_type:CreateEvent is_human:0 tag:0.13.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-09T08:29:17Z release-published 820463873 _job:32485 commits:12 contributors:[526301, 2566462, 8086956] details:A new release 'no cache for parameterized queries' has been published in zerocracy/fbe by @rultor. event_id:50665478365 event_type:ReleaseEvent hoc:184 is_human:0 last_commit:39153ccd00a980a27ee8a06abb7a9cc8bef503a7 release:223972746 tag:0.19.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-09T08:27:28Z tag-was-created 820463873 _job:32485 details:A new tag '0.19.3' has been created in zerocracy/fbe by @rultor. event_id:50665414581 event_type:CreateEvent is_human:0 tag:0.19.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-09T13:20:54Z quality-of-service _job:32485 average_backlog_size:3.6031746031746033 average_build_duration:52.1183970856102 average_build_mttr:-113406 average_build_success_rate:0.9653916211293261 average_issue_lifetime:914841.4230769231 average_pull_files_size:1.5077319587628866 average_pull_hoc_size:22.90463917525773 average_pull_lifetime:197770.59673659672 average_pull_rejection_rate:0.09557109557109557 average_release_commits_size:6.42483660130719 average_release_hoc_size:109.7516339869281 average_release_interval:43750.854430379746 average_review_size:0.30927835051546393 average_review_time:37400.60240963855 average_reviewers_per_pull:0.28350515463917525 average_reviews_per_pull:0.4690721649484536 average_triage_time:0 composite:0.733 ffact:1663210 since:2025-06-02T13:20:54Z
2025-06-09T06:14:22Z dimensions-of-terrain _job:32485 total_active_contributors:6 total_commits:4940 total_contributors:16 total_files:741 total_forks:23 total_issues:734 total_pulls:1335 total_releases:542 total_repositories:9 total_stars:69
2025-06-09T11:36:50Z pull-was-merged 849726475 _job:32485 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#104 has been closed by @rultor, with 2 HoC and 3 comments. event_id:50672388429 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:104 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-09T14:41:35Z quantity-of-deliverables _job:32485 since:2025-06-02T14:41:35Z total_issues_created:34 total_pulls_submitted:18
2025-06-09T14:47:20Z pull-was-merged 820463873 _job:32485 branch:renovate/rubocop-1.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#207 has been closed by @rultor, with 4 HoC and 3 comments. event_id:50680205335 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:207 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-09T17:25:55Z release-published 840215648 _job:32485 commits:4 contributors:[526301, 8086956] details:A new release 'ranged download for `/durables` and `/pull`' has been published in zerocracy/baza.rb by @rultor. event_id:50686607158 event_type:ReleaseEvent hoc:159 is_human:0 last_commit:d1bda785e66ac11cecaa78b17e9a9ff9322e8b96 release:224098193 tag:0.7.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-09T17:24:45Z tag-was-created 840215648 _job:32485 details:A new tag '0.7.0' has been created in zerocracy/baza.rb by @rultor. event_id:50686561819 event_type:CreateEvent is_human:0 tag:0.7.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-10T18:44:02Z pull-was-opened 799113787 _job:32485 branch:copilot/fix-197 details:The pull request yegor256/judges#237 has been opened by @copilot. event_id:50739558024 event_type:PullRequestEvent is_human:0 issue:237 where:github who:198982749
2025-06-10T18:38:00Z pull-was-opened 799113787 _job:32485 branch:copilot/fix-98 details:The pull request yegor256/judges#236 has been opened by @copilot. event_id:50739345234 event_type:PullRequestEvent is_human:0 issue:236 where:github who:198982749
2025-06-10T18:37:36Z pull-was-opened 799113787 _job:32485 branch:copilot/fix-196 details:The pull request yegor256/judges#235 has been opened by @copilot. event_id:50739331468 event_type:PullRequestEvent is_human:0 issue:235 where:github who:198982749
2025-06-10T16:06:50Z pull-was-opened 799113787 _job:32485 branch:copilot/fix-101 details:The pull request yegor256/judges#234 has been opened by @copilot. event_id:50731868499 event_type:PullRequestEvent is_human:0 issue:234 where:github who:198982749
2025-06-10T18:38:37Z pull-was-opened 798641472 _job:32485 branch:copilot/fix-117 details:The pull request yegor256/factbase#237 has been opened by @copilot. event_id:50739367377 event_type:PullRequestEvent is_human:0 issue:237 where:github who:198982749
2025-06-11T16:42:52Z pull-was-merged 802720676 _job:32485 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#301 has been closed by @rultor, with 4 HoC and 3 comments. event_id:50784866558 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:301 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-06-09T17:04:30Z pull-was-merged 802720676 _job:32485 branch:renovate/rubocop-1.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#296 has been closed by @rultor, with 4 HoC and 3 comments. event_id:50685811667 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:296 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-06-09T16:53:48Z pull-was-merged 802720676 _job:32485 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#298 has been closed by @rultor, with 2 HoC and 3 comments. event_id:50685406459 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:298 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-06-09T18:47:03Z pull-was-merged 799113787 _job:32485 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#221 has been closed by @rultor, with 4 HoC and 2 comments. event_id:50689549102 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:221 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-06-11T20:10:05Z who-has-name _job:32485 is_human:0 name:copilot where:github who:198982749
2025-06-10T18:37:54Z issue-was-assigned 799113787 _job:32485 assigner:526301 is_human:0 issue:98 where:github who:198982749
2025-06-10T15:27:58Z issue-was-assigned 799113787 _job:32485 assigner:526301 is_human:0 issue:101 where:github who:198982749
2025-06-10T18:38:31Z issue-was-assigned 798641472 _job:32485 assigner:526301 is_human:0 issue:117 where:github who:198982749
2025-06-10T18:37:31Z issue-was-assigned 799113787 _job:32485 assigner:526301 is_human:0 issue:196 where:github who:198982749
2025-06-15T19:17:49Z release-published 799177290 _job:32485 commits:34 contributors:[41898282, 526301, 29139614, 2566462, 8086956] details:A new release 'baza.rb fix isn't functioning as expected' has been published in zerocracy/judges-action by @rultor. event_id:50924295325 event_type:ReleaseEvent hoc:228 is_human:0 last_commit:beb8fa95d18bcb8039bd238787556297904582ed release:225415351 tag:0.14.4 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-15T19:16:12Z tag-was-created 799177290 _job:32485 details:A new tag '0.14.4' has been created in zerocracy/judges-action by @rultor. event_id:50924272317 event_type:CreateEvent is_human:0 tag:0.14.4 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-15T16:10:22Z release-published 799177290 _job:32485 commits:1 contributors:8086956 details:A new release '`--echo` option and logging features malfunctioning' has been published in zerocracy/judges-action by @rultor. event_id:50921557083 event_type:ReleaseEvent hoc:6 is_human:0 last_commit:a9b2ce58a54bb7ced78b0a1f2e593dfc749fa22d release:225407557 tag:0.14.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-15T16:08:42Z tag-was-created 799177290 _job:32485 details:A new tag '0.14.3' has been created in zerocracy/judges-action by @rultor. event_id:50921532353 event_type:CreateEvent is_human:0 tag:0.14.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-15T08:34:36Z release-published 799177290 _job:32485 commits:1 contributors:8086956 details:A new release 'baza.rb 0.9.0 isn't utilized in chunked implementation' has been published in zerocracy/judges-action by @rultor. event_id:50915194822 event_type:ReleaseEvent hoc:6 is_human:0 last_commit:29f142b0f7101f8831f6404bc5ea3373407795b3 release:225385107 tag:0.14.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-15T08:33:55Z tag-was-created 799177290 _job:32485 details:A new tag '0.14.2' has been created in zerocracy/judges-action by @rultor. event_id:50915186574 event_type:CreateEvent is_human:0 tag:0.14.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-16T08:02:17Z release-published 799113787 _job:32485 commits:17 contributors:[29139614, 198982749, 526301, 8086956] details:A new release 'baza.rb up' has been published in yegor256/judges by @rultor. event_id:50939587139 event_type:ReleaseEvent hoc:312 is_human:0 last_commit:f380a9460723b8ac070c2c43b66b3bb57de7ee16 release:225480871 tag:0.50.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-16T08:01:40Z tag-was-created 799113787 _job:32485 details:A new tag '0.50.3' has been created in yegor256/judges by @rultor. event_id:50939559779 event_type:CreateEvent is_human:0 tag:0.50.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-15T17:48:39Z release-published 799113787 _job:32485 commits:1 contributors:8086956 details:A new release '' has been published in yegor256/judges by @rultor. event_id:50923031563 event_type:ReleaseEvent hoc:4 is_human:0 last_commit:e81bf875ccc7144b66031b03246c15529d9c1ec4 release:225411610 tag:0.50.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-15T17:46:42Z tag-was-created 799113787 _job:32485 details:A new tag '0.50.2' has been created in yegor256/judges by @rultor. event_id:50923004260 event_type:CreateEvent is_human:0 tag:0.50.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-15T15:40:34Z release-published 799113787 _job:32485 commits:1 contributors:8086956 details:A new release '`--echo` for all commands' has been published in yegor256/judges by @rultor. event_id:50921119583 event_type:ReleaseEvent hoc:4 is_human:0 last_commit:652192099e19963e0d187515385db9a1afdc6bf3 release:225406311 tag:0.50.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-15T15:39:47Z tag-was-created 799113787 _job:32485 details:A new tag '0.50.1' has been created in yegor256/judges by @rultor. event_id:50921107826 event_type:CreateEvent is_human:0 tag:0.50.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-15T14:18:06Z release-published 799113787 _job:32485 commits:1 contributors:8086956 details:A new release '`--echo` for all commands' has been published in yegor256/judges by @rultor. event_id:50919852417 event_type:ReleaseEvent hoc:4 is_human:0 last_commit:93ece124c93458bc64528b4df8facc21eab2b083 release:225400854 tag:0.50.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-15T14:17:18Z tag-was-created 799113787 _job:32485 details:A new tag '0.50.0' has been created in yegor256/judges by @rultor. event_id:50919840694 event_type:CreateEvent is_human:0 tag:0.50.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-15T06:55:30Z release-published 799113787 _job:32485 commits:1 contributors:8086956 details:A new release 'baza.rb up' has been published in yegor256/judges by @rultor. event_id:50914038134 event_type:ReleaseEvent hoc:4 is_human:0 last_commit:b50c95c2b262f26722c94f6ef10c72fbf5d62c20 release:225381968 tag:0.49.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-15T06:54:26Z tag-was-created 799113787 _job:32485 details:A new tag '0.49.0' has been created in yegor256/judges by @rultor. event_id:50914025855 event_type:CreateEvent is_human:0 tag:0.49.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-16T07:40:51Z release-published 840215648 _job:32485 commits:24 contributors:[526301, 8086956] details:A new release '`download()` fails to load empty content' has been published in zerocracy/baza.rb by @rultor. event_id:50938683962 event_type:ReleaseEvent hoc:834 is_human:0 last_commit:46147ca20dc73cf50240b102f7564dc2c88c260a release:225475866 tag:0.9.4 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-16T07:40:21Z tag-was-created 840215648 _job:32485 details:A new tag '0.9.4' has been created in zerocracy/baza.rb by @rultor. event_id:50938662720 event_type:CreateEvent is_human:0 tag:0.9.4 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-16T07:20:12Z release-published 840215648 _job:32485 commits:1 contributors:8086956 details:A new release '`pos` is redundant in `download()`' has been published in zerocracy/baza.rb by @rultor. event_id:50937837844 event_type:ReleaseEvent hoc:2 is_human:0 last_commit:493dadaee01ccc5f7d5214e7742609d0c01736a5 release:225470603 tag:0.9.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-16T07:19:50Z tag-was-created 840215648 _job:32485 details:A new tag '0.9.3' has been created in zerocracy/baza.rb by @rultor. event_id:50937822854 event_type:CreateEvent is_human:0 tag:0.9.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-15T17:34:28Z release-published 840215648 _job:32485 commits:1 contributors:8086956 details:A new release '' has been published in zerocracy/baza.rb by @rultor. event_id:50922833310 event_type:ReleaseEvent hoc:2 is_human:0 last_commit:46b29bd29921166391d7475efa24d1ee0ccd8414 release:225411043 tag:0.9.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-15T17:33:24Z tag-was-created 840215648 _job:32485 details:A new tag '0.9.2' has been created in zerocracy/baza.rb by @rultor. event_id:50922817196 event_type:CreateEvent is_human:0 tag:0.9.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-15T15:24:38Z release-published 840215648 _job:32485 commits:1 contributors:8086956 details:A new release 'error logging is weak' has been published in zerocracy/baza.rb by @rultor. event_id:50920887033 event_type:ReleaseEvent hoc:2 is_human:0 last_commit:9699c0eef97453d456a6e707de8dde9494d52188 release:225405634 tag:0.9.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-15T15:24:16Z tag-was-created 840215648 _job:32485 details:A new tag '0.9.1' has been created in zerocracy/baza.rb by @rultor. event_id:50920882013 event_type:CreateEvent is_human:0 tag:0.9.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-15T06:13:58Z release-published 840215648 _job:32485 commits:1 contributors:8086956 details:A new release '`durables_save()` function lacks chunk size configurability' has been published in zerocracy/baza.rb by @rultor. event_id:50913589063 event_type:ReleaseEvent hoc:2 is_human:0 last_commit:b2b2c483240d4681315d088a0f40f8c1442b7675 release:225380723 tag:0.9.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-15T06:13:35Z tag-was-created 840215648 _job:32485 details:A new tag '0.9.0' has been created in zerocracy/baza.rb by @rultor. event_id:50913584801 event_type:CreateEvent is_human:0 tag:0.9.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-16T08:52:21Z release-published 799177290 _job:32485 commits:15 contributors:[29139614, 41898282, 526301, 8086956] details:A new release 'judges up" component not functioning as expected' has been published in zerocracy/judges-action by @rultor. event_id:50941815153 event_type:ReleaseEvent hoc:42 is_human:0 last_commit:0145ebb30a92698016fa63d12164de5a4f704c99 release:225495925 tag:0.14.5 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-16T08:50:42Z tag-was-created 799177290 _job:32485 details:A new tag '0.14.5' has been created in zerocracy/judges-action by @rultor. event_id:50941738669 event_type:CreateEvent is_human:0 tag:0.14.5 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-15T08:58:29Z pull-was-merged 799177290 _job:32485 branch:renovate/zerocracy-judges-action-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#714 has been closed by @rultor, with 2 HoC and 3 comments. event_id:50915473066 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:714 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-06-13T21:05:12Z pull-was-merged 799113787 _job:32485 branch:renovate/eslint-monorepo comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#225 has been closed by @rultor, with 908 HoC and 2 comments. event_id:50888376349 event_type:PullRequestEvent failed_builds:0 hoc:908 is_human:0 issue:225 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-06-12T15:49:33Z pull-was-merged 799113787 _job:32485 branch:renovate/cucumber-10.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#239 has been closed by @rultor, with 32 HoC and 2 comments. event_id:50832943254 event_type:PullRequestEvent failed_builds:0 hoc:32 is_human:0 issue:239 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-06-15T20:52:15Z pull-was-merged 849726475 _job:32485 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#108 has been closed by @rultor, with 4 HoC and 3 comments. event_id:50925501819 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:108 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-15T18:45:23Z pull-was-merged 849726475 _job:32485 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#107 has been closed by @rultor, with 4 HoC and 3 comments. event_id:50923843290 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:107 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-15T11:38:57Z pull-was-merged 849726475 _job:32485 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#106 has been closed by @rultor, with 4 HoC and 3 comments. event_id:50917527646 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:106 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-15T19:03:32Z pull-was-merged 802720676 _job:32485 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#304 has been closed by @rultor, with 4 HoC and 3 comments. event_id:50924096982 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:304 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-06-15T17:57:27Z pull-was-merged 802720676 _job:32485 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#303 has been closed by @rultor, with 4 HoC and 3 comments. event_id:50923154501 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:303 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-06-15T09:42:03Z pull-was-merged 802720676 _job:32485 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#302 has been closed by @rultor, with 4 HoC and 3 comments. event_id:50916032665 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:302 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-06-16T15:01:06Z pull-was-merged 849726475 _job:32485 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#109 has been closed by @rultor, with 6 HoC and 3 comments. event_id:50959385572 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:109 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-16T14:56:02Z release-published 820463873 _job:32485 commits:12 contributors:[29139614, 526301, 2566462, 8086956] details:A new release '' has been published in zerocracy/fbe by @rultor. event_id:50959123083 event_type:ReleaseEvent hoc:200 is_human:0 last_commit:c4dfa5935d4e1c5fd75fb5da6aebb105324b64e8 release:225596629 tag:0.20.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-16T14:55:13Z tag-was-created 820463873 _job:32485 details:A new tag '0.20.0' has been created in zerocracy/fbe by @rultor. event_id:50959077995 event_type:CreateEvent is_human:0 tag:0.20.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-16T16:42:15Z pull-was-merged 799177290 _job:32485 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#725 has been closed by @rultor, with 2 HoC and 3 comments. event_id:50963894122 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:725 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-06-16T16:58:35Z pull-was-merged 799177290 _job:32485 branch:version-up comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#724 has been closed by @rultor, with 2 HoC and 3 comments. event_id:50964533502 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:724 review_comments:0 succeeded_builds:0 where:github who:8086956
2025-06-16T19:57:07Z pull-was-merged 802720676 _job:32486 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#305 has been closed by @rultor, with 2 HoC and 3 comments. event_id:50971318496 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:305 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-06-16T21:55:22Z pull-was-merged 849726475 _job:32486 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#110 has been closed by @rultor, with 26 HoC and 3 comments. event_id:50975284748 event_type:PullRequestEvent failed_builds:0 hoc:26 is_human:0 issue:110 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-17T10:07:06Z release-published 820463873 _job:32486 commits:4 contributors:[526301, 8086956] details:A new release 'store doesn't log anything' has been published in zerocracy/fbe by @rultor. event_id:50997128260 event_type:ReleaseEvent hoc:83 is_human:0 last_commit:1a2986bf47c1f86e8333e57f8d184b8af359d302 release:225812591 tag:0.21.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-17T10:06:19Z tag-was-created 820463873 _job:32486 details:A new tag '0.21.0' has been created in zerocracy/fbe by @rultor. event_id:50997093003 event_type:CreateEvent is_human:0 tag:0.21.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-17T12:53:02Z release-published 799177290 _job:32486 commits:13 contributors:[41898282, 29139614, 526301, 8086956] details:A new release 'Undetected issues persist in the system' has been published in zerocracy/judges-action by @rultor. event_id:51004588065 event_type:ReleaseEvent hoc:106 is_human:0 last_commit:f7eb8ff70049efaca2bd2d46719eb0ffbd165c90 release:225853364 tag:0.14.6 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-17T12:51:28Z tag-was-created 799177290 _job:32486 details:A new tag '0.14.6' has been created in zerocracy/judges-action by @rultor. event_id:51004508689 event_type:CreateEvent is_human:0 tag:0.14.6 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-17T14:47:19Z pull-was-merged 820463873 _job:32486 branch:renovate/rubocop-1.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#213 has been closed by @rultor, with 4 HoC and 3 comments. event_id:51010682874 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:213 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-17T10:48:48Z pull-was-merged 799177290 _job:32486 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#727 has been closed by @rultor, with 2 HoC and 3 comments. event_id:50998970151 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:727 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-06-17T14:14:29Z pull-was-merged 802720676 _job:32486 branch:renovate/rubocop-1.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#306 has been closed by @rultor, with 4 HoC and 4 comments. event_id:51008793240 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:306 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-06-17T13:57:40Z pull-was-merged 802720676 _job:32486 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#307 has been closed by @rultor, with 2 HoC and 3 comments. event_id:51008011596 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:307 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-06-17T16:52:36Z pull-was-merged 799113787 _job:32486 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#244 has been closed by @rultor, with 4 HoC and 2 comments. event_id:51016447614 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:244 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-06-17T11:42:13Z pull-was-merged 840215648 _job:32486 branch:renovate/rubocop-1.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#86 has been closed by @rultor, with 4 HoC and 3 comments. event_id:51001245666 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:86 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-17T16:40:40Z pull-was-merged 849726475 _job:32486 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#111 has been closed by @rultor, with 2 HoC and 3 comments. event_id:51015987461 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:111 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-18T05:16:17Z release-published 799177290 _job:32486 commits:10 contributors:[29139614, 41898282, 526301, 8086956] details:A new release 'fbe up" command not functioning as expected' has been published in zerocracy/judges-action by @rultor. event_id:51036625533 event_type:ReleaseEvent hoc:12 is_human:0 last_commit:f18146786956ee3d9c9f2d663aa24d543430e194 release:226056225 tag:0.14.7 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-18T05:14:35Z tag-was-created 799177290 _job:32486 details:A new tag '0.14.7' has been created in zerocracy/judges-action by @rultor. event_id:51036583286 event_type:CreateEvent is_human:0 tag:0.14.7 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-18T04:55:23Z pull-was-merged 799177290 _job:32486 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#732 has been closed by @rultor, with 2 HoC and 3 comments. event_id:51036117487 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:732 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-06-18T06:38:36Z pull-was-merged 849726475 _job:32486 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#112 has been closed by @rultor, with 2 HoC and 3 comments. event_id:51039094553 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:112 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-18T09:51:43Z pull-was-merged 799113787 _job:32486 branch:renovate/rdoc-6.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#245 has been closed by @rultor, with 2 HoC and 2 comments. event_id:51047581739 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:245 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-06-19T06:30:36Z release-published 799177290 _job:32486 commits:6 contributors:[41898282, 526301, 29139614, 8086956] details:A new release 'RuntimeError in find-missing-issues: 'eq' receives fewer operands than expected' has been published in zerocracy/judges-action by @rultor. event_id:51089747633 event_type:ReleaseEvent hoc:16 is_human:0 last_commit:15165b4ff458621d4cd121e972f1f8af83b203e7 release:226349408 tag:0.14.8 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-19T06:28:50Z tag-was-created 799177290 _job:32486 details:A new tag '0.14.8' has been created in zerocracy/judges-action by @rultor. event_id:51089689039 event_type:CreateEvent is_human:0 tag:0.14.8 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-20T07:42:48Z release-published 820463873 _job:32486 commits:7 contributors:[29139614, 2566462, 526301, 8086956] details:A new release 'GitHub quota is not respected enough' has been published in zerocracy/fbe by @rultor. event_id:51134663487 event_type:ReleaseEvent hoc:281 is_human:0 last_commit:14b2692231ba8616ebfae4e1a4598cf1104beed3 release:226600679 tag:0.21.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-20T07:40:54Z tag-was-created 820463873 _job:32486 details:A new tag '0.21.2' has been created in zerocracy/fbe by @rultor. event_id:51134596362 event_type:CreateEvent is_human:0 tag:0.21.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-20T10:54:09Z pull-was-merged 802720676 _job:32486 branch:renovate/rubocop-1.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#310 has been closed by @rultor, with 2 HoC and 3 comments. event_id:51142070760 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:310 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-06-20T11:06:06Z pull-was-merged 802720676 _job:32486 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#309 has been closed by @rultor, with 6 HoC and 3 comments. event_id:51142503767 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:309 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-06-20T12:28:33Z release-published 820463873 _job:32486 commits:4 contributors:[526301, 8086956] details:A new release 'false exception in `Fbe.octo.print_trace!`' has been published in zerocracy/fbe by @rultor. event_id:51145474224 event_type:ReleaseEvent hoc:29 is_human:0 last_commit:f224f90f7016f7cd9008d5f2543864f79bdac1d8 release:226674517 tag:0.21.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-20T12:27:08Z tag-was-created 820463873 _job:32486 details:A new tag '0.21.3' has been created in zerocracy/fbe by @rultor. event_id:51145419873 event_type:CreateEvent is_human:0 tag:0.21.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-20T12:43:05Z pull-was-merged 820463873 _job:32486 branch:renovate/rubocop-1.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#219 has been closed by @rultor, with 2 HoC and 3 comments. event_id:51146035517 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:219 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-20T12:50:31Z pull-was-merged 840215648 _job:32486 branch:renovate/rubocop-1.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#88 has been closed by @rultor, with 2 HoC and 3 comments. event_id:51146323351 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:88 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-20T14:29:33Z release-published 820463873 _job:32486 commits:3 contributors:[29139614, 526301, 8086956] details:A new release 'maxvsize for octo() caching' has been published in zerocracy/fbe by @rultor. event_id:51150355132 event_type:ReleaseEvent hoc:19 is_human:0 last_commit:943933fc77aca42ea1072cd7d0006f8a48d188c5 release:226715529 tag:0.22.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-20T14:28:12Z tag-was-created 820463873 _job:32486 details:A new tag '0.22.0' has been created in zerocracy/fbe by @rultor. event_id:51150296595 event_type:CreateEvent is_human:0 tag:0.22.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-20T16:46:16Z pull-was-merged 802720676 _job:32486 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#312 has been closed by @rultor, with 6 HoC and 3 comments. event_id:51155331170 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:312 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-06-20T07:52:29Z pull-was-merged 799177290 _job:32486 branch:renovate/others-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#738 has been closed by @rultor, with 2 HoC and 3 comments. event_id:51135009511 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:738 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-06-20T08:28:48Z release-published 799177290 _job:32486 commits:8 contributors:[41898282, 526301, 29139614, 8086956] details:A new release '`find-missing-issues` fails due to endless range conversion to array' has been published in zerocracy/judges-action by @rultor. event_id:51136366877 event_type:ReleaseEvent hoc:65 is_human:0 last_commit:8cb7934f36383bfa71dc623b2d4441f5cf0e163a release:226610621 tag:0.14.9 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-20T08:27:15Z tag-was-created 799177290 _job:32486 details:A new tag '0.14.9' has been created in zerocracy/judges-action by @rultor. event_id:51136307320 event_type:CreateEvent is_human:0 tag:0.14.9 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-20T09:25:09Z release-published 799177290 _job:32486 commits:5 contributors:[41898282, 526301, 8086956] details:A new release '`branch` property inconsistently absent from `pull-was-opened` facts' has been published in zerocracy/judges-action by @rultor. event_id:51138599847 event_type:ReleaseEvent hoc:76 is_human:0 last_commit:25676c4aa2b459940e341e2fde35399ed5b71e9e release:226624528 tag:0.14.10 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-20T09:24:04Z tag-was-created 799177290 _job:32486 details:A new tag '0.14.10' has been created in zerocracy/judges-action by @rultor. event_id:51138552391 event_type:CreateEvent is_human:0 tag:0.14.10 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-20T09:56:23Z pull-was-merged 799177290 _job:32486 branch:renovate/zerocracy-judges-action-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#743 has been closed by @rultor, with 2 HoC and 3 comments. event_id:51139862423 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:743 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-06-20T13:15:27Z release-published 799113787 _job:32486 commits:12 contributors:[526301, 29139614, 8086956] details:A new release 'testing output is too verbose' has been published in yegor256/judges by @rultor. event_id:51147325913 event_type:ReleaseEvent hoc:1049 is_human:0 last_commit:87af4b5027a77573393bf4773bab650fe1eff4aa release:226691650 tag:0.50.4 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-20T13:14:00Z tag-was-created 799113787 _job:32486 details:A new tag '0.50.4' has been created in yegor256/judges by @rultor. event_id:51147267517 event_type:CreateEvent is_human:0 tag:0.50.4 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-20T14:50:09Z pull-was-merged 799177290 _job:32486 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#719 has been closed by @rultor, with 2 HoC and 3 comments. event_id:51151191601 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:719 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-06-20T14:01:12Z pull-was-merged 849726475 _job:32486 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#113 has been closed by @rultor, with 10 HoC and 3 comments. event_id:51149180996 event_type:PullRequestEvent failed_builds:0 hoc:10 is_human:0 issue:113 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-20T15:52:51Z pull-was-merged 799177290 _job:32486 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#746 has been closed by @rultor, with 4 HoC and 3 comments. event_id:51153561123 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:746 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-06-20T14:49:59Z pull-was-merged 849726475 _job:32486 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#114 has been closed by @rultor, with 2 HoC and 3 comments. event_id:51151185558 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:114 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-20T15:45:25Z pull-was-merged 849726475 _job:32486 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#115 has been closed by @rultor, with 4 HoC and 3 comments. event_id:51153305412 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:115 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-20T16:54:25Z release-published 799177290 _job:32486 commits:12 contributors:[29139614, 41898282, 526301, 8086956] details:A new release 'Refresh function failing with new Fbe and Judges data' has been published in zerocracy/judges-action by @rultor. event_id:51155588442 event_type:ReleaseEvent hoc:21 is_human:0 last_commit:0faaac6dc31358b5e80e3515ea0695282db94b8c release:226747898 tag:0.14.11 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-20T16:53:36Z tag-was-created 799177290 _job:32486 details:A new tag '0.14.11' has been created in zerocracy/judges-action by @rultor. event_id:51155563155 event_type:CreateEvent is_human:0 tag:0.14.11 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-21T10:08:21Z pull-was-merged 802720676 _job:32486 branch:renovate/factbase-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#313 has been closed by @rultor, with 4 HoC and 3 comments. event_id:51172442776 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:313 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-06-21T10:53:09Z pull-was-merged 840215648 _job:32486 branch:renovate/factbase-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#89 has been closed by @rultor, with 4 HoC and 3 comments. event_id:51172959036 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:89 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-21T08:50:33Z release-published 799113787 _job:32486 commits:2 contributors:[526301, 8086956] details:A new release 'Summary fact printing is too verbose (takes too many lines)' has been published in yegor256/judges by @rultor. event_id:51171555844 event_type:ReleaseEvent hoc:12 is_human:0 last_commit:96144e0a1cf01c59f6c69da459cbeab84f469cc3 release:226824530 tag:0.50.5 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-21T08:49:31Z tag-was-created 799113787 _job:32486 details:A new tag '0.50.5' has been created in yegor256/judges by @rultor. event_id:51171544887 event_type:CreateEvent is_human:0 tag:0.50.5 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-21T08:32:23Z release-published 798641472 _job:32486 commits:6 contributors:[526301, 8086956] details:A new release 'FactAsYaml is too verbose' has been published in yegor256/factbase by @rultor. event_id:51171365590 event_type:ReleaseEvent hoc:118 is_human:0 last_commit:2f5a4bebe3cf9feac1db620ab20f2ce1c879ac93 release:226823832 tag:0.11.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-21T08:31:50Z tag-was-created 798641472 _job:32486 details:A new tag '0.11.1' has been created in yegor256/factbase by @rultor. event_id:51171359626 event_type:CreateEvent is_human:0 tag:0.11.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-21T10:58:22Z pull-was-merged 799177290 _job:32486 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#752 has been closed by @rultor, with 6 HoC and 3 comments. event_id:51173013932 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:752 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-06-21T09:58:20Z pull-was-merged 799177290 _job:32486 branch:renovate/factbase-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#750 has been closed by @rultor, with 4 HoC and 3 comments. event_id:51172320890 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:750 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-06-21T09:41:20Z pull-was-merged 799177290 _job:32486 branch:renovate/decoor-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#751 has been closed by @rultor, with 2 HoC and 3 comments. event_id:51172135588 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:751 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-06-21T14:44:25Z pull-was-merged 849726475 _job:32486 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#116 has been closed by @rultor, with 6 HoC and 3 comments. event_id:51175782082 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:116 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-22T12:30:38Z release-published 799177290 _job:32486 commits:12 contributors:[41898282, 526301, 29139614, 8086956] details:A new release '' has been published in zerocracy/judges-action by @rultor. event_id:51189895973 event_type:ReleaseEvent hoc:93 is_human:0 last_commit:2448b9ad27166e4b1e135f4690681729405d7297 release:226894527 tag:0.14.12 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-22T12:29:57Z tag-was-created 799177290 _job:32486 details:A new tag '0.14.12' has been created in zerocracy/judges-action by @rultor. event_id:51189884868 event_type:CreateEvent is_human:0 tag:0.14.12 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-22T13:56:19Z pull-was-merged 799177290 _job:32486 branch:renovate/zerocracy-judges-action-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#749 has been closed by @rultor, with 2 HoC and 3 comments. event_id:51191101891 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:749 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-06-23T03:53:02Z release-published 820463873 _job:32486 commits:4 contributors:[526301, 8086956] details:A new release 'non-binary maxsize is not accepted in SqliteStore' has been published in zerocracy/fbe by @rultor. event_id:51203014342 event_type:ReleaseEvent hoc:82 is_human:0 last_commit:b3b5384d95ee963c5d41dc33a23d94463b39e5cb release:226943182 tag:0.23.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-23T03:51:18Z tag-was-created 820463873 _job:32486 details:A new tag '0.23.0' has been created in zerocracy/fbe by @rultor. event_id:51202978839 event_type:CreateEvent is_human:0 tag:0.23.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-23T04:51:59Z pull-was-merged 799177290 _job:32486 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#755 has been closed by @rultor, with 4 HoC and 3 comments. event_id:51204308367 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:755 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-06-23T05:32:41Z release-published 820463873 _job:32486 commits:5 contributors:[526301, 8086956] details:A new release 'remaining quota is not printed by `print_trace!`' has been published in zerocracy/fbe by @rultor. event_id:51205321061 event_type:ReleaseEvent hoc:113 is_human:0 last_commit:45dc78ff8c6eaca6763116b30c4bf8903334aa29 release:226956207 tag:0.23.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-23T05:31:25Z tag-was-created 820463873 _job:32486 details:A new tag '0.23.1' has been created in zerocracy/fbe by @rultor. event_id:51205285681 event_type:CreateEvent is_human:0 tag:0.23.1 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-23T07:04:16Z release-published 799177290 _job:32486 commits:7 contributors:[29139614, 526301, 8086956] details:A new release 'Pull requests not being detected within branch list' has been published in zerocracy/judges-action by @rultor. event_id:51208292321 event_type:ReleaseEvent hoc:350 is_human:0 last_commit:a410400e8334dbd2d90ffa42f5b13ebdfe85aaff release:226971670 tag:0.14.13 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-23T07:02:28Z tag-was-created 799177290 _job:32486 details:A new tag '0.14.13' has been created in zerocracy/judges-action by @rultor. event_id:51208221352 event_type:CreateEvent is_human:0 tag:0.14.13 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-23T06:44:40Z pull-was-merged 799177290 _job:32486 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#757 has been closed by @rultor, with 2 HoC and 3 comments. event_id:51207560402 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:757 review_comments:0 succeeded_builds:13 where:github who:8086956
2024-07-13T10:51:54Z pull-was-opened 799177290 _job:32486 branch:issue99 details:zerocracy/judges-action#98 has been opened by @aakash788. is_human:1 issue:98 where:github who:94752702
2025-06-23T08:41:26Z pull-was-merged 849726475 _job:32486 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#117 has been closed by @rultor, with 6 HoC and 3 comments. event_id:51212376393 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:117 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-23T09:00:30Z pull-was-merged 802720676 _job:32486 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#314 has been closed by @rultor, with 8 HoC and 3 comments. event_id:51213252255 event_type:PullRequestEvent failed_builds:0 hoc:8 is_human:0 issue:314 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-06-23T13:39:10Z release-published 799177290 _job:32486 commits:7 contributors:[526301, 8086956] details:A new release '' has been published in zerocracy/judges-action by @rultor. event_id:51226042506 event_type:ReleaseEvent hoc:135 is_human:0 last_commit:0d2361916a09cdb1626367c57e6ce1f5b547d388 release:227087124 tag:0.14.14 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-23T13:38:06Z tag-was-created 799177290 _job:32486 details:A new tag '0.14.14' has been created in zerocracy/judges-action by @rultor. event_id:51225988367 event_type:CreateEvent is_human:0 tag:0.14.14 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-23T13:09:50Z release-published 820463873 _job:32486 commits:5 contributors:[526301, 8086956] details:A new release 'full URL is not printed by `print_trace!`' has been published in zerocracy/fbe by @rultor. event_id:51224540178 event_type:ReleaseEvent hoc:19 is_human:0 last_commit:22185fd15af6443e038470f644e4f698d19674e8 release:227079021 tag:0.23.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-23T13:09:01Z tag-was-created 820463873 _job:32486 details:A new tag '0.23.2' has been created in zerocracy/fbe by @rultor. event_id:51224499076 event_type:CreateEvent is_human:0 tag:0.23.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-23T17:46:50Z pull-was-merged 849726475 _job:32486 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#118 has been closed by @rultor, with 3 HoC and 3 comments. event_id:51237233538 event_type:PullRequestEvent failed_builds:0 hoc:3 is_human:0 issue:118 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-23T18:47:49Z pull-was-merged 802720676 _job:32486 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#315 has been closed by @rultor, with 3 HoC and 3 comments. event_id:51239511035 event_type:PullRequestEvent failed_builds:0 hoc:3 is_human:0 issue:315 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-06-24T12:30:33Z release-published 798641472 _job:32486 commits:5 contributors:[41898282, 526301, 8086956] details:A new release 'Exception message is too long when a Term fails' has been published in yegor256/factbase by @rultor. event_id:51275155923 event_type:ReleaseEvent hoc:77 is_human:0 last_commit:ee159c6771071451abbdf0fd18d88cd6ac01f4e4 release:227351748 tag:0.11.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-24T12:29:46Z tag-was-created 798641472 _job:32486 details:A new tag '0.11.2' has been created in yegor256/factbase by @rultor. event_id:51275117040 event_type:CreateEvent is_human:0 tag:0.11.2 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-24T12:21:50Z release-published 820463873 _job:32486 commits:4 contributors:[526301, 8086956] details:A new release 'time taken by each request (all together) is not seen at `print_trace!`' has been published in zerocracy/fbe by @rultor. event_id:51274740706 event_type:ReleaseEvent hoc:51 is_human:0 last_commit:271123f80b42daa9928ac8483dfc3dfc4dd3f657 release:227349308 tag:0.23.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-24T12:20:35Z tag-was-created 820463873 _job:32486 details:A new tag '0.23.3' has been created in zerocracy/fbe by @rultor. event_id:51274681128 event_type:CreateEvent is_human:0 tag:0.23.3 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-24T12:59:03Z release-published 799177290 _job:32486 commits:11 contributors:[41898282, 526301, 2566462, 8086956] details:A new release '`issue-was-opened.rb` results in creation of duplicate entries' has been published in zerocracy/judges-action by @rultor. event_id:51276543504 event_type:ReleaseEvent hoc:172 is_human:0 last_commit:7293ea0d35029071fc8ef4ebebb775248533becf release:227359592 tag:0.14.15 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-24T12:58:02Z tag-was-created 799177290 _job:32486 details:A new tag '0.14.15' has been created in zerocracy/judges-action by @rultor. event_id:51276495166 event_type:CreateEvent is_human:0 tag:0.14.15 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-25T05:17:34Z pull-was-opened 798641472 _job:32490 branch:copilot/fix-242 details:The pull request yegor256/factbase#243 has been opened by @copilot. event_id:51308190452 event_type:PullRequestEvent is_human:0 issue:243 where:github who:198982749
2025-06-25T06:47:46Z release-published 798641472 _job:32490 commits:8 contributors:[198982749, 526301, 8086956] details:A new release '`assert` term is missing, but needed' has been published in yegor256/factbase by @rultor. event_id:51310970109 event_type:ReleaseEvent hoc:103 is_human:0 last_commit:d6d428092832f678b8957fd31f802924fba9f5b1 release:227562534 tag:0.12.0 tombstone:2025-09-01T06:58:54Z where:github who:8086956
2025-06-25T06:47:16Z tag-was-created 798641472 _job:32490 details:A new tag '0.12.0' has been created in yegor256/factbase by @rultor. event_id:51310951251 event_type:CreateEvent is_human:0 tag:0.12.0 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-06-25T07:07:51Z release-published 799177290 _job:32490 commits:11 contributors:[41898282, 29139614, 526301, 2566462, 8086956] details:A new release 'erase-repository.rb makes excessive API requests resulting in slow performance' has been published in zerocracy/judges-action by @rultor. event_id:51311735599 event_type:ReleaseEvent hoc:137 is_human:0 last_commit:32fe0c40c0963e487331b5d31396ecca7e7d086d release:227567429 tag:0.14.16 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-06-25T07:06:42Z tag-was-created 799177290 _job:32490 details:A new tag '0.14.16' has been created in zerocracy/judges-action by @rultor. event_id:51311689849 event_type:CreateEvent is_human:0 tag:0.14.16 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-06-26T17:27:32Z release-published 798641472 _job:32490 commits:3 contributors:[526301, 8086956] details:A new release '`not` is not indexed' has been published in yegor256/factbase by @rultor. event_id:51390288990 event_type:ReleaseEvent hoc:65 is_human:0 last_commit:27cf75e7348aa68470c50729c20fd1b43e25ad7e release:228081632 tag:0.12.1 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-06-26T17:26:53Z tag-was-created 798641472 _job:32490 details:A new tag '0.12.1' has been created in yegor256/factbase by @rultor. event_id:51390263606 event_type:CreateEvent is_human:0 tag:0.12.1 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-06-27T07:31:48Z release-published 799177290 _job:32490 commits:19 contributors:[41898282, 526301, 29139614, 2566462, 8086956] details:A new release 'fbe upgrade to 0.23.5 not implemented' has been published in zerocracy/judges-action by @rultor. event_id:51412968487 event_type:ReleaseEvent hoc:438 is_human:0 last_commit:371012849cde33d8527c976d56e345a11fbe9cf4 release:228277351 tag:0.14.18 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-06-27T07:29:57Z tag-was-created 799177290 _job:32490 details:A new tag '0.14.18' has been created in zerocracy/judges-action by @rultor. event_id:51412897971 event_type:CreateEvent is_human:0 tag:0.14.18 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-06-27T05:21:24Z release-published 799177290 _job:32490 commits:1 contributors:8086956 details:A new release 'not all missing issues are detected' has been published in zerocracy/judges-action by @rultor. event_id:51408993830 event_type:ReleaseEvent hoc:6 is_human:0 last_commit:f033c413c75dcf0379bfb1b8ff38407237e77e93 release:228235393 tag:0.14.17 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-06-27T05:19:56Z tag-was-created 799177290 _job:32490 details:A new tag '0.14.17' has been created in zerocracy/judges-action by @rultor. event_id:51408958121 event_type:CreateEvent is_human:0 tag:0.14.17 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-06-27T04:19:46Z release-published 820463873 _job:32490 commits:4 contributors:[526301, 2566462, 8086956] details:A new release '`/rate_limit` requests must not be cached' has been published in zerocracy/fbe by @rultor. event_id:51407619766 event_type:ReleaseEvent hoc:55 is_human:0 last_commit:ba11987989fdca378a51a50c712bb00821b96725 release:228225814 tag:0.23.4 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-06-27T04:18:39Z tag-was-created 820463873 _job:32490 details:A new tag '0.23.4' has been created in zerocracy/fbe by @rultor. event_id:51407596616 event_type:CreateEvent is_human:0 tag:0.23.4 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-06-27T17:33:08Z release-published 799177290 _job:32490 commits:11 contributors:[29139614, 41898282, 526301, 8086956] details:A new release 'fbe module malfunctioning again' has been published in zerocracy/judges-action by @rultor. event_id:51436928443 event_type:ReleaseEvent hoc:36 is_human:0 last_commit:2e28a500fb2b08f31d5a22d4741923bf84411d86 release:228432287 tag:0.14.19 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-06-27T17:31:41Z tag-was-created 799177290 _job:32490 details:A new tag '0.14.19' has been created in zerocracy/judges-action by @rultor. event_id:51436881378 event_type:CreateEvent is_human:0 tag:0.14.19 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-06-30T15:39:10Z release-published 799113787 _job:32490 commits:7 contributors:[29139614, 526301, 8086956] details:A new release '`--verbose` doesn't print full stacktrace of errors but it should' has been published in yegor256/judges by @rultor. event_id:51513203458 event_type:ReleaseEvent hoc:42 is_human:0 last_commit:6c771595875d3faabdfa372d6d424087a423e1a1 release:228830322 tag:0.50.6 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-06-30T15:37:52Z tag-was-created 799113787 _job:32490 details:A new tag '0.50.6' has been created in yegor256/judges by @rultor. event_id:51513143628 event_type:CreateEvent is_human:0 tag:0.50.6 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-01T07:37:27Z release-published 799113787 _job:32490 commits:10 contributors:[526301, 8086956] details:A new release 'elapsed up to 0.1.0' has been published in yegor256/judges by @rultor. event_id:51541749015 event_type:ReleaseEvent hoc:20 is_human:0 last_commit:4b34ae66ba1fa1087e851ed91e4d3350a2e89742 release:229019602 tag:0.50.7 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-01T07:36:08Z tag-was-created 799113787 _job:32490 details:A new tag '0.50.7' has been created in yegor256/judges by @rultor. event_id:51541691739 event_type:CreateEvent is_human:0 tag:0.50.7 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-01T19:38:05Z who-has-name _job:32490 is_human:0 name:coderabbitai[bot] where:github who:136622811
2025-07-01T19:38:05Z who-has-name _job:32490 is_human:1 name:0crat where:github who:24387511
2025-07-01T09:37:09Z release-published 799113787 _job:32490 commits:2 contributors:[526301, 8086956] details:A new release '`--hello` to print diagnostic information at the starts' has been published in yegor256/judges by @rultor. event_id:51547544675 event_type:ReleaseEvent hoc:27 is_human:0 last_commit:55058ec7b1455038f77559ab0386545285dfd8a0 release:229049002 tag:0.51.0 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-01T09:36:04Z tag-was-created 799113787 _job:32490 details:A new tag '0.51.0' has been created in yegor256/judges by @rultor. event_id:51547492268 event_type:CreateEvent is_human:0 tag:0.51.0 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-01T12:17:28Z release-published 799177290 _job:32490 commits:27 contributors:[2566462, 29139614, 41898282, 526301, 8086956] details:A new release 'chore(deps): update dependency judges to v0.51.0' has been published in zerocracy/judges-action by @rultor. event_id:51554979223 event_type:ReleaseEvent hoc:532 is_human:0 last_commit:f62a37fbabdcb7d1a3eed5a8f0fcc88143684964 release:229097779 tag:0.14.20 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-01T12:15:53Z tag-was-created 799177290 _job:32490 details:A new tag '0.14.20' has been created in zerocracy/judges-action by @rultor. event_id:51554902560 event_type:CreateEvent is_human:0 tag:0.14.20 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-01T16:20:46Z tag-was-created 840215648 _job:32490 details:A new tag '0.9.6' has been created in zerocracy/baza.rb by @rultor. event_id:51567037204 event_type:CreateEvent is_human:0 tag:0.9.6 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-01T16:22:11Z release-published 840215648 _job:32490 commits:21 contributors:[526301, 29139614, 8086956] details:A new release 'elapsed up to 0.1.0' has been published in zerocracy/baza.rb by @rultor. event_id:51567092727 event_type:ReleaseEvent hoc:226 is_human:0 last_commit:6b018118b18054aae970e20db72a268912ddc4f5 release:229176140 tag:0.9.6 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-03T06:23:47Z release-published 820463873 _job:32490 commits:13 contributors:[526301, 2566462, 29139614, 8086956] details:A new release '100M for sqlite cache is the minimum we need, with 100k vsize' has been published in zerocracy/fbe by @rultor. event_id:51639848861 event_type:ReleaseEvent hoc:557 is_human:0 last_commit:5f61312222c7dea9dda554f7770d7900de274bfd release:229620364 tag:0.23.8 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-03T06:22:52Z tag-was-created 820463873 _job:32490 details:A new tag '0.23.8' has been created in zerocracy/fbe by @rultor. event_id:51639819383 event_type:CreateEvent is_human:0 tag:0.23.8 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-03T06:25:16Z release-published 840215648 _job:32490 commits:3 contributors:[526301, 8086956] details:A new release 'larger chunks may be helpful while sending' has been published in zerocracy/baza.rb by @rultor. event_id:51639896806 event_type:ReleaseEvent hoc:19 is_human:0 last_commit:e9a84bb823c0a305dcaa5532bbab716779bce087 release:229620591 tag:0.9.7 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-03T06:24:19Z tag-was-created 840215648 _job:32490 details:A new tag '0.9.7' has been created in zerocracy/baza.rb by @rultor. event_id:51639866605 event_type:CreateEvent is_human:0 tag:0.9.7 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-03T14:13:08Z release-published 799177290 _job:32490 commits:20 contributors:[41898282, 526301, 29139614, 8086956] details:A new release 'Reintroduction of QoS and QoD judges causes malfunction' has been published in zerocracy/judges-action by @rultor. event_id:51660479955 event_type:ReleaseEvent hoc:137 is_human:0 last_commit:cf90f1af6e18e220fc5be9a1fcbcd52ecaecfdf0 release:229750161 tag:0.14.23 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-03T14:11:38Z tag-was-created 799177290 _job:32490 details:A new tag '0.14.23' has been created in zerocracy/judges-action by @rultor. event_id:51660405560 event_type:CreateEvent is_human:0 tag:0.14.23 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-04T07:12:23Z quantity-of-deliverables _job:32507 since:2025-06-27T07:12:23Z total_builds_ran:2363 total_issues_created:28 total_pulls_submitted:13 total_releases_published:17
2025-07-04T07:17:14Z quality-of-service _job:32507 average_backlog_size:0.5555555555555556 average_build_duration:54.80145719489982 average_build_mttr:-113406 average_build_success_rate:0.9653916211293261 average_issue_lifetime:561793.9247311827 average_pull_files_size:1.6050420168067228 average_pull_hoc_size:17.840336134453782 average_pull_lifetime:215695.6862745098 average_pull_rejection_rate:0.06666666666666667 average_release_commits_size:6.7439024390243905 average_release_hoc_size:91.8048780487805 average_release_interval:56380.93023255814 average_review_size:0.23109243697478993 average_review_time:30305.309859154928 average_reviewers_per_pull:0.36554621848739494 average_reviews_per_pull:0.5 average_triage_time:0 composite:0.757 ffact:1663210 since:2025-06-27T07:17:14Z
2025-07-04T07:11:53Z dimensions-of-terrain _job:32507 total_active_contributors:6 total_commits:5328 total_contributors:17 total_files:758 total_forks:23 total_issues:824 total_pulls:1482 total_releases:609 total_repositories:9 total_stars:71
2025-07-04T05:53:16Z tag-was-created 798641472 _job:32507 details:A new tag '0.13.0' has been created in yegor256/factbase by @rultor. event_id:51686203242 event_type:CreateEvent is_human:0 tag:0.13.0 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-04T05:54:04Z release-published 798641472 _job:32507 commits:6 contributors:[29139614, 526301, 8086956] details:A new release ':rollback is not supported by transactions, but should be' has been published in yegor256/factbase by @rultor. event_id:51686223257 event_type:ReleaseEvent hoc:28 is_human:0 last_commit:da891f74178e450cefa048b06236d9457ab96c9f release:229938277 tag:0.13.0 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-04T06:08:18Z release-published 820463873 _job:32507 commits:2 contributors:[526301, 8086956] details:A new release '`Fbe.conclude` should handle `throw :rollback` correctly' has been published in zerocracy/fbe by @rultor. event_id:51686611341 event_type:ReleaseEvent hoc:40 is_human:0 last_commit:6a943b33776d0304e003362a066cfdef42807762 release:229940849 tag:0.24.0 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-04T06:06:53Z tag-was-created 820463873 _job:32507 details:A new tag '0.24.0' has been created in zerocracy/fbe by @rultor. event_id:51686572396 event_type:CreateEvent is_human:0 tag:0.24.0 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-04T07:09:11Z release-published 820463873 _job:32507 commits:5 contributors:[2566462, 526301, 8086956] details:A new release 'we don't compress values when we save them to `SqliteStore`' has been published in zerocracy/fbe by @rultor. event_id:51688512559 event_type:ReleaseEvent hoc:62 is_human:0 last_commit:7c7977c31d564ac78e049b0343a8bb8e319b05a0 release:229951934 tag:0.24.1 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-04T07:08:05Z tag-was-created 820463873 _job:32507 details:A new tag '0.24.1' has been created in zerocracy/fbe by @rultor. event_id:51688474881 event_type:CreateEvent is_human:0 tag:0.24.1 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-04T10:19:07Z release-published 799177290 _job:32507 commits:14 contributors:[41898282, 526301, 29139614, 8086956] details:A new release '`issue-was-assigned` event lacks `details` field' has been published in zerocracy/judges-action by @rultor. event_id:51695899790 event_type:ReleaseEvent hoc:780 is_human:0 last_commit:9ec27ec980c5a920e1d2381badabb069369fdc30 release:229994547 tag:0.14.24 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-04T10:17:46Z tag-was-created 799177290 _job:32507 details:A new tag '0.14.24' has been created in zerocracy/judges-action by @rultor. event_id:51695847839 event_type:CreateEvent is_human:0 tag:0.14.24 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-04T09:41:39Z release-published 840215648 _job:32507 commits:3 contributors:[526301, 8086956] details:A new release 'PUT takes too long' has been published in zerocracy/baza.rb by @rultor. event_id:51694408655 event_type:ReleaseEvent hoc:9 is_human:0 last_commit:13e54f4e401ae67a80653a14557bb2e75f40da1e release:229983968 tag:0.9.8 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-04T09:41:16Z tag-was-created 840215648 _job:32507 details:A new tag '0.9.8' has been created in zerocracy/baza.rb by @rultor. event_id:51694392899 event_type:CreateEvent is_human:0 tag:0.9.8 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-04T14:51:13Z release-published 799177290 _job:32507 commits:6 contributors:[41898282, 526301, 29139614, 8086956] details:A new release 'Undefined local variable 'f' in Fbe::Iterate instance lacks proper tests' has been published in zerocracy/judges-action by @rultor. event_id:51706196030 event_type:ReleaseEvent hoc:165 is_human:0 last_commit:90e9b4e799fb919ad4f2647fd85c4e56bdc6fa38 release:230071795 tag:0.14.25 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-04T14:50:03Z tag-was-created 799177290 _job:32507 details:A new tag '0.14.25' has been created in zerocracy/judges-action by @rultor. event_id:51706156559 event_type:CreateEvent is_human:0 tag:0.14.25 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2024-11-03T05:15:26Z issue-was-assigned 799113787 _job:32507 assigner:526301 details:yegor256/judges#139 was assigned to @luliko-hub by @yegor256 . is_human:1 issue:139 where:github who:79243520
2025-06-10T18:43:56Z issue-was-assigned 799113787 _job:32507 assigner:526301 details:yegor256/judges#197 was assigned to @copilot by @yegor256 . is_human:0 issue:197 where:github who:198982749
2025-04-30T12:44:09Z pull-was-merged 840215648 _job:32507 branch:renovate/factbase-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/baza.rb#59 has been 'pull-was-merged'. failed_builds:0 hoc:10 is_human:0 issue:59 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-06-11T09:43:34Z pull-was-merged 820463873 _job:32507 branch:205 comments:18 comments_appreciated:9 comments_by_author:7 comments_by_reviewers:11 comments_resolved:3 comments_to_code:9 details:Apparently, zerocracy/fbe#208 has been 'pull-was-merged'. failed_builds:0 hoc:116 is_human:0 issue:208 review_comments:9 succeeded_builds:10 where:github who:8086956
2025-07-04T14:00:56Z release-published 820463873 _job:32507 commits:4 contributors:[526301, 8086956] details:A new release '`Fbe.octo.pull_request` doesn't have `state`' has been published in zerocracy/fbe by @rultor. event_id:51704348171 event_type:ReleaseEvent hoc:26 is_human:0 last_commit:a3ad7f8d838292f8e99ce5a91a625a77288ff09f release:230059442 tag:0.24.2 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-04T13:59:58Z tag-was-created 820463873 _job:32507 details:A new tag '0.24.2' has been created in zerocracy/fbe by @rultor. event_id:51704305936 event_type:CreateEvent is_human:0 tag:0.24.2 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-02T03:56:56Z pull-was-merged 820463873 _job:32507 branch:230 comments:10 comments_appreciated:2 comments_by_author:4 comments_by_reviewers:6 comments_resolved:1 comments_to_code:4 details:Apparently, zerocracy/fbe#232 has been 'pull-was-merged'. failed_builds:0 hoc:155 is_human:0 issue:232 review_comments:4 succeeded_builds:10 where:github who:8086956
2024-12-25T14:02:50Z pull-was-merged 802720676 _job:32507 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#184 has been 'pull-was-merged'. failed_builds:0 hoc:4 is_human:0 issue:184 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-16T16:38:15Z pull-was-merged 849726475 _job:32507 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/swarm-template#67 has been 'pull-was-merged'. failed_builds:0 hoc:4 is_human:0 issue:67 review_comments:0 succeeded_builds:9 where:github who:8086956
2024-12-25T13:52:17Z pull-was-merged 802720676 _job:32507 branch:renovate/qbash-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#185 has been 'pull-was-merged'. failed_builds:0 hoc:6 is_human:0 issue:185 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-30T08:38:15Z pull-was-merged 849726475 _job:32507 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/swarm-template#74 has been 'pull-was-merged'. failed_builds:0 hoc:12 is_human:0 issue:74 review_comments:0 succeeded_builds:9 where:github who:8086956
2025-05-21T20:50:54Z pull-was-merged 849726475 _job:32507 branch:renovate/rubocop-1.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/swarm-template#84 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:84 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-05T12:47:17Z pull-was-merged 849726475 _job:32507 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/swarm-template#99 has been 'pull-was-merged'. failed_builds:0 hoc:4 is_human:0 issue:99 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-06-11T17:05:00Z pull-was-merged 849726475 _job:32507 branch:renovate/judges-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/swarm-template#105 has been 'pull-was-merged'. failed_builds:0 hoc:4 is_human:0 issue:105 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-04-16T13:52:44Z pull-was-merged 802720676 _job:32507 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#251 has been 'pull-was-merged'. failed_builds:0 hoc:4 is_human:0 issue:251 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-04-30T12:54:00Z pull-was-merged 802720676 _job:32507 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#260 has been 'pull-was-merged'. failed_builds:0 hoc:12 is_human:0 issue:260 review_comments:0 succeeded_builds:12 where:github who:8086956
2025-07-05T07:49:34Z dimensions-of-terrain _job:32507 total_active_contributors:6 total_commits:5351 total_contributors:17 total_files:756 total_forks:23 total_issues:828 total_pulls:1488 total_releases:613 total_repositories:9 total_stars:71
2025-06-18T09:57:02Z pull-was-merged 802720676 _job:32507 branch:renovate/fbe-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#308 has been 'pull-was-merged'. failed_builds:0 hoc:6 is_human:0 issue:308 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-02-26T10:35:23Z pull-was-merged 798641472 _job:32507 branch:renovate/rubocop-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#176 has been 'pull-was-merged'. failed_builds:0 hoc:8 is_human:0 issue:176 review_comments:0 succeeded_builds:10 where:github who:8086956
2024-12-24T01:00:59Z pull-was-merged 799177290 _job:32507 branch:renovate/zerocracy-judges-action-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#439 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:439 review_comments:0 succeeded_builds:8 where:github who:8086956
2024-12-28T10:50:13Z pull-was-merged 799177290 _job:32507 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#444 has been 'pull-was-merged'. failed_builds:0 hoc:9 is_human:0 issue:444 review_comments:0 succeeded_builds:8 where:github who:8086956
2025-01-03T11:47:11Z pull-was-merged 799177290 _job:32507 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#445 has been 'pull-was-merged'. failed_builds:0 hoc:9 is_human:0 issue:445 review_comments:0 succeeded_builds:8 where:github who:8086956
2025-01-27T17:51:30Z pull-was-merged 799177290 _job:32507 branch:renovate/factbase-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#451 has been 'pull-was-merged'. failed_builds:0 hoc:6 is_human:0 issue:451 review_comments:0 succeeded_builds:8 where:github who:8086956
2025-01-28T08:56:09Z pull-was-merged 799177290 _job:32507 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#457 has been 'pull-was-merged'. failed_builds:0 hoc:8 is_human:0 issue:457 review_comments:0 succeeded_builds:8 where:github who:8086956
2025-04-16T17:35:13Z pull-was-merged 799177290 _job:32515 branch:renovate/zerocracy-judges-action-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#567 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:567 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-30T06:55:55Z pull-was-merged 799177290 _job:32515 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#583 has been 'pull-was-merged'. failed_builds:0 hoc:10 is_human:0 issue:583 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-30T08:52:36Z pull-was-merged 799177290 _job:32515 branch:renovate/factbase-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#584 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:584 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-05-22T10:07:08Z pull-was-merged 799177290 _job:32515 branch:renovate/zerocracy-judges-action-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#621 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:621 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-05-22T09:54:30Z pull-was-merged 799177290 _job:32515 branch:renovate/zerocracy-pages-action-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#622 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:622 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-05-22T12:47:20Z pull-was-merged 799177290 _job:32515 branch:renovate/zerocracy-judges-action-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#627 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:627 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-06-05T02:54:05Z pull-was-merged 799177290 _job:32515 branch:660 comments:9 comments_appreciated:3 comments_by_author:4 comments_by_reviewers:5 comments_resolved:1 comments_to_code:4 details:Apparently, zerocracy/judges-action#672 has been 'pull-was-merged'. failed_builds:0 hoc:205 is_human:0 issue:672 review_comments:4 succeeded_builds:13 where:github who:8086956
2025-07-06T07:42:32Z quantity-of-deliverables _job:32515 composite:39.398 ffact:163490 since:2025-06-29T07:42:32Z total_builds_ran:2754 total_commits_pushed:99 total_hoc_committed:2455 total_issues_created:31 total_pulls_submitted:16 total_releases_published:18
2025-07-06T10:21:38Z quality-of-service _job:32515 average_backlog_size:1.8253968253968254 average_build_duration:56.947176684881605 average_build_mttr:-113406 average_build_success_rate:0.9653916211293261 average_issue_lifetime:566256.5326086957 average_pull_files_size:1.2173913043478262 average_pull_hoc_size:32.65217391304348 average_pull_lifetime:216446.1338582677 average_pull_rejection_rate:0.11538461538461539 average_release_commits_size:5.6923076923076925 average_release_hoc_size:102.53846153846153 average_release_interval:54943.590361445786 average_review_size:0.4782608695652174 average_review_time:53916.5 average_reviewers_per_pull:0.21739130434782608 average_reviews_per_pull:0.6086956521739131 average_triage_time:0 composite:0.757 ffact:1663210 since:2025-06-29T10:21:38Z
2025-07-06T09:09:47Z dimensions-of-terrain _job:32515 total_active_contributors:6 total_commits:5351 total_contributors:17 total_files:756 total_forks:23 total_issues:828 total_pulls:1488 total_releases:613 total_repositories:9 total_stars:71
2025-07-07T10:17:13Z dimensions-of-terrain _job:32515 total_active_contributors:6 total_commits:5358 total_contributors:17 total_files:756 total_forks:23 total_issues:830 total_pulls:1489 total_releases:613 total_repositories:9 total_stars:71
2025-07-08T12:20:55Z quality-of-service _job:32515 average_backlog_size:1.7142857142857142 average_build_duration:129.51420317766008 average_build_mttr:-34653 average_build_success_rate:0.9711121810303323 average_issue_lifetime:560197.3255813953 average_pull_files_size:1.6244541484716157 average_pull_hoc_size:16.100436681222707 average_pull_lifetime:222107.42276422764 average_pull_rejection_rate:0.14285714285714285 average_release_commits_size:6.466666666666667 average_release_hoc_size:76.38666666666667 average_release_interval:56599.20253164557 average_review_size:0.24017467248908297 average_review_time:30305.309859154928 average_reviewers_per_pull:0.3799126637554585 average_reviews_per_pull:0.519650655021834 average_triage_time:0 composite:0.757 ffact:1663210 since:2025-07-01T12:20:55Z
2025-07-08T12:55:11Z dimensions-of-terrain _job:32515 total_active_contributors:6 total_commits:5367 total_contributors:17 total_files:756 total_forks:23 total_issues:833 total_pulls:1494 total_releases:615 total_repositories:9 total_stars:71
2025-07-08T16:56:46Z quantity-of-deliverables _job:32515 since:2025-07-01T16:56:46Z total_releases_published:16 total_reviews_submitted:20
2025-07-09T07:57:02Z release-published 840215648 _job:32515 commits:9 contributors:[29139614, 526301, 8086956] details:A new release 'we must retry on 500 code too' has been published in zerocracy/baza.rb by @rultor. event_id:51864701962 event_type:ReleaseEvent hoc:64 is_human:0 last_commit:99fe4994aca28fa6795def79d4a8f400f284be2e release:231062339 tag:0.9.10 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-09T07:56:43Z tag-was-created 840215648 _job:32515 details:A new tag '0.9.10' has been created in zerocracy/baza.rb by @rultor. event_id:51864688580 event_type:CreateEvent is_human:0 tag:0.9.10 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-10T05:11:01Z dimensions-of-terrain _job:32515 total_active_contributors:6 total_commits:5388 total_contributors:17 total_files:756 total_forks:23 total_issues:835 total_pulls:1498 total_releases:618 total_repositories:9 total_stars:71
2025-07-10T08:45:13Z pull-was-merged 849726475 _job:32515 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/swarm-template#119 has been 'pull-was-merged'. failed_builds:0 hoc:46 is_human:0 issue:119 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-07-10T08:50:54Z pull-was-merged 181044958 _job:32515 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#201 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:201 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-07-10T12:55:40Z quality-of-service _job:32515 average_backlog_size:1.6031746031746033 average_build_duration:60.84335154826958 average_build_mttr:-113406 average_build_success_rate:0.9599271402550091 average_issue_lifetime:600061.1375 average_pull_files_size:1.6306306306306306 average_pull_hoc_size:15.855855855855856 average_pull_lifetime:228475.5756302521 average_pull_rejection_rate:0.06722689075630252 average_release_commits_size:7.111111111111111 average_release_hoc_size:159.88888888888889 average_release_interval:58990.13698630137 average_review_size:0.6551724137931034 average_review_time:182570.0 average_reviewers_per_pull:0.3103448275862069 average_reviews_per_pull:0.7931034482758621 average_triage_time:1.2307692307692308 composite:0.752 ffact:1663210 since:2025-07-03T12:55:40Z
2025-07-10T12:11:23Z pull-was-merged 802720676 _job:32515 branch:renovate/factbase-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#316 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:316 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-07-10T13:07:11Z pull-was-merged 802720676 _job:32515 branch:renovate/fbe-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#317 has been 'pull-was-merged'. failed_builds:0 hoc:42 is_human:0 issue:317 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-07-10T10:40:51Z pull-was-merged 849726475 _job:32515 branch:renovate/crate-ci-typos-1.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/swarm-template#121 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:121 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-07-10T11:49:12Z pull-was-merged 799113787 _job:32515 branch:renovate/eslint-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/judges#249 has been 'pull-was-merged'. failed_builds:0 hoc:928 is_human:0 issue:249 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-07-10T09:57:32Z pull-was-merged 802720676 _job:32515 branch:renovate/judges-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#318 has been 'pull-was-merged'. failed_builds:0 hoc:6 is_human:0 issue:318 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-07-10T11:14:06Z pull-was-merged 802720676 _job:32515 branch:renovate/crate-ci-typos-1.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#319 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:319 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-07-10T04:48:55Z release-published 840215648 _job:32515 commits:2 contributors:[526301, 8086956] details:A new release '' has been published in zerocracy/baza.rb by @rultor. event_id:51908004214 event_type:ReleaseEvent hoc:60 is_human:0 last_commit:56001e48b42b76bf96451899d27edf32a6b4e9f0 release:231327309 tag:0.9.11 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-10T04:47:49Z tag-was-created 840215648 _job:32515 details:A new tag '0.9.11' has been created in zerocracy/baza.rb by @rultor. event_id:51907979698 event_type:CreateEvent is_human:0 tag:0.9.11 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-11T06:11:19Z dimensions-of-terrain _job:32515 total_active_contributors:6 total_commits:5410 total_contributors:17 total_files:756 total_forks:23 total_issues:835 total_pulls:1503 total_releases:619 total_repositories:9 total_stars:71
2025-07-11T06:11:37Z quantity-of-deliverables _job:32515 since:2025-07-04T06:11:37Z total_builds_ran:1862
2025-07-11T07:37:53Z pull-was-merged 802720676 _job:32515 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#321 has been closed by @rultor, with 2 HoC and 3 comments. event_id:51962868049 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:321 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-07-11T08:39:09Z pull-was-merged 849726475 _job:32515 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#122 has been closed by @rultor, with 6 HoC and 3 comments. event_id:51965249531 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:122 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-07-11T06:03:56Z release-published 820463873 _job:32515 commits:17 contributors:[526301, 2566462, 29139614, 8086956] details:A new release '`SqliteStore` must delete too old keys' has been published in zerocracy/fbe by @rultor. event_id:51959701338 event_type:ReleaseEvent hoc:372 is_human:0 last_commit:8d4be0f984e7aa235d9b775694c257abc12be6aa release:231678590 tag:0.24.4 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-11T06:02:03Z tag-was-created 820463873 _job:32515 details:A new tag '0.24.4' has been created in zerocracy/fbe by @rultor. event_id:51959647456 event_type:CreateEvent is_human:0 tag:0.24.4 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-10T13:22:14Z pull-was-merged 802720676 _job:32515 branch:renovate/rubocop-1.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#320 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:320 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-07-12T07:47:32Z dimensions-of-terrain _job:32515 total_active_contributors:6 total_commits:5413 total_contributors:17 total_files:756 total_forks:23 total_issues:835 total_pulls:1506 total_releases:619 total_repositories:9 total_stars:71
2025-07-10T10:40:41Z pull-was-merged 799113787 _job:32515 branch:renovate/rubocop-1.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/judges#255 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:255 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-07-12T13:51:52Z quality-of-service _job:32515 average_backlog_size:1.5238095238095237 average_build_duration:63.3752276867031 average_build_mttr:-113406 average_build_success_rate:0.9599271402550091 average_issue_lifetime:655352.6027397261 average_pull_files_size:1.6495327102803738 average_pull_hoc_size:16.102803738317757 average_pull_lifetime:235600.82532751092 average_pull_rejection_rate:0.06550218340611354 average_release_commits_size:6.409836065573771 average_release_hoc_size:62.47540983606557 average_release_interval:49646.4 average_review_size:0.205607476635514 average_review_time:29620.927536231884 average_reviewers_per_pull:0.38317757009345793 average_reviews_per_pull:0.49065420560747663 average_triage_time:1.4285714285714286 composite:0.746 ffact:1663210 since:2025-07-05T13:51:52Z
2025-07-13T06:17:39Z quantity-of-deliverables _job:32515 since:2025-07-06T06:17:39Z total_builds_ran:1930
2025-07-13T06:15:47Z release-published 799113787 _job:32515 commits:6 contributors:[29139614, 8086956, 526301] details:A new release 'baza.rb up' has been published in yegor256/judges by @rultor. event_id:52017913158 event_type:ReleaseEvent hoc:954 is_human:0 last_commit:bb7905bccfc202378e3662c7266c66f5d7346dc5 release:232027576 tag:0.51.1 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-13T06:14:57Z tag-was-created 799113787 _job:32515 details:A new tag '0.51.1' has been created in yegor256/judges by @rultor. event_id:52017903774 event_type:CreateEvent is_human:0 tag:0.51.1 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-13T06:42:14Z release-published 799177290 _job:32515 commits:23 contributors:[41898282, 29139614, 526301, 2566462, 8086956] details:A new release 'judges up" functionality not working as expected' has been published in zerocracy/judges-action by @rultor. event_id:52018194522 event_type:ReleaseEvent hoc:191 is_human:0 last_commit:90300d7162a248e7cfac3317447c27013b5771d1 release:232028360 tag:0.14.27 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-13T06:41:07Z tag-was-created 799177290 _job:32515 details:A new tag '0.14.27' has been created in zerocracy/judges-action by @rultor. event_id:52018182533 event_type:CreateEvent is_human:0 tag:0.14.27 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-13T09:38:34Z dimensions-of-terrain _job:32515 total_active_contributors:6 total_commits:5421 total_contributors:17 total_files:756 total_forks:23 total_issues:837 total_pulls:1509 total_releases:621 total_repositories:9 total_stars:71
2025-07-13T16:41:36Z pull-was-merged 802720676 _job:32515 branch:renovate/judges-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#322 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:322 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-07-14T03:06:56Z pull-was-merged 820463873 _job:32515 branch:renovate/simplecov-cobertura-3.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#248 has been closed by @rultor, with 6 HoC and 3 comments. event_id:52034954640 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:248 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-07-14T03:21:20Z pull-was-merged 799177290 _job:32515 branch:renovate/simplecov-cobertura-3.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#812 has been closed by @rultor, with 6 HoC and 3 comments. event_id:52035233128 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:812 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-07-14T03:25:51Z pull-was-merged 840215648 _job:32515 branch:renovate/simplecov-cobertura-3.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#99 has been closed by @rultor, with 6 HoC and 3 comments. event_id:52035317325 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:99 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-07-14T03:27:08Z pull-was-merged 802720676 _job:32515 branch:renovate/simplecov-cobertura-3.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#323 has been closed by @rultor, with 6 HoC and 3 comments. event_id:52035341560 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:323 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-07-14T03:10:06Z pull-was-merged 849726475 _job:32515 branch:renovate/simplecov-cobertura-3.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#123 has been closed by @rultor, with 6 HoC and 3 comments. event_id:52035020538 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:123 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-07-10T10:47:37Z pull-was-merged 798641472 _job:32515 branch:renovate/rubocop-1.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#250 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:250 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-07-10T13:00:47Z pull-was-merged 798641472 _job:32515 branch:renovate/rdoc-6.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#251 has been 'pull-was-merged'. failed_builds:0 hoc:6 is_human:0 issue:251 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-07-10T11:59:21Z pull-was-merged 798641472 _job:32515 branch:renovate/rubocop-1.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#252 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:252 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-07-14T08:50:12Z pull-was-merged 798641472 _job:32515 branch:renovate/simplecov-cobertura-3.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#253 has been 'pull-was-merged'. failed_builds:0 hoc:6 is_human:0 issue:253 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-07-14T08:55:20Z pull-was-merged 799113787 _job:32515 branch:renovate/simplecov-cobertura-3.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/judges#258 has been 'pull-was-merged'. failed_builds:0 hoc:6 is_human:0 issue:258 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-07-14T10:12:33Z dimensions-of-terrain _job:32515 total_active_contributors:6 total_commits:5429 total_contributors:17 total_files:756 total_forks:23 total_issues:837 total_pulls:1516 total_releases:621 total_repositories:9 total_stars:71
2025-07-14T14:47:10Z quality-of-service _job:32515 average_backlog_size:0.3333333333333333 average_build_duration:66.04189435336977 average_build_mttr:-113406 average_build_success_rate:0.9599271402550091 average_issue_lifetime:660252.5138888889 average_pull_files_size:1.6525821596244132 average_pull_hoc_size:15.95774647887324 average_pull_lifetime:236485.91228070174 average_pull_rejection_rate:0.0 average_release_commits_size:6.0 average_release_hoc_size:95.5 average_release_interval:59887.13846153846 average_review_size:0.20657276995305165 average_review_time:29620.927536231884 average_reviewers_per_pull:0.38497652582159625 average_reviews_per_pull:0.49295774647887325 average_triage_time:0 composite:0.745 ffact:1663210 since:2025-07-07T14:47:10Z
2025-07-15T06:56:01Z quantity-of-deliverables _job:32515 since:2025-07-08T06:56:01Z total_commits_pushed:65 total_hoc_committed:2108 total_releases_published:9 total_reviews_submitted:19
2025-07-15T11:18:03Z dimensions-of-terrain _job:32515 total_active_contributors:6 total_commits:5433 total_contributors:17 total_files:756 total_forks:23 total_issues:837 total_pulls:1520 total_releases:622 total_repositories:9 total_stars:71
2025-07-15T09:04:36Z pull-was-merged 799177290 _job:32515 branch:renovate/fbe-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#813 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:813 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-07-15T08:51:40Z pull-was-merged 802720676 _job:32515 branch:renovate/fbe-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#324 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:324 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-07-15T04:36:12Z release-published 820463873 _job:32515 commits:3 contributors:[29139614, 2566462, 8086956] details:A new release '`options.sqlite_cache_min_age` to cache forcefully' has been published in zerocracy/fbe by @rultor. event_id:52087288890 event_type:ReleaseEvent hoc:193 is_human:0 last_commit:751ca741eb3b2d6262994458d036c6cc305b241b release:232398701 tag:0.25.0 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-15T04:35:13Z tag-was-created 820463873 _job:32515 details:A new tag '0.25.0' has been created in zerocracy/fbe by @rultor. event_id:52087265118 event_type:CreateEvent is_human:0 tag:0.25.0 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-15T08:38:22Z pull-was-merged 849726475 _job:32515 branch:renovate/fbe-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/swarm-template#124 has been 'pull-was-merged'. failed_builds:0 hoc:4 is_human:0 issue:124 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-07-16T13:51:55Z dimensions-of-terrain _job:32515 total_active_contributors:6 total_commits:5433 total_contributors:17 total_files:756 total_forks:23 total_issues:837 total_pulls:1520 total_releases:622 total_repositories:9 total_stars:71
2025-07-16T15:15:53Z quality-of-service _job:32515 average_backlog_size:0.05555555555555555 average_build_duration:67.78142076502732 average_build_mttr:-113406 average_build_success_rate:0.9599271402550091 average_issue_lifetime:697278.3088235294 average_pull_files_size:1.6634146341463414 average_pull_hoc_size:15.965853658536586 average_pull_lifetime:234523.79545454544 average_pull_rejection_rate:0.06818181818181818 average_release_commits_size:3.0 average_release_hoc_size:193.0 average_release_interval:61234.96721311475 average_review_size:0.46875 average_review_time:165233.0 average_reviewers_per_pull:0.28125 average_reviews_per_pull:0.53125 average_triage_time:1.6666666666666667 composite:0.742 ffact:1663210 since:2025-07-09T15:15:53Z
2025-07-17T06:56:52Z quantity-of-deliverables _job:32515 composite:22.178 ffact:163490 since:2025-07-10T06:56:52Z total_commits_pushed:36 total_hoc_committed:1456 total_issues_created:19 total_pulls_submitted:9 total_reviews_submitted:10
2025-07-17T17:39:55Z dimensions-of-terrain _job:32515 total_active_contributors:6 total_commits:5433 total_contributors:17 total_files:756 total_forks:23 total_issues:837 total_pulls:1520 total_releases:622 total_repositories:9 total_stars:71
2025-07-18T15:43:43Z quality-of-service _job:32515 average_backlog_size:1.4126984126984128 average_build_duration:210.11768292682927 average_build_mttr:-2240 average_build_success_rate:0.9682926829268292 average_issue_lifetime:710899.2153846154 average_pull_files_size:1.625668449197861 average_pull_hoc_size:10.60427807486631 average_pull_lifetime:196403.3514851485 average_pull_rejection_rate:0.07425742574257425 average_release_commits_size:6.490909090909091 average_release_hoc_size:56.09090909090909 average_release_interval:58829.16949152543 average_review_size:0.1443850267379679 average_review_time:23095.954545454544 average_reviewers_per_pull:0.39037433155080214 average_reviews_per_pull:0.45454545454545453 average_triage_time:0 composite:0.745 ffact:1663210 since:2025-07-11T15:43:43Z
2025-07-18T20:39:53Z dimensions-of-terrain _job:32515 total_active_contributors:6 total_commits:5433 total_contributors:17 total_files:756 total_forks:23 total_issues:837 total_pulls:1522 total_releases:622 total_repositories:9 total_stars:71
2025-07-19T07:13:38Z quantity-of-deliverables _job:32515 since:2025-07-12T07:13:38Z total_commits_pushed:22 total_hoc_committed:281 total_releases_published:4 total_reviews_submitted:11
2025-07-19T08:53:09Z pull-was-merged 849726475 _job:32515 branch:renovate/fbe-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/swarm-template#125 has been 'pull-was-merged'. failed_builds:0 hoc:26 is_human:0 issue:125 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-07-19T09:08:17Z pull-was-merged 799177290 _job:32515 branch:renovate/fbe-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#815 has been 'pull-was-merged'. failed_builds:0 hoc:10 is_human:0 issue:815 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-07-19T05:26:24Z release-published 820463873 _job:32515 commits:3 contributors:[2566462, 526301, 8086956] details:A new release 'judges-action#652: fix Fbe::FakeOctokit' has been published in zerocracy/fbe by @rultor. event_id:52285276789 event_type:ReleaseEvent hoc:6 is_human:0 last_commit:fc8753681a11af39b4bac429c9ea099c28a8967a release:233659089 tag:0.25.1 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-19T05:25:24Z tag-was-created 820463873 _job:32515 details:A new tag '0.25.1' has been created in zerocracy/fbe by @rultor. event_id:52285265641 event_type:CreateEvent is_human:0 tag:0.25.1 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-19T17:05:10Z pull-was-merged 802720676 _job:32515 branch:renovate/fbe-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#325 has been 'pull-was-merged'. failed_builds:0 hoc:26 is_human:0 issue:325 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-07-19T20:41:48Z dimensions-of-terrain _job:32515 total_active_contributors:6 total_commits:5438 total_contributors:17 total_files:756 total_forks:23 total_issues:837 total_pulls:1525 total_releases:623 total_repositories:9 total_stars:71
2025-07-20T15:48:26Z quality-of-service _job:32515 average_backlog_size:1.4285714285714286 average_build_duration:216.00911854103344 average_build_mttr:-37134 average_build_success_rate:0.9756838905775076 average_issue_lifetime:729612.3076923077 average_pull_files_size:1.6358695652173914 average_pull_hoc_size:10.744565217391305 average_pull_lifetime:199199.7487437186 average_pull_rejection_rate:0.07537688442211055 average_release_commits_size:6.415094339622642 average_release_hoc_size:51.075471698113205 average_release_interval:57966.57894736842 average_review_size:0.14673913043478262 average_review_time:23095.954545454544 average_reviewers_per_pull:0.3967391304347826 average_reviews_per_pull:0.46195652173913043 average_triage_time:2.0 composite:0.743 ffact:1663210 since:2025-07-13T15:48:26Z
2025-07-20T21:43:24Z dimensions-of-terrain _job:32515 total_active_contributors:6 total_commits:5440 total_contributors:17 total_files:759 total_forks:23 total_issues:838 total_pulls:1525 total_releases:623 total_repositories:9 total_stars:71
2025-07-21T07:24:14Z quantity-of-deliverables _job:32515 composite:9.387 ffact:163490 since:2025-07-14T07:24:14Z total_commits_pushed:11 total_hoc_committed:583 total_issues_created:10 total_pulls_submitted:3 total_releases_published:2 total_reviews_submitted:14
2025-07-21T23:13:28Z dimensions-of-terrain _job:32515 total_active_contributors:6 total_commits:5440 total_contributors:17 total_files:759 total_forks:23 total_issues:838 total_pulls:1525 total_releases:623 total_repositories:9 total_stars:71
2024-05-27T08:00:05Z issue-was-closed 799177290 _job:32515 details:Apparently, zerocracy/judges-action#11 has been 'issue-was-closed'. is_human:0 issue:11 where:github who:24456188
2024-05-27T08:00:07Z issue-was-closed 799177290 _job:32515 details:Apparently, zerocracy/judges-action#12 has been 'issue-was-closed'. is_human:0 issue:12 where:github who:24456188
2024-05-24T21:43:42Z issue-was-closed 799177290 _job:32515 details:Apparently, zerocracy/judges-action#13 has been 'issue-was-closed'. is_human:0 issue:13 where:github who:24456188
2025-06-11T09:43:35Z issue-was-closed 820463873 _job:32515 details:Apparently, zerocracy/fbe#205 has been 'issue-was-closed'. is_human:0 issue:205 where:github who:8086956
2025-07-02T03:56:57Z issue-was-closed 820463873 _job:32515 details:Apparently, zerocracy/fbe#230 has been 'issue-was-closed'. is_human:0 issue:230 where:github who:8086956
2019-05-15T18:38:22Z issue-was-closed 181044958 _job:32515 details:Apparently, yegor256/0rsk#31 has been 'issue-was-closed'. is_human:1 issue:31 where:github who:1524988
2025-06-05T02:54:06Z issue-was-closed 799177290 _job:32515 details:Apparently, zerocracy/judges-action#660 has been 'issue-was-closed'. is_human:0 issue:660 where:github who:8086956
2020-08-03T12:29:37Z issue-was-closed 181044958 _job:32515 details:Apparently, yegor256/0rsk#67 has been 'issue-was-closed'. is_human:1 issue:67 where:github who:1862725
2025-07-22T15:54:42Z quality-of-service _job:32515 average_backlog_size:1.4603174603174602 average_build_duration:242.02133516861664 average_build_mttr:-2428 average_build_success_rate:0.9697178251892636 average_issue_lifetime:708356.7424242424 average_pull_files_size:1.6184971098265897 average_pull_hoc_size:10.06936416184971 average_pull_lifetime:204504.89304812835 average_pull_rejection_rate:0.0748663101604278 average_release_commits_size:6.566037735849057 average_release_hoc_size:54.735849056603776 average_release_interval:53043.71929824561 average_review_size:0.13872832369942195 average_review_time:23034.23076923077 average_reviewers_per_pull:0.4046242774566474 average_reviews_per_pull:0.4682080924855491 average_triage_time:0 composite:0.744 ffact:1663210 since:2025-07-15T15:54:42Z
2025-07-22T10:00:03Z release-published 799177290 _job:32515 commits:13 contributors:[41898282, 526301, 29139614, 2566462, 8086956] details:A new release '' has been published in zerocracy/judges-action by @rultor. event_id:52384413566 event_type:ReleaseEvent hoc:285 is_human:0 last_commit:6bdba297baee793e84ca19a038461fc5b3dcb26d release:234185839 tag:0.15.0 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-22T09:58:18Z tag-was-created 799177290 _job:32515 details:A new tag '0.15.0' has been created in zerocracy/judges-action by @rultor. event_id:52384327717 event_type:CreateEvent is_human:0 tag:0.15.0 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-22T23:44:23Z dimensions-of-terrain _job:32524 total_active_contributors:6 total_commits:5447 total_contributors:17 total_files:762 total_forks:23 total_issues:840 total_pulls:1527 total_releases:624 total_repositories:9 total_stars:71
2025-07-23T08:54:49Z quantity-of-deliverables _job:32524 composite:16.382 ffact:163490 since:2025-07-16T08:54:49Z total_builds_ran:1396 total_commits_pushed:14 total_hoc_committed:549 total_issues_created:18 total_pulls_submitted:10 total_releases_published:2
2025-07-23T17:49:22Z release-published 820463873 _job:32524 commits:4 contributors:[526301, 8086956] details:A new release 'Factbase::Impatient' has been published in zerocracy/fbe by @rultor. event_id:52459305790 event_type:ReleaseEvent hoc:56 is_human:0 last_commit:9b1bd7fe00412b81ec1b2e25419732811f9d47b7 release:234651849 tag:0.25.2 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-23T17:47:36Z tag-was-created 820463873 _job:32524 details:A new tag '0.25.2' has been created in zerocracy/fbe by @rultor. event_id:52459238709 event_type:CreateEvent is_human:0 tag:0.25.2 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-24T17:03:03Z pull-was-merged 799177290 _job:32524 branch:renovate/rubocop-1.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#822 has been closed by @rultor, with 6 HoC and 3 comments. event_id:52508615625 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:822 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-07-24T03:18:29Z pull-was-merged 799177290 _job:32524 branch:renovate/factbase-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#821 has been closed by @rultor, with 2 HoC and 3 comments. event_id:52475111195 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:821 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-07-24T03:32:45Z pull-was-merged 840215648 _job:32524 branch:renovate/factbase-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#101 has been closed by @rultor, with 12 HoC and 3 comments. event_id:52475436600 event_type:PullRequestEvent failed_builds:0 hoc:12 is_human:0 issue:101 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-07-23T17:34:47Z release-published 798641472 _job:32524 commits:10 contributors:[29139614, 8086956, 526301] details:A new release '`Factbase::Impatient` to stop on a very long query' has been published in yegor256/factbase by @rultor. event_id:52458709943 event_type:ReleaseEvent hoc:321 is_human:0 last_commit:a84f2c39ab58f39e4e0c3e0207dbb949d42cf77c release:234648506 tag:0.14.0 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-23T17:33:15Z tag-was-created 798641472 _job:32524 details:A new tag '0.14.0' has been created in yegor256/factbase by @rultor. event_id:52458641937 event_type:CreateEvent is_human:0 tag:0.14.0 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-24T03:22:25Z pull-was-merged 802720676 _job:32524 branch:renovate/factbase-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#327 has been closed by @rultor, with 24 HoC and 3 comments. event_id:52475195466 event_type:PullRequestEvent failed_builds:0 hoc:24 is_human:0 issue:327 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-07-25T06:17:13Z dimensions-of-terrain _job:32524 total_active_contributors:5 total_commits:5466 total_contributors:17 total_files:764 total_forks:23 total_issues:842 total_pulls:1541 total_releases:627 total_repositories:9 total_stars:71
2025-07-24T16:46:15Z pull-was-merged 840215648 _job:32524 branch:renovate/rubocop-1.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/baza.rb#102 has been 'pull-was-merged'. failed_builds:0 hoc:10 is_human:0 issue:102 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-07-24T17:09:35Z pull-was-merged 802720676 _job:32524 branch:renovate/rubocop-1.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#328 has been 'pull-was-merged'. failed_builds:0 hoc:10 is_human:0 issue:328 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-07-25T07:16:53Z quality-of-service _job:32524 average_backlog_size:0.19444444444444445 average_build_duration:45.19854280510018 average_build_mttr:-126227 average_build_success_rate:0.9599271402550091 average_issue_lifetime:708356.7424242424 average_pull_files_size:1.6184971098265897 average_pull_hoc_size:10.06936416184971 average_pull_lifetime:204504.89304812835 average_pull_rejection_rate:0.0748663101604278 average_release_commits_size:6.574074074074074 average_release_hoc_size:56.44444444444444 average_release_interval:52155.862068965514 average_review_size:0.13872832369942195 average_review_time:23034.23076923077 average_reviewers_per_pull:0.4046242774566474 average_reviews_per_pull:0.4682080924855491 average_triage_time:0 composite:0.744 ffact:1663210 since:2025-07-18T07:16:53Z
2025-07-24T16:36:29Z pull-was-merged 799113787 _job:32524 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#259 has been closed by @rultor, with 10 HoC and 2 comments. event_id:52507570608 event_type:PullRequestEvent failed_builds:0 hoc:10 is_human:0 issue:259 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-07-25T09:15:50Z quantity-of-deliverables _job:32524 composite:30.314 ffact:163490 since:2025-07-18T09:15:50Z total_commits_pushed:36 total_hoc_committed:1570 total_issues_created:27 total_pulls_submitted:17 total_reviews_submitted:11
2025-07-25T07:31:26Z release-published 799177290 _job:32524 commits:8 contributors:[29139614, 41898282, 526301, 8086956] details:A new release 'baza.rb update causing 429 too many requests error' has been published in zerocracy/judges-action by @rultor. event_id:52532786987 event_type:ReleaseEvent hoc:28 is_human:0 last_commit:f7fefc43aef9fd14cf1637f3dc7898249b1feb79 release:235089165 tag:0.15.1 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-25T07:29:57Z tag-was-created 799177290 _job:32524 details:A new tag '0.15.1' has been created in zerocracy/judges-action by @rultor. event_id:52532730911 event_type:CreateEvent is_human:0 tag:0.15.1 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-25T09:07:13Z pull-was-merged 799177290 _job:32524 branch:renovate/zerocracy-judges-action-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#825 has been closed by @rultor, with 2 HoC and 3 comments. event_id:52536534821 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:825 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-07-26T06:58:07Z dimensions-of-terrain _job:32524 total_active_contributors:5 total_commits:5469 total_contributors:17 total_files:764 total_forks:23 total_issues:843 total_pulls:1543 total_releases:628 total_repositories:9 total_stars:71
2025-07-27T07:37:29Z quality-of-service _job:32524 average_backlog_size:1.4603174603174602 average_build_duration:170.6367495451789 average_build_mttr:-30808 average_build_success_rate:0.9393571861734384 average_issue_lifetime:638204.8787878788 average_pull_files_size:1.611764705882353 average_pull_hoc_size:8.941176470588236 average_pull_lifetime:206791.0760869565 average_pull_rejection_rate:0.07608695652173914 average_release_commits_size:8.0 average_release_hoc_size:28.0 average_release_interval:48235.47368421053 average_review_size:0.07058823529411765 average_review_time:21481.390625 average_reviewers_per_pull:0.4 average_reviews_per_pull:0.4176470588235294 average_triage_time:0 composite:0.748 ffact:1663210 since:2025-07-20T07:37:29Z
2025-07-27T08:46:46Z dimensions-of-terrain _job:32524 total_active_contributors:5 total_commits:5469 total_contributors:17 total_files:764 total_forks:23 total_issues:843 total_pulls:1543 total_releases:628 total_repositories:9 total_stars:71
2025-07-27T09:50:28Z quantity-of-deliverables _job:32524 since:2025-07-20T09:50:28Z total_builds_ran:1665 total_issues_created:29 total_pulls_submitted:19 total_releases_published:5
2025-07-27T19:27:15Z tag-was-created 799113787 _job:32524 details:A new tag '0.52.0' has been created in yegor256/judges by @rultor. event_id:52599002361 event_type:CreateEvent is_human:0 tag:0.52.0 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-27T19:27:55Z release-published 799113787 _job:32524 commits:4 contributors:[29139614, 526301, 8086956] details:A new release '`timeout` for test is not possible to set' has been published in yegor256/judges by @rultor. event_id:52599010679 event_type:ReleaseEvent hoc:93 is_human:0 last_commit:5d0b64d79fabd3ae056345b1b530de793ee7fd06 release:235472481 tag:0.52.0 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-28T03:17:41Z pull-was-merged 849726475 _job:32524 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#127 has been closed by @rultor, with 30 HoC and 3 comments. event_id:52606112475 event_type:PullRequestEvent failed_builds:0 hoc:30 is_human:0 issue:127 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-07-28T03:22:59Z pull-was-merged 799177290 _job:32524 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#826 has been closed by @rultor, with 4 HoC and 3 comments. event_id:52606218523 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:826 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-07-28T03:38:25Z pull-was-merged 802720676 _job:32524 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#329 has been closed by @rultor, with 6 HoC and 3 comments. event_id:52606529772 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:329 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-07-28T08:49:14Z dimensions-of-terrain _job:32524 total_active_contributors:5 total_commits:5473 total_contributors:17 total_files:764 total_forks:23 total_issues:845 total_pulls:1547 total_releases:629 total_repositories:9 total_stars:71
2025-07-28T08:55:44Z pull-was-merged 802720676 _job:32524 branch:renovate/fbe-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#326 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:326 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-07-28T08:53:16Z pull-was-merged 849726475 _job:32524 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#126 has been closed by @rultor, with 2 HoC and 3 comments. event_id:52617038013 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:126 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-07-29T07:40:15Z quality-of-service _job:32524 average_backlog_size:1.4603174603174602 average_build_duration:32.84153005464481 average_build_mttr:-126227 average_build_success_rate:0.9599271402550091 average_issue_lifetime:69561.125 average_pull_files_size:1.619047619047619 average_pull_hoc_size:9.023809523809524 average_pull_lifetime:362429.51851851854 average_pull_rejection_rate:0.07692307692307693 average_release_commits_size:6.622641509433962 average_release_hoc_size:56.45283018867924 average_release_interval:48235.47368421053 average_review_size:0.13043478260869565 average_review_time:16795.5 average_reviewers_per_pull:0.08695652173913043 average_reviews_per_pull:0.08695652173913043 average_triage_time:1.4285714285714286 composite:0.902 ffact:1663210 since:2025-07-22T07:40:15Z
2025-07-28T17:14:00Z release-published 798641472 _job:32524 commits:16 contributors:[41898282, 526301, 8086956] details:A new release 'indexed term is too slow on large factbases' has been published in yegor256/factbase by @rultor. event_id:52640699480 event_type:ReleaseEvent hoc:161 is_human:0 last_commit:bc55f431d2f16c43b9a1e106d89d55fa7f7551a9 release:235712931 tag:0.14.1 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-28T17:13:16Z tag-was-created 798641472 _job:32524 details:A new tag '0.14.1' has been created in yegor256/factbase by @rultor. event_id:52640669171 event_type:CreateEvent is_human:0 tag:0.14.1 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-29T08:56:33Z dimensions-of-terrain _job:32524 total_active_contributors:5 total_commits:5494 total_contributors:17 total_files:764 total_forks:23 total_issues:847 total_pulls:1555 total_releases:631 total_repositories:9 total_stars:71
2025-07-29T15:15:02Z quantity-of-deliverables _job:32524 since:2025-07-22T15:15:02Z total_builds_ran:2029 total_releases_published:7
2025-07-30T09:16:53Z dimensions-of-terrain _job:32524 total_active_contributors:5 total_commits:5515 total_contributors:17 total_files:764 total_forks:23 total_issues:852 total_pulls:1563 total_releases:635 total_repositories:9 total_stars:71
2025-07-30T04:03:02Z release-published 799177290 _job:32524 commits:7 contributors:[41898282, 526301, 29139614, 8086956] details:A new release '' has been published in zerocracy/judges-action by @rultor. event_id:52711859791 event_type:ReleaseEvent hoc:24 is_human:0 last_commit:08e5e25f4e154a40f6177e60bdef308d988e11c9 release:236140667 tag:0.15.2 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-30T04:01:31Z tag-was-created 799177290 _job:32524 details:A new tag '0.15.2' has been created in zerocracy/judges-action by @rultor. event_id:52711822291 event_type:CreateEvent is_human:0 tag:0.15.2 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-31T17:07:25Z pull-was-merged 799177290 _job:32524 branch:renovate/rubocop-1.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#841 has been closed by @rultor, with 4 HoC and 3 comments. event_id:52796169979 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:841 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-07-30T15:30:58Z release-published 799177290 _job:32524 commits:12 contributors:[41898282, 29139614, 526301, 8086956] details:A new release '`pull-was-merged` function performance issue due to `or` term' has been published in zerocracy/judges-action by @rultor. event_id:52740975566 event_type:ReleaseEvent hoc:66 is_human:0 last_commit:ee989c2d3d865e2de18bfd60d57a34076133fde2 release:236325339 tag:0.15.4 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-30T15:29:53Z tag-was-created 799177290 _job:32524 details:A new tag '0.15.4' has been created in zerocracy/judges-action by @rultor. event_id:52740921853 event_type:CreateEvent is_human:0 tag:0.15.4 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-30T06:37:09Z release-published 799177290 _job:32524 commits:1 contributors:8086956 details:A new release '`quality-of-service` query execution times out after 60 seconds' has been published in zerocracy/judges-action by @rultor. event_id:52716021554 event_type:ReleaseEvent hoc:6 is_human:0 last_commit:7d359a0d83115ae014f6dcde6cd5398697cf4c9e release:236159983 tag:0.15.3 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-30T06:35:28Z tag-was-created 799177290 _job:32524 details:A new tag '0.15.3' has been created in zerocracy/judges-action by @rultor. event_id:52715962279 event_type:CreateEvent is_human:0 tag:0.15.3 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-31T16:38:01Z pull-was-merged 840215648 _job:32524 branch:renovate/rubocop-1.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#107 has been closed by @rultor, with 6 HoC and 3 comments. event_id:52795009174 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:107 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-07-31T03:09:21Z pull-was-merged 840215648 _job:32524 branch:renovate/rack-3.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#106 has been closed by @rultor, with 2 HoC and 3 comments. event_id:52762415715 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:106 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-07-30T08:51:42Z pull-was-merged 840215648 _job:32524 branch:renovate/factbase-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#104 has been closed by @rultor, with 2 HoC and 3 comments. event_id:52721666743 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:104 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-07-31T16:37:41Z pull-was-merged 820463873 _job:32524 branch:renovate/rubocop-1.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#254 has been closed by @rultor, with 4 HoC and 3 comments. event_id:52794995608 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:254 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-07-31T17:04:38Z pull-was-merged 802720676 _job:32524 branch:renovate/rubocop-1.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#333 has been closed by @rultor, with 6 HoC and 3 comments. event_id:52796062905 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:333 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-08-01T07:51:56Z quality-of-service _job:32524 average_backlog_size:0.2222222222222222 average_build_duration:35.865209471766846 average_build_mttr:-126227 average_build_success_rate:0.9599271402550091 average_issue_lifetime:683674.0327868853 average_pull_files_size:1.2121212121212122 average_pull_hoc_size:9.393939393939394 average_pull_lifetime:207285.7411764706 average_pull_rejection_rate:0.07647058823529412 average_release_commits_size:6.270833333333333 average_release_hoc_size:56.145833333333336 average_release_interval:43910.557692307695 average_review_size:0.07006369426751592 average_review_time:21815.634920634922 average_reviewers_per_pull:0.4267515923566879 average_reviews_per_pull:0.445859872611465 average_triage_time:0 composite:0.746 ffact:1663210 since:2025-07-25T07:51:56Z
2025-07-31T16:39:41Z pull-was-merged 799113787 _job:32524 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#262 has been closed by @rultor, with 8 HoC and 2 comments. event_id:52795076960 event_type:PullRequestEvent failed_builds:0 hoc:8 is_human:0 issue:262 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-07-30T06:07:56Z release-published 798641472 _job:32524 commits:11 contributors:[526301, 8086956] details:A new release 'Impatient.each is failing due to large blocks inside' has been published in yegor256/factbase by @rultor. event_id:52715037444 event_type:ReleaseEvent hoc:119 is_human:0 last_commit:d6d0878e967a7dd939735a38fa008771491873e1 release:236155004 tag:0.14.3 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-30T06:07:13Z tag-was-created 798641472 _job:32524 details:A new tag '0.14.3' has been created in yegor256/factbase by @rultor. event_id:52715014711 event_type:CreateEvent is_human:0 tag:0.14.3 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-30T05:00:27Z release-published 798641472 _job:32524 commits:1 contributors:8086956 details:A new release '`absent` must be indexed too' has been published in yegor256/factbase by @rultor. event_id:52713176946 event_type:ReleaseEvent hoc:2 is_human:0 last_commit:4a435dfb684fb8a67f2e4663ff0f413438f3205a release:236147499 tag:0.14.2 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-07-30T04:59:00Z tag-was-created 798641472 _job:32524 details:A new tag '0.14.2' has been created in yegor256/factbase by @rultor. event_id:52713139429 event_type:CreateEvent is_human:0 tag:0.14.2 tombstone:2025-09-01T06:58:55Z where:github who:8086956
2025-08-01T08:14:52Z quantity-of-deliverables _job:32524 since:2025-07-25T08:14:52Z total_releases_published:10
2025-08-01T08:19:13Z dimensions-of-terrain _job:32524 total_active_contributors:5 total_commits:5541 total_contributors:17 total_files:765 total_forks:23 total_issues:855 total_pulls:1577 total_releases:638 total_repositories:9 total_stars:71
2025-07-29T03:37:13Z pull-was-merged 840215648 _job:32524 branch:renovate/factbase-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/baza.rb#103 has been 'pull-was-merged'. failed_builds:0 hoc:4 is_human:0 issue:103 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-07-29T03:19:10Z pull-was-merged 802720676 _job:32524 branch:renovate/judges-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#331 has been 'pull-was-merged'. failed_builds:0 hoc:6 is_human:0 issue:331 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-07-29T03:51:13Z pull-was-merged 799177290 _job:32524 branch:renovate/judges-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#828 has been 'pull-was-merged'. failed_builds:0 hoc:6 is_human:0 issue:828 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-07-30T16:41:15Z pull-was-merged 840215648 _job:32524 branch:renovate/factbase-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/baza.rb#105 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:105 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-07-31T03:31:55Z pull-was-merged 802720676 _job:32524 branch:renovate/fbe-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#332 has been 'pull-was-merged'. failed_builds:0 hoc:10 is_human:0 issue:332 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-07-29T03:13:34Z pull-was-merged 181044958 _job:32524 branch:renovate/yegor256-copyrights-action-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#197 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:197 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-08-01T03:16:12Z pull-was-merged 798641472 _job:32524 branch:renovate/rubocop-1.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#256 has been closed by @rultor, with 4 HoC and 2 comments. event_id:52813860682 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:256 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-08-01T03:11:22Z pull-was-merged 840215648 _job:32524 branch:renovate/puma-6.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/baza.rb#108 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:108 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-08-01T06:31:50Z release-published 799177290 _job:32524 commits:13 contributors:[41898282, 29139614, 526301, 8086956] details:A new release '`find-missing-issues` function fails to recognize `branch`' has been published in zerocracy/judges-action by @rultor. event_id:52818864104 event_type:ReleaseEvent hoc:97 is_human:0 last_commit:0d13a19d8dfbd845165399ec2893d07497f80c91 release:236786309 tag:0.15.5 tombstone:2025-09-02T06:48:00Z where:github who:8086956
2025-08-01T06:30:24Z tag-was-created 799177290 _job:32524 details:A new tag '0.15.5' has been created in zerocracy/judges-action by @rultor. event_id:52818813066 event_type:CreateEvent is_human:0 tag:0.15.5 tombstone:2025-09-02T06:48:00Z where:github who:8086956
2025-08-02T08:51:00Z dimensions-of-terrain _job:32524 total_active_contributors:5 total_commits:5541 total_contributors:17 total_files:765 total_forks:23 total_issues:855 total_pulls:1578 total_releases:638 total_repositories:9 total_stars:71
2025-08-01T23:21:40Z pull-was-opened 798641472 _job:32524 branch:249 details:The pull request yegor256/factbase#265 has been opened by @uchitsa. event_id:52855622856 event_type:PullRequestEvent is_human:1 issue:265 where:github who:29793349
2025-08-03T08:21:15Z quality-of-service _job:32524 average_backlog_size:0.20833333333333334 average_build_duration:38.4408014571949 average_build_mttr:-126227 average_build_success_rate:0.9599271402550091 average_issue_lifetime:683674.0327868853 average_pull_files_size:1.643312101910828 average_pull_hoc_size:6.89171974522293 average_pull_lifetime:206589.59649122806 average_pull_rejection_rate:0.08187134502923976 average_release_commits_size:5.666666666666667 average_release_hoc_size:43.166666666666664 average_release_interval:43910.557692307695 average_review_size:0.07006369426751592 average_review_time:21815.634920634922 average_reviewers_per_pull:0.4267515923566879 average_reviews_per_pull:0.445859872611465 average_triage_time:0 composite:0.746 ffact:1663210 since:2025-07-27T08:21:15Z
2025-08-03T08:47:26Z quantity-of-deliverables _job:32524 since:2025-07-27T08:47:26Z total_builds_ran:2228 total_issues_created:14 total_pulls_submitted:6
2025-08-03T09:22:12Z dimensions-of-terrain _job:32524 total_active_contributors:5 total_commits:5541 total_contributors:17 total_files:765 total_forks:23 total_issues:855 total_pulls:1578 total_releases:638 total_repositories:9 total_stars:71
2025-08-03T15:41:39Z release-published 820463873 _job:32524 commits:9 contributors:[29139614, 526301, 8086956] details:A new release '`unmask_repos()` doesn't check the existence of the repo' has been published in zerocracy/fbe by @rultor. event_id:52884837087 event_type:ReleaseEvent hoc:80 is_human:0 last_commit:3a69df17a12a6e1c5a5e8be3de046eca58f91c50 release:237141670 tag:0.26.2 where:github who:8086956
2025-08-03T15:40:36Z tag-was-created 820463873 _job:32524 details:A new tag '0.26.2' has been created in zerocracy/fbe by @rultor. event_id:52884822007 event_type:CreateEvent is_human:0 tag:0.26.2 where:github who:8086956
2025-08-03T14:46:53Z release-published 820463873 _job:32524 commits:1 contributors:8086956 details:A new release '`repo_id_by_name()` doesn't raise if repo not found' has been published in zerocracy/fbe by @rultor. event_id:52884022383 event_type:ReleaseEvent hoc:2 is_human:0 last_commit:cedd7396f80142de4c33af1634e79f763a076a68 release:237138650 tag:0.26.1 where:github who:8086956
2025-08-03T14:45:18Z tag-was-created 820463873 _job:32524 details:A new tag '0.26.1' has been created in zerocracy/fbe by @rultor. event_id:52883998612 event_type:CreateEvent is_human:0 tag:0.26.1 where:github who:8086956
2025-08-04T03:20:48Z pull-was-merged 802720676 _job:32524 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#334 has been closed by @rultor, with 2 HoC and 3 comments. event_id:52894873435 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:334 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-08-03T17:10:24Z pull-was-merged 849726475 _job:32524 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#130 has been closed by @rultor, with 2 HoC and 3 comments. event_id:52886102030 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:130 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-08-04T03:23:22Z pull-was-merged 799177290 _job:32524 branch:renovate/zerocracy-judges-action-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#848 has been closed by @rultor, with 2 HoC and 3 comments. event_id:52894929883 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:848 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-08-03T17:15:45Z release-published 799177290 _job:32524 commits:7 contributors:[41898282, 526301, 29139614, 8086956] details:A new release 'RuntimeError caused by insufficient operands in 'eq' function within github-events.rb' has been published in zerocracy/judges-action by @rultor. event_id:52886175487 event_type:ReleaseEvent hoc:46 is_human:0 last_commit:1691b8df9be4931d4c236644e3f8ff62948130c0 release:237167025 tag:0.15.6 where:github who:8086956
2025-08-03T17:13:55Z tag-was-created 799177290 _job:32524 details:A new tag '0.15.6' has been created in zerocracy/judges-action by @rultor. event_id:52886149613 event_type:CreateEvent is_human:0 tag:0.15.6 where:github who:8086956
2025-07-29T03:16:18Z pull-was-merged 849726475 _job:32524 branch:renovate/judges-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/swarm-template#128 has been 'pull-was-merged'. failed_builds:0 hoc:6 is_human:0 issue:128 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-07-31T03:28:07Z pull-was-merged 849726475 _job:32524 branch:renovate/fbe-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/swarm-template#129 has been 'pull-was-merged'. failed_builds:0 hoc:10 is_human:0 issue:129 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-08-04T16:35:00Z pull-was-merged 798641472 _job:32524 branch:renovate/crate-ci-typos-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#266 has been closed by @rultor, with 2 HoC and 2 comments. event_id:52927006331 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:266 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-08-04T16:06:06Z pull-was-merged 181044958 _job:32524 branch:renovate/pgtk-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/0rsk#221 has been closed by @rultor, with 36 HoC and 2 comments. event_id:52925816249 event_type:PullRequestEvent failed_builds:0 hoc:36 is_human:0 issue:221 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-08-05T08:50:06Z dimensions-of-terrain _job:32524 total_active_contributors:5 total_commits:5563 total_contributors:17 total_files:765 total_forks:23 total_issues:861 total_pulls:1594 total_releases:641 total_repositories:9 total_stars:71
2025-08-05T08:55:21Z quality-of-service _job:32524 average_backlog_size:1.3492063492063493 average_build_duration:40.364298724954466 average_build_mttr:-126227 average_build_success_rate:0.9599271402550091 average_issue_lifetime:729165.5789473684 average_pull_files_size:1.6482758620689655 average_pull_hoc_size:5.889655172413793 average_pull_lifetime:180951.05660377358 average_pull_rejection_rate:0.14634146341463414 average_release_commits_size:6.377777777777778 average_release_hoc_size:56.91111111111111 average_release_interval:43684.77777777778 average_review_size:0.0 average_review_time:0 average_reviewers_per_pull:0.0 average_reviews_per_pull:0.0 average_triage_time:0 composite:0.746 ffact:1663210 since:2025-07-29T08:55:21Z
2025-08-05T10:18:13Z quantity-of-deliverables _job:32524 since:2025-07-29T10:18:13Z total_builds_ran:2375
2025-08-05T03:38:04Z pull-was-merged 840215648 _job:32524 branch:renovate/crate-ci-typos-1.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/baza.rb#110 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:110 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-08-05T03:12:34Z pull-was-merged 802720676 _job:32524 branch:renovate/crate-ci-typos-1.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#335 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:335 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-08-05T03:55:12Z pull-was-merged 799177290 _job:32524 branch:renovate/crate-ci-typos-1.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#849 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:849 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-08-05T03:39:48Z pull-was-merged 849726475 _job:32524 branch:renovate/crate-ci-typos-1.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/swarm-template#131 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:131 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-08-05T04:23:25Z pull-was-merged 799113787 _job:32524 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/judges#263 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:263 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-08-05T04:50:32Z pull-was-merged 181044958 _job:32524 branch:renovate/iri-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#200 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:200 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-08-05T03:23:18Z pull-was-merged 798641472 _job:32524 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#267 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:267 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-08-05T03:43:50Z pull-was-merged 181044958 _job:32524 branch:renovate/crate-ci-typos-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/0rsk#223 has been closed by @rultor, with 2 HoC and 2 comments. event_id:52946395692 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:223 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-08-05T16:48:47Z pull-was-merged 802720676 _job:32524 branch:renovate/rubocop-1.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#336 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:336 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-08-06T08:55:52Z dimensions-of-terrain _job:32524 total_active_contributors:5 total_commits:5570 total_contributors:17 total_files:765 total_forks:23 total_issues:861 total_pulls:1600 total_releases:641 total_repositories:9 total_stars:71
2025-08-05T17:03:48Z pull-was-merged 799177290 _job:32524 branch:renovate/rubocop-1.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#851 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:851 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-08-08T10:18:27Z quality-of-service _job:32524 average_backlog_size:1.3492063492063493 average_build_duration:41.185792349726775 average_build_mttr:-126227 average_build_success_rate:0.9599271402550091 average_issue_lifetime:28969.875 average_pull_files_size:1.7580645161290323 average_pull_hoc_size:6.225806451612903 average_pull_lifetime:250475.33333333334 average_pull_rejection_rate:0.06766917293233082 average_release_commits_size:6.394736842105263 average_release_hoc_size:59.26315789473684 average_release_interval:59277.57142857143 average_review_size:0.08333333333333333 average_review_time:37480.0 average_reviewers_per_pull:0.05555555555555555 average_reviews_per_pull:0.08333333333333333 average_triage_time:0 composite:0.908 ffact:1663210 since:2025-08-01T10:18:27Z
2025-08-08T10:02:35Z release-published 799113787 _job:32524 commits:7 contributors:[526301, 29139614, 8086956] details:A new release 'new baza.rb' has been published in yegor256/judges by @rultor. event_id:53115647180 event_type:ReleaseEvent hoc:67 is_human:0 last_commit:3bfa2b91975e74a64f1005bfc8da1b64d14ad3ac release:238546325 tag:0.52.2 where:github who:8086956
2025-08-08T10:00:48Z tag-was-created 799113787 _job:32524 details:A new tag '0.52.2' has been created in yegor256/judges by @rultor. event_id:53115566582 event_type:CreateEvent is_human:0 tag:0.52.2 where:github who:8086956
2025-08-08T11:11:56Z quantity-of-deliverables _job:32524 since:2025-08-01T11:11:56Z total_builds_ran:2459
2025-08-08T11:16:10Z release-published 820463873 _job:32524 commits:17 contributors:[526301, 29139614, 2566462, 8086956] details:A new release '' has been published in zerocracy/fbe by @rultor. event_id:53118525863 event_type:ReleaseEvent hoc:116 is_human:0 last_commit:ed65477ac39d130a29c4297bbb073208b9bc8729 release:238561136 tag:0.26.5 where:github who:8086956
2025-08-08T11:15:01Z tag-was-created 820463873 _job:32524 details:A new tag '0.26.5' has been created in zerocracy/fbe by @rultor. event_id:53118481902 event_type:CreateEvent is_human:0 tag:0.26.5 where:github who:8086956
2025-08-08T12:21:12Z release-published 820463873 _job:32524 commits:2 contributors:[526301, 8086956] details:A new release '' has been published in zerocracy/fbe by @rultor. event_id:53121051515 event_type:ReleaseEvent hoc:32 is_human:0 last_commit:55c3d5da966b47d07e9a45bbe06957d921e3c91d release:238578638 tag:0.26.6 where:github who:8086956
2025-08-08T12:19:41Z tag-was-created 820463873 _job:32524 details:A new tag '0.26.6' has been created in zerocracy/fbe by @rultor. event_id:53120988721 event_type:CreateEvent is_human:0 tag:0.26.6 where:github who:8086956
2025-08-08T12:51:33Z release-published 820463873 _job:32524 commits:2 contributors:[526301, 8086956] details:A new release '`basic.fe` requres too long `details`' has been published in zerocracy/fbe by @rultor. event_id:53122329046 event_type:ReleaseEvent hoc:4 is_human:0 last_commit:a783e103cb265e7eceb7cf31731f160ca34787ed release:238585455 tag:0.26.7 where:github who:8086956
2025-08-08T12:49:51Z tag-was-created 820463873 _job:32524 details:A new tag '0.26.7' has been created in zerocracy/fbe by @rultor. event_id:53122257094 event_type:CreateEvent is_human:0 tag:0.26.7 where:github who:8086956
2025-08-08T13:57:25Z dimensions-of-terrain _job:32524 total_active_contributors:5 total_commits:5615 total_contributors:17 total_files:765 total_forks:23 total_issues:875 total_pulls:1621 total_releases:651 total_repositories:9 total_stars:71
2025-08-05T16:47:55Z pull-was-merged 840215648 _job:32524 branch:renovate/rubocop-1.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/baza.rb#112 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:112 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-08-05T16:37:50Z pull-was-merged 820463873 _job:32524 branch:renovate/rubocop-1.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/fbe#259 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:259 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-08-08T03:43:29Z pull-was-merged 840215648 _job:32524 branch:renovate/crate-ci-typos-1.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/baza.rb#114 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:114 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-08-05T16:51:19Z pull-was-merged 798641472 _job:32524 branch:renovate/rubocop-1.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#268 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:268 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-08-08T03:40:58Z pull-was-merged 799177290 _job:32524 branch:renovate/crate-ci-typos-1.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#855 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:855 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-08-08T03:30:35Z pull-was-merged 820463873 _job:32524 branch:renovate/crate-ci-typos-1.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/fbe#261 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:261 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-08-08T03:03:49Z pull-was-merged 798641472 _job:32524 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#269 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:269 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-08-05T16:57:46Z pull-was-merged 799113787 _job:32524 branch:renovate/rubocop-1.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/judges#264 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:264 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-08-08T03:32:50Z pull-was-merged 799113787 _job:32524 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/judges#266 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:266 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-08-08T13:08:27Z release-published 820463873 _job:32524 commits:2 contributors:[526301, 8086956] details:A new release '`where` can't have `gitlab`, it's a bug' has been published in zerocracy/fbe by @rultor. event_id:53123071209 event_type:ReleaseEvent hoc:4 is_human:0 last_commit:37382b4169326263fd1fff97c54a7eccf629f16d release:238589984 tag:0.26.8 where:github who:8086956
2025-08-08T13:07:07Z tag-was-created 820463873 _job:32524 details:A new tag '0.26.8' has been created in zerocracy/fbe by @rultor. event_id:53123011961 event_type:CreateEvent is_human:0 tag:0.26.8 where:github who:8086956
2025-08-08T14:46:34Z release-published 799177290 _job:32524 commits:24 contributors:[41898282, 526301, 29139614, 8086956, 2566462] details:A new release '' has been published in zerocracy/judges-action by @rultor. event_id:53127501451 event_type:ReleaseEvent hoc:197 is_human:0 last_commit:43692fa2f39500711068c99bcabbae61d07c6e03 release:238630796 tag:0.15.8 where:github who:8086956
2025-08-08T14:45:13Z tag-was-created 799177290 _job:32524 details:A new tag '0.15.8' has been created in zerocracy/judges-action by @rultor. event_id:53127442692 event_type:CreateEvent is_human:0 tag:0.15.8 where:github who:8086956
2025-08-08T03:57:57Z pull-was-merged 802720676 _job:32524 branch:renovate/fbe-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#337 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:337 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-08-08T03:14:14Z pull-was-merged 802720676 _job:32524 branch:renovate/crate-ci-typos-1.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#338 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:338 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-08-08T03:53:13Z pull-was-merged 849726475 _job:32524 branch:renovate/crate-ci-typos-1.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/swarm-template#132 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:132 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-08-08T03:09:36Z pull-was-merged 849726475 _job:32524 branch:renovate/fbe-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/swarm-template#133 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:133 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-08-08T21:08:09Z pull-was-merged 181044958 _job:32532 branch:renovate/crate-ci-typos-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/0rsk#226 has been closed by @rultor, with 2 HoC and 2 comments. event_id:53140859925 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:226 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-04-16T18:10:59Z code-contribution-was-rewarded 799177290 _job:32532 award:4 details:It's time to reward @Suban05 for the code contributed in zerocracy/judges-action#528, the reward amount is 4. done:2025-08-21T13:56:02Z href:https://github.com/zerocracy/judges-action/issues/528/#issuecomment-2810346825 is_human:1 issue:528 receipt:receipt-#20071 where:github who:88084038 why:Contributed code in zerocracy/judges-action#528
2025-04-16T18:11:05Z code-contribution-was-rewarded 799177290 _job:32532 award:4 details:It's time to reward @Suban05 for the code contributed in zerocracy/judges-action#531, the reward amount is 4. done:2025-08-21T13:56:02Z href:https://github.com/zerocracy/judges-action/issues/531/#issuecomment-2810346888 is_human:1 issue:531 receipt:receipt-#20072 where:github who:88084038 why:Contributed code in zerocracy/judges-action#531
2025-04-16T18:11:08Z code-contribution-was-rewarded 820463873 _job:32532 award:4 details:It's time to reward @Suban05 for the code contributed in zerocracy/fbe#164, the reward amount is 4. done:2025-08-21T13:56:03Z href:https://github.com/zerocracy/fbe/issues/164/#issuecomment-2810346958 is_human:1 issue:164 receipt:receipt-#20073 where:github who:88084038 why:Contributed code in zerocracy/fbe#164
2025-04-16T18:11:12Z code-contribution-was-rewarded 799177290 _job:32532 award:7 details:It's time to reward @Suban05 for the code contributed in zerocracy/judges-action#540, the reward amount is 7. done:2025-08-21T13:56:04Z href:https://github.com/zerocracy/judges-action/issues/540/#issuecomment-2810347000 is_human:1 issue:540 receipt:receipt-#20074 where:github who:88084038 why:Contributed code in zerocracy/judges-action#540
2025-08-09T06:43:29Z release-published 799177290 _job:32537 commits:10 contributors:[29139614, 41898282, 2566462, 526301, 8086956] details:A new release '' has been published in zerocracy/judges-action by @rultor. event_id:53149567719 event_type:ReleaseEvent hoc:63 is_human:0 last_commit:78229d6413b2698e714def0cd2d5c47ab80c2184 release:238755494 tag:0.15.9 where:github who:8086956
2025-08-09T06:42:04Z tag-was-created 799177290 _job:32537 details:A new tag '0.15.9' has been created in zerocracy/judges-action by @rultor. event_id:53149552917 event_type:CreateEvent is_human:0 tag:0.15.9 where:github who:8086956
2025-08-09T06:50:44Z release-published 798641472 _job:32537 commits:15 contributors:[526301, 29139614, 8086956] details:A new release '`lt` is not indexed yet' has been published in yegor256/factbase by @rultor. event_id:53149647140 event_type:ReleaseEvent hoc:154 is_human:0 last_commit:0ca55e7363897bc8a704f99e2f70477ae87333fc release:238755804 tag:0.14.5 where:github who:8086956
2025-08-09T06:50:04Z tag-was-created 798641472 _job:32537 details:A new tag '0.14.5' has been created in yegor256/factbase by @rultor. event_id:53149639087 event_type:CreateEvent is_human:0 tag:0.14.5 where:github who:8086956
2025-08-09T06:00:11Z release-published 820463873 _job:32537 commits:3 contributors:[29139614, 526301, 8086956] details:A new release '' has been published in zerocracy/fbe by @rultor. event_id:53149055114 event_type:ReleaseEvent hoc:59 is_human:0 last_commit:7d3879e444dc131831c497c33b15ecc95951c3cc release:238753054 tag:0.26.9 where:github who:8086956
2025-08-09T05:58:58Z tag-was-created 820463873 _job:32537 details:A new tag '0.26.9' has been created in zerocracy/fbe by @rultor. event_id:53149041077 event_type:CreateEvent is_human:0 tag:0.26.9 where:github who:8086956
2025-08-09T14:20:09Z dimensions-of-terrain _job:32537 total_active_contributors:5 total_commits:5651 total_contributors:17 total_files:766 total_forks:23 total_issues:878 total_pulls:1638 total_releases:655 total_repositories:9 total_stars:72
2025-08-10T11:12:59Z quantity-of-deliverables _job:32537 since:2025-08-03T11:12:59Z total_commits_pushed:113 total_hoc_committed:1132 total_releases_published:17
2025-08-10T11:13:42Z quality-of-service _job:32537 average_backlog_size:1.3492063492063493 average_build_duration:43.916211293260474 average_build_mttr:-126227 average_build_success_rate:0.9599271402550091 average_issue_lifetime:30261.35714285714 average_pull_files_size:1.0909090909090908 average_pull_hoc_size:6.836363636363636 average_pull_lifetime:181523.72413793104 average_pull_rejection_rate:0.05172413793103448 average_release_commits_size:6.394736842105263 average_release_hoc_size:59.26315789473684 average_release_interval:30614.5 average_review_size:0.07377049180327869 average_review_time:21632.548387096773 average_reviewers_per_pull:0.5409836065573771 average_reviews_per_pull:0.5655737704918032 average_triage_time:0 composite:0.915 ffact:1663210 since:2025-08-03T11:13:42Z
2025-08-10T16:02:27Z release-published 798641472 _job:32537 commits:63 contributors:[198982749, 526301, 29139614, 8086956, 41898282] details:A new release '`Factbase::Rules` must prohibit more than one UID' has been published in yegor256/factbase by @rultor. event_id:53174701166 event_type:ReleaseEvent hoc:770 is_human:0 last_commit:d6d428092832f678b8957fd31f802924fba9f5b1 release:238856701 tag:0.14.6 where:github who:8086956
2025-08-10T16:01:26Z tag-was-created 798641472 _job:32537 details:A new tag '0.14.6' has been created in yegor256/factbase by @rultor. event_id:53174684562 event_type:CreateEvent is_human:0 tag:0.14.6 where:github who:8086956
2025-08-10T16:14:13Z dimensions-of-terrain _job:32537 total_active_contributors:5 total_commits:5659 total_contributors:17 total_files:766 total_forks:23 total_issues:880 total_pulls:1644 total_releases:656 total_repositories:9 total_stars:72
2025-08-10T16:36:05Z release-published 798641472 _job:32537 commits:55 contributors:[29139614, 526301, 8086956, 41898282] details:A new release '`Factabase::Rules.to_s` is not implemented' has been published in yegor256/factbase by @rultor. event_id:53175196160 event_type:ReleaseEvent hoc:637 is_human:0 last_commit:da891f74178e450cefa048b06236d9457ab96c9f release:238858310 tag:0.14.7 where:github who:8086956
2025-08-10T16:35:22Z tag-was-created 798641472 _job:32537 details:A new tag '0.14.7' has been created in yegor256/factbase by @rultor. event_id:53175186027 event_type:CreateEvent is_human:0 tag:0.14.7 where:github who:8086956
2025-08-10T17:25:18Z release-published 820463873 _job:32537 commits:33 contributors:[526301, 29139614, 2566462, 8086956] details:A new release '`basics.fe` still demands too long `details`' has been published in zerocracy/fbe by @rultor. event_id:53175936426 event_type:ReleaseEvent hoc:302 is_human:0 last_commit:9b1bd7fe00412b81ec1b2e25419732811f9d47b7 release:238860479 tag:0.26.10 where:github who:8086956
2025-08-10T17:24:15Z tag-was-created 820463873 _job:32537 details:A new tag '0.26.10' has been created in zerocracy/fbe by @rultor. event_id:53175919046 event_type:CreateEvent is_human:0 tag:0.26.10 where:github who:8086956
2025-08-10T17:52:02Z release-published 799177290 _job:32537 commits:21 contributors:[29139614, 41898282, 2566462, 526301, 8086956] details:A new release '' has been published in zerocracy/judges-action by @rultor. event_id:53176316587 event_type:ReleaseEvent hoc:69 is_human:0 last_commit:78229d6413b2698e714def0cd2d5c47ab80c2184 release:238861655 tag:0.15.10 where:github who:8086956
2025-08-10T17:50:10Z tag-was-created 799177290 _job:32537 details:A new tag '0.15.10' has been created in zerocracy/judges-action by @rultor. event_id:53176288061 event_type:CreateEvent is_human:0 tag:0.15.10 where:github who:8086956
2025-08-11T16:14:18Z dimensions-of-terrain _job:32662 total_active_contributors:5 total_commits:5686 total_contributors:17 total_files:766 total_forks:23 total_issues:883 total_pulls:1657 total_releases:510 total_repositories:9 total_stars:72
2025-08-11T18:03:59Z release-published 840215648 _job:32748 commits:27 contributors:[526301, 29139614, 8086956] details:A new release '' has been published in zerocracy/baza.rb by @rultor. event_id:53220797440 event_type:ReleaseEvent hoc:199 is_human:0 last_commit:14c8615a22b14c8b9de3c13fd6937c20c17db37f release:239127470 tag:0.10.1 where:github who:8086956
2025-08-11T18:02:52Z tag-was-created 840215648 _job:32748 details:A new tag '0.10.1' has been created in zerocracy/baza.rb by @rultor. event_id:53220749643 event_type:CreateEvent is_human:0 tag:0.10.1 where:github who:8086956
2025-08-12T09:02:32Z pull-was-merged 799177290 _job:32799 branch:renovate/baza.rb-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#876 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:876 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-08-12T11:44:00Z quantity-of-deliverables _job:32808 since:2025-08-05T11:44:00Z total_reviews_submitted:43
2025-08-12T12:24:09Z quality-of-service _job:32812 average_backlog_size:1.253968253968254 average_build_duration:46.09107468123862 average_build_mttr:-126227 average_build_success_rate:0.9635701275045537 average_issue_lifetime:902635.7173913043 average_pull_files_size:1.9029126213592233 average_pull_hoc_size:6.689320388349515 average_pull_lifetime:168584.125 average_pull_rejection_rate:0.08035714285714286 average_release_commits_size:6.257142857142857 average_release_hoc_size:59.68571428571428 average_release_interval:34096.51282051282 average_review_size:0.10344827586206896 average_review_time:5729.833333333333 average_reviewers_per_pull:0.6724137931034483 average_reviews_per_pull:0.7068965517241379 average_triage_time:0 composite:0.738 ffact:1663210 since:2025-08-05T12:24:09Z
2025-08-12T16:44:17Z dimensions-of-terrain _job:32836 total_active_contributors:5 total_commits:5698 total_contributors:17 total_files:766 total_forks:23 total_issues:886 total_pulls:1660 total_releases:360 total_repositories:9 total_stars:72
2025-08-13T16:44:39Z dimensions-of-terrain _job:32981 total_active_contributors:5 total_commits:5705 total_contributors:17 total_files:766 total_forks:23 total_issues:886 total_pulls:1668 total_releases:660 total_repositories:9 total_stars:72
2025-08-14T12:17:25Z quantity-of-deliverables _job:33103 since:2025-08-07T12:17:25Z total_builds_ran:3796 total_issues_created:36 total_pulls_submitted:20 total_releases_published:20
2025-08-14T12:56:38Z quality-of-service _job:33105 average_backlog_size:0.8095238095238095 average_build_duration:49.36247723132969 average_build_mttr:-126227 average_build_success_rate:0.9635701275045537 average_issue_lifetime:63374.59090909091 average_pull_files_size:1.9108910891089108 average_pull_hoc_size:6.712871287128713 average_pull_lifetime:231612.45714285714 average_pull_rejection_rate:0.07339449541284404 average_release_commits_size:6.305555555555555 average_release_hoc_size:59.69444444444444 average_release_interval:34055.975 average_review_size:0.0891089108910891 average_review_time:21632.548387096773 average_reviewers_per_pull:0.6534653465346535 average_reviews_per_pull:0.6831683168316832 average_triage_time:0 composite:0.91 ffact:1663210 since:2025-08-07T12:56:38Z
2025-08-14T18:50:24Z dimensions-of-terrain _job:33165 total_active_contributors:5 total_commits:5721 total_contributors:17 total_files:770 total_forks:23 total_issues:888 total_pulls:1673 total_releases:662 total_repositories:9 total_stars:72
2025-08-14T09:28:55Z release-published 799177290 _job:33194 commits:11 contributors:[41898282, 526301, 29139614, 8086956] details:A new release '' has been published in zerocracy/judges-action by @rultor. event_id:53358530297 event_type:ReleaseEvent hoc:110 is_human:0 last_commit:84b8b6780b83a198b3af66370be52747ddaa0b85 release:239912855 tag:0.15.11 where:github who:8086956
2025-08-14T09:27:40Z tag-was-created 799177290 _job:33194 details:A new tag '0.15.11' has been created in zerocracy/judges-action by @rultor. event_id:53358471199 event_type:CreateEvent is_human:0 tag:0.15.11 where:github who:8086956
2025-08-16T23:27:31Z earned-value _job:33457 ac:-1765 cant_infer_ev:There is not .CSV file cant_infer_pv:There is not .CSV file ev:0 pv:0 qod:1732 qod_per_sec:5.322045942786973e-05 start:2024-08-05T07:10:16Z
2025-08-16T23:27:31Z earned-value-prev _job:33457
2024-12-18T11:25:46Z code-was-contributed 840215648 _job:34102 comments:3 details:The pull request zerocracy/baza.rb#30 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 6 weeks of being in review and 3 comments. done:2025-08-31T11:59:09Z hoc:2 is_human:0 issue:30 merger:526301 seconds:3772176 where:github who:29139614
2024-12-18T11:25:27Z code-was-contributed 840215648 _job:34102 comments:3 details:The pull request zerocracy/baza.rb#32 with 12 HoC created by @renovate[bot] was merged by @yegor256 after 4 weeks of being in review and 3 comments. done:2025-08-31T11:59:09Z hoc:12 is_human:0 issue:32 merger:526301 seconds:2905734 where:github who:29139614
2024-12-18T11:23:50Z code-was-contributed 820463873 _job:34102 comments:0 details:The pull request zerocracy/fbe#124 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 2 weeks of being in review and 0 comments. done:2025-08-31T11:59:09Z hoc:6 is_human:0 issue:124 merger:526301 seconds:1264229 where:github who:29139614
2024-12-18T11:23:39Z code-was-contributed 820463873 _job:34102 comments:0 details:The pull request zerocracy/fbe#125 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 5 days of being in review and 0 comments. done:2025-08-31T11:59:09Z hoc:6 is_human:0 issue:125 merger:526301 seconds:505200 where:github who:29139614
2024-12-18T14:52:28Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#414 with 20 HoC created by @renovate[bot] was merged by @rultor after 18 minutes of being in review and 2 comments. done:2025-08-31T14:57:13Z hoc:20 is_human:0 issue:414 merger:8086956 seconds:1136 where:github who:29139614
2024-12-18T15:51:41Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#176 with 28 HoC created by @renovate[bot] was merged by @rultor after 59 minutes of being in review and 2 comments. done:2025-08-31T15:58:38Z hoc:28 is_human:0 issue:176 merger:8086956 seconds:3590 where:github who:29139614
2024-12-18T17:50:05Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#32 with 28 HoC created by @renovate[bot] was merged by @rultor after 51 minutes of being in review and 2 comments. done:2025-08-31T17:58:55Z hoc:28 is_human:0 issue:32 merger:8086956 seconds:3113 where:github who:29139614
2024-12-28T07:53:21Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#40 with 33 HoC created by @renovate[bot] was merged by @rultor after 24 minutes of being in review and 2 comments. hoc:33 is_human:0 issue:40 merger:8086956 seconds:1470 where:github who:29139614
2024-12-29T08:35:08Z code-was-contributed 799113787 _job:34102 comments:2 details:The pull request yegor256/judges#159 with 3 HoC created by @renovate[bot] was merged by @rultor after 25 minutes of being in review and 2 comments. hoc:3 is_human:0 issue:159 merger:8086956 seconds:1524 where:github who:29139614
2024-12-28T07:53:47Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#189 with 33 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. hoc:33 is_human:0 issue:189 merger:8086956 seconds:3687 where:github who:29139614
2024-12-26T13:49:50Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#186 with 6 HoC created by @renovate[bot] was merged by @rultor after 31 minutes of being in review and 2 comments. hoc:6 is_human:0 issue:186 merger:8086956 seconds:1870 where:github who:29139614
2024-12-25T13:51:32Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#39 with 4 HoC created by @renovate[bot] was merged by @rultor after 1 days of being in review and 2 comments. hoc:4 is_human:0 issue:39 merger:8086956 seconds:108368 where:github who:29139614
2025-01-03T13:48:59Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#41 with 31 HoC created by @renovate[bot] was merged by @rultor after 33 minutes of being in review and 2 comments. hoc:31 is_human:0 issue:41 merger:8086956 seconds:1987 where:github who:29139614
2025-01-03T14:14:20Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#448 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 7 minutes of being in review and 0 comments. hoc:2 is_human:0 issue:448 merger:526301 seconds:472 where:github who:29139614
2025-01-04T11:30:19Z code-was-contributed 799113787 _job:34102 comments:2 details:The pull request yegor256/judges#161 with 8 HoC created by @renovate[bot] was merged by @rultor after 45 minutes of being in review and 2 comments. hoc:8 is_human:0 issue:161 merger:8086956 seconds:2729 where:github who:29139614
2025-01-09T08:05:04Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#190 with 31 HoC created by @renovate[bot] was merged by @yegor256 after 5 days of being in review and 0 comments. hoc:31 is_human:0 issue:190 merger:526301 seconds:511820 where:github who:29139614
2025-01-09T08:04:53Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#191 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 18 hours of being in review and 0 comments. hoc:6 is_human:0 issue:191 merger:526301 seconds:65077 where:github who:29139614
2025-01-10T08:53:50Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#449 with 6 HoC created by @renovate[bot] was merged by @rultor after 38 minutes of being in review and 2 comments. hoc:6 is_human:0 issue:449 merger:8086956 seconds:2298 where:github who:29139614
2025-01-10T10:50:57Z code-was-contributed 820463873 _job:34102 comments:2 details:The pull request zerocracy/fbe#134 with 10 HoC created by @renovate[bot] was merged by @rultor after 21 minutes of being in review and 2 comments. hoc:10 is_human:0 issue:134 merger:8086956 seconds:1284 where:github who:29139614
2025-01-10T11:52:00Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#42 with 10 HoC created by @renovate[bot] was merged by @rultor after 32 minutes of being in review and 2 comments. hoc:10 is_human:0 issue:42 merger:8086956 seconds:1925 where:github who:29139614
2025-01-10T12:38:07Z code-was-contributed 799113787 _job:34102 comments:2 details:The pull request yegor256/judges#162 with 8 HoC created by @renovate[bot] was merged by @rultor after 20 minutes of being in review and 2 comments. hoc:8 is_human:0 issue:162 merger:8086956 seconds:1239 where:github who:29139614
2025-01-12T15:31:30Z code-was-contributed 799113787 _job:34102 comments:2 details:The pull request yegor256/judges#163 with 22 HoC created by @renovate[bot] was merged by @rultor after 51 minutes of being in review and 2 comments. hoc:22 is_human:0 issue:163 merger:8086956 seconds:3085 where:github who:29139614
2025-01-20T15:38:17Z code-was-contributed 799113787 _job:34102 comments:2 details:The pull request yegor256/judges#164 with 10 HoC created by @renovate[bot] was merged by @rultor after 33 minutes of being in review and 2 comments. hoc:10 is_human:0 issue:164 merger:8086956 seconds:2034 where:github who:29139614
2025-01-20T17:43:32Z code-was-contributed 820463873 _job:34102 comments:2 details:The pull request zerocracy/fbe#135 with 10 HoC created by @renovate[bot] was merged by @rultor after 28 minutes of being in review and 2 comments. hoc:10 is_human:0 issue:135 merger:8086956 seconds:1697 where:github who:29139614
2025-01-22T19:56:55Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#450 with 10 HoC created by @renovate[bot] was merged by @rultor after 40 minutes of being in review and 2 comments. hoc:10 is_human:0 issue:450 merger:8086956 seconds:2411 where:github who:29139614
2025-01-22T19:35:33Z code-was-contributed 799113787 _job:34102 comments:2 details:The pull request yegor256/judges#165 with 6 HoC created by @renovate[bot] was merged by @rultor after 27 minutes of being in review and 2 comments. hoc:6 is_human:0 issue:165 merger:8086956 seconds:1631 where:github who:29139614
2025-01-22T22:50:34Z code-was-contributed 820463873 _job:34102 comments:2 details:The pull request zerocracy/fbe#136 with 6 HoC created by @renovate[bot] was merged by @rultor after 48 minutes of being in review and 2 comments. hoc:6 is_human:0 issue:136 merger:8086956 seconds:2898 where:github who:29139614
2025-01-22T21:50:59Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#43 with 8 HoC created by @renovate[bot] was merged by @rultor after 37 minutes of being in review and 2 comments. hoc:8 is_human:0 issue:43 merger:8086956 seconds:2246 where:github who:29139614
2025-01-27T11:33:07Z code-was-contributed 799113787 _job:34102 comments:2 details:The pull request yegor256/judges#166 with 2 HoC created by @renovate[bot] was merged by @rultor after 40 minutes of being in review and 2 comments. hoc:2 is_human:0 issue:166 merger:8086956 seconds:2409 where:github who:29139614
2025-01-27T19:14:40Z code-was-contributed 798641472 _job:34102 comments:0 details:The pull request yegor256/factbase#152 with 47 HoC created by @github-actions[bot] was merged by @yegor256 after 2 hours of being in review and 0 comments. hoc:47 is_human:0 issue:152 merger:526301 seconds:9702 where:github who:41898282
2025-01-27T20:55:38Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#44 with 32 HoC created by @renovate[bot] was merged by @rultor after 15 minutes of being in review and 2 comments. hoc:32 is_human:0 issue:44 merger:8086956 seconds:938 where:github who:29139614
2025-01-27T20:58:21Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#452 with 12 HoC created by @renovate[bot] was merged by @rultor after 44 minutes of being in review and 2 comments. hoc:12 is_human:0 issue:452 merger:8086956 seconds:2647 where:github who:29139614
2025-01-28T06:53:20Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#455 with 2 HoC created by @renovate[bot] was merged by @rultor after 35 minutes of being in review and 2 comments. hoc:2 is_human:0 issue:455 merger:8086956 seconds:2126 where:github who:29139614
2025-01-28T09:20:23Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#195 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 23 minutes of being in review and 0 comments. hoc:2 is_human:0 issue:195 merger:526301 seconds:1388 where:github who:41898282
2025-01-28T09:49:01Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#45 with 10 HoC created by @renovate[bot] was merged by @rultor after 36 minutes of being in review and 2 comments. hoc:10 is_human:0 issue:45 merger:8086956 seconds:2163 where:github who:29139614
2025-01-28T10:55:50Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#459 with 2 HoC created by @renovate[bot] was merged by @rultor after 41 minutes of being in review and 2 comments. hoc:2 is_human:0 issue:459 merger:8086956 seconds:2503 where:github who:29139614
2025-02-18T05:50:25Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#49 with 5 HoC created by @renovate[bot] was merged by @rultor after 6 hours of being in review and 2 comments. hoc:5 is_human:0 issue:49 merger:8086956 seconds:21778 where:github who:29139614
2025-02-17T23:57:03Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#47 with 4 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. hoc:4 is_human:0 issue:47 merger:8086956 seconds:4008 where:github who:29139614
2025-02-21T17:20:29Z code-was-contributed 798641472 _job:34102 comments:0 details:The pull request yegor256/factbase#164 with 16 HoC created by @github-actions[bot] was merged by @yegor256 after 1 hours of being in review and 0 comments. hoc:16 is_human:0 issue:164 merger:526301 seconds:4533 where:github who:41898282
2025-02-24T17:06:29Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#202 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 25 minutes of being in review and 0 comments. hoc:2 is_human:0 issue:202 merger:526301 seconds:1553 where:github who:41898282
2025-02-25T00:59:49Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#50 with 6 HoC created by @renovate[bot] was merged by @rultor after 6 hours of being in review and 2 comments. hoc:6 is_human:0 issue:50 merger:8086956 seconds:22043 where:github who:29139614
2025-02-27T01:02:25Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#192 with 8 HoC created by @renovate[bot] was merged by @yegor256 after 6 weeks of being in review and 0 comments. hoc:8 is_human:0 issue:192 merger:526301 seconds:4115264 where:github who:29139614
2025-03-04T10:34:48Z code-was-contributed 799113787 _job:34102 comments:2 details:The pull request yegor256/judges#180 with 6 HoC created by @renovate[bot] was merged by @rultor after 51 minutes of being in review and 2 comments. hoc:6 is_human:0 issue:180 merger:8086956 seconds:3089 where:github who:29139614
2025-03-04T13:57:08Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#487 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1 minutes of being in review and 0 comments. hoc:2 is_human:0 issue:487 merger:526301 seconds:108 where:github who:29139614
2025-02-17T23:46:45Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#48 with 7 HoC created by @renovate[bot] was merged by @rultor after 56 minutes of being in review and 2 comments. hoc:7 is_human:0 issue:48 merger:8086956 seconds:3382 where:github who:29139614
2025-03-17T09:05:50Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#498 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 12 minutes of being in review and 0 comments. hoc:2 is_human:0 issue:498 merger:526301 seconds:763 where:github who:41898282
2025-03-17T08:51:58Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#496 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 2 days of being in review and 0 comments. hoc:2 is_human:0 issue:496 merger:526301 seconds:239572 where:github who:29139614
2025-03-13T14:17:24Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#494 with 2 HoC created by @renovate[bot] was merged by @rultor after 4 hours of being in review and 2 comments. hoc:2 is_human:0 issue:494 merger:8086956 seconds:15146 where:github who:29139614
2025-03-13T14:03:31Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#495 with 6 HoC created by @renovate[bot] was merged by @rultor after 3 hours of being in review and 2 comments. hoc:6 is_human:0 issue:495 merger:8086956 seconds:14295 where:github who:29139614
2025-03-13T10:04:17Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#493 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1 hours of being in review and 0 comments. hoc:2 is_human:0 issue:493 merger:526301 seconds:6713 where:github who:41898282
2025-03-04T13:54:40Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#486 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 42 minutes of being in review and 0 comments. hoc:2 is_human:0 issue:486 merger:526301 seconds:2532 where:github who:41898282
2025-03-04T10:56:41Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#483 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 5 minutes of being in review and 0 comments. hoc:2 is_human:0 issue:483 merger:526301 seconds:348 where:github who:41898282
2025-03-04T10:49:49Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#481 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 2 hours of being in review and 0 comments. hoc:6 is_human:0 issue:481 merger:526301 seconds:9061 where:github who:29139614
2025-03-04T10:49:42Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#482 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 32 minutes of being in review and 0 comments. hoc:2 is_human:0 issue:482 merger:526301 seconds:1926 where:github who:29139614
2025-03-04T06:07:09Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#478 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1 hours of being in review and 0 comments. hoc:2 is_human:0 issue:478 merger:526301 seconds:5247 where:github who:41898282
2025-03-04T06:06:58Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#479 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 53 minutes of being in review and 0 comments. hoc:2 is_human:0 issue:479 merger:526301 seconds:3183 where:github who:29139614
2025-03-04T04:20:42Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#475 with 4 HoC created by @renovate[bot] was merged by @yegor256 after 1 days of being in review and 0 comments. hoc:4 is_human:0 issue:475 merger:526301 seconds:162441 where:github who:29139614
2025-03-01T23:16:59Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#472 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 15 hours of being in review and 0 comments. hoc:2 is_human:0 issue:472 merger:526301 seconds:54042 where:github who:41898282
2025-03-01T23:16:21Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#473 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 14 hours of being in review and 0 comments. hoc:2 is_human:0 issue:473 merger:526301 seconds:50545 where:github who:29139614
2025-03-13T09:36:47Z code-was-contributed 799113787 _job:34102 comments:2 details:The pull request yegor256/judges#185 with 6 HoC created by @renovate[bot] was merged by @rultor after 33 minutes of being in review and 2 comments. hoc:6 is_human:0 issue:185 merger:8086956 seconds:2031 where:github who:29139614
2025-03-12T22:35:38Z code-was-contributed 799113787 _job:34102 comments:2 details:The pull request yegor256/judges#184 with 6 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. hoc:6 is_human:0 issue:184 merger:8086956 seconds:4664 where:github who:29139614
2025-03-08T13:34:01Z code-was-contributed 799113787 _job:34102 comments:2 details:The pull request yegor256/judges#182 with 6 HoC created by @renovate[bot] was merged by @rultor after 23 minutes of being in review and 2 comments. hoc:6 is_human:0 issue:182 merger:8086956 seconds:1417 where:github who:29139614
2025-03-03T09:44:32Z code-was-contributed 799113787 _job:34102 comments:3 details:The pull request yegor256/judges#176 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 3 days of being in review and 3 comments. hoc:6 is_human:0 issue:176 merger:526301 seconds:334124 where:github who:29139614
2025-03-04T10:49:15Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#212 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 46 minutes of being in review and 0 comments. hoc:6 is_human:0 issue:212 merger:526301 seconds:2773 where:github who:29139614
2025-03-14T14:02:37Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#225 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 11 minutes of being in review and 0 comments. hoc:2 is_human:0 issue:225 merger:526301 seconds:711 where:github who:41898282
2025-03-13T10:43:10Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#222 with 14 HoC created by @renovate[bot] was merged by @yegor256 after 3 hours of being in review and 0 comments. hoc:14 is_human:0 issue:222 merger:526301 seconds:12298 where:github who:29139614
2025-03-13T10:42:58Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#223 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 2 minutes of being in review and 0 comments. hoc:6 is_human:0 issue:223 merger:526301 seconds:177 where:github who:29139614
2025-03-13T07:17:19Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#220 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 10 hours of being in review and 0 comments. hoc:6 is_human:0 issue:220 merger:526301 seconds:38600 where:github who:29139614
2025-03-13T07:17:12Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#221 with 8 HoC created by @renovate[bot] was merged by @yegor256 after 5 hours of being in review and 0 comments. hoc:8 is_human:0 issue:221 merger:526301 seconds:19196 where:github who:29139614
2025-03-12T20:33:05Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#211 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 1 weeks of being in review and 0 comments. hoc:6 is_human:0 issue:211 merger:526301 seconds:749269 where:github who:29139614
2025-03-12T20:32:58Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#214 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 4 days of being in review and 0 comments. hoc:6 is_human:0 issue:214 merger:526301 seconds:379766 where:github who:29139614
2025-03-04T10:49:05Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#213 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 36 minutes of being in review and 0 comments. hoc:2 is_human:0 issue:213 merger:526301 seconds:2187 where:github who:41898282
2025-03-04T04:24:13Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#209 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 17 hours of being in review and 0 comments. hoc:6 is_human:0 issue:209 merger:526301 seconds:62217 where:github who:29139614
2025-03-04T04:24:07Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#208 with 4 HoC created by @renovate[bot] was merged by @yegor256 after 1 days of being in review and 0 comments. hoc:4 is_human:0 issue:208 merger:526301 seconds:152775 where:github who:29139614
2025-03-04T04:23:58Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#207 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 4 days of being in review and 0 comments. hoc:6 is_human:0 issue:207 merger:526301 seconds:407658 where:github who:29139614
2025-02-27T01:02:16Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#206 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 19 hours of being in review and 0 comments. hoc:2 is_human:0 issue:206 merger:526301 seconds:69940 where:github who:41898282
2025-02-26T05:36:18Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#204 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 14 hours of being in review and 0 comments. hoc:2 is_human:0 issue:204 merger:526301 seconds:51770 where:github who:41898282
2025-02-26T05:36:09Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#205 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 6 hours of being in review and 0 comments. hoc:2 is_human:0 issue:205 merger:526301 seconds:23254 where:github who:29139614
2025-03-05T04:04:40Z code-was-contributed 798641472 _job:34102 comments:0 details:The pull request yegor256/factbase#188 with 48 HoC created by @github-actions[bot] was merged by @yegor256 after 15 hours of being in review and 0 comments. hoc:48 is_human:0 issue:188 merger:526301 seconds:56034 where:github who:41898282
2025-03-14T14:17:22Z code-was-contributed 820463873 _job:34102 comments:0 details:The pull request zerocracy/fbe#150 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 1 days of being in review and 0 comments. hoc:6 is_human:0 issue:150 merger:526301 seconds:96142 where:github who:29139614
2025-03-13T07:10:52Z code-was-contributed 820463873 _job:34102 comments:0 details:The pull request zerocracy/fbe#146 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 1 weeks of being in review and 0 comments. hoc:6 is_human:0 issue:146 merger:526301 seconds:764047 where:github who:29139614
2025-03-13T07:10:46Z code-was-contributed 820463873 _job:34102 comments:0 details:The pull request zerocracy/fbe#147 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 8 hours of being in review and 0 comments. hoc:6 is_human:0 issue:147 merger:526301 seconds:30150 where:github who:29139614
2025-03-02T06:07:24Z code-was-contributed 820463873 _job:34102 comments:0 details:The pull request zerocracy/fbe#138 with 12 HoC created by @renovate[bot] was merged by @yegor256 after 4 weeks of being in review and 0 comments. hoc:12 is_human:0 issue:138 merger:526301 seconds:2563389 where:github who:29139614
2025-03-02T06:07:17Z code-was-contributed 820463873 _job:34102 comments:0 details:The pull request zerocracy/fbe#143 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 4 days of being in review and 0 comments. hoc:2 is_human:0 issue:143 merger:526301 seconds:376113 where:github who:29139614
2025-03-18T12:47:28Z code-was-contributed 798641472 _job:34102 comments:0 details:The pull request yegor256/factbase#204 with 48 HoC created by @github-actions[bot] was merged by @yegor256 after 1 days of being in review and 0 comments. hoc:48 is_human:0 issue:204 merger:526301 seconds:99925 where:github who:41898282
2025-03-14T09:24:03Z code-was-contributed 798641472 _job:34102 comments:0 details:The pull request yegor256/factbase#199 with 48 HoC created by @github-actions[bot] was merged by @yegor256 after 1 days of being in review and 0 comments. hoc:48 is_human:0 issue:199 merger:526301 seconds:131642 where:github who:41898282
2025-03-14T09:14:05Z code-was-contributed 798641472 _job:34102 comments:2 details:The pull request yegor256/factbase#202 with 17 HoC created by @yegor256 was merged by @rultor after 23 minutes of being in review and 2 comments. hoc:17 is_human:1 issue:202 merger:8086956 seconds:1412 where:github who:526301
2025-03-12T22:32:03Z code-was-contributed 798641472 _job:34102 comments:2 details:The pull request yegor256/factbase#198 with 6 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. hoc:6 is_human:0 issue:198 merger:8086956 seconds:6167 where:github who:29139614
2025-03-11T15:00:01Z code-was-contributed 798641472 _job:34102 comments:2 details:The pull request yegor256/factbase#193 with 1573 HoC created by @yegor256 was merged by @rultor after 5 days of being in review and 2 comments. hoc:1573 is_human:1 issue:193 merger:8086956 seconds:501385 where:github who:526301
2025-03-05T18:24:39Z code-was-contributed 798641472 _job:34102 comments:0 details:The pull request yegor256/factbase#191 with 860 HoC created by @yegor256 was merged by @yegor256 after 4 minutes of being in review and 0 comments. hoc:860 is_human:1 issue:191 merger:526301 seconds:250 where:github who:526301
2025-03-04T13:36:18Z code-was-contributed 798641472 _job:34102 comments:2 details:The pull request yegor256/factbase#178 with 6 HoC created by @renovate[bot] was merged by @rultor after 4 days of being in review and 2 comments. hoc:6 is_human:0 issue:178 merger:8086956 seconds:431074 where:github who:29139614
2025-03-03T15:36:03Z code-was-contributed 798641472 _job:34102 comments:0 details:The pull request yegor256/factbase#184 with 51 HoC created by @github-actions[bot] was merged by @yegor256 after 27 minutes of being in review and 0 comments. hoc:51 is_human:0 issue:184 merger:526301 seconds:1634 where:github who:41898282
2025-03-04T12:28:59Z code-was-contributed 798641472 _job:34102 comments:0 details:The pull request yegor256/factbase#187 with 48 HoC created by @github-actions[bot] was merged by @yegor256 after 39 minutes of being in review and 0 comments. hoc:48 is_human:0 issue:187 merger:526301 seconds:2364 where:github who:41898282
2025-03-03T15:06:57Z code-was-contributed 798641472 _job:34102 comments:0 details:The pull request yegor256/factbase#181 with 48 HoC created by @github-actions[bot] was merged by @yegor256 after 1 days of being in review and 0 comments. hoc:48 is_human:0 issue:181 merger:526301 seconds:123096 where:github who:41898282
2025-03-03T14:53:42Z code-was-contributed 798641472 _job:34102 comments:0 details:The pull request yegor256/factbase#183 with 63 HoC created by @yegor256 was merged by @yegor256 after 7 seconds of being in review and 0 comments. hoc:63 is_human:1 issue:183 merger:526301 seconds:7 where:github who:526301
2025-03-20T13:54:05Z code-was-contributed 798641472 _job:34102 comments:0 details:The pull request yegor256/factbase#208 with 48 HoC created by @github-actions[bot] was merged by @yegor256 after 1 days of being in review and 0 comments. hoc:48 is_human:0 issue:208 merger:526301 seconds:170228 where:github who:41898282
2025-03-21T06:27:42Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#490 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1 weeks of being in review and 0 comments. hoc:2 is_human:0 issue:490 merger:526301 seconds:731207 where:github who:29139614
2025-03-21T06:27:07Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#505 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 15 hours of being in review and 0 comments. hoc:2 is_human:0 issue:505 merger:526301 seconds:54923 where:github who:29139614
2025-03-21T11:02:38Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#506 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 4 hours of being in review and 0 comments. hoc:2 is_human:0 issue:506 merger:526301 seconds:16463 where:github who:41898282
2025-03-23T05:43:03Z code-was-contributed 798641472 _job:34102 comments:0 details:The pull request yegor256/factbase#209 with 48 HoC created by @github-actions[bot] was merged by @yegor256 after 5 minutes of being in review and 0 comments. hoc:48 is_human:0 issue:209 merger:526301 seconds:316 where:github who:41898282
2025-03-26T03:10:39Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#51 with 30 HoC created by @renovate[bot] was merged by @rultor after 4 weeks of being in review and 2 comments. hoc:30 is_human:0 issue:51 merger:8086956 seconds:2470809 where:github who:29139614
2025-03-26T02:56:00Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#54 with 6 HoC created by @renovate[bot] was merged by @rultor after 1 weeks of being in review and 2 comments. hoc:6 is_human:0 issue:54 merger:8086956 seconds:1137239 where:github who:29139614
2025-03-26T03:39:07Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#52 with 16 HoC created by @renovate[bot] was merged by @rultor after 3 weeks of being in review and 2 comments. hoc:16 is_human:0 issue:52 merger:8086956 seconds:2389631 where:github who:29139614
2025-03-26T03:27:06Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#53 with 28 HoC created by @renovate[bot] was merged by @rultor after 3 weeks of being in review and 2 comments. hoc:28 is_human:0 issue:53 merger:8086956 seconds:2052751 where:github who:29139614
2025-03-26T15:42:44Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#507 with 16 HoC created by @renovate[bot] was merged by @rultor after 34 minutes of being in review and 2 comments. hoc:16 is_human:0 issue:507 merger:8086956 seconds:2044 where:github who:29139614
2025-03-26T15:36:56Z code-was-contributed 820463873 _job:34102 comments:2 details:The pull request zerocracy/fbe#153 with 14 HoC created by @renovate[bot] was merged by @rultor after 11 minutes of being in review and 2 comments. hoc:14 is_human:0 issue:153 merger:8086956 seconds:673 where:github who:29139614
2025-03-26T17:55:14Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#231 with 16 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. hoc:16 is_human:0 issue:231 merger:8086956 seconds:7092 where:github who:29139614
2025-03-26T17:58:52Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#55 with 10 HoC created by @renovate[bot] was merged by @rultor after 55 minutes of being in review and 2 comments. hoc:10 is_human:0 issue:55 merger:8086956 seconds:3334 where:github who:29139614
2025-03-26T21:41:44Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#508 with 6 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. hoc:6 is_human:0 issue:508 merger:8086956 seconds:5568 where:github who:29139614
2025-03-26T21:32:09Z code-was-contributed 820463873 _job:34102 comments:2 details:The pull request zerocracy/fbe#154 with 6 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. hoc:6 is_human:0 issue:154 merger:8086956 seconds:6398 where:github who:29139614
2025-03-27T01:08:52Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#232 with 6 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. hoc:6 is_human:0 issue:232 merger:8086956 seconds:7176 where:github who:29139614
2025-03-27T00:58:00Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#56 with 6 HoC created by @renovate[bot] was merged by @rultor after 2 hours of being in review and 2 comments. hoc:6 is_human:0 issue:56 merger:8086956 seconds:7729 where:github who:29139614
2025-03-29T05:04:10Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#509 with 4 HoC created by @renovate[bot] was merged by @rultor after 55 minutes of being in review and 2 comments. hoc:4 is_human:0 issue:509 merger:8086956 seconds:3307 where:github who:29139614
2025-03-29T07:00:20Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#233 with 4 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. hoc:4 is_human:0 issue:233 merger:8086956 seconds:4559 where:github who:29139614
2025-03-29T07:00:30Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#57 with 4 HoC created by @renovate[bot] was merged by @rultor after 22 minutes of being in review and 2 comments. hoc:4 is_human:0 issue:57 merger:8086956 seconds:1349 where:github who:29139614
2025-03-30T03:23:18Z code-was-contributed 798641472 _job:34102 comments:0 details:The pull request yegor256/factbase#210 with 48 HoC created by @github-actions[bot] was merged by @yegor256 after 4 days of being in review and 0 comments. hoc:48 is_human:0 issue:210 merger:526301 seconds:409140 where:github who:41898282
2025-03-30T05:14:13Z code-was-contributed 798641472 _job:34102 comments:0 details:The pull request yegor256/factbase#213 with 48 HoC created by @github-actions[bot] was merged by @yegor256 after 22 minutes of being in review and 0 comments. hoc:48 is_human:0 issue:213 merger:526301 seconds:1345 where:github who:41898282
2025-03-30T08:41:51Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#238 with 2 HoC created by @renovate[bot] was merged by @rultor after 47 minutes of being in review and 2 comments. hoc:2 is_human:0 issue:238 merger:8086956 seconds:2824 where:github who:29139614
2025-03-30T07:54:10Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#234 with 13 HoC created by @renovate[bot] was merged by @rultor after 2 hours of being in review and 2 comments. hoc:13 is_human:0 issue:234 merger:8086956 seconds:7223 where:github who:29139614
2025-03-30T07:23:34Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#236 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1 hours of being in review and 0 comments. hoc:2 is_human:0 issue:236 merger:526301 seconds:4726 where:github who:41898282
2025-03-30T10:37:11Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#58 with 15 HoC created by @renovate[bot] was merged by @rultor after 41 minutes of being in review and 2 comments. hoc:15 is_human:0 issue:58 merger:8086956 seconds:2502 where:github who:29139614
2025-03-30T10:31:01Z code-was-contributed 840215648 _job:34102 comments:2 details:The pull request zerocracy/baza.rb#43 with 13 HoC created by @renovate[bot] was merged by @rultor after 4 weeks of being in review and 2 comments. hoc:13 is_human:0 issue:43 merger:8086956 seconds:2903844 where:github who:29139614
2025-03-30T15:26:55Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#237 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 8 hours of being in review and 0 comments. hoc:2 is_human:0 issue:237 merger:526301 seconds:28823 where:github who:29139614
2025-03-30T15:00:15Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#239 with 2 HoC created by @renovate[bot] was merged by @rultor after 59 minutes of being in review and 2 comments. hoc:2 is_human:0 issue:239 merger:8086956 seconds:3548 where:github who:29139614
2025-03-30T14:40:42Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#517 with 2 HoC created by @renovate[bot] was merged by @rultor after 46 minutes of being in review and 2 comments. hoc:2 is_human:0 issue:517 merger:8086956 seconds:2767 where:github who:29139614
2025-03-30T14:39:51Z code-was-contributed 840215648 _job:34102 comments:2 details:The pull request zerocracy/baza.rb#50 with 2 HoC created by @renovate[bot] was merged by @rultor after 11 minutes of being in review and 2 comments. hoc:2 is_human:0 issue:50 merger:8086956 seconds:714 where:github who:29139614
2025-03-31T14:55:47Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#513 with 4 HoC created by @github-actions[bot] was merged by @yegor256 after 1 days of being in review and 0 comments. hoc:4 is_human:0 issue:513 merger:526301 seconds:118032 where:github who:41898282
2025-03-31T14:55:34Z code-was-contributed 799177290 _job:34102 comments:3 details:The pull request zerocracy/judges-action#514 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1 days of being in review and 3 comments. hoc:2 is_human:0 issue:514 merger:526301 seconds:114491 where:github who:29139614
2025-03-31T16:06:01Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#521 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 18 minutes of being in review and 0 comments. hoc:2 is_human:0 issue:521 merger:526301 seconds:1084 where:github who:41898282
2025-03-31T16:04:01Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#520 with 2 HoC created by @renovate[bot] was merged by @rultor after 16 minutes of being in review and 2 comments. hoc:2 is_human:0 issue:520 merger:8086956 seconds:1008 where:github who:29139614
2025-04-01T04:20:22Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#522 with 4 HoC created by @renovate[bot] was merged by @rultor after 53 minutes of being in review and 2 comments. hoc:4 is_human:0 issue:522 merger:8086956 seconds:3182 where:github who:29139614
2025-04-01T04:04:30Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#523 with 4 HoC created by @renovate[bot] was merged by @rultor after 37 minutes of being in review and 2 comments. hoc:4 is_human:0 issue:523 merger:8086956 seconds:2221 where:github who:29139614
2025-04-01T06:01:16Z code-was-contributed 820463873 _job:34102 comments:2 details:The pull request zerocracy/fbe#157 with 6 HoC created by @renovate[bot] was merged by @rultor after 17 minutes of being in review and 2 comments. hoc:6 is_human:0 issue:157 merger:8086956 seconds:1040 where:github who:29139614
2025-04-01T05:53:49Z code-was-contributed 820463873 _job:34102 comments:2 details:The pull request zerocracy/fbe#158 with 6 HoC created by @renovate[bot] was merged by @rultor after 9 minutes of being in review and 2 comments. hoc:6 is_human:0 issue:158 merger:8086956 seconds:584 where:github who:29139614
2025-04-01T05:57:34Z code-was-contributed 798641472 _job:34102 comments:2 details:The pull request yegor256/factbase#219 with 6 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. hoc:6 is_human:0 issue:219 merger:8086956 seconds:5340 where:github who:29139614
2025-04-01T05:48:34Z code-was-contributed 798641472 _job:34102 comments:2 details:The pull request yegor256/factbase#220 with 6 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. hoc:6 is_human:0 issue:220 merger:8086956 seconds:4793 where:github who:29139614
2025-04-01T07:57:57Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#59 with 6 HoC created by @renovate[bot] was merged by @rultor after 29 minutes of being in review and 2 comments. hoc:6 is_human:0 issue:59 merger:8086956 seconds:1796 where:github who:29139614
2025-04-01T07:45:25Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#60 with 6 HoC created by @renovate[bot] was merged by @rultor after 17 minutes of being in review and 2 comments. hoc:6 is_human:0 issue:60 merger:8086956 seconds:1036 where:github who:29139614
2025-04-01T09:48:28Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#242 with 6 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. hoc:6 is_human:0 issue:242 merger:8086956 seconds:6971 where:github who:29139614
2025-04-01T09:57:19Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#241 with 6 HoC created by @renovate[bot] was merged by @rultor after 2 hours of being in review and 2 comments. hoc:6 is_human:0 issue:241 merger:8086956 seconds:7512 where:github who:29139614
2025-04-03T12:55:56Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#525 with 6 HoC created by @renovate[bot] was merged by @rultor after 44 minutes of being in review and 2 comments. hoc:6 is_human:0 issue:525 merger:8086956 seconds:2664 where:github who:29139614
2025-04-03T13:53:32Z code-was-contributed 798641472 _job:34102 comments:2 details:The pull request yegor256/factbase#221 with 6 HoC created by @renovate[bot] was merged by @rultor after 27 minutes of being in review and 2 comments. hoc:6 is_human:0 issue:221 merger:8086956 seconds:1646 where:github who:29139614
2025-04-03T14:51:47Z code-was-contributed 840215648 _job:34102 comments:2 details:The pull request zerocracy/baza.rb#53 with 6 HoC created by @renovate[bot] was merged by @rultor after 35 minutes of being in review and 2 comments. hoc:6 is_human:0 issue:53 merger:8086956 seconds:2117 where:github who:29139614
2025-04-03T14:41:20Z code-was-contributed 820463873 _job:34102 comments:2 details:The pull request zerocracy/fbe#159 with 6 HoC created by @renovate[bot] was merged by @rultor after 10 minutes of being in review and 2 comments. hoc:6 is_human:0 issue:159 merger:8086956 seconds:644 where:github who:29139614
2025-04-03T15:42:53Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#61 with 6 HoC created by @renovate[bot] was merged by @rultor after 27 minutes of being in review and 2 comments. hoc:6 is_human:0 issue:61 merger:8086956 seconds:1642 where:github who:29139614
2025-04-03T15:43:48Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#243 with 6 HoC created by @renovate[bot] was merged by @rultor after 20 minutes of being in review and 2 comments. hoc:6 is_human:0 issue:243 merger:8086956 seconds:1218 where:github who:29139614
2025-04-05T04:24:47Z code-was-contributed 799113787 _job:34102 comments:0 details:The pull request yegor256/judges#194 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 19m29s of being in review and 0 comments. hoc:6 is_human:0 issue:194 merger:526301 review_comments:0 seconds:1170 where:github who:29139614
2025-04-05T06:48:08Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#62 with 30 HoC created by @renovate[bot] was merged by @rultor after 1h4m of being in review and 2 comments. hoc:30 is_human:0 issue:62 merger:8086956 review_comments:0 seconds:3875 where:github who:29139614
2025-04-05T06:47:37Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#527 with 14 HoC created by @renovate[bot] was merged by @rultor after 1h39m of being in review and 2 comments. hoc:14 is_human:0 issue:527 merger:8086956 review_comments:0 seconds:5989 where:github who:29139614
2025-04-05T07:49:57Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#244 with 28 HoC created by @renovate[bot] was merged by @rultor after 51m5s of being in review and 2 comments. hoc:28 is_human:0 issue:244 merger:8086956 review_comments:0 seconds:3066 where:github who:29139614
2025-04-05T09:49:44Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#530 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 42m31s of being in review and 0 comments. hoc:2 is_human:0 issue:530 merger:526301 review_comments:0 seconds:2552 where:github who:41898282
2025-04-05T09:47:12Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#529 with 2 HoC created by @renovate[bot] was merged by @rultor after 40m52s of being in review and 2 comments. hoc:2 is_human:0 issue:529 merger:8086956 review_comments:0 seconds:2453 where:github who:29139614
2025-04-05T10:13:04Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#532 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 6m28s of being in review and 0 comments. hoc:2 is_human:0 issue:532 merger:526301 review_comments:0 seconds:389 where:github who:41898282
2025-04-05T11:35:07Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#533 with 2 HoC created by @renovate[bot] was merged by @rultor after 28m21s of being in review and 2 comments. hoc:2 is_human:0 issue:533 merger:8086956 review_comments:0 seconds:1702 where:github who:29139614
2025-04-06T03:02:42Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#537 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 43m15s of being in review and 0 comments. hoc:2 is_human:0 issue:537 merger:526301 review_comments:0 seconds:2596 where:github who:41898282
2025-04-06T03:02:31Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#536 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 43m49s of being in review and 2 comments. hoc:2 is_human:0 issue:536 merger:526301 review_comments:0 seconds:2630 where:github who:29139614
2025-04-06T03:15:50Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#63 with 6 HoC created by @renovate[bot] was merged by @rultor after 39m12s of being in review and 2 comments. hoc:6 is_human:0 issue:63 merger:8086956 review_comments:0 seconds:2353 where:github who:29139614
2025-04-06T06:42:13Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#245 with 8 HoC created by @renovate[bot] was merged by @rultor after 48m1s of being in review and 2 comments. hoc:8 is_human:0 issue:245 merger:8086956 review_comments:0 seconds:2882 where:github who:29139614
2025-04-06T15:56:56Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#541 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h13m of being in review and 2 comments. hoc:2 is_human:0 issue:541 merger:8086956 review_comments:0 seconds:4404 where:github who:29139614
2025-04-06T15:44:48Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#64 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h36m of being in review and 2 comments. hoc:2 is_human:0 issue:64 merger:8086956 review_comments:0 seconds:5808 where:github who:29139614
2025-04-06T15:48:56Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#246 with 2 HoC created by @renovate[bot] was merged by @rultor after 2h1m of being in review and 2 comments. hoc:2 is_human:0 issue:246 merger:8086956 review_comments:0 seconds:7277 where:github who:29139614
2025-04-07T12:08:04Z code-was-contributed 798641472 _job:34102 comments:0 details:The pull request yegor256/factbase#214 with 48 HoC created by @github-actions[bot] was merged by @yegor256 after 1w1d of being in review and 0 comments. hoc:48 is_human:0 issue:214 merger:526301 review_comments:0 seconds:715947 where:github who:41898282
2025-04-08T00:37:23Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#542 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1d9h of being in review and 0 comments. hoc:2 is_human:0 issue:542 merger:526301 review_comments:0 seconds:121988 where:github who:41898282
2025-04-08T17:40:06Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#548 with 2 HoC created by @renovate[bot] was merged by @rultor after 32m10s of being in review and 2 comments. hoc:2 is_human:0 issue:548 merger:8086956 review_comments:0 seconds:1931 where:github who:29139614
2025-04-09T00:36:47Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#547 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 8h23m of being in review and 0 comments. hoc:2 is_human:0 issue:547 merger:526301 review_comments:0 seconds:30210 where:github who:41898282
2025-04-12T02:29:12Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#550 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 90s of being in review and 0 comments. hoc:2 is_human:0 issue:550 merger:526301 review_comments:0 seconds:91 where:github who:41898282
2025-04-12T03:52:41Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#551 with 2 HoC created by @renovate[bot] was merged by @rultor after 33m47s of being in review and 2 comments. hoc:2 is_human:0 issue:551 merger:8086956 review_comments:0 seconds:2028 where:github who:29139614
2025-04-14T07:41:39Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#553 with 2 HoC created by @renovate[bot] was merged by @rultor after 37m8s of being in review and 2 comments. hoc:2 is_human:0 issue:553 merger:8086956 review_comments:0 seconds:2229 where:github who:29139614
2025-04-14T08:08:54Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#554 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1h3m of being in review and 0 comments. hoc:2 is_human:0 issue:554 merger:526301 review_comments:0 seconds:3809 where:github who:41898282
2025-04-14T10:32:38Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#555 with 5 HoC created by @renovate[bot] was merged by @yegor256 after 20m32s of being in review and 0 comments. hoc:5 is_human:0 issue:555 merger:526301 review_comments:0 seconds:1233 where:github who:29139614
2025-04-14T11:09:24Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#556 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 18m26s of being in review and 0 comments. hoc:2 is_human:0 issue:556 merger:526301 review_comments:0 seconds:1107 where:github who:29139614
2025-04-14T11:09:12Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#557 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 17m17s of being in review and 0 comments. hoc:2 is_human:0 issue:557 merger:526301 review_comments:0 seconds:1038 where:github who:41898282
2025-04-14T12:40:16Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#248 with 5 HoC created by @renovate[bot] was merged by @rultor after 41m52s of being in review and 2 comments. hoc:5 is_human:0 issue:248 merger:8086956 review_comments:0 seconds:2513 where:github who:29139614
2025-04-14T13:00:07Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#65 with 9 HoC created by @renovate[bot] was merged by @rultor after 34m29s of being in review and 2 comments. hoc:9 is_human:0 issue:65 merger:8086956 review_comments:0 seconds:2070 where:github who:29139614
2025-04-15T21:56:19Z code-was-contributed 840215648 _job:34102 comments:2 details:The pull request zerocracy/baza.rb#56 with 2 HoC created by @renovate[bot] was merged by @rultor after 15m0s of being in review and 2 comments. hoc:2 is_human:0 issue:56 merger:8086956 review_comments:0 seconds:901 where:github who:29139614
2025-04-15T22:32:47Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#250 with 2 HoC created by @renovate[bot] was merged by @rultor after 42m54s of being in review and 2 comments. hoc:2 is_human:0 issue:250 merger:8086956 review_comments:0 seconds:2575 where:github who:29139614
2025-04-15T17:04:56Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#249 with 26 HoC created by @renovate[bot] was merged by @rultor after 1h6m of being in review and 2 comments. hoc:26 is_human:0 issue:249 merger:8086956 review_comments:0 seconds:4003 where:github who:29139614
2025-04-15T18:51:24Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#563 with 2 HoC created by @renovate[bot] was merged by @rultor after 40m14s of being in review and 2 comments. hoc:2 is_human:0 issue:563 merger:8086956 review_comments:0 seconds:2415 where:github who:29139614
2025-04-15T14:16:36Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#561 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1h10m of being in review and 0 comments. hoc:2 is_human:0 issue:561 merger:526301 review_comments:0 seconds:4226 where:github who:41898282
2025-04-15T13:40:52Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#560 with 2 HoC created by @renovate[bot] was merged by @rultor after 35m37s of being in review and 2 comments. hoc:2 is_human:0 issue:560 merger:8086956 review_comments:0 seconds:2138 where:github who:29139614
2025-04-15T13:49:59Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#66 with 26 HoC created by @renovate[bot] was merged by @rultor after 1h12m of being in review and 2 comments. hoc:26 is_human:0 issue:66 merger:8086956 review_comments:0 seconds:4343 where:github who:29139614
2025-04-18T09:45:43Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#570 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 18m2s of being in review and 0 comments. hoc:2 is_human:0 issue:570 merger:526301 review_comments:0 seconds:1083 where:github who:41898282
2025-04-18T09:45:36Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#559 with 4 HoC created by @renovate[bot] was merged by @yegor256 after 2d21h of being in review and 2 comments. hoc:4 is_human:0 issue:559 merger:526301 review_comments:0 seconds:250189 where:github who:29139614
2025-04-18T10:59:17Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#571 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h12m of being in review and 2 comments. hoc:2 is_human:0 issue:571 merger:8086956 review_comments:0 seconds:4378 where:github who:29139614
2025-04-18T10:36:28Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#68 with 6 HoC created by @renovate[bot] was merged by @rultor after 43m47s of being in review and 2 comments. hoc:6 is_human:0 issue:68 merger:8086956 review_comments:0 seconds:2628 where:github who:29139614
2025-04-18T12:46:35Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#252 with 4 HoC created by @renovate[bot] was merged by @rultor after 1h11m of being in review and 2 comments. hoc:4 is_human:0 issue:252 merger:8086956 review_comments:0 seconds:4300 where:github who:29139614
2025-04-18T12:36:58Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#253 with 6 HoC created by @renovate[bot] was merged by @rultor after 1h1m of being in review and 2 comments. hoc:6 is_human:0 issue:253 merger:8086956 review_comments:0 seconds:3715 where:github who:29139614
2025-04-18T13:40:32Z code-was-contributed 798641472 _job:34102 comments:2 details:The pull request yegor256/factbase#224 with 8 HoC created by @renovate[bot] was merged by @rultor after 27m37s of being in review and 2 comments. hoc:8 is_human:0 issue:224 merger:8086956 review_comments:0 seconds:1658 where:github who:29139614
2025-04-18T13:00:00Z code-was-contributed 799113787 _job:34102 comments:2 details:The pull request yegor256/judges#198 with 8 HoC created by @renovate[bot] was merged by @rultor after 12m39s of being in review and 2 comments. hoc:8 is_human:0 issue:198 merger:8086956 review_comments:0 seconds:760 where:github who:29139614
2025-04-18T15:38:16Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#576 with 2 HoC created by @renovate[bot] was merged by @rultor after 27m41s of being in review and 2 comments. hoc:2 is_human:0 issue:576 merger:8086956 review_comments:0 seconds:1662 where:github who:29139614
2025-04-18T15:58:17Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#69 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h19m of being in review and 2 comments. hoc:2 is_human:0 issue:69 merger:8086956 review_comments:0 seconds:4747 where:github who:29139614
2025-04-18T18:59:13Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#254 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h6m of being in review and 2 comments. hoc:2 is_human:0 issue:254 merger:8086956 review_comments:0 seconds:3971 where:github who:29139614
2025-04-18T21:29:51Z code-was-contributed 799113787 _job:34102 comments:2 details:The pull request yegor256/judges#200 with 826 HoC created by @renovate[bot] was merged by @rultor after 32m0s of being in review and 2 comments. hoc:826 is_human:0 issue:200 merger:8086956 review_comments:0 seconds:1921 where:github who:29139614
2025-04-19T16:45:50Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#577 with 2 HoC created by @renovate[bot] was merged by @rultor after 36m27s of being in review and 2 comments. hoc:2 is_human:0 issue:577 merger:8086956 review_comments:0 seconds:2188 where:github who:29139614
2025-04-19T19:44:05Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#255 with 2 HoC created by @renovate[bot] was merged by @rultor after 42m49s of being in review and 2 comments. hoc:2 is_human:0 issue:255 merger:8086956 review_comments:0 seconds:2570 where:github who:29139614
2025-04-19T19:44:22Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#70 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h12m of being in review and 2 comments. hoc:2 is_human:0 issue:70 merger:8086956 review_comments:0 seconds:4349 where:github who:29139614
2025-04-19T18:47:03Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#578 with 2 HoC created by @renovate[bot] was merged by @rultor after 41m1s of being in review and 2 comments. hoc:2 is_human:0 issue:578 merger:8086956 review_comments:0 seconds:2462 where:github who:29139614
2025-04-20T04:03:49Z code-was-contributed 799177290 _job:34102 comments:3 details:The pull request zerocracy/judges-action#575 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1d13h of being in review and 3 comments. hoc:2 is_human:0 issue:575 merger:526301 review_comments:0 seconds:134325 where:github who:41898282
2025-04-21T20:45:47Z code-was-contributed 799113787 _job:34102 comments:2 details:The pull request yegor256/judges#202 with 14 HoC created by @renovate[bot] was merged by @rultor after 12m35s of being in review and 2 comments. hoc:14 is_human:0 issue:202 merger:8086956 review_comments:0 seconds:756 where:github who:29139614
2025-04-22T10:58:28Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#579 with 2 HoC created by @renovate[bot] was merged by @rultor after 50m50s of being in review and 2 comments. hoc:2 is_human:0 issue:579 merger:8086956 review_comments:0 seconds:3051 where:github who:29139614
2025-04-22T10:55:00Z code-was-contributed 799113787 _job:34102 comments:2 details:The pull request yegor256/judges#203 with 2 HoC created by @renovate[bot] was merged by @rultor after 56m22s of being in review and 2 comments. hoc:2 is_human:0 issue:203 merger:8086956 review_comments:0 seconds:3383 where:github who:29139614
2025-04-22T11:34:34Z code-was-contributed 820463873 _job:34102 comments:2 details:The pull request zerocracy/fbe#170 with 2 HoC created by @renovate[bot] was merged by @rultor after 54m59s of being in review and 2 comments. hoc:2 is_human:0 issue:170 merger:8086956 review_comments:0 seconds:3300 where:github who:29139614
2025-04-22T12:32:53Z code-was-contributed 840215648 _job:34102 comments:2 details:The pull request zerocracy/baza.rb#57 with 6 HoC created by @renovate[bot] was merged by @rultor after 21m32s of being in review and 2 comments. hoc:6 is_human:0 issue:57 merger:8086956 review_comments:0 seconds:1293 where:github who:29139614
2025-04-22T13:05:50Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#71 with 6 HoC created by @renovate[bot] was merged by @rultor after 25m15s of being in review and 2 comments. hoc:6 is_human:0 issue:71 merger:8086956 review_comments:0 seconds:1516 where:github who:29139614
2025-04-22T12:45:54Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#256 with 2 HoC created by @renovate[bot] was merged by @rultor after 54m32s of being in review and 2 comments. hoc:2 is_human:0 issue:256 merger:8086956 review_comments:0 seconds:3273 where:github who:29139614
2025-04-23T05:38:54Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#574 with 2 HoC created by @renovate[bot] was merged by @rultor after 4d16h of being in review and 2 comments. hoc:2 is_human:0 issue:574 merger:8086956 review_comments:0 seconds:404717 where:github who:29139614
2025-04-23T07:51:36Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#72 with 24 HoC created by @renovate[bot] was merged by @rultor after 24m21s of being in review and 2 comments. hoc:24 is_human:0 issue:72 merger:8086956 review_comments:0 seconds:1462 where:github who:29139614
2025-04-23T07:00:11Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#580 with 8 HoC created by @renovate[bot] was merged by @rultor after 1h20m of being in review and 2 comments. hoc:8 is_human:0 issue:580 merger:8086956 review_comments:0 seconds:4827 where:github who:29139614
2025-04-23T07:52:10Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#257 with 24 HoC created by @renovate[bot] was merged by @rultor after 46m32s of being in review and 2 comments. hoc:24 is_human:0 issue:257 merger:8086956 review_comments:0 seconds:2793 where:github who:29139614
2025-04-28T15:39:56Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#581 with 2 HoC created by @renovate[bot] was merged by @rultor after 31m50s of being in review and 2 comments. hoc:2 is_human:0 issue:581 merger:8086956 review_comments:0 seconds:1911 where:github who:29139614
2025-04-28T17:40:50Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#258 with 2 HoC created by @renovate[bot] was merged by @rultor after 40m3s of being in review and 2 comments. hoc:2 is_human:0 issue:258 merger:8086956 review_comments:0 seconds:2404 where:github who:29139614
2025-04-28T15:43:09Z code-was-contributed 799113787 _job:34102 comments:2 details:The pull request yegor256/judges#204 with 2 HoC created by @renovate[bot] was merged by @rultor after 12m27s of being in review and 2 comments. hoc:2 is_human:0 issue:204 merger:8086956 review_comments:0 seconds:748 where:github who:29139614
2025-04-28T19:27:51Z code-was-contributed 820463873 _job:34102 comments:2 details:The pull request zerocracy/fbe#172 with 2 HoC created by @renovate[bot] was merged by @rultor after 12m24s of being in review and 2 comments. hoc:2 is_human:0 issue:172 merger:8086956 review_comments:0 seconds:745 where:github who:29139614
2025-04-28T20:45:38Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#73 with 2 HoC created by @renovate[bot] was merged by @rultor after 41m57s of being in review and 2 comments. hoc:2 is_human:0 issue:73 merger:8086956 review_comments:0 seconds:2518 where:github who:29139614
2025-04-28T21:45:10Z code-was-contributed 840215648 _job:34102 comments:2 details:The pull request zerocracy/baza.rb#58 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h15m of being in review and 2 comments. hoc:2 is_human:0 issue:58 merger:8086956 review_comments:0 seconds:4501 where:github who:29139614
2025-04-29T09:04:36Z code-was-contributed 974194993 _job:34102 comments:0 details:The pull request zerocracy/zerocracy-mcp-server#2 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 20h35m of being in review and 0 comments. hoc:6 is_human:0 issue:2 merger:526301 review_comments:0 seconds:74135 where:github who:29139614
2025-05-01T14:53:45Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#261 with 2 HoC created by @renovate[bot] was merged by @rultor after 14m30s of being in review and 2 comments. hoc:2 is_human:0 issue:261 merger:8086956 review_comments:0 seconds:871 where:github who:29139614
2025-05-01T14:44:43Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#587 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 51s of being in review and 0 comments. hoc:2 is_human:0 issue:587 merger:526301 review_comments:0 seconds:52 where:github who:29139614
2025-05-01T18:44:19Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#75 with 2 HoC created by @renovate[bot] was merged by @rultor after 31m31s of being in review and 2 comments. hoc:2 is_human:0 issue:75 merger:8086956 review_comments:0 seconds:1892 where:github who:29139614
2025-05-02T05:18:06Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#588 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 14h33m of being in review and 0 comments. hoc:2 is_human:0 issue:588 merger:526301 review_comments:0 seconds:52389 where:github who:41898282
2025-05-03T01:00:45Z code-was-contributed 799113787 _job:34102 comments:2 details:The pull request yegor256/judges#206 with 901 HoC created by @renovate[bot] was merged by @rultor after 14m35s of being in review and 2 comments. hoc:901 is_human:0 issue:206 merger:8086956 review_comments:0 seconds:876 where:github who:29139614
2025-05-03T13:04:04Z code-was-contributed 974194993 _job:34102 comments:2 details:The pull request zerocracy/zerocracy-mcp-server#9 with 6 HoC created by @renovate[bot] was merged by @rultor after 1h20m of being in review and 2 comments. hoc:6 is_human:0 issue:9 merger:8086956 review_comments:0 seconds:4831 where:github who:29139614
2025-05-03T12:57:52Z code-was-contributed 974194993 _job:34102 comments:2 details:The pull request zerocracy/zerocracy-mcp-server#10 with 5410 HoC created by @renovate[bot] was merged by @rultor after 1h14m of being in review and 2 comments. hoc:5410 is_human:0 issue:10 merger:8086956 review_comments:0 seconds:4454 where:github who:29139614
2025-05-05T05:41:35Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#592 with 2 HoC created by @renovate[bot] was merged by @rultor after 28m49s of being in review and 2 comments. hoc:2 is_human:0 issue:592 merger:8086956 review_comments:0 seconds:1730 where:github who:29139614
2025-05-05T06:35:27Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#262 with 2 HoC created by @renovate[bot] was merged by @rultor after 46m46s of being in review and 2 comments. hoc:2 is_human:0 issue:262 merger:8086956 review_comments:0 seconds:2807 where:github who:29139614
2025-05-05T07:02:27Z code-was-contributed 840215648 _job:34102 comments:2 details:The pull request zerocracy/baza.rb#60 with 2 HoC created by @renovate[bot] was merged by @rultor after 40m11s of being in review and 2 comments. hoc:2 is_human:0 issue:60 merger:8086956 review_comments:0 seconds:2412 where:github who:29139614
2025-05-05T07:38:15Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#76 with 2 HoC created by @renovate[bot] was merged by @rultor after 14m38s of being in review and 2 comments. hoc:2 is_human:0 issue:76 merger:8086956 review_comments:0 seconds:879 where:github who:29139614
2025-05-05T09:46:24Z code-was-contributed 799113787 _job:34102 comments:2 details:The pull request yegor256/judges#207 with 2 HoC created by @renovate[bot] was merged by @rultor after 35m31s of being in review and 2 comments. hoc:2 is_human:0 issue:207 merger:8086956 review_comments:0 seconds:2132 where:github who:29139614
2025-05-05T10:09:13Z code-was-contributed 820463873 _job:34102 comments:0 details:The pull request zerocracy/fbe#178 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 18m9s of being in review and 0 comments. hoc:2 is_human:0 issue:178 merger:526301 review_comments:0 seconds:1090 where:github who:29139614
2025-05-05T16:54:34Z code-was-contributed 799177290 _job:34102 comments:3 details:The pull request zerocracy/judges-action#593 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 6h42m of being in review and 3 comments. hoc:2 is_human:0 issue:593 merger:526301 review_comments:0 seconds:24141 where:github who:29139614
2025-05-10T15:44:50Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#597 with 2 HoC created by @renovate[bot] was merged by @rultor after 33m41s of being in review and 2 comments. hoc:2 is_human:0 issue:597 merger:8086956 review_comments:0 seconds:2022 where:github who:29139614
2025-05-11T10:57:52Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#598 with 2 HoC created by @renovate[bot] was merged by @rultor after 44m54s of being in review and 2 comments. hoc:2 is_human:0 issue:598 merger:8086956 review_comments:0 seconds:2695 where:github who:29139614
2025-05-11T14:41:13Z code-was-contributed 840215648 _job:34102 comments:2 details:The pull request zerocracy/baza.rb#62 with 2 HoC created by @renovate[bot] was merged by @rultor after 19h31m of being in review and 2 comments. hoc:2 is_human:0 issue:62 merger:8086956 review_comments:0 seconds:70306 where:github who:29139614
2025-05-11T15:31:19Z code-was-contributed 840215648 _job:34102 comments:2 details:The pull request zerocracy/baza.rb#63 with 2 HoC created by @renovate[bot] was merged by @rultor after 49m20s of being in review and 2 comments. hoc:2 is_human:0 issue:63 merger:8086956 review_comments:0 seconds:2961 where:github who:29139614
2025-05-12T12:34:30Z code-was-contributed 840215648 _job:34102 comments:2 details:The pull request zerocracy/baza.rb#64 with 2 HoC created by @renovate[bot] was merged by @rultor after 28m2s of being in review and 2 comments. hoc:2 is_human:0 issue:64 merger:8086956 review_comments:0 seconds:1683 where:github who:29139614
2025-05-15T13:41:14Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#78 with 2 HoC created by @renovate[bot] was merged by @rultor after 13m29s of being in review and 2 comments. hoc:2 is_human:0 issue:78 merger:8086956 review_comments:0 seconds:810 where:github who:29139614
2025-05-15T13:38:35Z code-was-contributed 840215648 _job:34102 comments:2 details:The pull request zerocracy/baza.rb#65 with 2 HoC created by @renovate[bot] was merged by @rultor after 55m58s of being in review and 2 comments. hoc:2 is_human:0 issue:65 merger:8086956 review_comments:0 seconds:3359 where:github who:29139614
2025-05-15T20:42:49Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#79 with 4 HoC created by @renovate[bot] was merged by @rultor after 29m0s of being in review and 2 comments. hoc:4 is_human:0 issue:79 merger:8086956 review_comments:0 seconds:1741 where:github who:29139614
2025-05-16T19:33:23Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#80 with 4 HoC created by @renovate[bot] was merged by @rultor after 56m54s of being in review and 2 comments. hoc:4 is_human:0 issue:80 merger:8086956 review_comments:0 seconds:3415 where:github who:29139614
2025-05-18T20:38:41Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#81 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h23m of being in review and 2 comments. hoc:2 is_human:0 issue:81 merger:8086956 review_comments:0 seconds:5018 where:github who:29139614
2025-05-19T22:51:17Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#604 with 2 HoC created by @renovate[bot] was merged by @rultor after 3d6h of being in review and 2 comments. hoc:2 is_human:0 issue:604 merger:8086956 review_comments:0 seconds:281152 where:github who:29139614
2025-05-20T01:06:21Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#82 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h0m of being in review and 2 comments. hoc:2 is_human:0 issue:82 merger:8086956 review_comments:0 seconds:3640 where:github who:29139614
2025-05-20T06:42:09Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#609 with 2 HoC created by @renovate[bot] was merged by @rultor after 26m32s of being in review and 2 comments. hoc:2 is_human:0 issue:609 merger:8086956 review_comments:0 seconds:1593 where:github who:29139614
2025-05-20T09:06:15Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#270 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 2m25s of being in review and 0 comments. hoc:2 is_human:0 issue:270 merger:526301 review_comments:0 seconds:146 where:github who:41898282
2025-05-20T09:46:27Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#610 with 2 HoC created by @renovate[bot] was merged by @rultor after 31m20s of being in review and 2 comments. hoc:2 is_human:0 issue:610 merger:8086956 review_comments:0 seconds:1881 where:github who:29139614
2025-05-20T14:41:15Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#608 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 8h57m of being in review and 0 comments. hoc:2 is_human:0 issue:608 merger:526301 review_comments:0 seconds:32226 where:github who:41898282
2025-05-21T05:59:04Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#613 with 2 HoC created by @renovate[bot] was merged by @rultor after 44m22s of being in review and 2 comments. hoc:2 is_human:0 issue:613 merger:8086956 review_comments:0 seconds:2663 where:github who:29139614
2025-05-21T23:40:21Z code-was-contributed 820463873 _job:34102 comments:2 details:The pull request zerocracy/fbe#180 with 2 HoC created by @renovate[bot] was merged by @rultor after 6d12h of being in review and 2 comments. hoc:2 is_human:0 issue:180 merger:8086956 review_comments:0 seconds:561806 where:github who:29139614
2025-05-21T12:57:52Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#603 with 2 HoC created by @renovate[bot] was merged by @rultor after 5d18h of being in review and 2 comments. hoc:2 is_human:0 issue:603 merger:8086956 review_comments:0 seconds:497619 where:github who:29139614
2025-05-21T13:47:39Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#83 with 2 HoC created by @renovate[bot] was merged by @rultor after 59m16s of being in review and 2 comments. hoc:2 is_human:0 issue:83 merger:8086956 review_comments:0 seconds:3557 where:github who:29139614
2025-05-21T13:49:17Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#612 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 9h3m of being in review and 0 comments. hoc:2 is_human:0 issue:612 merger:526301 review_comments:0 seconds:32613 where:github who:41898282
2025-05-21T14:46:13Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#616 with 2 HoC created by @renovate[bot] was merged by @rultor after 32m25s of being in review and 2 comments. hoc:2 is_human:0 issue:616 merger:8086956 review_comments:0 seconds:1946 where:github who:29139614
2025-05-21T16:28:24Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#600 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 6d6h of being in review and 0 comments. hoc:2 is_human:0 issue:600 merger:526301 review_comments:0 seconds:540856 where:github who:29139614
2025-05-21T16:53:49Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#617 with 2 HoC created by @renovate[bot] was merged by @rultor after 24m26s of being in review and 2 comments. hoc:2 is_human:0 issue:617 merger:8086956 review_comments:0 seconds:1467 where:github who:29139614
2025-05-23T09:11:46Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#277 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 3m6s of being in review and 0 comments. hoc:2 is_human:0 issue:277 merger:526301 review_comments:0 seconds:187 where:github who:41898282
2025-05-23T09:30:47Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#629 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 8m17s of being in review and 0 comments. hoc:2 is_human:0 issue:629 merger:526301 review_comments:0 seconds:498 where:github who:29139614
2025-05-23T09:30:39Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#630 with 4 HoC created by @github-actions[bot] was merged by @yegor256 after 6m37s of being in review and 0 comments. hoc:4 is_human:0 issue:630 merger:526301 review_comments:0 seconds:398 where:github who:41898282
2025-05-23T18:04:45Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#631 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 8h20m of being in review and 0 comments. hoc:2 is_human:0 issue:631 merger:526301 review_comments:0 seconds:30034 where:github who:29139614
2025-05-23T17:35:26Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#633 with 4 HoC created by @github-actions[bot] was merged by @yegor256 after 4h23m of being in review and 0 comments. hoc:4 is_human:0 issue:633 merger:526301 review_comments:0 seconds:15825 where:github who:41898282
2025-05-23T13:58:12Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#280 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 11m25s of being in review and 0 comments. hoc:2 is_human:0 issue:280 merger:526301 review_comments:0 seconds:686 where:github who:41898282
2025-05-26T10:09:05Z code-was-contributed 799113787 _job:34102 comments:0 details:The pull request yegor256/judges#217 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 11m48s of being in review and 0 comments. hoc:2 is_human:0 issue:217 merger:526301 review_comments:0 seconds:709 where:github who:29139614
2025-05-26T10:32:10Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#636 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 41m54s of being in review and 0 comments. hoc:2 is_human:0 issue:636 merger:526301 review_comments:0 seconds:2515 where:github who:29139614
2025-05-26T13:58:29Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#86 with 4 HoC created by @renovate[bot] was merged by @rultor after 49m28s of being in review and 2 comments. hoc:4 is_human:0 issue:86 merger:8086956 review_comments:0 seconds:2969 where:github who:29139614
2025-05-26T13:37:09Z code-was-contributed 820463873 _job:34102 comments:2 details:The pull request zerocracy/fbe#185 with 2 HoC created by @renovate[bot] was merged by @rultor after 55m1s of being in review and 2 comments. hoc:2 is_human:0 issue:185 merger:8086956 review_comments:0 seconds:3302 where:github who:29139614
2025-05-26T12:18:40Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#281 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h37m of being in review and 2 comments. hoc:2 is_human:0 issue:281 merger:8086956 review_comments:0 seconds:5822 where:github who:29139614
2025-05-26T12:07:46Z code-was-contributed 802720676 _job:34102 comments:2 details:The pull request zerocracy/pages-action#282 with 4 HoC created by @renovate[bot] was merged by @rultor after 1h25m of being in review and 2 comments. hoc:4 is_human:0 issue:282 merger:8086956 review_comments:0 seconds:5149 where:github who:29139614
2025-05-26T14:05:38Z code-was-contributed 840215648 _job:34102 comments:2 details:The pull request zerocracy/baza.rb#68 with 2 HoC created by @renovate[bot] was merged by @rultor after 59m22s of being in review and 2 comments. hoc:2 is_human:0 issue:68 merger:8086956 review_comments:0 seconds:3563 where:github who:29139614
2025-05-26T14:11:51Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#85 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h3m of being in review and 2 comments. hoc:2 is_human:0 issue:85 merger:8086956 review_comments:0 seconds:3789 where:github who:29139614
2025-05-27T09:19:36Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#641 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 2m3s of being in review and 0 comments. hoc:2 is_human:0 issue:641 merger:526301 review_comments:0 seconds:124 where:github who:29139614
2025-05-27T09:19:26Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#640 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 21m35s of being in review and 0 comments. hoc:2 is_human:0 issue:640 merger:526301 review_comments:0 seconds:1296 where:github who:29139614
2025-05-27T09:19:14Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#642 with 4 HoC created by @github-actions[bot] was merged by @yegor256 after 30s of being in review and 0 comments. hoc:4 is_human:0 issue:642 merger:526301 review_comments:0 seconds:31 where:github who:41898282
2025-05-27T09:20:55Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#284 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 13m0s of being in review and 0 comments. hoc:2 is_human:0 issue:284 merger:526301 review_comments:0 seconds:781 where:github who:29139614
2025-05-27T09:20:43Z code-was-contributed 802720676 _job:34102 comments:0 details:The pull request zerocracy/pages-action#285 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 2m25s of being in review and 0 comments. hoc:2 is_human:0 issue:285 merger:526301 review_comments:0 seconds:146 where:github who:41898282
2025-05-27T10:56:49Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#643 with 2 HoC created by @renovate[bot] was merged by @rultor after 42m3s of being in review and 2 comments. hoc:2 is_human:0 issue:643 merger:8086956 review_comments:0 seconds:2524 where:github who:29139614
2025-05-27T11:42:39Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#87 with 2 HoC created by @renovate[bot] was merged by @rultor after 18m43s of being in review and 2 comments. hoc:2 is_human:0 issue:87 merger:8086956 review_comments:0 seconds:1124 where:github who:29139614
2025-05-27T15:52:38Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#654 with 2 HoC created by @renovate[bot] was merged by @rultor after 37m38s of being in review and 2 comments. hoc:2 is_human:0 issue:654 merger:8086956 review_comments:0 seconds:2259 where:github who:29139614
2025-05-27T17:59:22Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#653 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 3h6m of being in review and 0 comments. hoc:2 is_human:0 issue:653 merger:526301 review_comments:0 seconds:11170 where:github who:41898282
2025-05-28T08:02:30Z code-was-contributed 799177290 _job:34102 comments:2 details:The pull request zerocracy/judges-action#655 with 4 HoC created by @renovate[bot] was merged by @rultor after 46m49s of being in review and 2 comments. hoc:4 is_human:0 issue:655 merger:8086956 review_comments:0 seconds:2810 where:github who:29139614
2025-05-28T09:38:22Z code-was-contributed 799177290 _job:34102 comments:0 details:The pull request zerocracy/judges-action#656 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 3m16s of being in review and 0 comments. hoc:2 is_human:0 issue:656 merger:526301 review_comments:0 seconds:197 where:github who:41898282
2025-05-28T13:27:51Z code-was-contributed 181044958 _job:34102 comments:14 details:The pull request yegor256/0rsk#186 with 2 HoC created by @renovate[bot] was merged by @rultor after 2d1h of being in review and 14 comments. hoc:2 is_human:0 issue:186 merger:8086956 review_comments:0 seconds:178633 where:github who:29139614
2025-05-28T13:58:22Z code-was-contributed 849726475 _job:34102 comments:2 details:The pull request zerocracy/swarm-template#88 with 4 HoC created by @renovate[bot] was merged by @rultor after 45m42s of being in review and 2 comments. hoc:4 is_human:0 issue:88 merger:8086956 review_comments:0 seconds:2743 where:github who:29139614
2025-05-14T11:26:21Z dud-was-closed 181044958 _job:34102 closer:8086956 details:In the repository #181044958, the user #22315378 submitted the issue #155 which was later closed by the user #8086956 not becoming a bug or enhancement; this means that the issue was not valid, maybe a duplicate or simply a mistake. is_human:1 issue:155 where:github who:22315378
2025-05-21T08:46:46Z dud-was-closed 181044958 _job:34102 closer:8086956 details:In the repository #181044958, the user #22315378 submitted the issue #168 which was later closed by the user #8086956 not becoming a bug or enhancement; this means that the issue was not valid, maybe a duplicate or simply a mistake. is_human:1 issue:168 where:github who:22315378
2025-05-28T15:41:49Z code-was-contributed 799177290 _job:34105 comments:2 details:The pull request zerocracy/judges-action#657 with 2 HoC created by @renovate[bot] was merged by @rultor after 55m2s of being in review and 2 comments. hoc:2 is_human:0 issue:657 merger:8086956 review_comments:0 seconds:3303 where:github who:29139614
2025-05-28T15:51:57Z code-was-contributed 802720676 _job:34105 comments:2 details:The pull request zerocracy/pages-action#286 with 2 HoC created by @renovate[bot] was merged by @rultor after 40m7s of being in review and 2 comments. hoc:2 is_human:0 issue:286 merger:8086956 review_comments:0 seconds:2408 where:github who:29139614
2025-05-28T15:41:00Z code-was-contributed 802720676 _job:34105 comments:2 details:The pull request zerocracy/pages-action#287 with 4 HoC created by @renovate[bot] was merged by @rultor after 29m1s of being in review and 2 comments. hoc:4 is_human:0 issue:287 merger:8086956 review_comments:0 seconds:1742 where:github who:29139614
2025-05-28T16:46:41Z code-was-contributed 820463873 _job:34105 comments:2 details:The pull request zerocracy/fbe#186 with 4 HoC created by @renovate[bot] was merged by @rultor after 51m35s of being in review and 2 comments. hoc:4 is_human:0 issue:186 merger:8086956 review_comments:0 seconds:3096 where:github who:29139614
2025-05-28T19:54:46Z code-was-contributed 849726475 _job:34105 comments:2 details:The pull request zerocracy/swarm-template#89 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h0m of being in review and 2 comments. hoc:2 is_human:0 issue:89 merger:8086956 review_comments:0 seconds:3655 where:github who:29139614
2025-05-25T10:35:42Z dud-was-closed 181044958 _job:34105 closer:8086956 details:In the repository #181044958, the user #22315378 submitted the issue #180 which was later closed by the user #8086956 not becoming a bug or enhancement; this means that the issue was not valid, maybe a duplicate or simply a mistake. is_human:1 issue:180 where:github who:22315378
2025-05-29T16:02:46Z code-was-contributed 799177290 _job:34105 comments:2 details:The pull request zerocracy/judges-action#661 with 2 HoC created by @renovate[bot] was merged by @rultor after 19m1s of being in review and 2 comments. hoc:2 is_human:0 issue:661 merger:8086956 review_comments:0 seconds:1142 where:github who:29139614
2025-05-29T17:22:14Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#662 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 33m25s of being in review and 0 comments. hoc:2 is_human:0 issue:662 merger:526301 review_comments:0 seconds:2006 where:github who:29139614
2025-05-29T18:54:26Z code-was-contributed 849726475 _job:34105 comments:2 details:The pull request zerocracy/swarm-template#90 with 2 HoC created by @renovate[bot] was merged by @rultor after 44m9s of being in review and 2 comments. hoc:2 is_human:0 issue:90 merger:8086956 review_comments:0 seconds:2650 where:github who:29139614
2025-05-29T18:39:57Z code-was-contributed 802720676 _job:34105 comments:2 details:The pull request zerocracy/pages-action#288 with 2 HoC created by @renovate[bot] was merged by @rultor after 59m7s of being in review and 2 comments. hoc:2 is_human:0 issue:288 merger:8086956 review_comments:0 seconds:3548 where:github who:29139614
2025-05-29T18:57:00Z code-was-contributed 820463873 _job:34105 comments:2 details:The pull request zerocracy/fbe#187 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h7m of being in review and 2 comments. hoc:2 is_human:0 issue:187 merger:8086956 review_comments:0 seconds:4080 where:github who:29139614
2025-05-30T06:48:29Z code-was-contributed 799177290 _job:34105 comments:2 details:The pull request zerocracy/judges-action#664 with 2 HoC created by @renovate[bot] was merged by @rultor after 31m6s of being in review and 2 comments. hoc:2 is_human:0 issue:664 merger:8086956 review_comments:0 seconds:1867 where:github who:29139614
2025-05-30T07:57:17Z code-was-contributed 799177290 _job:34105 comments:2 details:The pull request zerocracy/judges-action#665 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h7m of being in review and 2 comments. hoc:2 is_human:0 issue:665 merger:8086956 review_comments:0 seconds:4066 where:github who:29139614
2025-05-30T07:57:33Z code-was-contributed 802720676 _job:34105 comments:2 details:The pull request zerocracy/pages-action#289 with 2 HoC created by @renovate[bot] was merged by @rultor after 56m16s of being in review and 2 comments. hoc:2 is_human:0 issue:289 merger:8086956 review_comments:0 seconds:3377 where:github who:29139614
2025-05-30T07:41:54Z code-was-contributed 820463873 _job:34105 comments:2 details:The pull request zerocracy/fbe#188 with 2 HoC created by @renovate[bot] was merged by @rultor after 12m59s of being in review and 2 comments. hoc:2 is_human:0 issue:188 merger:8086956 review_comments:0 seconds:780 where:github who:29139614
2025-05-30T12:43:28Z code-was-contributed 849726475 _job:34105 comments:2 details:The pull request zerocracy/swarm-template#91 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h4m of being in review and 2 comments. hoc:2 is_human:0 issue:91 merger:8086956 review_comments:0 seconds:3889 where:github who:29139614
2025-05-31T13:01:10Z code-was-contributed 799177290 _job:34105 comments:2 details:The pull request zerocracy/judges-action#666 with 2 HoC created by @renovate[bot] was merged by @rultor after 43m32s of being in review and 2 comments. hoc:2 is_human:0 issue:666 merger:8086956 review_comments:0 seconds:2613 where:github who:29139614
2025-05-31T13:49:52Z code-was-contributed 849726475 _job:34105 comments:2 details:The pull request zerocracy/swarm-template#92 with 2 HoC created by @renovate[bot] was merged by @rultor after 37m22s of being in review and 2 comments. hoc:2 is_human:0 issue:92 merger:8086956 review_comments:0 seconds:2243 where:github who:29139614
2025-05-31T14:35:35Z code-was-contributed 802720676 _job:34105 comments:2 details:The pull request zerocracy/pages-action#290 with 2 HoC created by @renovate[bot] was merged by @rultor after 26m13s of being in review and 2 comments. hoc:2 is_human:0 issue:290 merger:8086956 review_comments:0 seconds:1574 where:github who:29139614
2025-05-31T13:54:37Z code-was-contributed 820463873 _job:34105 comments:2 details:The pull request zerocracy/fbe#189 with 2 HoC created by @renovate[bot] was merged by @rultor after 21m55s of being in review and 2 comments. hoc:2 is_human:0 issue:189 merger:8086956 review_comments:0 seconds:1316 where:github who:29139614
2025-06-01T06:38:21Z code-was-contributed 849726475 _job:34105 comments:2 details:The pull request zerocracy/swarm-template#93 with 14 HoC created by @renovate[bot] was merged by @rultor after 47m21s of being in review and 2 comments. hoc:14 is_human:0 issue:93 merger:8086956 review_comments:0 seconds:2842 where:github who:29139614
2025-06-01T05:02:43Z code-was-contributed 799177290 _job:34105 comments:2 details:The pull request zerocracy/judges-action#668 with 10 HoC created by @renovate[bot] was merged by @rultor after 36m49s of being in review and 2 comments. hoc:10 is_human:0 issue:668 merger:8086956 review_comments:0 seconds:2210 where:github who:29139614
2025-06-01T05:05:41Z code-was-contributed 802720676 _job:34105 comments:2 details:The pull request zerocracy/pages-action#291 with 14 HoC created by @renovate[bot] was merged by @rultor after 21m12s of being in review and 2 comments. hoc:14 is_human:0 issue:291 merger:8086956 review_comments:0 seconds:1273 where:github who:29139614
2025-06-02T18:45:10Z code-was-contributed 799177290 _job:34105 comments:2 details:The pull request zerocracy/judges-action#669 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h30m of being in review and 2 comments. hoc:2 is_human:0 issue:669 merger:8086956 review_comments:0 seconds:5447 where:github who:29139614
2025-06-02T18:43:37Z code-was-contributed 849726475 _job:34105 comments:2 details:The pull request zerocracy/swarm-template#94 with 2 HoC created by @renovate[bot] was merged by @rultor after 30m43s of being in review and 2 comments. hoc:2 is_human:0 issue:94 merger:8086956 review_comments:0 seconds:1844 where:github who:29139614
2025-06-02T20:45:08Z code-was-contributed 802720676 _job:34105 comments:2 details:The pull request zerocracy/pages-action#292 with 2 HoC created by @renovate[bot] was merged by @rultor after 2h4m of being in review and 2 comments. hoc:2 is_human:0 issue:292 merger:8086956 review_comments:0 seconds:7460 where:github who:29139614
2025-06-02T20:42:42Z code-was-contributed 820463873 _job:34105 comments:2 details:The pull request zerocracy/fbe#191 with 2 HoC created by @renovate[bot] was merged by @rultor after 2h9m of being in review and 2 comments. hoc:2 is_human:0 issue:191 merger:8086956 review_comments:0 seconds:7767 where:github who:29139614
2025-06-03T05:03:28Z code-was-contributed 840215648 _job:34105 comments:0 details:The pull request zerocracy/baza.rb#76 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 11h43m of being in review and 0 comments. hoc:2 is_human:0 issue:76 merger:526301 review_comments:0 seconds:42211 where:github who:29139614
2025-06-03T05:01:32Z code-was-contributed 840215648 _job:34105 comments:0 details:The pull request zerocracy/baza.rb#71 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 4d10h of being in review and 0 comments. hoc:2 is_human:0 issue:71 merger:526301 review_comments:0 seconds:384716 where:github who:29139614
2025-06-03T09:55:20Z code-was-contributed 798641472 _job:34105 comments:0 details:The pull request yegor256/factbase#222 with 50 HoC created by @github-actions[bot] was merged by @yegor256 after 6w6d of being in review and 0 comments. hoc:50 is_human:0 issue:222 merger:526301 review_comments:0 seconds:4207907 where:github who:41898282
2025-06-03T09:55:04Z code-was-contributed 798641472 _job:34105 comments:0 details:The pull request yegor256/factbase#231 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1w0d of being in review and 0 comments. hoc:2 is_human:0 issue:231 merger:526301 review_comments:0 seconds:686321 where:github who:29139614
2025-06-03T09:54:57Z code-was-contributed 798641472 _job:34105 comments:0 details:The pull request yegor256/factbase#234 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 10h6m of being in review and 0 comments. hoc:2 is_human:0 issue:234 merger:526301 review_comments:0 seconds:36411 where:github who:29139614
2025-06-03T12:50:33Z code-was-contributed 799177290 _job:34105 comments:2 details:The pull request zerocracy/judges-action#670 with 2 HoC created by @renovate[bot] was merged by @rultor after 31m15s of being in review and 2 comments. hoc:2 is_human:0 issue:670 merger:8086956 review_comments:0 seconds:1876 where:github who:29139614
2025-06-04T07:10:05Z code-was-contributed 849726475 _job:34105 comments:2 details:The pull request zerocracy/swarm-template#96 with 2 HoC created by @renovate[bot] was merged by @rultor after 53m30s of being in review and 2 comments. hoc:2 is_human:0 issue:96 merger:8086956 review_comments:0 seconds:3211 where:github who:29139614
2025-06-03T16:42:43Z code-was-contributed 849726475 _job:34105 comments:2 details:The pull request zerocracy/swarm-template#95 with 45 HoC created by @renovate[bot] was merged by @rultor after 46m15s of being in review and 2 comments. hoc:45 is_human:0 issue:95 merger:8086956 review_comments:0 seconds:2776 where:github who:29139614
2025-06-04T07:40:47Z code-was-contributed 802720676 _job:34105 comments:2 details:The pull request zerocracy/pages-action#295 with 2 HoC created by @renovate[bot] was merged by @rultor after 46m9s of being in review and 2 comments. hoc:2 is_human:0 issue:295 merger:8086956 review_comments:0 seconds:2770 where:github who:29139614
2025-06-03T15:37:15Z code-was-contributed 802720676 _job:34105 comments:2 details:The pull request zerocracy/pages-action#294 with 43 HoC created by @renovate[bot] was merged by @rultor after 53m57s of being in review and 2 comments. hoc:43 is_human:0 issue:294 merger:8086956 review_comments:0 seconds:3238 where:github who:29139614
2025-06-03T14:42:21Z code-was-contributed 802720676 _job:34105 comments:2 details:The pull request zerocracy/pages-action#293 with 2 HoC created by @renovate[bot] was merged by @rultor after 2h52m of being in review and 2 comments. hoc:2 is_human:0 issue:293 merger:8086956 review_comments:0 seconds:10350 where:github who:29139614
2025-06-04T07:50:02Z code-was-contributed 799177290 _job:34105 comments:2 details:The pull request zerocracy/judges-action#673 with 6 HoC created by @renovate[bot] was merged by @rultor after 42m31s of being in review and 2 comments. hoc:6 is_human:0 issue:673 merger:8086956 review_comments:0 seconds:2552 where:github who:29139614
2025-05-05T16:54:16Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#188 opened @yegor256 by was resolved, after 37w4d of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#enhancement' was attached. is_human:1 issue:188 label:enhancement opener:526301 seconds:22766847 where:github who:2566462
2025-05-05T17:01:37Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#184 opened @yegor256 by was resolved, after 37w6d of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#enhancement' was attached. is_human:1 issue:184 label:enhancement opener:526301 seconds:22945562 where:github who:2566462
2024-12-18T13:55:49Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#127 opened @yegor256 by was resolved, after 9m54s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. done:2025-08-31T13:56:36Z is_human:1 issue:127 label:bug opener:526301 seconds:595 where:github who:526301
2024-12-28T06:30:24Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#158 opened @yegor256 by was resolved, after 32m35s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:158 label:enhancement opener:526301 seconds:1956 where:github who:526301
2024-12-20T13:25:47Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#132 opened @yegor256 by was resolved, after 1h51m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. done:2025-09-03T09:40:47Z is_human:1 issue:132 label:bug opener:526301 seconds:6674 where:github who:526301
2024-12-20T07:08:13Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#131 opened @yegor256 by was resolved, after 58m56s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. done:2025-09-02T07:45:48Z is_human:1 issue:131 label:bug opener:526301 seconds:3537 where:github who:526301
2024-12-20T02:01:12Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#130 opened @yegor256 by was resolved, after 55m53s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. done:2025-09-02T02:30:03Z is_human:1 issue:130 label:bug opener:526301 seconds:3354 where:github who:526301
2025-01-03T09:43:45Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#160 opened @yegor256 by was resolved, after 16m22s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:160 label:enhancement opener:526301 seconds:983 where:github who:526301
2025-02-24T16:18:46Z bug-was-resolved 798641472 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/factbase#174 opened @yegor256 by was resolved, after 22m26s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:174 label:enhancement opener:526301 seconds:1347 where:github who:526301
2025-02-24T15:17:16Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#173 opened @yegor256 by was resolved, after 3h33m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:173 label:enhancement opener:526301 seconds:12833 where:github who:526301
2025-02-28T16:48:19Z bug-was-resolved 798641472 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/factbase#177 opened @yegor256 by was resolved, after 1d5h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:177 label:bug opener:526301 seconds:105839 where:github who:526301
2025-03-02T10:10:49Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#145 opened @yegor256 by was resolved, after 4h0m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:145 label:enhancement opener:526301 seconds:14414 where:github who:526301
2025-03-04T12:32:44Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#181 opened @yegor256 by was resolved, after 54m43s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:181 label:bug opener:526301 seconds:3284 where:github who:526301
2025-03-04T13:56:59Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#485 opened @yegor256 by was resolved, after 1h23m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:485 label:enhancement opener:526301 seconds:5021 where:github who:526301
2025-03-13T10:04:07Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#492 opened @yegor256 by was resolved, after 2h10m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:492 label:bug opener:526301 seconds:7858 where:github who:526301
2025-02-26T05:35:59Z bug-was-resolved 802720676 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/pages-action#203 opened @yegor256 by was resolved, after 18h46m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:203 label:bug opener:526301 seconds:67619 where:github who:526301
2025-03-03T14:53:43Z bug-was-resolved 798641472 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/factbase#182 opened @yegor256 by was resolved, after 1d8h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:182 label:bug opener:526301 seconds:117623 where:github who:526301
2025-02-24T17:06:20Z bug-was-resolved 802720676 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/pages-action#201 opened @yegor256 by was resolved, after 39m2s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:201 label:enhancement opener:526301 seconds:2343 where:github who:526301
2025-02-25T10:46:49Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#175 opened @yegor256 by was resolved, after 22m13s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:175 label:enhancement opener:526301 seconds:1334 where:github who:526301
2025-03-04T04:01:51Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#179 opened @yegor256 by was resolved, after 12h4m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:179 label:bug opener:526301 seconds:43463 where:github who:526301
2025-03-04T06:06:48Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#477 opened @yegor256 by was resolved, after 2h30m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:477 label:enhancement opener:526301 seconds:9060 where:github who:526301
2025-03-17T17:50:47Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#186 opened @yegor256 by was resolved, after 18m32s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:186 label:bug opener:526301 seconds:1113 where:github who:526301
2025-03-03T13:58:22Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#178 opened @yegor256 by was resolved, after 2h4m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:178 label:bug opener:526301 seconds:7471 where:github who:526301
2025-03-03T11:23:07Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#177 opened @yegor256 by was resolved, after 1h37m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:177 label:bug opener:526301 seconds:5859 where:github who:526301
2025-02-25T10:10:22Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#174 opened @yegor256 by was resolved, after 34m47s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:174 label:bug opener:526301 seconds:2088 where:github who:526301
2025-03-14T14:02:25Z bug-was-resolved 802720676 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/pages-action#224 opened @yegor256 by was resolved, after 2h11m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:224 label:enhancement opener:526301 seconds:7894 where:github who:526301
2025-03-14T14:24:03Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#151 opened @yegor256 by was resolved, after 15m37s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:151 label:bug opener:526301 seconds:938 where:github who:526301
2025-03-13T10:03:46Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#149 opened @yegor256 by was resolved, after 2h38m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:149 label:bug opener:526301 seconds:9489 where:github who:526301
2025-03-13T07:27:24Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#148 opened @yegor256 by was resolved, after 18m7s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:148 label:enhancement opener:526301 seconds:1088 where:github who:526301
2025-03-18T12:50:04Z bug-was-resolved 798641472 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/factbase#205 opened @yegor256 by was resolved, after 18h37m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:205 label:bug opener:526301 seconds:67033 where:github who:526301
2025-03-17T09:11:50Z bug-was-resolved 798641472 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/factbase#203 opened @yegor256 by was resolved, after 17m52s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:203 label:bug opener:526301 seconds:1073 where:github who:526301
2025-03-14T09:14:06Z bug-was-resolved 798641472 _job:34105 closer:8086956 details:The bug/feature in the issue yegor256/factbase#201 opened @yegor256 by was resolved, after 30m26s of waiting, because it was closed by @rultor and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:201 label:bug opener:526301 seconds:1827 where:github who:526301
2025-03-11T15:00:01Z bug-was-resolved 798641472 _job:34105 closer:8086956 details:The bug/feature in the issue yegor256/factbase#192 opened @yegor256 by was resolved, after 5d20h of waiting, because it was closed by @rultor and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:192 label:enhancement opener:526301 seconds:505613 where:github who:526301
2025-03-05T18:32:50Z bug-was-resolved 798641472 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/factbase#190 opened @yegor256 by was resolved, after 10h13m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:190 label:bug opener:526301 seconds:36832 where:github who:526301
2025-03-04T12:00:50Z bug-was-resolved 798641472 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/factbase#186 opened @yegor256 by was resolved, after 19m58s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:186 label:enhancement opener:526301 seconds:1199 where:github who:526301
2025-03-20T02:37:04Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#188 opened @yegor256 by was resolved, after 9h16m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:188 label:enhancement opener:526301 seconds:33374 where:github who:526301
2025-03-20T07:26:58Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#189 opened @yegor256 by was resolved, after 1h24m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:189 label:bug opener:526301 seconds:5083 where:github who:526301
2025-03-20T14:32:55Z bug-was-resolved 802720676 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/pages-action#230 opened @yegor256 by was resolved, after 32m9s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:230 label:bug opener:526301 seconds:1930 where:github who:526301
2025-03-24T14:44:11Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#190 opened @yegor256 by was resolved, after 6h27m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:190 label:bug opener:526301 seconds:23231 where:github who:526301
2025-03-29T03:06:31Z bug-was-resolved 840215648 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/baza.rb#47 opened @yegor256 by was resolved, after 10m30s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:47 label:enhancement opener:526301 seconds:631 where:github who:526301
2025-03-29T04:36:56Z bug-was-resolved 840215648 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/baza.rb#48 opened @yegor256 by was resolved, after 28m0s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:48 label:bug opener:526301 seconds:1681 where:github who:526301
2025-03-29T06:16:32Z bug-was-resolved 840215648 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/baza.rb#49 opened @yegor256 by was resolved, after 37m18s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:49 label:enhancement opener:526301 seconds:2239 where:github who:526301
2025-03-30T05:29:15Z bug-was-resolved 798641472 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/factbase#212 opened @yegor256 by was resolved, after 4h9m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:212 label:bug opener:526301 seconds:14989 where:github who:526301
2025-03-30T07:17:12Z bug-was-resolved 798641472 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/factbase#215 opened @yegor256 by was resolved, after 1h0m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:215 label:bug opener:526301 seconds:3630 where:github who:526301
2025-03-30T07:28:41Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#156 opened @yegor256 by was resolved, after 25m5s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:156 label:bug opener:526301 seconds:1506 where:github who:526301
2025-03-30T11:20:35Z bug-was-resolved 798641472 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/factbase#216 opened @yegor256 by was resolved, after 11m10s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:216 label:bug opener:526301 seconds:671 where:github who:526301
2025-03-30T04:57:58Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#192 opened @yegor256 by was resolved, after 4h1m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:192 label:bug opener:526301 seconds:14461 where:github who:526301
2025-03-30T13:37:45Z bug-was-resolved 798641472 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/factbase#218 opened @yegor256 by was resolved, after 16m23s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:218 label:bug opener:526301 seconds:984 where:github who:526301
2025-04-02T07:51:26Z bug-was-resolved 840215648 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/baza.rb#52 opened @yegor256 by was resolved, after 5h47m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:52 label:bug opener:526301 seconds:20832 where:github who:526301
2025-04-05T05:19:53Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#195 opened @yegor256 by was resolved, after 35m20s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:195 label:bug opener:526301 seconds:2121 where:github who:526301
2025-04-06T01:01:52Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#161 opened @yegor256 by was resolved, after 1h5m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:161 label:enhancement opener:526301 seconds:3915 where:github who:526301
2025-04-06T02:57:45Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#163 opened @yegor256 by was resolved, after 4m59s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:163 label:bug opener:526301 seconds:300 where:github who:526301
2025-04-06T02:29:59Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#162 opened @yegor256 by was resolved, after 15m31s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:162 label:enhancement opener:526301 seconds:932 where:github who:526301
2025-04-06T04:27:42Z bug-was-resolved 840215648 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/baza.rb#54 opened @yegor256 by was resolved, after 13m0s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:54 label:enhancement opener:526301 seconds:781 where:github who:526301
2025-04-08T12:18:09Z bug-was-resolved 840215648 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/baza.rb#55 opened @yegor256 by was resolved, after 46m10s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:55 label:enhancement opener:526301 seconds:2771 where:github who:526301
2025-04-12T02:29:01Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#549 opened @yegor256 by was resolved, after 39m38s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:549 label:bug opener:526301 seconds:2379 where:github who:526301
2025-04-14T08:08:47Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#552 opened @yegor256 by was resolved, after 1h21m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:552 label:bug opener:526301 seconds:4915 where:github who:526301
2025-04-14T10:32:19Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#165 opened @yegor256 by was resolved, after 1h0m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:165 label:enhancement opener:526301 seconds:3651 where:github who:526301
2025-04-15T11:14:28Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#166 opened @yegor256 by was resolved, after 3h41m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:166 label:bug opener:526301 seconds:13319 where:github who:526301
2025-04-15T17:46:09Z bug-was-resolved 798641472 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/factbase#223 opened @yegor256 by was resolved, after 13m17s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:223 label:enhancement opener:526301 seconds:798 where:github who:526301
2025-04-18T09:45:26Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#569 opened @yegor256 by was resolved, after 36m21s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:569 label:enhancement opener:526301 seconds:2182 where:github who:526301
2025-04-18T09:08:20Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#168 opened @yegor256 by was resolved, after 37m2s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:168 label:enhancement opener:526301 seconds:2223 where:github who:526301
2025-04-18T14:23:58Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#169 opened @yegor256 by was resolved, after 1h31m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:169 label:bug opener:526301 seconds:5516 where:github who:526301
2025-04-18T16:29:43Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#573 opened @yegor256 by was resolved, after 5h5m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:573 label:bug opener:526301 seconds:18319 where:github who:526301
2025-04-19T14:48:48Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#199 opened @yegor256 by was resolved, after 1d1h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:199 label:bug opener:526301 seconds:90208 where:github who:526301
2025-04-23T05:05:48Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#171 opened @yegor256 by was resolved, after 54m45s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:171 label:enhancement opener:526301 seconds:3286 where:github who:526301
2025-05-01T06:40:30Z bug-was-resolved 974194993 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/zerocracy-mcp-server#8 opened @yegor256 by was resolved, after 1h11m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:8 label:bug opener:526301 seconds:4266 where:github who:526301
2025-05-01T05:56:58Z bug-was-resolved 799177290 _job:34105 closer:8086956 details:The bug/feature in the issue zerocracy/judges-action#539 opened @yegor256 by was resolved, after 3w4d of waiting, because it was closed by @rultor and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:539 label:bug opener:526301 seconds:2162854 where:github who:526301
2025-05-06T16:32:33Z bug-was-resolved 799177290 _job:34105 closer:8086956 details:The bug/feature in the issue zerocracy/judges-action#545 opened @yegor256 by was resolved, after 2d7h of waiting, because it was closed by @rultor and earlier it was assigned to @yegorov and the label '#enhancement' was attached. is_human:1 issue:545 label:enhancement opener:526301 seconds:199908 where:github who:2566462
2025-05-06T16:12:43Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#544 opened @yegor256 by was resolved, after 6d11h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#enhancement' was attached. is_human:1 issue:544 label:enhancement opener:526301 seconds:558813 where:github who:2566462
2025-05-01T14:44:29Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#586 opened @yegor256 by was resolved, after 27m16s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:586 label:enhancement opener:526301 seconds:1637 where:github who:526301
2025-05-01T14:23:27Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#205 opened @yegor256 by was resolved, after 32m45s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:205 label:enhancement opener:526301 seconds:1966 where:github who:526301
2025-05-05T04:43:08Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#175 opened @yegor256 by was resolved, after 1d23h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#enhancement' was attached. is_human:1 issue:175 label:enhancement opener:526301 seconds:170809 where:github who:2566462
2025-05-09T04:05:08Z bug-was-resolved 799177290 _job:34105 closer:8086956 details:The bug/feature in the issue zerocracy/judges-action#595 opened @yegor256 by was resolved, after 1d10h of waiting, because it was closed by @rultor and earlier it was assigned to @yegorov and the label '#bug' was attached. is_human:1 issue:595 label:bug opener:526301 seconds:123445 where:github who:2566462
2025-05-19T15:19:51Z bug-was-resolved 799177290 _job:34105 closer:8086956 details:The bug/feature in the issue zerocracy/judges-action#594 opened @yegor256 by was resolved, after 5d5h of waiting, because it was closed by @rultor and earlier it was assigned to @yegorov and the label '#enhancement' was attached. is_human:1 issue:594 label:enhancement opener:526301 seconds:452607 where:github who:2566462
2025-01-03T14:05:59Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#447 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 12m40s of being in review and 0 comments. hoc:2 is_human:0 issue:447 merger:526301 review_comments:0 seconds:761 where:github who:41898282
2025-01-28T12:25:59Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#458 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 3h28m of being in review and 0 comments. hoc:2 is_human:0 issue:458 merger:526301 review_comments:0 seconds:12534 where:github who:41898282
2025-03-17T08:52:07Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#489 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 4d18h of being in review and 0 comments. hoc:2 is_human:0 issue:489 merger:526301 review_comments:0 seconds:411404 where:github who:29139614
2025-03-01T07:58:47Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#471 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 1d20h of being in review and 0 comments. hoc:6 is_human:0 issue:471 merger:526301 review_comments:0 seconds:161100 where:github who:29139614
2025-03-01T07:58:35Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#463 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1w0d of being in review and 0 comments. hoc:2 is_human:0 issue:463 merger:526301 review_comments:0 seconds:661433 where:github who:29139614
2025-03-21T06:27:16Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#504 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1d19h of being in review and 0 comments. hoc:2 is_human:0 issue:504 merger:526301 review_comments:0 seconds:155011 where:github who:41898282
2025-06-04T19:15:51Z code-was-contributed 849726475 _job:34105 comments:2 details:The pull request zerocracy/swarm-template#98 with 28 HoC created by @renovate[bot] was merged by @rultor after 35m31s of being in review and 2 comments. hoc:28 is_human:0 issue:98 merger:8086956 review_comments:0 seconds:2132 where:github who:29139614
2025-06-05T11:33:05Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#682 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 2m23s of being in review and 0 comments. hoc:2 is_human:0 issue:682 merger:526301 review_comments:0 seconds:144 where:github who:41898282
2025-06-05T12:52:45Z code-was-contributed 799177290 _job:34105 comments:2 details:The pull request zerocracy/judges-action#683 with 2 HoC created by @renovate[bot] was merged by @rultor after 33m22s of being in review and 2 comments. hoc:2 is_human:0 issue:683 merger:8086956 review_comments:0 seconds:2003 where:github who:29139614
2025-05-19T04:29:51Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#601 opened @yegor256 by was resolved, after 18h30m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. is_human:1 issue:601 label:bug opener:526301 seconds:66625 where:github who:2566462
2025-05-24T06:00:58Z dud-was-closed 181044958 _job:34105 closer:526301 details:In the repository #181044958, the user #22315378 submitted the issue #173 which was later closed by the user #526301 not becoming a bug or enhancement; this means that the issue was not valid, maybe a duplicate or simply a mistake. is_human:1 issue:173 where:github who:22315378
2025-05-15T18:06:45Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#210 opened @yegor256 by was resolved, after 19m19s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:210 label:bug opener:526301 seconds:1160 where:github who:526301
2025-05-15T17:46:34Z bug-was-resolved 798641472 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/factbase#229 opened @yegor256 by was resolved, after 18m39s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:229 label:bug opener:526301 seconds:1120 where:github who:526301
2025-05-16T16:47:18Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#181 opened @yegor256 by was resolved, after 18m14s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:181 label:bug opener:526301 seconds:1095 where:github who:526301
2025-05-20T05:28:46Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#184 opened @yegor256 by was resolved, after 9h57m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:184 label:bug opener:526301 seconds:35842 where:github who:526301
2025-05-21T04:29:27Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#607 opened @yegor256 by was resolved, after 1d13h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. is_human:1 issue:607 label:bug opener:526301 seconds:133424 where:github who:2566462
2025-06-06T22:42:35Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#100 with 16 HoC created by @renovate[bot] was merged by @rultor after 39m29s of being in review and 3 comments. hoc:16 is_human:0 issue:100 merger:8086956 review_comments:0 seconds:2370 where:github who:29139614
2025-06-06T20:41:28Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#681 with 24 HoC created by @renovate[bot] was merged by @rultor after 1d9h of being in review and 3 comments. hoc:24 is_human:0 issue:681 merger:8086956 review_comments:0 seconds:121889 where:github who:29139614
2025-06-07T10:42:42Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#101 with 30 HoC created by @renovate[bot] was merged by @rultor after 34m45s of being in review and 3 comments. hoc:30 is_human:0 issue:101 merger:8086956 review_comments:0 seconds:2086 where:github who:29139614
2025-06-07T18:39:47Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#102 with 2 HoC created by @renovate[bot] was merged by @rultor after 35m19s of being in review and 3 comments. hoc:2 is_human:0 issue:102 merger:8086956 review_comments:0 seconds:2120 where:github who:29139614
2025-06-08T05:34:05Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#691 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 3m4s of being in review and 1 comments. hoc:2 is_human:0 issue:691 merger:526301 review_comments:0 seconds:185 where:github who:29139614
2025-06-08T05:25:58Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#687 with 4 HoC created by @github-actions[bot] was merged by @yegor256 after 1d8h of being in review and 1 comments. hoc:4 is_human:0 issue:687 merger:526301 review_comments:0 seconds:117717 where:github who:41898282
2025-06-08T05:26:37Z code-was-contributed 802720676 _job:34105 comments:1 details:The pull request zerocracy/pages-action#300 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 9m34s of being in review and 1 comments. hoc:2 is_human:0 issue:300 merger:526301 review_comments:0 seconds:575 where:github who:41898282
2025-06-08T05:55:36Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#690 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 24m38s of being in review and 1 comments. hoc:2 is_human:0 issue:690 merger:526301 review_comments:0 seconds:1479 where:github who:29139614
2025-06-08T09:47:15Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#693 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 23m2s of being in review and 1 comments. hoc:2 is_human:0 issue:693 merger:526301 review_comments:0 seconds:1383 where:github who:29139614
2025-06-08T09:47:04Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#694 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 21m57s of being in review and 1 comments. hoc:2 is_human:0 issue:694 merger:526301 review_comments:0 seconds:1318 where:github who:41898282
2025-06-08T11:13:39Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#696 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 82s of being in review and 1 comments. hoc:2 is_human:0 issue:696 merger:526301 review_comments:0 seconds:83 where:github who:41898282
2025-06-08T13:51:40Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#103 with 26 HoC created by @renovate[bot] was merged by @rultor after 1h21m of being in review and 3 comments. hoc:26 is_human:0 issue:103 merger:8086956 review_comments:0 seconds:4876 where:github who:29139614
2025-06-08T18:55:56Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#297 with 63 HoC created by @renovate[bot] was merged by @rultor after 4d0h of being in review and 3 comments. hoc:63 is_human:0 issue:297 merger:8086956 review_comments:0 seconds:346936 where:github who:29139614
2025-06-09T09:03:49Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#699 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 97s of being in review and 1 comments. hoc:2 is_human:0 issue:699 merger:526301 review_comments:0 seconds:98 where:github who:41898282
2025-06-09T11:36:50Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#104 with 2 HoC created by @renovate[bot] was merged by @rultor after 36m9s of being in review and 3 comments. hoc:2 is_human:0 issue:104 merger:8086956 review_comments:0 seconds:2170 where:github who:29139614
2025-06-09T13:16:47Z code-was-contributed 820463873 _job:34105 comments:0 details:The pull request zerocracy/fbe#194 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 5d1h of being in review and 0 comments. hoc:6 is_human:0 issue:194 merger:526301 review_comments:0 seconds:438260 where:github who:29139614
2025-06-09T14:47:20Z code-was-contributed 820463873 _job:34105 comments:3 details:The pull request zerocracy/fbe#207 with 4 HoC created by @renovate[bot] was merged by @rultor after 1h29m of being in review and 3 comments. hoc:4 is_human:0 issue:207 merger:8086956 review_comments:0 seconds:5381 where:github who:29139614
2025-06-11T16:42:52Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#301 with 4 HoC created by @renovate[bot] was merged by @rultor after 30m24s of being in review and 3 comments. hoc:4 is_human:0 issue:301 merger:8086956 review_comments:0 seconds:1825 where:github who:29139614
2025-06-09T17:04:30Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#296 with 4 HoC created by @renovate[bot] was merged by @rultor after 5d10h of being in review and 3 comments. hoc:4 is_human:0 issue:296 merger:8086956 review_comments:0 seconds:468585 where:github who:29139614
2025-06-09T18:47:03Z code-was-contributed 799113787 _job:34105 comments:2 details:The pull request yegor256/judges#221 with 4 HoC created by @renovate[bot] was merged by @rultor after 1w5d of being in review and 2 comments. hoc:4 is_human:0 issue:221 merger:8086956 review_comments:0 seconds:1038921 where:github who:29139614
2025-06-15T19:18:37Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#720 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 95s of being in review and 1 comments. hoc:2 is_human:0 issue:720 merger:526301 review_comments:0 seconds:96 where:github who:29139614
2025-06-15T16:12:40Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#717 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 82s of being in review and 1 comments. hoc:2 is_human:0 issue:717 merger:526301 review_comments:0 seconds:83 where:github who:41898282
2025-06-15T11:18:58Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#715 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 2h42m of being in review and 1 comments. hoc:2 is_human:0 issue:715 merger:526301 review_comments:0 seconds:9748 where:github who:41898282
2025-06-15T08:58:29Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#714 with 2 HoC created by @renovate[bot] was merged by @rultor after 23m50s of being in review and 3 comments. hoc:2 is_human:0 issue:714 merger:8086956 review_comments:0 seconds:1431 where:github who:29139614
2025-06-13T21:05:12Z code-was-contributed 799113787 _job:34105 comments:2 details:The pull request yegor256/judges#225 with 908 HoC created by @renovate[bot] was merged by @rultor after 1w6d of being in review and 2 comments. hoc:908 is_human:0 issue:225 merger:8086956 review_comments:0 seconds:1199173 where:github who:29139614
2025-06-12T15:49:33Z code-was-contributed 799113787 _job:34105 comments:2 details:The pull request yegor256/judges#239 with 32 HoC created by @renovate[bot] was merged by @rultor after 51m15s of being in review and 2 comments. hoc:32 is_human:0 issue:239 merger:8086956 review_comments:0 seconds:3076 where:github who:29139614
2025-06-15T20:52:15Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#108 with 4 HoC created by @renovate[bot] was merged by @rultor after 2h6m of being in review and 3 comments. hoc:4 is_human:0 issue:108 merger:8086956 review_comments:0 seconds:7569 where:github who:29139614
2025-06-15T18:45:23Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#107 with 4 HoC created by @renovate[bot] was merged by @rultor after 1h16m of being in review and 3 comments. hoc:4 is_human:0 issue:107 merger:8086956 review_comments:0 seconds:4610 where:github who:29139614
2025-06-15T11:38:57Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#106 with 4 HoC created by @renovate[bot] was merged by @rultor after 2h24m of being in review and 3 comments. hoc:4 is_human:0 issue:106 merger:8086956 review_comments:0 seconds:8643 where:github who:29139614
2025-06-16T08:53:14Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#721 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 13h34m of being in review and 1 comments. hoc:2 is_human:0 issue:721 merger:526301 review_comments:0 seconds:48868 where:github who:41898282
2025-06-16T08:53:05Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#723 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1m42s of being in review and 1 comments. hoc:2 is_human:0 issue:723 merger:526301 review_comments:0 seconds:103 where:github who:29139614
2025-06-15T19:03:32Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#304 with 4 HoC created by @renovate[bot] was merged by @rultor after 1h5m of being in review and 3 comments. hoc:4 is_human:0 issue:304 merger:8086956 review_comments:0 seconds:3913 where:github who:29139614
2025-06-15T17:57:27Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#303 with 4 HoC created by @renovate[bot] was merged by @rultor after 1h13m of being in review and 3 comments. hoc:4 is_human:0 issue:303 merger:8086956 review_comments:0 seconds:4409 where:github who:29139614
2025-06-15T09:42:03Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#302 with 4 HoC created by @renovate[bot] was merged by @rultor after 54m22s of being in review and 3 comments. hoc:4 is_human:0 issue:302 merger:8086956 review_comments:0 seconds:3263 where:github who:29139614
2025-06-16T15:01:06Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#109 with 6 HoC created by @renovate[bot] was merged by @rultor after 1h53m of being in review and 3 comments. hoc:6 is_human:0 issue:109 merger:8086956 review_comments:0 seconds:6804 where:github who:29139614
2025-06-16T16:42:15Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#725 with 2 HoC created by @renovate[bot] was merged by @rultor after 55m31s of being in review and 3 comments. hoc:2 is_human:0 issue:725 merger:8086956 review_comments:0 seconds:3332 where:github who:29139614
2025-06-16T16:58:35Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#724 with 2 HoC created by @github-actions[bot] was merged by @rultor after 8h5m of being in review and 3 comments. hoc:2 is_human:0 issue:724 merger:8086956 review_comments:0 seconds:29116 where:github who:41898282
2025-06-16T19:57:07Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#305 with 2 HoC created by @renovate[bot] was merged by @rultor after 49m59s of being in review and 3 comments. hoc:2 is_human:0 issue:305 merger:8086956 review_comments:0 seconds:3000 where:github who:29139614
2025-06-16T21:55:22Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#110 with 26 HoC created by @renovate[bot] was merged by @rultor after 57m55s of being in review and 3 comments. hoc:26 is_human:0 issue:110 merger:8086956 review_comments:0 seconds:3476 where:github who:29139614
2025-06-17T14:47:19Z code-was-contributed 820463873 _job:34105 comments:3 details:The pull request zerocracy/fbe#213 with 4 HoC created by @renovate[bot] was merged by @rultor after 31m45s of being in review and 3 comments. hoc:4 is_human:0 issue:213 merger:8086956 review_comments:0 seconds:1906 where:github who:29139614
2025-06-17T13:35:58Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#731 with 0 HoC created by @github-actions[bot] was merged by @yegor256 after 49s of being in review and 1 comments. hoc:0 is_human:0 issue:731 merger:526301 review_comments:0 seconds:50 where:github who:41898282
2025-06-17T13:32:08Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#730 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 38m2s of being in review and 1 comments. hoc:2 is_human:0 issue:730 merger:526301 review_comments:0 seconds:2283 where:github who:41898282
2025-06-17T13:31:58Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#729 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 39m52s of being in review and 1 comments. hoc:2 is_human:0 issue:729 merger:526301 review_comments:0 seconds:2393 where:github who:29139614
2025-06-17T10:48:48Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#727 with 2 HoC created by @renovate[bot] was merged by @rultor after 33m55s of being in review and 3 comments. hoc:2 is_human:0 issue:727 merger:8086956 review_comments:0 seconds:2036 where:github who:29139614
2025-06-17T14:14:29Z code-was-contributed 802720676 _job:34105 comments:4 details:The pull request zerocracy/pages-action#306 with 4 HoC created by @renovate[bot] was merged by @rultor after 1h9m of being in review and 4 comments. hoc:4 is_human:0 issue:306 merger:8086956 review_comments:0 seconds:4184 where:github who:29139614
2025-06-17T13:57:40Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#307 with 2 HoC created by @renovate[bot] was merged by @rultor after 52m46s of being in review and 3 comments. hoc:2 is_human:0 issue:307 merger:8086956 review_comments:0 seconds:3167 where:github who:29139614
2025-06-17T16:52:36Z code-was-contributed 799113787 _job:34105 comments:2 details:The pull request yegor256/judges#244 with 4 HoC created by @renovate[bot] was merged by @rultor after 1h19m of being in review and 2 comments. hoc:4 is_human:0 issue:244 merger:8086956 review_comments:0 seconds:4760 where:github who:29139614
2025-06-17T11:42:13Z code-was-contributed 840215648 _job:34105 comments:3 details:The pull request zerocracy/baza.rb#86 with 4 HoC created by @renovate[bot] was merged by @rultor after 12m12s of being in review and 3 comments. hoc:4 is_human:0 issue:86 merger:8086956 review_comments:0 seconds:733 where:github who:29139614
2025-06-17T16:40:40Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#111 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h49m of being in review and 3 comments. hoc:2 is_human:0 issue:111 merger:8086956 review_comments:0 seconds:6570 where:github who:29139614
2025-06-18T04:55:23Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#732 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h2m of being in review and 3 comments. hoc:2 is_human:0 issue:732 merger:8086956 review_comments:0 seconds:3736 where:github who:29139614
2025-06-18T05:32:58Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#735 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 2m59s of being in review and 1 comments. hoc:2 is_human:0 issue:735 merger:526301 review_comments:0 seconds:180 where:github who:29139614
2025-06-18T05:29:26Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#734 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 12m12s of being in review and 1 comments. hoc:2 is_human:0 issue:734 merger:526301 review_comments:0 seconds:733 where:github who:41898282
2025-06-18T06:38:36Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#112 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h43m of being in review and 3 comments. hoc:2 is_human:0 issue:112 merger:8086956 review_comments:0 seconds:6226 where:github who:29139614
2025-06-18T09:51:43Z code-was-contributed 799113787 _job:34105 comments:2 details:The pull request yegor256/judges#245 with 2 HoC created by @renovate[bot] was merged by @rultor after 19m42s of being in review and 2 comments. hoc:2 is_human:0 issue:245 merger:8086956 review_comments:0 seconds:1183 where:github who:29139614
2025-06-19T06:34:31Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#737 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 3m0s of being in review and 1 comments. hoc:2 is_human:0 issue:737 merger:526301 review_comments:0 seconds:181 where:github who:41898282
2025-06-20T10:54:09Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#310 with 2 HoC created by @renovate[bot] was merged by @rultor after 51m34s of being in review and 3 comments. hoc:2 is_human:0 issue:310 merger:8086956 review_comments:0 seconds:3095 where:github who:29139614
2025-06-20T11:06:06Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#309 with 6 HoC created by @renovate[bot] was merged by @rultor after 1h3m of being in review and 3 comments. hoc:6 is_human:0 issue:309 merger:8086956 review_comments:0 seconds:3821 where:github who:29139614
2025-06-20T12:43:05Z code-was-contributed 820463873 _job:34105 comments:3 details:The pull request zerocracy/fbe#219 with 2 HoC created by @renovate[bot] was merged by @rultor after 31m25s of being in review and 3 comments. hoc:2 is_human:0 issue:219 merger:8086956 review_comments:0 seconds:1886 where:github who:29139614
2025-06-20T12:50:31Z code-was-contributed 840215648 _job:34105 comments:3 details:The pull request zerocracy/baza.rb#88 with 2 HoC created by @renovate[bot] was merged by @rultor after 20m53s of being in review and 3 comments. hoc:2 is_human:0 issue:88 merger:8086956 review_comments:0 seconds:1254 where:github who:29139614
2025-06-20T16:46:16Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#312 with 6 HoC created by @renovate[bot] was merged by @rultor after 19m34s of being in review and 3 comments. hoc:6 is_human:0 issue:312 merger:8086956 review_comments:0 seconds:1175 where:github who:29139614
2025-06-20T07:52:29Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#738 with 2 HoC created by @renovate[bot] was merged by @rultor after 2h6m of being in review and 3 comments. hoc:2 is_human:0 issue:738 merger:8086956 review_comments:0 seconds:7600 where:github who:29139614
2025-03-13T16:31:12Z code-was-contributed 802720676 _job:34105 comments:22 details:The pull request zerocracy/pages-action#217 with 17 HoC created by @legolass322 was merged by @yegor256 after 1d4h of being in review and 22 comments. hoc:17 is_human:1 issue:217 merger:526301 review_comments:5 seconds:101139 where:github who:31362961
2025-03-13T10:42:31Z code-was-contributed 802720676 _job:34105 comments:6 details:The pull request zerocracy/pages-action#216 with 58 HoC created by @legolass322 was merged by @yegor256 after 22h27m of being in review and 6 comments. hoc:58 is_human:1 issue:216 merger:526301 review_comments:3 seconds:80861 where:github who:31362961
2025-03-20T14:35:44Z code-was-contributed 802720676 _job:34105 comments:0 details:The pull request zerocracy/pages-action#229 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1d6h of being in review and 0 comments. hoc:2 is_human:0 issue:229 merger:526301 review_comments:0 seconds:108675 where:github who:41898282
2025-06-09T16:53:48Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#298 with 2 HoC created by @renovate[bot] was merged by @rultor after 4d5h of being in review and 3 comments. hoc:2 is_human:0 issue:298 merger:8086956 review_comments:0 seconds:366074 where:github who:29139614
2025-06-20T08:31:39Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#741 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1m44s of being in review and 1 comments. hoc:2 is_human:0 issue:741 merger:526301 review_comments:0 seconds:105 where:github who:41898282
2025-06-20T09:56:23Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#743 with 2 HoC created by @renovate[bot] was merged by @rultor after 31m20s of being in review and 3 comments. hoc:2 is_human:0 issue:743 merger:8086956 review_comments:0 seconds:1881 where:github who:29139614
2025-06-20T11:39:22Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#744 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 2h12m of being in review and 1 comments. hoc:2 is_human:0 issue:744 merger:526301 review_comments:0 seconds:7959 where:github who:41898282
2025-06-20T13:10:31Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#740 with 10 HoC created by @renovate[bot] was merged by @yegor256 after 5h27m of being in review and 1 comments. hoc:10 is_human:0 issue:740 merger:526301 review_comments:0 seconds:19651 where:github who:29139614
2025-06-20T14:05:19Z code-was-contributed 799177290 _job:34105 comments:4 details:The pull request zerocracy/judges-action#745 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 54m1s of being in review and 4 comments. hoc:2 is_human:0 issue:745 merger:526301 review_comments:0 seconds:3242 where:github who:29139614
2025-06-20T14:50:09Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#719 with 2 HoC created by @renovate[bot] was merged by @rultor after 4d20h of being in review and 3 comments. hoc:2 is_human:0 issue:719 merger:8086956 review_comments:0 seconds:418202 where:github who:29139614
2025-06-20T14:01:12Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#113 with 10 HoC created by @renovate[bot] was merged by @rultor after 1h20m of being in review and 3 comments. hoc:10 is_human:0 issue:113 merger:8086956 review_comments:0 seconds:4850 where:github who:29139614
2025-06-20T15:52:51Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#746 with 4 HoC created by @renovate[bot] was merged by @rultor after 1h6m of being in review and 3 comments. hoc:4 is_human:0 issue:746 merger:8086956 review_comments:0 seconds:4005 where:github who:29139614
2025-06-20T14:49:59Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#114 with 2 HoC created by @renovate[bot] was merged by @rultor after 46m34s of being in review and 3 comments. hoc:2 is_human:0 issue:114 merger:8086956 review_comments:0 seconds:2795 where:github who:29139614
2025-06-20T15:45:25Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#115 with 4 HoC created by @renovate[bot] was merged by @rultor after 54m10s of being in review and 3 comments. hoc:4 is_human:0 issue:115 merger:8086956 review_comments:0 seconds:3251 where:github who:29139614
2025-06-20T17:26:29Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#748 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 30m12s of being in review and 1 comments. hoc:2 is_human:0 issue:748 merger:526301 review_comments:0 seconds:1813 where:github who:41898282
2025-06-21T10:08:21Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#313 with 4 HoC created by @renovate[bot] was merged by @rultor after 59m24s of being in review and 3 comments. hoc:4 is_human:0 issue:313 merger:8086956 review_comments:0 seconds:3565 where:github who:29139614
2025-06-21T10:53:09Z code-was-contributed 840215648 _job:34105 comments:3 details:The pull request zerocracy/baza.rb#89 with 4 HoC created by @renovate[bot] was merged by @rultor after 15m0s of being in review and 3 comments. hoc:4 is_human:0 issue:89 merger:8086956 review_comments:0 seconds:901 where:github who:29139614
2025-06-21T08:39:11Z code-was-contributed 798641472 _job:34105 comments:0 details:The pull request yegor256/factbase#236 with 48 HoC created by @github-actions[bot] was merged by @yegor256 after 2w3d of being in review and 0 comments. hoc:48 is_human:0 issue:236 merger:526301 review_comments:0 seconds:1550608 where:github who:41898282
2025-06-21T10:58:22Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#752 with 6 HoC created by @renovate[bot] was merged by @rultor after 1h16m of being in review and 3 comments. hoc:6 is_human:0 issue:752 merger:8086956 review_comments:0 seconds:4566 where:github who:29139614
2025-06-21T09:58:20Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#750 with 4 HoC created by @renovate[bot] was merged by @rultor after 1h11m of being in review and 3 comments. hoc:4 is_human:0 issue:750 merger:8086956 review_comments:0 seconds:4318 where:github who:29139614
2025-06-21T09:41:20Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#751 with 2 HoC created by @renovate[bot] was merged by @rultor after 27m36s of being in review and 3 comments. hoc:2 is_human:0 issue:751 merger:8086956 review_comments:0 seconds:1657 where:github who:29139614
2025-06-21T14:44:25Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#116 with 6 HoC created by @renovate[bot] was merged by @rultor after 48m17s of being in review and 3 comments. hoc:6 is_human:0 issue:116 merger:8086956 review_comments:0 seconds:2898 where:github who:29139614
2025-06-22T13:56:19Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#749 with 2 HoC created by @renovate[bot] was merged by @rultor after 1d20h of being in review and 3 comments. hoc:2 is_human:0 issue:749 merger:8086956 review_comments:0 seconds:160146 where:github who:29139614
2025-06-23T04:51:59Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#755 with 4 HoC created by @renovate[bot] was merged by @rultor after 27m17s of being in review and 3 comments. hoc:4 is_human:0 issue:755 merger:8086956 review_comments:0 seconds:1638 where:github who:29139614
2025-06-23T06:44:40Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#757 with 2 HoC created by @renovate[bot] was merged by @rultor after 57m52s of being in review and 3 comments. hoc:2 is_human:0 issue:757 merger:8086956 review_comments:0 seconds:3473 where:github who:29139614
2025-06-23T08:41:26Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#117 with 6 HoC created by @renovate[bot] was merged by @rultor after 2h39m of being in review and 3 comments. hoc:6 is_human:0 issue:117 merger:8086956 review_comments:0 seconds:9554 where:github who:29139614
2025-06-23T09:00:30Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#314 with 8 HoC created by @renovate[bot] was merged by @rultor after 2h18m of being in review and 3 comments. hoc:8 is_human:0 issue:314 merger:8086956 review_comments:0 seconds:8329 where:github who:29139614
2025-06-23T13:43:42Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#754 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1d1h of being in review and 1 comments. hoc:2 is_human:0 issue:754 merger:526301 review_comments:0 seconds:90659 where:github who:41898282
2025-06-23T17:46:50Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#118 with 3 HoC created by @renovate[bot] was merged by @rultor after 56m13s of being in review and 3 comments. hoc:3 is_human:0 issue:118 merger:8086956 review_comments:0 seconds:3374 where:github who:29139614
2025-06-23T18:47:49Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#315 with 3 HoC created by @renovate[bot] was merged by @rultor after 1h34m of being in review and 3 comments. hoc:3 is_human:0 issue:315 merger:8086956 review_comments:0 seconds:5655 where:github who:29139614
2025-06-24T13:48:59Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#763 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 48m3s of being in review and 1 comments. hoc:2 is_human:0 issue:763 merger:526301 review_comments:0 seconds:2884 where:github who:41898282
2025-06-24T13:48:47Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#764 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 21m32s of being in review and 1 comments. hoc:2 is_human:0 issue:764 merger:526301 review_comments:0 seconds:1293 where:github who:29139614
2025-06-25T07:18:01Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#767 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 8m25s of being in review and 1 comments. hoc:2 is_human:0 issue:767 merger:526301 review_comments:0 seconds:506 where:github who:41898282
2025-06-25T08:37:13Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#768 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 52m13s of being in review and 1 comments. hoc:2 is_human:0 issue:768 merger:526301 review_comments:0 seconds:3134 where:github who:29139614
2025-06-27T07:49:26Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#776 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 16m45s of being in review and 1 comments. hoc:2 is_human:0 issue:776 merger:526301 review_comments:0 seconds:1006 where:github who:41898282
2025-06-27T05:24:05Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#773 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 87s of being in review and 1 comments. hoc:2 is_human:0 issue:773 merger:526301 review_comments:0 seconds:88 where:github who:41898282
2025-06-27T05:23:56Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#772 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 2m58s of being in review and 1 comments. hoc:2 is_human:0 issue:772 merger:526301 review_comments:0 seconds:179 where:github who:29139614
2025-06-27T17:44:13Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#777 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 9h28m of being in review and 1 comments. hoc:2 is_human:0 issue:777 merger:526301 review_comments:0 seconds:34083 where:github who:29139614
2025-06-27T17:44:01Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#779 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 9m37s of being in review and 1 comments. hoc:2 is_human:0 issue:779 merger:526301 review_comments:0 seconds:578 where:github who:41898282
2025-06-27T18:39:16Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#780 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 54m43s of being in review and 1 comments. hoc:2 is_human:0 issue:780 merger:526301 review_comments:0 seconds:3284 where:github who:29139614
2025-06-30T15:28:02Z code-was-contributed 799113787 _job:34105 comments:0 details:The pull request yegor256/judges#250 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 39m51s of being in review and 0 comments. hoc:2 is_human:0 issue:250 merger:526301 review_comments:0 seconds:2392 where:github who:29139614
2025-07-01T07:53:31Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#782 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 17h7m of being in review and 1 comments. hoc:2 is_human:0 issue:782 merger:526301 review_comments:0 seconds:61637 where:github who:29139614
2025-07-01T07:53:18Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#783 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 16h8m of being in review and 1 comments. hoc:2 is_human:0 issue:783 merger:526301 review_comments:0 seconds:58087 where:github who:29139614
2025-07-01T12:23:06Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#785 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 4m25s of being in review and 1 comments. hoc:2 is_human:0 issue:785 merger:526301 review_comments:0 seconds:266 where:github who:41898282
2025-07-01T11:56:39Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#784 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 4h2m of being in review and 1 comments. hoc:2 is_human:0 issue:784 merger:526301 review_comments:0 seconds:14540 where:github who:29139614
2025-07-01T14:24:59Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#786 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1h1m of being in review and 1 comments. hoc:2 is_human:0 issue:786 merger:526301 review_comments:0 seconds:3679 where:github who:29139614
2025-07-01T16:13:19Z code-was-contributed 840215648 _job:34105 comments:1 details:The pull request zerocracy/baza.rb#91 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 19h33m of being in review and 1 comments. hoc:2 is_human:0 issue:91 merger:526301 review_comments:0 seconds:70430 where:github who:29139614
2025-07-03T14:15:53Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#795 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 85s of being in review and 1 comments. hoc:2 is_human:0 issue:795 merger:526301 review_comments:0 seconds:86 where:github who:41898282
2025-07-04T05:45:40Z code-was-contributed 798641472 _job:34105 comments:0 details:The pull request yegor256/factbase#246 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 3d11h of being in review and 0 comments. hoc:2 is_human:0 issue:246 merger:526301 review_comments:0 seconds:299919 where:github who:29139614
2025-07-04T05:45:33Z code-was-contributed 798641472 _job:34105 comments:0 details:The pull request yegor256/factbase#247 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 5h35m of being in review and 0 comments. hoc:2 is_human:0 issue:247 merger:526301 review_comments:0 seconds:20136 where:github who:29139614
2025-07-04T06:47:51Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#796 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 15h58m of being in review and 1 comments. hoc:2 is_human:0 issue:796 merger:526301 review_comments:0 seconds:57518 where:github who:29139614
2025-07-04T10:29:47Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#798 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 9m11s of being in review and 1 comments. hoc:2 is_human:0 issue:798 merger:526301 review_comments:0 seconds:552 where:github who:41898282
2025-07-04T10:46:39Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#799 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 16m6s of being in review and 1 comments. hoc:2 is_human:0 issue:799 merger:526301 review_comments:0 seconds:967 where:github who:29139614
2024-12-19T14:49:56Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#129 opened @yegor256 by was resolved, after 11m31s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. done:2025-09-01T14:59:10Z is_human:1 issue:129 label:bug opener:526301 seconds:692 where:github who:526301
2025-05-23T09:10:56Z bug-was-resolved 802720676 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/pages-action#276 opened @yegor256 by was resolved, after 47m51s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:276 label:bug opener:526301 seconds:2872 where:github who:526301
2025-05-23T13:34:57Z bug-was-resolved 802720676 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/pages-action#278 opened @yegor256 by was resolved, after 19m53s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:278 label:bug opener:526301 seconds:1194 where:github who:526301
2025-05-27T09:20:34Z bug-was-resolved 802720676 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/pages-action#283 opened @yegor256 by was resolved, after 26m18s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:283 label:bug opener:526301 seconds:1579 where:github who:526301
2025-05-27T20:12:50Z bug-was-resolved 840215648 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/baza.rb#69 opened @yegor256 by was resolved, after 4h12m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:69 label:bug opener:526301 seconds:15175 where:github who:526301
2025-06-03T14:30:21Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#192 opened @yegor256 by was resolved, after 11m22s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:192 label:enhancement opener:526301 seconds:683 where:github who:526301
2025-06-05T10:18:35Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#195 opened @yegor256 by was resolved, after 45m45s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:195 label:bug opener:526301 seconds:2746 where:github who:526301
2025-06-07T07:03:38Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#200 opened @yegor256 by was resolved, after 13m52s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:200 label:bug opener:526301 seconds:833 where:github who:526301
2025-06-07T12:24:55Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#201 opened @yegor256 by was resolved, after 4h57m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:201 label:bug opener:526301 seconds:17837 where:github who:526301
2025-06-08T03:55:36Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#202 opened @yegor256 by was resolved, after 14h8m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:202 label:bug opener:526301 seconds:50900 where:github who:526301
2025-06-08T10:16:38Z bug-was-resolved 840215648 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/baza.rb#77 opened @yegor256 by was resolved, after 25m37s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:77 label:bug opener:526301 seconds:1538 where:github who:526301
2025-06-09T05:34:17Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#199 opened @yegor256 by was resolved, after 1d22h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. is_human:1 issue:199 label:bug opener:526301 seconds:168678 where:github who:2566462
2025-06-09T08:35:00Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#204 opened @yegor256 by was resolved, after 14m19s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:204 label:enhancement opener:526301 seconds:860 where:github who:526301
2025-06-09T17:35:46Z bug-was-resolved 840215648 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/baza.rb#78 opened @yegor256 by was resolved, after 18m57s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:78 label:enhancement opener:526301 seconds:1138 where:github who:526301
2025-06-16T07:43:10Z bug-was-resolved 840215648 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/baza.rb#85 opened @yegor256 by was resolved, after 17m53s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:85 label:bug opener:526301 seconds:1074 where:github who:526301
2025-06-16T07:20:44Z bug-was-resolved 840215648 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/baza.rb#84 opened @yegor256 by was resolved, after 11m5s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:84 label:bug opener:526301 seconds:666 where:github who:526301
2025-06-15T17:35:58Z bug-was-resolved 840215648 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/baza.rb#83 opened @yegor256 by was resolved, after 17m36s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:83 label:bug opener:526301 seconds:1057 where:github who:526301
2025-06-15T15:26:57Z bug-was-resolved 840215648 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/baza.rb#82 opened @yegor256 by was resolved, after 17m27s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:82 label:bug opener:526301 seconds:1048 where:github who:526301
2025-06-15T05:49:28Z bug-was-resolved 840215648 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/baza.rb#80 opened @yegor256 by was resolved, after 2d20h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:80 label:bug opener:526301 seconds:247774 where:github who:526301
2025-06-16T09:06:07Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#209 opened @yegor256 by was resolved, after 4d21h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#enhancement' was attached. is_human:1 issue:209 label:enhancement opener:526301 seconds:423439 where:github who:2566462
2025-06-16T14:43:37Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#206 opened @yegor256 by was resolved, after 6d23h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. is_human:1 issue:206 label:bug opener:526301 seconds:604200 where:github who:2566462
2025-06-17T11:53:10Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#212 opened @yegor256 by was resolved, after 2h29m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:212 label:bug opener:526301 seconds:8947 where:github who:526301
2025-06-20T07:43:52Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#217 opened @yegor256 by was resolved, after 28m37s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:217 label:bug opener:526301 seconds:1718 where:github who:526301
2025-06-20T13:06:47Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#218 opened @yegor256 by was resolved, after 1h21m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:218 label:bug opener:526301 seconds:4866 where:github who:526301
2025-06-20T16:10:15Z bug-was-resolved 820463873 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/fbe#220 opened @yegor256 by was resolved, after 1h55m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:220 label:enhancement opener:526301 seconds:6912 where:github who:526301
2025-01-28T07:47:20Z bug-was-resolved 798641472 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/factbase#155 opened @yegor256 by was resolved, after 2h12m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:155 label:bug opener:526301 seconds:7937 where:github who:526301
2025-02-21T16:03:54Z bug-was-resolved 798641472 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/factbase#161 opened @yegor256 by was resolved, after 9h56m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:161 label:enhancement opener:526301 seconds:35798 where:github who:526301
2025-03-17T08:51:35Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#183 opened @yegor256 by was resolved, after 4d19h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:183 label:enhancement opener:526301 seconds:414980 where:github who:526301
2025-05-21T10:45:30Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#213 opened @yegor256 by was resolved, after 57m32s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:213 label:bug opener:526301 seconds:3453 where:github who:526301
2025-05-21T13:17:29Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#614 opened @yegor256 by was resolved, after 4h2m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:614 label:bug opener:526301 seconds:14564 where:github who:526301
2025-05-23T09:30:29Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#628 opened @yegor256 by was resolved, after 3h30m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:628 label:bug opener:526301 seconds:12633 where:github who:526301
2025-05-23T17:35:19Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#634 opened @yegor256 by was resolved, after 33m35s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:634 label:bug opener:526301 seconds:2016 where:github who:526301
2025-05-23T13:10:59Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#632 opened @yegor256 by was resolved, after 2h26m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:632 label:bug opener:526301 seconds:8809 where:github who:526301
2025-05-26T09:56:41Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#215 opened @yegor256 by was resolved, after 11m43s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:215 label:bug opener:526301 seconds:704 where:github who:526301
2025-05-26T10:32:00Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#635 opened @yegor256 by was resolved, after 49m0s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:635 label:bug opener:526301 seconds:2941 where:github who:526301
2025-05-26T18:46:23Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#637 opened @yegor256 by was resolved, after 3h8m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. is_human:1 issue:637 label:bug opener:526301 seconds:11329 where:github who:2566462
2025-05-27T08:29:12Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#218 opened @yegor256 by was resolved, after 12m50s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:218 label:bug opener:526301 seconds:771 where:github who:526301
2025-05-27T09:19:05Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#639 opened @yegor256 by was resolved, after 24m45s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:639 label:bug opener:526301 seconds:1486 where:github who:526301
2025-05-27T14:36:07Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#644 opened @yegor256 by was resolved, after 4h16m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:644 label:bug opener:526301 seconds:15374 where:github who:526301
2025-05-28T07:29:13Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#220 opened @yegor256 by was resolved, after 34m35s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:220 label:bug opener:526301 seconds:2076 where:github who:526301
2025-05-30T12:37:33Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#651 opened @yegor256 by was resolved, after 2d18h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. is_human:1 issue:651 label:bug opener:526301 seconds:239905 where:github who:2566462
2025-06-02T16:46:34Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#659 opened @yegor256 by was resolved, after 4d5h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. is_human:1 issue:659 label:bug opener:526301 seconds:364375 where:github who:2566462
2025-06-03T10:17:33Z bug-was-resolved 798641472 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/factbase#235 opened @yegor256 by was resolved, after 37m46s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:235 label:bug opener:526301 seconds:2267 where:github who:526301
2025-06-05T11:32:55Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#680 opened @yegor256 by was resolved, after 4h10m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:680 label:enhancement opener:526301 seconds:15035 where:github who:526301
2025-06-05T18:17:54Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#686 opened @yegor256 by was resolved, after 44m54s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:686 label:bug opener:526301 seconds:2695 where:github who:526301
2025-06-08T05:25:48Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#688 opened @yegor256 by was resolved, after 1d0h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:688 label:bug opener:526301 seconds:87417 where:github who:526301
2025-06-08T05:26:11Z bug-was-resolved 802720676 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/pages-action#299 opened @yegor256 by was resolved, after 26m23s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:299 label:bug opener:526301 seconds:1584 where:github who:526301
2025-06-08T09:46:53Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#692 opened @yegor256 by was resolved, after 44m57s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:692 label:bug opener:526301 seconds:2698 where:github who:526301
2025-06-08T10:41:30Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#232 opened @yegor256 by was resolved, after 1h29m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:232 label:enhancement opener:526301 seconds:5356 where:github who:526301
2025-06-08T11:12:10Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#695 opened @yegor256 by was resolved, after 19m50s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:695 label:enhancement opener:526301 seconds:1191 where:github who:526301
2025-06-09T09:03:41Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#698 opened @yegor256 by was resolved, after 28m20s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:698 label:bug opener:526301 seconds:1701 where:github who:526301
2025-06-11T19:47:04Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#705 opened @yegor256 by was resolved, after 5h57m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:705 label:bug opener:526301 seconds:21467 where:github who:526301
2025-06-15T19:18:28Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#718 opened @yegor256 by was resolved, after 1h45m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:718 label:bug opener:526301 seconds:6325 where:github who:526301
2025-06-15T16:12:31Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#716 opened @yegor256 by was resolved, after 39m1s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:716 label:bug opener:526301 seconds:2342 where:github who:526301
2025-06-15T11:18:49Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#713 opened @yegor256 by was resolved, after 5h18m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:713 label:bug opener:526301 seconds:19093 where:github who:526301
2025-06-15T04:33:58Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#711 opened @yegor256 by was resolved, after 18h23m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. is_human:1 issue:711 label:bug opener:526301 seconds:66208 where:github who:2566462
2025-06-16T08:03:20Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#243 opened @yegor256 by was resolved, after 12m20s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:243 label:bug opener:526301 seconds:741 where:github who:526301
2025-06-15T18:53:54Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#242 opened @yegor256 by was resolved, after 1h20m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:242 label:bug opener:526301 seconds:4836 where:github who:526301
2025-06-15T14:00:32Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#241 opened @yegor256 by was resolved, after 25m6s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:241 label:enhancement opener:526301 seconds:1507 where:github who:526301
2025-06-15T07:16:56Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#240 opened @yegor256 by was resolved, after 40m8s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:240 label:bug opener:526301 seconds:2409 where:github who:526301
2025-06-16T08:52:57Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#722 opened @yegor256 by was resolved, after 49m3s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:722 label:bug opener:526301 seconds:2944 where:github who:526301
2025-06-17T13:31:51Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#728 opened @yegor256 by was resolved, after 1h38m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:728 label:bug opener:526301 seconds:5890 where:github who:526301
2025-06-18T05:29:17Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#733 opened @yegor256 by was resolved, after 43m2s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:733 label:bug opener:526301 seconds:2583 where:github who:526301
2025-06-19T06:34:23Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#736 opened @yegor256 by was resolved, after 1d0h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:736 label:bug opener:526301 seconds:88384 where:github who:526301
2025-06-20T11:39:09Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#742 opened @yegor256 by was resolved, after 2h44m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:742 label:bug opener:526301 seconds:9891 where:github who:526301
2025-06-20T13:16:11Z bug-was-resolved 799113787 _job:34105 closer:526301 details:The bug/feature in the issue yegor256/judges#247 opened @yegor256 by was resolved, after 1h13m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:247 label:bug opener:526301 seconds:4400 where:github who:526301
2025-06-20T17:26:17Z bug-was-resolved 799177290 _job:34105 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#747 opened @yegor256 by was resolved, after 51m27s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:747 label:bug opener:526301 seconds:3088 where:github who:526301
2025-04-30T12:44:09Z code-was-contributed 840215648 _job:34105 comments:3 details:The pull request zerocracy/baza.rb#59 with 10 HoC created by @renovate[bot] was merged by @rultor after 41m27s of being in review and 3 comments. hoc:10 is_human:0 issue:59 merger:8086956 review_comments:0 seconds:2488 where:github who:29139614
2024-12-19T12:51:50Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#33 with 32 HoC created by @renovate[bot] was merged by @rultor after 1h6m of being in review and 3 comments. done:2025-09-01T12:55:56Z hoc:32 is_human:0 issue:33 merger:8086956 review_comments:0 seconds:4008 where:github who:29139614
2024-12-19T16:53:01Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#34 with 2 HoC created by @renovate[bot] was merged by @rultor after 55m13s of being in review and 3 comments. done:2025-09-01T16:59:51Z hoc:2 is_human:0 issue:34 merger:8086956 review_comments:0 seconds:3314 where:github who:29139614
2024-12-19T09:50:17Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#177 with 32 HoC created by @renovate[bot] was merged by @rultor after 18m8s of being in review and 3 comments. done:2025-09-01T09:53:23Z hoc:32 is_human:0 issue:177 merger:8086956 review_comments:0 seconds:1089 where:github who:29139614
2024-12-19T21:53:08Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#35 with 2 HoC created by @renovate[bot] was merged by @rultor after 55m23s of being in review and 3 comments. done:2025-09-01T22:00:19Z hoc:2 is_human:0 issue:35 merger:8086956 review_comments:0 seconds:3324 where:github who:29139614
2024-12-19T18:48:39Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#178 with 2 HoC created by @renovate[bot] was merged by @rultor after 29m6s of being in review and 3 comments. done:2025-09-01T18:58:54Z hoc:2 is_human:0 issue:178 merger:8086956 review_comments:0 seconds:1747 where:github who:29139614
2024-12-19T23:46:40Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#179 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h4m of being in review and 3 comments. done:2025-09-01T23:59:33Z hoc:2 is_human:0 issue:179 merger:8086956 review_comments:0 seconds:3870 where:github who:29139614
2025-06-11T09:43:34Z code-was-contributed 820463873 _job:34105 comments:18 details:The pull request zerocracy/fbe#208 with 116 HoC created by @yegorov was merged by @rultor after 1d12h of being in review and 18 comments. hoc:116 is_human:1 issue:208 merger:8086956 review_comments:9 seconds:132888 where:github who:2566462
2024-12-20T04:49:12Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#36 with 2 HoC created by @renovate[bot] was merged by @rultor after 44m3s of being in review and 3 comments. done:2025-09-02T05:58:44Z hoc:2 is_human:0 issue:36 merger:8086956 review_comments:0 seconds:2644 where:github who:29139614
2024-12-20T03:53:58Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#180 with 2 HoC created by @renovate[bot] was merged by @rultor after 27m11s of being in review and 3 comments. done:2025-09-02T05:58:44Z hoc:2 is_human:0 issue:180 merger:8086956 review_comments:0 seconds:1632 where:github who:29139614
2024-12-19T08:11:03Z code-was-contributed 799113787 _job:34105 comments:0 details:The pull request yegor256/judges#150 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 2w1d of being in review and 0 comments. done:2025-09-01T08:57:23Z hoc:6 is_human:0 issue:150 merger:526301 review_comments:0 seconds:1337171 where:github who:29139614
2024-12-20T09:00:33Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#181 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h30m of being in review and 3 comments. done:2025-09-02T09:22:50Z hoc:2 is_human:0 issue:181 merger:8086956 review_comments:0 seconds:5420 where:github who:29139614
2025-06-18T03:28:05Z code-was-contributed 820463873 _job:34105 comments:2 details:The pull request zerocracy/fbe#215 with 43 HoC created by @yegorov was merged by @yegor256 after 7h57m of being in review and 2 comments. hoc:43 is_human:1 issue:215 merger:526301 review_comments:0 seconds:28653 where:github who:2566462
2024-12-20T08:51:45Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#37 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h54m of being in review and 3 comments. done:2025-09-02T08:53:08Z hoc:2 is_human:0 issue:37 merger:8086956 review_comments:0 seconds:6895 where:github who:29139614
2024-12-19T08:10:59Z code-was-contributed 799113787 _job:34105 comments:0 details:The pull request yegor256/judges#151 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 6d17h of being in review and 0 comments. done:2025-09-01T08:57:23Z hoc:6 is_human:0 issue:151 merger:526301 review_comments:0 seconds:582348 where:github who:29139614
2024-12-20T08:50:49Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#182 with 6 HoC created by @renovate[bot] was merged by @rultor after 1h20m of being in review and 3 comments. done:2025-09-02T08:53:08Z hoc:6 is_human:0 issue:182 merger:8086956 review_comments:0 seconds:4828 where:github who:29139614
2025-07-02T04:22:17Z code-was-contributed 820463873 _job:34105 comments:1 details:The pull request zerocracy/fbe#231 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1d12h of being in review and 1 comments. hoc:2 is_human:0 issue:231 merger:526301 review_comments:0 seconds:131983 where:github who:29139614
2025-07-04T16:26:16Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#801 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1h33m of being in review and 1 comments. hoc:2 is_human:0 issue:801 merger:526301 review_comments:0 seconds:5602 where:github who:41898282
2025-07-04T16:26:06Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#802 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 58m24s of being in review and 1 comments. hoc:2 is_human:0 issue:802 merger:526301 review_comments:0 seconds:3505 where:github who:29139614
2025-07-02T03:56:56Z code-was-contributed 820463873 _job:34105 comments:10 details:The pull request zerocracy/fbe#232 with 155 HoC created by @yegorov was merged by @rultor after 1d7h of being in review and 10 comments. hoc:155 is_human:1 issue:232 merger:8086956 review_comments:4 seconds:114326 where:github who:2566462
2024-12-20T13:52:00Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#183 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h25m of being in review and 3 comments. done:2025-09-03T09:40:47Z hoc:2 is_human:0 issue:183 merger:8086956 review_comments:0 seconds:5143 where:github who:29139614
2024-12-20T13:51:59Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#38 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h27m of being in review and 3 comments. done:2025-09-03T09:40:47Z hoc:2 is_human:0 issue:38 merger:8086956 review_comments:0 seconds:5232 where:github who:29139614
2024-12-19T08:10:52Z code-was-contributed 799113787 _job:34105 comments:0 details:The pull request yegor256/judges#152 with 8 HoC created by @renovate[bot] was merged by @yegor256 after 6d17h of being in review and 0 comments. done:2025-09-01T08:57:23Z hoc:8 is_human:0 issue:152 merger:526301 review_comments:0 seconds:582332 where:github who:29139614
2024-12-25T14:02:50Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#184 with 4 HoC created by @renovate[bot] was merged by @rultor after 1d6h of being in review and 3 comments. hoc:4 is_human:0 issue:184 merger:8086956 review_comments:0 seconds:109199 where:github who:29139614
2025-04-16T16:38:15Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#67 with 4 HoC created by @renovate[bot] was merged by @rultor after 33m7s of being in review and 3 comments. hoc:4 is_human:0 issue:67 merger:8086956 review_comments:0 seconds:1988 where:github who:29139614
2024-12-19T08:36:16Z code-was-contributed 799113787 _job:34105 comments:3 details:The pull request yegor256/judges#154 with 22 HoC created by @yegor256 was merged by @rultor after 8m1s of being in review and 3 comments. done:2025-09-01T08:57:23Z hoc:22 is_human:1 issue:154 merger:8086956 review_comments:0 seconds:482 where:github who:526301
2024-12-25T13:52:17Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#185 with 6 HoC created by @renovate[bot] was merged by @rultor after 1h4m of being in review and 3 comments. hoc:6 is_human:0 issue:185 merger:8086956 review_comments:0 seconds:3841 where:github who:29139614
2025-04-30T08:38:15Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#74 with 12 HoC created by @renovate[bot] was merged by @rultor after 1h12m of being in review and 3 comments. hoc:12 is_human:0 issue:74 merger:8086956 review_comments:0 seconds:4339 where:github who:29139614
2024-12-24T05:51:19Z code-was-contributed 799113787 _job:34105 comments:0 details:The pull request yegor256/judges#157 with 54 HoC created by @yegor256 was merged by @yegor256 after 71s of being in review and 0 comments. hoc:54 is_human:1 issue:157 merger:526301 review_comments:0 seconds:72 where:github who:526301
2025-03-12T18:08:36Z code-was-contributed 802720676 _job:34105 comments:10 details:The pull request zerocracy/pages-action#215 with 27 HoC created by @legolass322 was merged by @yegor256 after 6h8m of being in review and 10 comments. hoc:27 is_human:1 issue:215 merger:526301 review_comments:6 seconds:22093 where:github who:31362961
2025-05-21T20:50:54Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#84 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h18m of being in review and 3 comments. hoc:2 is_human:0 issue:84 merger:8086956 review_comments:0 seconds:4681 where:github who:29139614
2025-06-04T17:36:22Z code-was-contributed 799113787 _job:34105 comments:0 details:The pull request yegor256/judges#222 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 6d0h of being in review and 0 comments. hoc:2 is_human:0 issue:222 merger:526301 review_comments:0 seconds:521950 where:github who:29139614
2025-03-12T16:40:40Z code-was-contributed 802720676 _job:34105 comments:4 details:The pull request zerocracy/pages-action#218 with 19 HoC created by @legolass322 was merged by @yegor256 after 3h57m of being in review and 4 comments. hoc:19 is_human:1 issue:218 merger:526301 review_comments:2 seconds:14233 where:github who:31362961
2025-01-27T11:23:43Z code-was-contributed 798641472 _job:34105 comments:0 details:The pull request yegor256/factbase#145 with 50 HoC created by @github-actions[bot] was merged by @yegor256 after 6w3d of being in review and 0 comments. hoc:50 is_human:0 issue:145 merger:526301 review_comments:0 seconds:3966063 where:github who:41898282
2025-06-05T12:47:17Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#99 with 4 HoC created by @renovate[bot] was merged by @rultor after 1h6m of being in review and 3 comments. hoc:4 is_human:0 issue:99 merger:8086956 review_comments:0 seconds:4010 where:github who:29139614
2025-06-11T17:05:00Z code-was-contributed 849726475 _job:34105 comments:4 details:The pull request zerocracy/swarm-template#105 with 4 HoC created by @renovate[bot] was merged by @rultor after 56m4s of being in review and 4 comments. hoc:4 is_human:0 issue:105 merger:8086956 review_comments:0 seconds:3365 where:github who:29139614
2025-04-16T13:52:44Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#251 with 4 HoC created by @renovate[bot] was merged by @rultor after 55m47s of being in review and 3 comments. hoc:4 is_human:0 issue:251 merger:8086956 review_comments:0 seconds:3348 where:github who:29139614
2025-01-27T11:35:48Z code-was-contributed 798641472 _job:34105 comments:0 details:The pull request yegor256/factbase#148 with 25 HoC created by @github-actions[bot] was merged by @yegor256 after 9m52s of being in review and 0 comments. hoc:25 is_human:0 issue:148 merger:526301 review_comments:0 seconds:593 where:github who:41898282
2025-06-04T17:36:15Z code-was-contributed 799113787 _job:34105 comments:0 details:The pull request yegor256/judges#227 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1d21h of being in review and 0 comments. hoc:2 is_human:0 issue:227 merger:526301 review_comments:0 seconds:164234 where:github who:29139614
2025-01-27T16:28:17Z code-was-contributed 798641472 _job:34105 comments:0 details:The pull request yegor256/factbase#150 with 25 HoC created by @github-actions[bot] was merged by @yegor256 after 4h22m of being in review and 0 comments. hoc:25 is_human:0 issue:150 merger:526301 review_comments:0 seconds:15774 where:github who:41898282
2025-04-30T12:54:00Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#260 with 12 HoC created by @renovate[bot] was merged by @rultor after 59m44s of being in review and 3 comments. hoc:12 is_human:0 issue:260 merger:8086956 review_comments:0 seconds:3585 where:github who:29139614
2025-01-27T16:24:43Z code-was-contributed 798641472 _job:34105 comments:0 details:The pull request yegor256/factbase#151 with 643 HoC created by @yegor256 was merged by @yegor256 after 3h13m of being in review and 0 comments. hoc:643 is_human:1 issue:151 merger:526301 review_comments:0 seconds:11625 where:github who:526301
2025-05-22T07:39:57Z code-was-contributed 802720676 _job:34105 comments:0 details:The pull request zerocracy/pages-action#272 with 21 HoC created by @yegor256 was merged by @yegor256 after 3m55s of being in review and 0 comments. hoc:21 is_human:1 issue:272 merger:526301 review_comments:0 seconds:236 where:github who:526301
2025-06-04T17:36:02Z code-was-contributed 799113787 _job:34105 comments:0 details:The pull request yegor256/judges#229 with 136 HoC created by @yegor256 was merged by @yegor256 after 1d7h of being in review and 0 comments. hoc:136 is_human:1 issue:229 merger:526301 review_comments:0 seconds:112215 where:github who:526301
2025-05-22T08:05:57Z code-was-contributed 802720676 _job:34105 comments:0 details:The pull request zerocracy/pages-action#273 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 14m35s of being in review and 0 comments. hoc:2 is_human:0 issue:273 merger:526301 review_comments:0 seconds:876 where:github who:41898282
2025-06-04T17:14:56Z code-was-contributed 799113787 _job:34105 comments:0 details:The pull request yegor256/judges#231 with 149 HoC created by @yegor256 was merged by @yegor256 after 5h58m of being in review and 0 comments. hoc:149 is_human:1 issue:231 merger:526301 review_comments:0 seconds:21508 where:github who:526301
2025-02-21T06:17:21Z code-was-contributed 798641472 _job:34105 comments:0 details:The pull request yegor256/factbase#157 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 2w0d of being in review and 0 comments. hoc:6 is_human:0 issue:157 merger:526301 review_comments:0 seconds:1276060 where:github who:29139614
2025-05-22T10:06:57Z code-was-contributed 802720676 _job:34105 comments:0 details:The pull request zerocracy/pages-action#275 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 4m44s of being in review and 0 comments. hoc:2 is_human:0 issue:275 merger:526301 review_comments:0 seconds:285 where:github who:41898282
2025-02-21T06:17:16Z code-was-contributed 798641472 _job:34105 comments:0 details:The pull request yegor256/factbase#160 with 18 HoC created by @renovate[bot] was merged by @yegor256 after 5d1h of being in review and 0 comments. hoc:18 is_human:0 issue:160 merger:526301 review_comments:0 seconds:438253 where:github who:29139614
2025-06-18T09:57:02Z code-was-contributed 802720676 _job:34105 comments:4 details:The pull request zerocracy/pages-action#308 with 6 HoC created by @renovate[bot] was merged by @rultor after 1h25m of being in review and 4 comments. hoc:6 is_human:0 issue:308 merger:8086956 review_comments:0 seconds:5160 where:github who:29139614
2025-02-24T11:51:58Z code-was-contributed 798641472 _job:34105 comments:0 details:The pull request yegor256/factbase#165 with 20 HoC created by @github-actions[bot] was merged by @yegor256 after 2d17h of being in review and 0 comments. hoc:20 is_human:0 issue:165 merger:526301 review_comments:0 seconds:236896 where:github who:41898282
2025-02-24T13:30:55Z code-was-contributed 798641472 _job:34105 comments:0 details:The pull request yegor256/factbase#168 with 31 HoC created by @github-actions[bot] was merged by @yegor256 after 28m24s of being in review and 0 comments. hoc:31 is_human:0 issue:168 merger:526301 review_comments:0 seconds:1705 where:github who:41898282
2025-02-24T13:32:54Z code-was-contributed 798641472 _job:34105 comments:0 details:The pull request yegor256/factbase#169 with 32 HoC created by @github-actions[bot] was merged by @yegor256 after 14s of being in review and 0 comments. hoc:32 is_human:0 issue:169 merger:526301 review_comments:0 seconds:15 where:github who:41898282
2025-02-28T09:11:50Z code-was-contributed 798641472 _job:34105 comments:0 details:The pull request yegor256/factbase#175 with 38 HoC created by @github-actions[bot] was merged by @yegor256 after 3d4h of being in review and 0 comments. hoc:38 is_human:0 issue:175 merger:526301 review_comments:0 seconds:274048 where:github who:41898282
2025-02-26T10:35:23Z code-was-contributed 798641472 _job:34105 comments:3 details:The pull request yegor256/factbase#176 with 8 HoC created by @renovate[bot] was merged by @rultor after 45m40s of being in review and 3 comments. hoc:8 is_human:0 issue:176 merger:8086956 review_comments:0 seconds:2741 where:github who:29139614
2024-12-19T04:05:16Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#413 with 1597 HoC created by @yegor256 was merged by @yegor256 after 15h1m of being in review and 0 comments. done:2025-09-01T04:19:10Z hoc:1597 is_human:1 issue:413 merger:526301 review_comments:0 seconds:54093 where:github who:526301
2024-12-19T04:27:29Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#415 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 7m38s of being in review and 0 comments. done:2025-09-01T05:00:12Z hoc:2 is_human:0 issue:415 merger:526301 review_comments:0 seconds:459 where:github who:41898282
2025-02-28T09:21:19Z code-was-contributed 798641472 _job:34105 comments:0 details:The pull request yegor256/factbase#179 with 40 HoC created by @github-actions[bot] was merged by @yegor256 after 7m29s of being in review and 0 comments. hoc:40 is_human:0 issue:179 merger:526301 review_comments:0 seconds:450 where:github who:41898282
2024-12-19T07:28:30Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#417 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 16m40s of being in review and 0 comments. done:2025-09-01T07:54:06Z hoc:2 is_human:0 issue:417 merger:526301 review_comments:0 seconds:1001 where:github who:41898282
2025-03-12T08:03:11Z code-was-contributed 798641472 _job:34105 comments:0 details:The pull request yegor256/factbase#189 with 48 HoC created by @github-actions[bot] was merged by @yegor256 after 1w0d of being in review and 0 comments. hoc:48 is_human:0 issue:189 merger:526301 review_comments:0 seconds:618378 where:github who:41898282
2024-12-19T10:07:22Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#418 with 4 HoC created by @renovate[bot] was merged by @yegor256 after 22m9s of being in review and 0 comments. done:2025-09-01T11:00:33Z hoc:4 is_human:0 issue:418 merger:526301 review_comments:0 seconds:1330 where:github who:29139614
2025-03-12T13:34:47Z code-was-contributed 798641472 _job:34105 comments:0 details:The pull request yegor256/factbase#194 with 48 HoC created by @github-actions[bot] was merged by @yegor256 after 15m42s of being in review and 0 comments. hoc:48 is_human:0 issue:194 merger:526301 review_comments:0 seconds:943 where:github who:41898282
2024-12-19T10:51:24Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#420 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 23m2s of being in review and 0 comments. done:2025-09-01T11:00:33Z hoc:2 is_human:0 issue:420 merger:526301 review_comments:0 seconds:1383 where:github who:41898282
2025-03-12T16:35:14Z code-was-contributed 798641472 _job:34105 comments:0 details:The pull request yegor256/factbase#196 with 48 HoC created by @github-actions[bot] was merged by @yegor256 after 2h48m of being in review and 0 comments. hoc:48 is_human:0 issue:196 merger:526301 review_comments:0 seconds:10124 where:github who:41898282
2024-12-19T13:53:15Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#422 with 2 HoC created by @renovate[bot] was merged by @rultor after 41m17s of being in review and 3 comments. done:2025-09-01T14:59:10Z hoc:2 is_human:0 issue:422 merger:8086956 review_comments:0 seconds:2478 where:github who:29139614
2025-03-12T15:08:06Z code-was-contributed 798641472 _job:34105 comments:0 details:The pull request yegor256/factbase#197 with 143 HoC created by @yegor256 was merged by @yegor256 after 6m9s of being in review and 0 comments. hoc:143 is_human:1 issue:197 merger:526301 review_comments:0 seconds:370 where:github who:526301
2024-12-19T13:17:58Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#423 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 5m53s of being in review and 0 comments. done:2025-09-01T14:59:10Z hoc:2 is_human:0 issue:423 merger:526301 review_comments:0 seconds:354 where:github who:41898282
2025-04-30T06:29:14Z code-was-contributed 798641472 _job:34105 comments:7 details:The pull request yegor256/factbase#226 with 15 HoC created by @yegorov was merged by @yegor256 after 10h28m of being in review and 7 comments. hoc:15 is_human:1 issue:226 merger:526301 review_comments:0 seconds:37685 where:github who:2566462
2024-12-20T03:56:00Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#425 with 2 HoC created by @renovate[bot] was merged by @rultor after 12h49m of being in review and 3 comments. done:2025-09-02T05:58:44Z hoc:2 is_human:0 issue:425 merger:8086956 review_comments:0 seconds:46150 where:github who:29139614
2024-12-19T15:15:14Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#426 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 8m14s of being in review and 0 comments. done:2025-09-01T15:56:58Z hoc:2 is_human:0 issue:426 merger:526301 review_comments:0 seconds:495 where:github who:41898282
2024-12-19T21:54:38Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#427 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h5m of being in review and 3 comments. done:2025-09-01T22:00:19Z hoc:2 is_human:0 issue:427 merger:8086956 review_comments:0 seconds:3932 where:github who:29139614
2024-12-20T05:13:49Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#429 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 2h57m of being in review and 0 comments. done:2025-09-02T05:58:44Z hoc:2 is_human:0 issue:429 merger:526301 review_comments:0 seconds:10674 where:github who:41898282
2024-12-20T04:50:42Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#430 with 2 HoC created by @renovate[bot] was merged by @rultor after 54m8s of being in review and 3 comments. done:2025-09-02T05:58:44Z hoc:2 is_human:0 issue:430 merger:8086956 review_comments:0 seconds:3249 where:github who:29139614
2024-12-20T07:08:26Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#431 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 84s of being in review and 3 comments. done:2025-09-02T07:45:48Z hoc:2 is_human:0 issue:431 merger:526301 review_comments:0 seconds:85 where:github who:29139614
2024-12-20T07:48:45Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#432 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 17m5s of being in review and 0 comments. done:2025-09-02T08:53:08Z hoc:2 is_human:0 issue:432 merger:526301 review_comments:0 seconds:1026 where:github who:41898282
2024-12-20T09:30:21Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#433 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1h40m of being in review and 0 comments. done:2025-09-02T10:50:20Z hoc:2 is_human:0 issue:433 merger:526301 review_comments:0 seconds:6058 where:github who:29139614
2024-12-20T09:30:12Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#435 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 13m9s of being in review and 0 comments. done:2025-09-02T10:50:20Z hoc:2 is_human:0 issue:435 merger:526301 review_comments:0 seconds:790 where:github who:41898282
2024-12-20T09:58:15Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#436 with 2 HoC created by @renovate[bot] was merged by @rultor after 27m24s of being in review and 3 comments. done:2025-09-02T10:50:21Z hoc:2 is_human:0 issue:436 merger:8086956 review_comments:0 seconds:1645 where:github who:29139614
2024-12-24T03:03:57Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#438 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 3d13h of being in review and 0 comments. hoc:2 is_human:0 issue:438 merger:526301 review_comments:0 seconds:307344 where:github who:41898282
2024-12-24T01:00:59Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#439 with 2 HoC created by @renovate[bot] was merged by @rultor after 3d9h of being in review and 3 comments. hoc:2 is_human:0 issue:439 merger:8086956 review_comments:0 seconds:291861 where:github who:29139614
2024-12-24T06:15:23Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#441 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 60s of being in review and 0 comments. hoc:2 is_human:0 issue:441 merger:526301 review_comments:0 seconds:61 where:github who:29139614
2024-12-24T06:15:08Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#442 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 39s of being in review and 0 comments. hoc:2 is_human:0 issue:442 merger:526301 review_comments:0 seconds:40 where:github who:41898282
2024-12-28T10:50:13Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#444 with 9 HoC created by @renovate[bot] was merged by @rultor after 40m58s of being in review and 3 comments. hoc:9 is_human:0 issue:444 merger:8086956 review_comments:0 seconds:2459 where:github who:29139614
2025-01-03T11:47:11Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#445 with 9 HoC created by @renovate[bot] was merged by @rultor after 1h33m of being in review and 3 comments. hoc:9 is_human:0 issue:445 merger:8086956 review_comments:0 seconds:5595 where:github who:29139614
2025-01-27T17:51:30Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#451 with 6 HoC created by @renovate[bot] was merged by @rultor after 38m23s of being in review and 3 comments. hoc:6 is_human:0 issue:451 merger:8086956 review_comments:0 seconds:2304 where:github who:29139614
2025-01-28T05:17:48Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#453 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 6m21s of being in review and 0 comments. hoc:2 is_human:0 issue:453 merger:526301 review_comments:0 seconds:382 where:github who:29139614
2025-01-28T05:17:37Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#454 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 5m44s of being in review and 0 comments. hoc:2 is_human:0 issue:454 merger:526301 review_comments:0 seconds:345 where:github who:41898282
2025-01-28T08:56:09Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#457 with 8 HoC created by @renovate[bot] was merged by @rultor after 41m11s of being in review and 3 comments. hoc:8 is_human:0 issue:457 merger:8086956 review_comments:0 seconds:2472 where:github who:29139614
2025-02-27T01:33:27Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#460 with 8 HoC created by @renovate[bot] was merged by @yegor256 after 3w5d of being in review and 0 comments. hoc:8 is_human:0 issue:460 merger:526301 review_comments:0 seconds:2298019 where:github who:29139614
2025-02-24T17:05:53Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#466 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 25m19s of being in review and 0 comments. hoc:2 is_human:0 issue:466 merger:526301 review_comments:0 seconds:1520 where:github who:29139614
2025-02-24T17:05:43Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#467 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 25m5s of being in review and 0 comments. hoc:2 is_human:0 issue:467 merger:526301 review_comments:0 seconds:1506 where:github who:29139614
2025-02-24T16:59:52Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#468 with 4 HoC created by @github-actions[bot] was merged by @yegor256 after 18m36s of being in review and 0 comments. hoc:4 is_human:0 issue:468 merger:526301 review_comments:0 seconds:1117 where:github who:41898282
2025-02-27T01:33:18Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#469 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1d10h of being in review and 0 comments. hoc:2 is_human:0 issue:469 merger:526301 review_comments:0 seconds:123377 where:github who:29139614
2025-02-27T01:33:07Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#470 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 19h42m of being in review and 0 comments. hoc:2 is_human:0 issue:470 merger:526301 review_comments:0 seconds:70970 where:github who:41898282
2025-03-19T07:08:19Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#501 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 9m14s of being in review and 0 comments. hoc:2 is_human:0 issue:501 merger:526301 review_comments:0 seconds:555 where:github who:41898282
2025-03-19T11:22:28Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#502 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1h14m of being in review and 0 comments. hoc:2 is_human:0 issue:502 merger:526301 review_comments:0 seconds:4456 where:github who:29139614
2025-03-19T11:22:22Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#503 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1h14m of being in review and 0 comments. hoc:2 is_human:0 issue:503 merger:526301 review_comments:0 seconds:4446 where:github who:29139614
2025-04-16T12:05:19Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#564 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 43s of being in review and 0 comments. hoc:2 is_human:0 issue:564 merger:526301 review_comments:0 seconds:44 where:github who:41898282
2025-04-16T17:36:16Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#566 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1h9m of being in review and 0 comments. hoc:2 is_human:0 issue:566 merger:526301 review_comments:0 seconds:4175 where:github who:41898282
2025-04-16T17:35:13Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#567 with 2 HoC created by @renovate[bot] was merged by @rultor after 28m31s of being in review and 3 comments. hoc:2 is_human:0 issue:567 merger:8086956 review_comments:0 seconds:1712 where:github who:29139614
2025-04-30T06:55:55Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#583 with 10 HoC created by @renovate[bot] was merged by @rultor after 46m30s of being in review and 3 comments. hoc:10 is_human:0 issue:583 merger:8086956 review_comments:0 seconds:2791 where:github who:29139614
2025-04-30T08:52:36Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#584 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h55m of being in review and 3 comments. hoc:2 is_human:0 issue:584 merger:8086956 review_comments:0 seconds:6944 where:github who:29139614
2025-05-22T07:21:04Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#619 with 45 HoC created by @yegor256 was merged by @yegor256 after 4m41s of being in review and 0 comments. hoc:45 is_human:1 issue:619 merger:526301 review_comments:0 seconds:282 where:github who:526301
2025-05-22T10:20:19Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#620 with 4 HoC created by @github-actions[bot] was merged by @yegor256 after 2h44m of being in review and 0 comments. hoc:4 is_human:0 issue:620 merger:526301 review_comments:0 seconds:9876 where:github who:41898282
2025-05-22T10:07:08Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#621 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h54m of being in review and 3 comments. hoc:2 is_human:0 issue:621 merger:8086956 review_comments:0 seconds:6872 where:github who:29139614
2025-05-22T09:54:30Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#622 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h41m of being in review and 3 comments. hoc:2 is_human:0 issue:622 merger:8086956 review_comments:0 seconds:6106 where:github who:29139614
2025-05-22T10:20:05Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#624 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 11m57s of being in review and 0 comments. hoc:2 is_human:0 issue:624 merger:526301 review_comments:0 seconds:718 where:github who:29139614
2025-05-22T10:44:28Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#626 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 50s of being in review and 0 comments. hoc:2 is_human:0 issue:626 merger:526301 review_comments:0 seconds:51 where:github who:41898282
2025-05-22T12:47:20Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#627 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h34m of being in review and 3 comments. hoc:2 is_human:0 issue:627 merger:8086956 review_comments:0 seconds:5676 where:github who:29139614
2025-06-04T17:49:31Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#671 with 43 HoC created by @renovate[bot] was merged by @yegor256 after 1d3h of being in review and 3 comments. hoc:43 is_human:0 issue:671 merger:526301 review_comments:0 seconds:97354 where:github who:29139614
2025-06-05T02:54:05Z code-was-contributed 799177290 _job:34105 comments:9 details:The pull request zerocracy/judges-action#672 with 205 HoC created by @yegorov was merged by @rultor after 1d6h of being in review and 9 comments. hoc:205 is_human:1 issue:672 merger:8086956 review_comments:4 seconds:111544 where:github who:2566462
2025-06-04T18:08:43Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#675 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 64s of being in review and 0 comments. hoc:2 is_human:0 issue:675 merger:526301 review_comments:0 seconds:65 where:github who:29139614
2025-06-04T18:11:13Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#676 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1m43s of being in review and 0 comments. hoc:2 is_human:0 issue:676 merger:526301 review_comments:0 seconds:104 where:github who:41898282
2025-06-05T03:28:02Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#677 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 2m36s of being in review and 0 comments. hoc:2 is_human:0 issue:677 merger:526301 review_comments:0 seconds:157 where:github who:29139614
2025-06-05T03:28:12Z code-was-contributed 799177290 _job:34105 comments:0 details:The pull request zerocracy/judges-action#678 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 55s of being in review and 0 comments. hoc:2 is_human:0 issue:678 merger:526301 review_comments:0 seconds:56 where:github who:41898282
2025-06-11T12:36:37Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#703 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 4m24s of being in review and 1 comments. hoc:2 is_human:0 issue:703 merger:526301 review_comments:0 seconds:265 where:github who:29139614
2025-06-11T12:36:27Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#704 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 2m22s of being in review and 1 comments. hoc:2 is_human:0 issue:704 merger:526301 review_comments:0 seconds:143 where:github who:41898282
2025-06-11T14:11:09Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#706 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 3m51s of being in review and 1 comments. hoc:2 is_human:0 issue:706 merger:526301 review_comments:0 seconds:232 where:github who:29139614
2025-06-11T14:11:21Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#707 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 2m7s of being in review and 1 comments. hoc:2 is_human:0 issue:707 merger:526301 review_comments:0 seconds:128 where:github who:41898282
2025-07-03T07:40:33Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#788 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 17m26s of being in review and 1 comments. hoc:2 is_human:0 issue:788 merger:526301 review_comments:0 seconds:1047 where:github who:41898282
2025-07-03T09:13:39Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#789 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1h32m of being in review and 1 comments. hoc:2 is_human:0 issue:789 merger:526301 review_comments:0 seconds:5546 where:github who:29139614
2025-07-03T11:40:36Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#791 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1h22m of being in review and 1 comments. hoc:2 is_human:0 issue:791 merger:526301 review_comments:0 seconds:4955 where:github who:41898282
2025-07-03T11:40:28Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#792 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 54m41s of being in review and 1 comments. hoc:2 is_human:0 issue:792 merger:526301 review_comments:0 seconds:3282 where:github who:29139614
2025-07-09T03:17:13Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#771 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1w4d of being in review and 1 comments. hoc:2 is_human:0 issue:771 merger:526301 review_comments:0 seconds:1032969 where:github who:29139614
2025-07-09T03:17:06Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#807 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 14h10m of being in review and 1 comments. hoc:2 is_human:0 issue:807 merger:526301 review_comments:0 seconds:51058 where:github who:29139614
2025-07-08T08:58:32Z code-was-contributed 840215648 _job:34105 comments:1 details:The pull request zerocracy/baza.rb#96 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 24m31s of being in review and 1 comments. hoc:2 is_human:0 issue:96 merger:526301 review_comments:0 seconds:1472 where:github who:29139614
2025-07-08T13:05:23Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#806 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 15m52s of being in review and 1 comments. hoc:2 is_human:0 issue:806 merger:526301 review_comments:0 seconds:953 where:github who:41898282
2025-07-10T08:45:13Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#119 with 46 HoC created by @renovate[bot] was merged by @rultor after 2w1d of being in review and 3 comments. hoc:46 is_human:0 issue:119 merger:8086956 review_comments:0 seconds:1361761 where:github who:29139614
2025-07-10T08:50:54Z code-was-contributed 181044958 _job:34105 comments:3 details:The pull request yegor256/0rsk#201 with 2 HoC created by @renovate[bot] was merged by @rultor after 5w2d of being in review and 3 comments. hoc:2 is_human:0 issue:201 merger:8086956 review_comments:0 seconds:3231697 where:github who:29139614
2025-07-10T12:11:23Z code-was-contributed 802720676 _job:34105 comments:4 details:The pull request zerocracy/pages-action#316 with 2 HoC created by @renovate[bot] was merged by @rultor after 2w1d of being in review and 4 comments. hoc:2 is_human:0 issue:316 merger:8086956 review_comments:0 seconds:1367109 where:github who:29139614
2025-07-10T13:07:11Z code-was-contributed 802720676 _job:34105 comments:4 details:The pull request zerocracy/pages-action#317 with 42 HoC created by @renovate[bot] was merged by @rultor after 2w1d of being in review and 4 comments. hoc:42 is_human:0 issue:317 merger:8086956 review_comments:0 seconds:1370447 where:github who:29139614
2025-07-10T10:40:51Z code-was-contributed 849726475 _job:34105 comments:4 details:The pull request zerocracy/swarm-template#121 with 2 HoC created by @renovate[bot] was merged by @rultor after 1w2d of being in review and 4 comments. hoc:2 is_human:0 issue:121 merger:8086956 review_comments:0 seconds:842831 where:github who:29139614
2025-07-10T11:49:12Z code-was-contributed 799113787 _job:34105 comments:3 details:The pull request yegor256/judges#249 with 928 HoC created by @renovate[bot] was merged by @rultor after 1w5d of being in review and 3 comments. hoc:928 is_human:0 issue:249 merger:8086956 review_comments:0 seconds:1079082 where:github who:29139614
2025-07-10T09:57:32Z code-was-contributed 802720676 _job:34105 comments:4 details:The pull request zerocracy/pages-action#318 with 6 HoC created by @renovate[bot] was merged by @rultor after 1w2d of being in review and 4 comments. hoc:6 is_human:0 issue:318 merger:8086956 review_comments:0 seconds:825223 where:github who:29139614
2025-07-10T11:14:06Z code-was-contributed 802720676 _job:34105 comments:4 details:The pull request zerocracy/pages-action#319 with 2 HoC created by @renovate[bot] was merged by @rultor after 1w2d of being in review and 4 comments. hoc:2 is_human:0 issue:319 merger:8086956 review_comments:0 seconds:829813 where:github who:29139614
2025-07-08T14:49:48Z code-was-contributed 820463873 _job:34105 comments:1 details:The pull request zerocracy/fbe#245 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 2h42m of being in review and 1 comments. hoc:2 is_human:0 issue:245 merger:526301 review_comments:0 seconds:9779 where:github who:29139614
2025-07-11T07:37:53Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#321 with 2 HoC created by @renovate[bot] was merged by @rultor after 23m43s of being in review and 3 comments. hoc:2 is_human:0 issue:321 merger:8086956 review_comments:0 seconds:1424 where:github who:29139614
2025-07-11T08:39:09Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#122 with 6 HoC created by @renovate[bot] was merged by @rultor after 32m43s of being in review and 3 comments. hoc:6 is_human:0 issue:122 merger:8086956 review_comments:0 seconds:1964 where:github who:29139614
2025-07-10T13:22:14Z code-was-contributed 802720676 _job:34105 comments:4 details:The pull request zerocracy/pages-action#320 with 2 HoC created by @renovate[bot] was merged by @rultor after 2d2h of being in review and 4 comments. hoc:2 is_human:0 issue:320 merger:8086956 review_comments:0 seconds:181574 where:github who:29139614
2025-07-10T10:40:41Z code-was-contributed 799113787 _job:34105 comments:3 details:The pull request yegor256/judges#255 with 2 HoC created by @renovate[bot] was merged by @rultor after 1d19h of being in review and 3 comments. hoc:2 is_human:0 issue:255 merger:8086956 review_comments:0 seconds:157808 where:github who:29139614
2025-07-13T08:44:12Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#811 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1h50m of being in review and 3 comments. hoc:2 is_human:0 issue:811 merger:526301 review_comments:0 seconds:6639 where:github who:29139614
2025-07-13T06:52:52Z code-was-contributed 799177290 _job:34105 comments:1 details:The pull request zerocracy/judges-action#810 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 8m52s of being in review and 1 comments. hoc:2 is_human:0 issue:810 merger:526301 review_comments:0 seconds:533 where:github who:41898282
2025-07-13T16:41:36Z code-was-contributed 802720676 _job:34105 comments:4 details:The pull request zerocracy/pages-action#322 with 2 HoC created by @renovate[bot] was merged by @rultor after 7h5m of being in review and 4 comments. hoc:2 is_human:0 issue:322 merger:8086956 review_comments:0 seconds:25552 where:github who:29139614
2025-07-14T03:06:56Z code-was-contributed 820463873 _job:34105 comments:3 details:The pull request zerocracy/fbe#248 with 6 HoC created by @renovate[bot] was merged by @rultor after 1h42m of being in review and 3 comments. hoc:6 is_human:0 issue:248 merger:8086956 review_comments:0 seconds:6174 where:github who:29139614
2025-07-14T03:21:20Z code-was-contributed 799177290 _job:34105 comments:3 details:The pull request zerocracy/judges-action#812 with 6 HoC created by @renovate[bot] was merged by @rultor after 2h42m of being in review and 3 comments. hoc:6 is_human:0 issue:812 merger:8086956 review_comments:0 seconds:9740 where:github who:29139614
2025-07-14T03:25:51Z code-was-contributed 840215648 _job:34105 comments:3 details:The pull request zerocracy/baza.rb#99 with 6 HoC created by @renovate[bot] was merged by @rultor after 2h44m of being in review and 3 comments. hoc:6 is_human:0 issue:99 merger:8086956 review_comments:0 seconds:9897 where:github who:29139614
2025-07-14T03:27:08Z code-was-contributed 802720676 _job:34105 comments:3 details:The pull request zerocracy/pages-action#323 with 6 HoC created by @renovate[bot] was merged by @rultor after 1h57m of being in review and 3 comments. hoc:6 is_human:0 issue:323 merger:8086956 review_comments:0 seconds:7050 where:github who:29139614
2025-07-14T03:10:06Z code-was-contributed 849726475 _job:34105 comments:3 details:The pull request zerocracy/swarm-template#123 with 6 HoC created by @renovate[bot] was merged by @rultor after 33m25s of being in review and 3 comments. hoc:6 is_human:0 issue:123 merger:8086956 review_comments:0 seconds:2006 where:github who:29139614
2025-07-10T10:47:37Z code-was-contributed 798641472 _job:34105 comments:3 details:The pull request yegor256/factbase#250 with 2 HoC created by @renovate[bot] was merged by @rultor after 2d1h of being in review and 3 comments. hoc:2 is_human:0 issue:250 merger:8086956 review_comments:0 seconds:179030 where:github who:29139614
2025-07-10T13:00:47Z code-was-contributed 798641472 _job:34105 comments:3 details:The pull request yegor256/factbase#251 with 6 HoC created by @renovate[bot] was merged by @rultor after 2h12m of being in review and 3 comments. hoc:6 is_human:0 issue:251 merger:8086956 review_comments:0 seconds:7943 where:github who:29139614
2025-07-10T11:59:21Z code-was-contributed 798641472 _job:34105 comments:3 details:The pull request yegor256/factbase#252 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h10m of being in review and 3 comments. hoc:2 is_human:0 issue:252 merger:8086956 review_comments:0 seconds:4249 where:github who:29139614
2025-07-14T08:50:12Z code-was-contributed 798641472 _job:34105 comments:3 details:The pull request yegor256/factbase#253 with 6 HoC created by @renovate[bot] was merged by @rultor after 5h18m of being in review and 3 comments. hoc:6 is_human:0 issue:253 merger:8086956 review_comments:0 seconds:19084 where:github who:29139614
2025-07-14T08:55:20Z code-was-contributed 799113787 _job:34105 comments:3 details:The pull request yegor256/judges#258 with 6 HoC created by @renovate[bot] was merged by @rultor after 5h11m of being in review and 3 comments. hoc:6 is_human:0 issue:258 merger:8086956 review_comments:0 seconds:18691 where:github who:29139614
2025-07-15T09:04:36Z code-was-contributed 799177290 _job:34105 comments:4 details:The pull request zerocracy/judges-action#813 with 2 HoC created by @renovate[bot] was merged by @rultor after 4h24m of being in review and 4 comments. hoc:2 is_human:0 issue:813 merger:8086956 review_comments:0 seconds:15888 where:github who:29139614
2025-07-15T08:38:22Z code-was-contributed 849726475 _job:34108 comments:4 details:The pull request zerocracy/swarm-template#124 with 4 HoC created by @renovate[bot] was merged by @rultor after 57m48s of being in review and 4 comments. hoc:4 is_human:0 issue:124 merger:8086956 review_comments:0 seconds:3469 where:github who:29139614
2025-07-19T08:53:09Z code-was-contributed 849726475 _job:34108 comments:4 details:The pull request zerocracy/swarm-template#125 with 26 HoC created by @renovate[bot] was merged by @rultor after 1h55m of being in review and 4 comments. hoc:26 is_human:0 issue:125 merger:8086956 review_comments:0 seconds:6932 where:github who:29139614
2025-07-19T09:08:17Z code-was-contributed 799177290 _job:34108 comments:4 details:The pull request zerocracy/judges-action#815 with 10 HoC created by @renovate[bot] was merged by @rultor after 3h4m of being in review and 4 comments. hoc:10 is_human:0 issue:815 merger:8086956 review_comments:0 seconds:11044 where:github who:29139614
2025-07-19T17:05:10Z code-was-contributed 802720676 _job:34108 comments:4 details:The pull request zerocracy/pages-action#325 with 26 HoC created by @renovate[bot] was merged by @rultor after 7h5m of being in review and 4 comments. hoc:26 is_human:0 issue:325 merger:8086956 review_comments:0 seconds:25522 where:github who:29139614
2025-04-30T14:53:00Z bug-was-resolved 974194993 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/zerocracy-mcp-server#5 opened @yegor256 by was resolved, after 2h24m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:5 label:enhancement opener:526301 seconds:8657 where:github who:526301
2025-06-04T17:07:02Z bug-was-resolved 840215648 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/baza.rb#75 opened @yegor256 by was resolved, after 1d23h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:75 label:bug opener:526301 seconds:171356 where:github who:526301
2025-06-11T11:35:55Z bug-was-resolved 840215648 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/baza.rb#79 opened @yegor256 by was resolved, after 4h8m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:79 label:bug opener:526301 seconds:14898 where:github who:526301
2025-06-18T14:31:48Z bug-was-resolved 840215648 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/baza.rb#87 opened @yegor256 by was resolved, after 31m27s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:87 label:bug opener:526301 seconds:1888 where:github who:526301
2025-07-08T09:12:21Z bug-was-resolved 840215648 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/baza.rb#95 opened @yegor256 by was resolved, after 39m18s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:95 label:bug opener:526301 seconds:2359 where:github who:526301
2024-12-19T04:27:18Z bug-was-resolved 799177290 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#412 opened @yegor256 by was resolved, after 16h18m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. done:2025-09-01T05:00:13Z is_human:1 issue:412 label:bug opener:526301 seconds:58734 where:github who:526301
2025-04-16T11:36:50Z bug-was-resolved 820463873 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/fbe#167 opened @yegor256 by was resolved, after 17h59m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:167 label:bug opener:526301 seconds:64792 where:github who:526301
2024-12-19T07:16:48Z bug-was-resolved 799177290 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#416 opened @yegor256 by was resolved, after 26m36s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. done:2025-09-01T07:54:06Z is_human:1 issue:416 label:bug opener:526301 seconds:1597 where:github who:526301
2025-04-30T05:54:06Z bug-was-resolved 820463873 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/fbe#173 opened @yegor256 by was resolved, after 1h6m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:173 label:bug opener:526301 seconds:3974 where:github who:526301
2025-03-19T09:44:40Z bug-was-resolved 802720676 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/pages-action#228 opened @yegor256 by was resolved, after 2h45m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:228 label:enhancement opener:526301 seconds:9945 where:github who:526301
2024-12-19T10:31:30Z bug-was-resolved 799177290 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#419 opened @yegor256 by was resolved, after 23m10s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. done:2025-09-01T11:00:33Z is_human:1 issue:419 label:enhancement opener:526301 seconds:1391 where:github who:526301
2025-06-11T09:43:35Z bug-was-resolved 820463873 _job:34108 closer:8086956 details:The bug/feature in the issue zerocracy/fbe#205 opened @yegor256 by was resolved, after 1d18h of waiting, because it was closed by @rultor and earlier it was assigned to @yegorov and the label '#bug' was attached. is_human:1 issue:205 label:bug opener:526301 seconds:154191 where:github who:2566462
2025-05-22T07:39:57Z bug-was-resolved 802720676 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/pages-action#271 opened @yegor256 by was resolved, after 17m46s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:271 label:bug opener:526301 seconds:1067 where:github who:526301
2024-12-19T13:14:14Z bug-was-resolved 799177290 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#421 opened @yegor256 by was resolved, after 15m41s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. done:2025-09-01T14:59:10Z is_human:1 issue:421 label:enhancement opener:526301 seconds:942 where:github who:526301
2025-05-22T10:05:13Z bug-was-resolved 802720676 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/pages-action#274 opened @yegor256 by was resolved, after 16m38s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:274 label:bug opener:526301 seconds:999 where:github who:526301
2025-06-18T09:05:37Z bug-was-resolved 820463873 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/fbe#216 opened @yegor256 by was resolved, after 2h28m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:216 label:bug opener:526301 seconds:8911 where:github who:526301
2024-12-20T02:17:35Z bug-was-resolved 799177290 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#428 opened @yegor256 by was resolved, after 1h18m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. done:2025-09-02T02:30:03Z is_human:1 issue:428 label:enhancement opener:526301 seconds:4711 where:github who:526301
2024-12-20T09:23:56Z bug-was-resolved 799177290 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#434 opened @yegor256 by was resolved, after 30m35s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. done:2025-09-02T09:24:22Z is_human:1 issue:434 label:bug opener:526301 seconds:1836 where:github who:526301
2024-12-24T06:15:00Z bug-was-resolved 799177290 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#440 opened @yegor256 by was resolved, after 17m42s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:440 label:enhancement opener:526301 seconds:1063 where:github who:526301
2025-01-03T14:05:50Z bug-was-resolved 799177290 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#446 opened @yegor256 by was resolved, after 26m17s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:446 label:enhancement opener:526301 seconds:1578 where:github who:526301
2025-02-24T16:59:41Z bug-was-resolved 799177290 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#464 opened @yegor256 by was resolved, after 1h52m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:464 label:enhancement opener:526301 seconds:6768 where:github who:526301
2025-03-19T07:08:06Z bug-was-resolved 799177290 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#500 opened @yegor256 by was resolved, after 1h9m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:500 label:enhancement opener:526301 seconds:4166 where:github who:526301
2025-04-16T17:36:05Z bug-was-resolved 799177290 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#565 opened @yegor256 by was resolved, after 1h23m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:565 label:bug opener:526301 seconds:5023 where:github who:526301
2025-05-22T07:21:04Z bug-was-resolved 799177290 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#618 opened @yegor256 by was resolved, after 17m0s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:618 label:bug opener:526301 seconds:1021 where:github who:526301
2025-05-22T10:44:21Z bug-was-resolved 799177290 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#623 opened @yegor256 by was resolved, after 1h0m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:623 label:bug opener:526301 seconds:3607 where:github who:526301
2025-06-26T05:09:09Z bug-was-resolved 799177290 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#648 opened @yegor256 by was resolved, after 1d8h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. is_human:1 issue:648 label:bug opener:526301 seconds:116887 where:github who:2566462
2025-06-05T02:54:06Z bug-was-resolved 799177290 _job:34108 closer:8086956 details:The bug/feature in the issue zerocracy/judges-action#660 opened @yegor256 by was resolved, after 6d11h of waiting, because it was closed by @rultor and earlier it was assigned to @yegorov and the label '#bug' was attached. is_human:1 issue:660 label:bug opener:526301 seconds:558408 where:github who:2566462
2025-06-04T18:08:34Z bug-was-resolved 799177290 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#674 opened @yegor256 by was resolved, after 18m36s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:674 label:bug opener:526301 seconds:1117 where:github who:526301
2024-12-19T08:36:17Z bug-was-resolved 799113787 _job:34108 closer:8086956 details:The bug/feature in the issue yegor256/judges#153 opened @yegor256 by was resolved, after 12m0s of waiting, because it was closed by @rultor and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. done:2025-09-01T08:57:23Z is_human:1 issue:153 label:enhancement opener:526301 seconds:721 where:github who:526301
2025-07-03T07:40:23Z bug-was-resolved 799177290 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#787 opened @yegor256 by was resolved, after 1h27m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:787 label:bug opener:526301 seconds:5233 where:github who:526301
2024-12-19T18:26:41Z bug-was-resolved 799113787 _job:34108 closer:526301 details:The bug/feature in the issue yegor256/judges#155 opened @yegor256 by was resolved, after 46m48s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. done:2025-09-01T18:58:55Z is_human:1 issue:155 label:bug opener:526301 seconds:2809 where:github who:526301
2025-07-03T11:40:19Z bug-was-resolved 799177290 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#790 opened @yegor256 by was resolved, after 1h50m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:790 label:bug opener:526301 seconds:6605 where:github who:526301
2024-12-24T05:51:20Z bug-was-resolved 799113787 _job:34108 closer:526301 details:The bug/feature in the issue yegor256/judges#156 opened @yegor256 by was resolved, after 15m17s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:156 label:enhancement opener:526301 seconds:918 where:github who:526301
2025-07-08T12:49:07Z bug-was-resolved 799177290 _job:34108 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#805 opened @yegor256 by was resolved, after 22m29s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:805 label:bug opener:526301 seconds:1350 where:github who:526301
2025-06-04T17:36:03Z bug-was-resolved 799113787 _job:34108 closer:526301 details:The bug/feature in the issue yegor256/judges#228 opened @yegor256 by was resolved, after 1d11h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:228 label:enhancement opener:526301 seconds:127340 where:github who:526301
2025-06-04T17:14:57Z bug-was-resolved 799113787 _job:34108 closer:526301 details:The bug/feature in the issue yegor256/judges#230 opened @yegor256 by was resolved, after 6h18m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:230 label:enhancement opener:526301 seconds:22708 where:github who:526301
2025-06-11T12:12:57Z bug-was-resolved 799113787 _job:34108 closer:526301 details:The bug/feature in the issue yegor256/judges#238 opened @yegor256 by was resolved, after 36m6s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:238 label:enhancement opener:526301 seconds:2167 where:github who:526301
2025-01-27T16:24:43Z bug-was-resolved 798641472 _job:34108 closer:526301 details:The bug/feature in the issue yegor256/factbase#149 opened @yegor256 by was resolved, after 4h20m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:149 label:enhancement opener:526301 seconds:15660 where:github who:526301
2025-01-28T05:32:43Z bug-was-resolved 798641472 _job:34108 closer:526301 details:The bug/feature in the issue yegor256/factbase#154 opened @yegor256 by was resolved, after 12m58s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:154 label:bug opener:526301 seconds:779 where:github who:526301
2025-02-24T12:12:22Z bug-was-resolved 798641472 _job:34108 closer:526301 details:The bug/feature in the issue yegor256/factbase#166 opened @yegor256 by was resolved, after 20m2s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:166 label:bug opener:526301 seconds:1203 where:github who:526301
2025-02-24T14:12:44Z bug-was-resolved 798641472 _job:34108 closer:526301 details:The bug/feature in the issue yegor256/factbase#170 opened @yegor256 by was resolved, after 35m26s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:170 label:enhancement opener:526301 seconds:2127 where:github who:526301
2025-02-24T14:48:06Z bug-was-resolved 798641472 _job:34108 closer:526301 details:The bug/feature in the issue yegor256/factbase#172 opened @yegor256 by was resolved, after 7m57s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:172 label:bug opener:526301 seconds:478 where:github who:526301
2025-02-24T15:35:27Z bug-was-resolved 798641472 _job:34108 closer:526301 details:The bug/feature in the issue yegor256/factbase#173 opened @yegor256 by was resolved, after 11m37s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:173 label:bug opener:526301 seconds:698 where:github who:526301
2025-03-12T15:08:07Z bug-was-resolved 798641472 _job:34108 closer:526301 details:The bug/feature in the issue yegor256/factbase#195 opened @yegor256 by was resolved, after 1h22m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:195 label:bug opener:526301 seconds:4971 where:github who:526301
2025-03-19T05:57:30Z bug-was-resolved 798641472 _job:34108 closer:526301 details:The bug/feature in the issue yegor256/factbase#207 opened @yegor256 by was resolved, after 15h22m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:207 label:bug opener:526301 seconds:55331 where:github who:526301
2025-07-22T10:11:27Z code-was-contributed 799177290 _job:34108 comments:1 details:The pull request zerocracy/judges-action#818 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 12m54s of being in review and 1 comments. hoc:2 is_human:0 issue:818 merger:526301 review_comments:0 seconds:775 where:github who:29139614
2025-07-22T10:11:18Z code-was-contributed 799177290 _job:34108 comments:1 details:The pull request zerocracy/judges-action#819 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 9m51s of being in review and 1 comments. hoc:2 is_human:0 issue:819 merger:526301 review_comments:0 seconds:592 where:github who:41898282
2025-07-24T17:03:03Z code-was-contributed 799177290 _job:34108 comments:3 details:The pull request zerocracy/judges-action#822 with 6 HoC created by @renovate[bot] was merged by @rultor after 5h10m of being in review and 3 comments. hoc:6 is_human:0 issue:822 merger:8086956 review_comments:0 seconds:18639 where:github who:29139614
2025-07-24T03:18:29Z code-was-contributed 799177290 _job:34108 comments:3 details:The pull request zerocracy/judges-action#821 with 2 HoC created by @renovate[bot] was merged by @rultor after 9h19m of being in review and 3 comments. hoc:2 is_human:0 issue:821 merger:8086956 review_comments:0 seconds:33582 where:github who:29139614
2025-07-24T03:32:45Z code-was-contributed 840215648 _job:34108 comments:3 details:The pull request zerocracy/baza.rb#101 with 12 HoC created by @renovate[bot] was merged by @rultor after 6h18m of being in review and 3 comments. hoc:12 is_human:0 issue:101 merger:8086956 review_comments:0 seconds:22719 where:github who:29139614
2025-07-23T17:35:13Z code-was-contributed 798641472 _job:34108 comments:0 details:The pull request yegor256/factbase#241 with 49 HoC created by @github-actions[bot] was merged by @yegor256 after 4w1d of being in review and 0 comments. hoc:49 is_human:0 issue:241 merger:526301 review_comments:0 seconds:2524623 where:github who:41898282
2025-07-24T03:22:25Z code-was-contributed 802720676 _job:34108 comments:3 details:The pull request zerocracy/pages-action#327 with 24 HoC created by @renovate[bot] was merged by @rultor after 7h33m of being in review and 3 comments. hoc:24 is_human:0 issue:327 merger:8086956 review_comments:0 seconds:27234 where:github who:29139614
2025-07-24T16:46:15Z code-was-contributed 840215648 _job:34108 comments:4 details:The pull request zerocracy/baza.rb#102 with 10 HoC created by @renovate[bot] was merged by @rultor after 1h55m of being in review and 4 comments. hoc:10 is_human:0 issue:102 merger:8086956 review_comments:0 seconds:6948 where:github who:29139614
2025-07-24T17:09:35Z code-was-contributed 802720676 _job:34108 comments:4 details:The pull request zerocracy/pages-action#328 with 10 HoC created by @renovate[bot] was merged by @rultor after 4h10m of being in review and 4 comments. hoc:10 is_human:0 issue:328 merger:8086956 review_comments:0 seconds:15057 where:github who:29139614
2025-07-24T16:36:29Z code-was-contributed 799113787 _job:34108 comments:2 details:The pull request yegor256/judges#259 with 10 HoC created by @renovate[bot] was merged by @rultor after 6h27m of being in review and 2 comments. hoc:10 is_human:0 issue:259 merger:8086956 review_comments:0 seconds:23222 where:github who:29139614
2025-07-25T07:45:39Z code-was-contributed 799177290 _job:34108 comments:1 details:The pull request zerocracy/judges-action#824 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 12m32s of being in review and 1 comments. hoc:2 is_human:0 issue:824 merger:526301 review_comments:0 seconds:753 where:github who:41898282
2025-07-25T09:07:13Z code-was-contributed 799177290 _job:34108 comments:3 details:The pull request zerocracy/judges-action#825 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h20m of being in review and 3 comments. hoc:2 is_human:0 issue:825 merger:8086956 review_comments:0 seconds:4848 where:github who:29139614
2025-07-28T03:17:41Z code-was-contributed 849726475 _job:34108 comments:3 details:The pull request zerocracy/swarm-template#127 with 30 HoC created by @renovate[bot] was merged by @rultor after 5h16m of being in review and 3 comments. hoc:30 is_human:0 issue:127 merger:8086956 review_comments:0 seconds:18983 where:github who:29139614
2025-07-28T03:22:59Z code-was-contributed 799177290 _job:34108 comments:3 details:The pull request zerocracy/judges-action#826 with 4 HoC created by @renovate[bot] was merged by @rultor after 7h28m of being in review and 3 comments. hoc:4 is_human:0 issue:826 merger:8086956 review_comments:0 seconds:26924 where:github who:29139614
2025-07-28T03:38:25Z code-was-contributed 802720676 _job:34108 comments:3 details:The pull request zerocracy/pages-action#329 with 6 HoC created by @renovate[bot] was merged by @rultor after 6h40m of being in review and 3 comments. hoc:6 is_human:0 issue:329 merger:8086956 review_comments:0 seconds:24042 where:github who:29139614
2025-07-28T08:55:44Z code-was-contributed 802720676 _job:34108 comments:4 details:The pull request zerocracy/pages-action#326 with 2 HoC created by @renovate[bot] was merged by @rultor after 4d13h of being in review and 4 comments. hoc:2 is_human:0 issue:326 merger:8086956 review_comments:0 seconds:392840 where:github who:29139614
2025-07-28T08:53:16Z code-was-contributed 849726475 _job:34108 comments:3 details:The pull request zerocracy/swarm-template#126 with 2 HoC created by @renovate[bot] was merged by @rultor after 4d12h of being in review and 3 comments. hoc:2 is_human:0 issue:126 merger:8086956 review_comments:0 seconds:392362 where:github who:29139614
2025-07-28T17:05:24Z code-was-contributed 798641472 _job:34108 comments:0 details:The pull request yegor256/factbase#257 with 51 HoC created by @github-actions[bot] was merged by @yegor256 after 4d7h of being in review and 0 comments. hoc:51 is_human:0 issue:257 merger:526301 review_comments:0 seconds:371340 where:github who:41898282
2025-07-31T17:07:25Z code-was-contributed 799177290 _job:34108 comments:3 details:The pull request zerocracy/judges-action#841 with 4 HoC created by @renovate[bot] was merged by @rultor after 7h16m of being in review and 3 comments. hoc:4 is_human:0 issue:841 merger:8086956 review_comments:0 seconds:26208 where:github who:29139614
2025-07-30T15:46:30Z code-was-contributed 799177290 _job:34108 comments:1 details:The pull request zerocracy/judges-action#839 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 13m18s of being in review and 1 comments. hoc:2 is_human:0 issue:839 merger:526301 review_comments:0 seconds:799 where:github who:41898282
2025-07-30T15:46:21Z code-was-contributed 799177290 _job:34108 comments:1 details:The pull request zerocracy/judges-action#838 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 15m49s of being in review and 1 comments. hoc:2 is_human:0 issue:838 merger:526301 review_comments:0 seconds:950 where:github who:29139614
2025-07-30T07:38:07Z code-was-contributed 799177290 _job:34108 comments:1 details:The pull request zerocracy/judges-action#834 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 59m6s of being in review and 1 comments. hoc:2 is_human:0 issue:834 merger:526301 review_comments:0 seconds:3547 where:github who:41898282
2025-07-30T07:37:58Z code-was-contributed 799177290 _job:34108 comments:1 details:The pull request zerocracy/judges-action#835 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 33m30s of being in review and 1 comments. hoc:2 is_human:0 issue:835 merger:526301 review_comments:0 seconds:2011 where:github who:29139614
2025-07-30T04:44:04Z code-was-contributed 799177290 _job:34108 comments:1 details:The pull request zerocracy/judges-action#830 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 39m19s of being in review and 1 comments. hoc:2 is_human:0 issue:830 merger:526301 review_comments:0 seconds:2360 where:github who:41898282
2025-07-30T04:43:58Z code-was-contributed 799177290 _job:34108 comments:1 details:The pull request zerocracy/judges-action#831 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 27s of being in review and 1 comments. hoc:2 is_human:0 issue:831 merger:526301 review_comments:0 seconds:28 where:github who:29139614
2025-07-31T16:38:01Z code-was-contributed 840215648 _job:34108 comments:3 details:The pull request zerocracy/baza.rb#107 with 6 HoC created by @renovate[bot] was merged by @rultor after 4h37m of being in review and 3 comments. hoc:6 is_human:0 issue:107 merger:8086956 review_comments:0 seconds:16637 where:github who:29139614
2025-07-31T03:09:21Z code-was-contributed 840215648 _job:34108 comments:3 details:The pull request zerocracy/baza.rb#106 with 2 HoC created by @renovate[bot] was merged by @rultor after 17m0s of being in review and 3 comments. hoc:2 is_human:0 issue:106 merger:8086956 review_comments:0 seconds:1021 where:github who:29139614
2025-07-30T08:51:42Z code-was-contributed 840215648 _job:34108 comments:3 details:The pull request zerocracy/baza.rb#104 with 2 HoC created by @renovate[bot] was merged by @rultor after 3h19m of being in review and 3 comments. hoc:2 is_human:0 issue:104 merger:8086956 review_comments:0 seconds:12000 where:github who:29139614
2025-07-31T16:37:41Z code-was-contributed 820463873 _job:34108 comments:3 details:The pull request zerocracy/fbe#254 with 4 HoC created by @renovate[bot] was merged by @rultor after 4h49m of being in review and 3 comments. hoc:4 is_human:0 issue:254 merger:8086956 review_comments:0 seconds:17373 where:github who:29139614
2025-07-31T17:04:38Z code-was-contributed 802720676 _job:34108 comments:3 details:The pull request zerocracy/pages-action#333 with 6 HoC created by @renovate[bot] was merged by @rultor after 7h7m of being in review and 3 comments. hoc:6 is_human:0 issue:333 merger:8086956 review_comments:0 seconds:25624 where:github who:29139614
2025-07-31T16:39:41Z code-was-contributed 799113787 _job:34108 comments:2 details:The pull request yegor256/judges#262 with 8 HoC created by @renovate[bot] was merged by @rultor after 3h2m of being in review and 2 comments. hoc:8 is_human:0 issue:262 merger:8086956 review_comments:0 seconds:10934 where:github who:29139614
2025-07-29T03:37:13Z code-was-contributed 840215648 _job:34108 comments:4 details:The pull request zerocracy/baza.rb#103 with 4 HoC created by @renovate[bot] was merged by @rultor after 7h59m of being in review and 4 comments. hoc:4 is_human:0 issue:103 merger:8086956 review_comments:0 seconds:28789 where:github who:29139614
2025-07-29T03:19:10Z code-was-contributed 802720676 _job:34108 comments:4 details:The pull request zerocracy/pages-action#331 with 6 HoC created by @renovate[bot] was merged by @rultor after 3h11m of being in review and 4 comments. hoc:6 is_human:0 issue:331 merger:8086956 review_comments:0 seconds:11486 where:github who:29139614
2025-07-29T03:51:13Z code-was-contributed 799177290 _job:34108 comments:4 details:The pull request zerocracy/judges-action#828 with 6 HoC created by @renovate[bot] was merged by @rultor after 8h47m of being in review and 4 comments. hoc:6 is_human:0 issue:828 merger:8086956 review_comments:0 seconds:31622 where:github who:29139614
2025-07-30T16:41:15Z code-was-contributed 840215648 _job:34108 comments:4 details:The pull request zerocracy/baza.rb#105 with 2 HoC created by @renovate[bot] was merged by @rultor after 7h48m of being in review and 4 comments. hoc:2 is_human:0 issue:105 merger:8086956 review_comments:0 seconds:28115 where:github who:29139614
2025-07-31T03:31:55Z code-was-contributed 802720676 _job:34108 comments:4 details:The pull request zerocracy/pages-action#332 with 10 HoC created by @renovate[bot] was merged by @rultor after 8h22m of being in review and 4 comments. hoc:10 is_human:0 issue:332 merger:8086956 review_comments:0 seconds:30141 where:github who:29139614
2025-07-29T03:13:34Z code-was-contributed 181044958 _job:34108 comments:3 details:The pull request yegor256/0rsk#197 with 2 HoC created by @renovate[bot] was merged by @rultor after 8w4d of being in review and 3 comments. hoc:2 is_human:0 issue:197 merger:8086956 review_comments:0 seconds:5209184 where:github who:29139614
2025-07-30T14:53:41Z code-was-contributed 820463873 _job:34108 comments:4 details:The pull request zerocracy/fbe#252 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 6d4h of being in review and 4 comments. hoc:6 is_human:0 issue:252 merger:526301 review_comments:0 seconds:533247 where:github who:29139614
2025-08-01T03:16:12Z code-was-contributed 798641472 _job:34108 comments:2 details:The pull request yegor256/factbase#256 with 4 HoC created by @renovate[bot] was merged by @rultor after 1w0d of being in review and 2 comments. hoc:4 is_human:0 issue:256 merger:8086956 review_comments:0 seconds:667231 where:github who:29139614
2025-08-01T03:11:22Z code-was-contributed 840215648 _job:34108 comments:4 details:The pull request zerocracy/baza.rb#108 with 2 HoC created by @renovate[bot] was merged by @rultor after 2h56m of being in review and 4 comments. hoc:2 is_human:0 issue:108 merger:8086956 review_comments:0 seconds:10597 where:github who:29139614
2025-08-01T07:26:55Z code-was-contributed 799177290 _job:34108 comments:1 details:The pull request zerocracy/judges-action#843 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 53m17s of being in review and 1 comments. hoc:2 is_human:0 issue:843 merger:526301 review_comments:0 seconds:3198 where:github who:41898282
2025-08-01T07:40:05Z code-was-contributed 799177290 _job:34108 comments:1 details:The pull request zerocracy/judges-action#844 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 12m25s of being in review and 1 comments. hoc:2 is_human:0 issue:844 merger:526301 review_comments:0 seconds:746 where:github who:29139614
2025-08-04T03:20:48Z code-was-contributed 802720676 _job:34108 comments:3 details:The pull request zerocracy/pages-action#334 with 2 HoC created by @renovate[bot] was merged by @rultor after 9h35m of being in review and 3 comments. hoc:2 is_human:0 issue:334 merger:8086956 review_comments:0 seconds:34512 where:github who:29139614
2025-08-03T17:10:24Z code-was-contributed 849726475 _job:34108 comments:3 details:The pull request zerocracy/swarm-template#130 with 2 HoC created by @renovate[bot] was merged by @rultor after 13m35s of being in review and 3 comments. hoc:2 is_human:0 issue:130 merger:8086956 review_comments:0 seconds:816 where:github who:29139614
2025-08-04T03:23:22Z code-was-contributed 799177290 _job:34108 comments:3 details:The pull request zerocracy/judges-action#848 with 2 HoC created by @renovate[bot] was merged by @rultor after 9h19m of being in review and 3 comments. hoc:2 is_human:0 issue:848 merger:8086956 review_comments:0 seconds:33573 where:github who:29139614
2025-08-03T18:02:51Z code-was-contributed 799177290 _job:34108 comments:1 details:The pull request zerocracy/judges-action#847 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 45m37s of being in review and 1 comments. hoc:2 is_human:0 issue:847 merger:526301 review_comments:0 seconds:2738 where:github who:41898282
2025-07-29T03:16:18Z code-was-contributed 849726475 _job:34108 comments:4 details:The pull request zerocracy/swarm-template#128 with 6 HoC created by @renovate[bot] was merged by @rultor after 4h7m of being in review and 4 comments. hoc:6 is_human:0 issue:128 merger:8086956 review_comments:0 seconds:14825 where:github who:29139614
2025-07-31T03:28:07Z code-was-contributed 849726475 _job:34108 comments:4 details:The pull request zerocracy/swarm-template#129 with 10 HoC created by @renovate[bot] was merged by @rultor after 7h34m of being in review and 4 comments. hoc:10 is_human:0 issue:129 merger:8086956 review_comments:0 seconds:27253 where:github who:29139614
2025-08-04T16:35:00Z code-was-contributed 798641472 _job:34108 comments:2 details:The pull request yegor256/factbase#266 with 2 HoC created by @renovate[bot] was merged by @rultor after 33m4s of being in review and 2 comments. hoc:2 is_human:0 issue:266 merger:8086956 review_comments:0 seconds:1985 where:github who:29139614
2025-08-05T03:38:04Z code-was-contributed 840215648 _job:34108 comments:4 details:The pull request zerocracy/baza.rb#110 with 2 HoC created by @renovate[bot] was merged by @rultor after 10h50m of being in review and 4 comments. hoc:2 is_human:0 issue:110 merger:8086956 review_comments:0 seconds:39055 where:github who:29139614
2025-08-05T03:12:34Z code-was-contributed 802720676 _job:34108 comments:4 details:The pull request zerocracy/pages-action#335 with 2 HoC created by @renovate[bot] was merged by @rultor after 9h24m of being in review and 4 comments. hoc:2 is_human:0 issue:335 merger:8086956 review_comments:0 seconds:33853 where:github who:29139614
2025-08-05T03:55:12Z code-was-contributed 799177290 _job:34108 comments:4 details:The pull request zerocracy/judges-action#849 with 2 HoC created by @renovate[bot] was merged by @rultor after 11h24m of being in review and 4 comments. hoc:2 is_human:0 issue:849 merger:8086956 review_comments:0 seconds:41085 where:github who:29139614
2025-08-05T03:39:48Z code-was-contributed 849726475 _job:34108 comments:4 details:The pull request zerocracy/swarm-template#131 with 2 HoC created by @renovate[bot] was merged by @rultor after 9h47m of being in review and 4 comments. hoc:2 is_human:0 issue:131 merger:8086956 review_comments:0 seconds:35271 where:github who:29139614
2025-08-05T04:23:25Z code-was-contributed 799113787 _job:34108 comments:3 details:The pull request yegor256/judges#263 with 2 HoC created by @renovate[bot] was merged by @rultor after 12h17m of being in review and 3 comments. hoc:2 is_human:0 issue:263 merger:8086956 review_comments:0 seconds:44271 where:github who:29139614
2025-08-05T04:50:32Z code-was-contributed 181044958 _job:34108 comments:3 details:The pull request yegor256/0rsk#200 with 2 HoC created by @renovate[bot] was merged by @rultor after 9w1d of being in review and 3 comments. hoc:2 is_human:0 issue:200 merger:8086956 review_comments:0 seconds:5553277 where:github who:29139614
2025-08-05T03:23:18Z code-was-contributed 798641472 _job:34108 comments:3 details:The pull request yegor256/factbase#267 with 2 HoC created by @renovate[bot] was merged by @rultor after 5h34m of being in review and 3 comments. hoc:2 is_human:0 issue:267 merger:8086956 review_comments:0 seconds:20063 where:github who:29139614
2025-08-05T03:43:50Z code-was-contributed 181044958 _job:34108 comments:2 details:The pull request yegor256/0rsk#223 with 2 HoC created by @renovate[bot] was merged by @rultor after 11h37m of being in review and 2 comments. hoc:2 is_human:0 issue:223 merger:8086956 review_comments:0 seconds:41824 where:github who:29139614
2025-08-05T16:48:47Z code-was-contributed 802720676 _job:34108 comments:4 details:The pull request zerocracy/pages-action#336 with 2 HoC created by @renovate[bot] was merged by @rultor after 4h17m of being in review and 4 comments. hoc:2 is_human:0 issue:336 merger:8086956 review_comments:0 seconds:15444 where:github who:29139614
2025-08-05T17:03:48Z code-was-contributed 799177290 _job:34108 comments:4 details:The pull request zerocracy/judges-action#851 with 2 HoC created by @renovate[bot] was merged by @rultor after 4h33m of being in review and 4 comments. hoc:2 is_human:0 issue:851 merger:8086956 review_comments:0 seconds:16392 where:github who:29139614
2025-08-07T20:08:32Z code-was-contributed 820463873 _job:34108 comments:4 details:The pull request zerocracy/fbe#257 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 3d3h of being in review and 4 comments. hoc:2 is_human:0 issue:257 merger:526301 review_comments:0 seconds:272206 where:github who:29139614
2024-07-09T18:05:31Z code-review-was-rewarded 799177290 _job:34108 award:25 cause:16134 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#81, the reward amount is 25. done:2025-08-21T11:51:28Z href:https://github.com/zerocracy/judges-action/issues/81/#issuecomment-2218344615 is_human:1 issue:81 where:github who:526301 why:Code was reviewed in zerocracy/judges-action#81
2024-07-10T19:04:49Z code-review-was-rewarded 799177290 _job:34108 award:25 cause:19746 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#85, the reward amount is 25. done:2025-08-21T11:51:29Z href:https://github.com/zerocracy/judges-action/issues/85/#issuecomment-2221238335 is_human:1 issue:85 where:github who:526301 why:Code was reviewed in zerocracy/judges-action#85
2024-07-18T06:07:17Z push-to-master-was-punished 802720676 _job:34108 award:-20 cause:43441 commit:d7f0e8abb777bb1fe6603348de6a2aa2b8d27f9b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -20. href:https://github.com/zerocracy/pages-action/commit/d7f0e8abb777bb1fe6603348de6a2aa2b8d27f9b/#commitcomment-144365801 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/pages-action
2025-08-08T14:08:48Z resolved-bug-was-rewarded 799113787 _job:34108 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/judges#267 in 0 hours, the reward amount is 12. done:2025-08-21T11:51:31Z href:https://github.com/yegor256/judges/issues/267/#issuecomment-3168070758 is_human:1 issue:267 where:github who:526301 why:Resolved bug in yegor256/judges#267
2025-08-08T14:08:52Z resolved-bug-was-rewarded 820463873 _job:34108 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#265 in 0 hours, the reward amount is 12. done:2025-08-21T11:51:32Z href:https://github.com/zerocracy/fbe/issues/265/#issuecomment-3168070883 is_human:1 issue:265 where:github who:526301 why:Resolved bug in zerocracy/fbe#265
2025-08-08T14:09:04Z push-to-master-was-punished 820463873 _job:34108 award:-16 commit:55c3d5da966b47d07e9a45bbe06957d921e3c91d default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/55c3d5da966b47d07e9a45bbe06957d921e3c91d/#commitcomment-163677816 is_human:1 where:github who:526301 why:Pushed 55c3d5da9 to the default branch 'master' in zerocracy/fbe
2025-08-08T14:09:05Z push-to-master-was-punished 820463873 _job:34108 award:-16 commit:a783e103cb265e7eceb7cf31731f160ca34787ed default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/a783e103cb265e7eceb7cf31731f160ca34787ed/#commitcomment-163677818 is_human:1 where:github who:526301 why:Pushed a783e103c to the default branch 'master' in zerocracy/fbe
2024-07-18T06:07:23Z push-to-master-was-punished 802720676 _job:34108 award:-20 cause:43442 commit:cff3edd6aa9d7ea6d82619e1e81399f8752c0ca6 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -20. href:https://github.com/zerocracy/pages-action/commit/cff3edd6aa9d7ea6d82619e1e81399f8752c0ca6/#commitcomment-144365804 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/pages-action
2024-07-18T07:06:21Z push-to-master-was-punished 802720676 _job:34108 award:-20 cause:43604 commit:3f6259882bee21309463f9aa25c3b5f6947aed85 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -20. href:https://github.com/zerocracy/pages-action/commit/3f6259882bee21309463f9aa25c3b5f6947aed85/#commitcomment-144367250 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/pages-action
2024-07-18T12:08:58Z push-to-master-was-punished 799177290 _job:34108 award:-20 cause:44243 commit:423c0c9cb3504dbf13c517f09e87200a134f4fbb default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -20. href:https://github.com/zerocracy/judges-action/commit/423c0c9cb3504dbf13c517f09e87200a134f4fbb/#commitcomment-144377320 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/judges-action
2024-07-18T13:09:11Z push-to-master-was-punished 799177290 _job:34108 award:-20 cause:44414 commit:5c885cc45fb739952864b464c0bb8d2e99c86aa8 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -20. href:https://github.com/zerocracy/judges-action/commit/5c885cc45fb739952864b464c0bb8d2e99c86aa8/#commitcomment-144379586 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/judges-action
2024-07-18T13:09:19Z push-to-master-was-punished 799177290 _job:34108 award:-20 cause:44416 commit:826ca24af27ccd8cc1dc6b358ce0337e942d68c2 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -20. href:https://github.com/zerocracy/judges-action/commit/826ca24af27ccd8cc1dc6b358ce0337e942d68c2/#commitcomment-144379591 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/judges-action
2024-07-18T19:07:11Z push-to-master-was-punished 802720676 _job:34108 award:-20 cause:45237 commit:8d0d32e5138bb1398e3d120ee7dff15870cf3243 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -20. href:https://github.com/zerocracy/pages-action/commit/8d0d32e5138bb1398e3d120ee7dff15870cf3243/#commitcomment-144396980 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/pages-action
2024-07-18T20:07:11Z code-contribution-was-rewarded 802720676 _job:34108 award:5 cause:45398 details:It's time to reward @yegor256 for the code contributed in zerocracy/pages-action#52, the reward amount is 5. done:2025-08-21T11:51:33Z href:https://github.com/zerocracy/pages-action/issues/52/#issuecomment-2237472894 is_human:1 issue:52 where:github who:526301 why:Code was contributed in zerocracy/pages-action#52
2024-07-19T08:07:08Z code-contribution-was-rewarded 799177290 _job:34108 award:5 cause:46951 details:It's time to reward @yegor256 for the code contributed in zerocracy/judges-action#129, the reward amount is 5. done:2025-08-21T11:51:34Z href:https://github.com/zerocracy/judges-action/issues/129/#issuecomment-2238604657 is_human:1 issue:129 where:github who:526301 why:Code was contributed in zerocracy/judges-action#129
2024-07-22T09:07:52Z push-to-master-was-punished 799113787 _job:34108 award:-20 cause:53807 commit:bea6864638c66034c2b7b696bf35f589ee634ef8 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -20. href:https://github.com/yegor256/judges/commit/bea6864638c66034c2b7b696bf35f589ee634ef8/#commitcomment-144487092 is_human:1 where:github who:526301 why:Push bea686463 to default branch 'master' in yegor256/judges
2024-07-22T11:06:39Z code-contribution-was-rewarded 798641472 _job:34108 award:5 cause:54153 details:It's time to reward @yegor256 for the code contributed in yegor256/factbase#101, the reward amount is 5. done:2025-08-21T11:51:36Z href:https://github.com/yegor256/factbase/issues/101/#issuecomment-2242692735 is_human:1 issue:101 where:github who:526301 why:Code was contributed in yegor256/factbase#101
2024-07-22T17:10:56Z code-contribution-was-rewarded 799177290 _job:34108 award:5 cause:54936 details:It's time to reward @yegor256 for the code contributed in zerocracy/judges-action#138, the reward amount is 5. done:2025-08-21T11:51:37Z href:https://github.com/zerocracy/judges-action/issues/138/#issuecomment-2243434770 is_human:1 issue:138 where:github who:526301 why:Code was contributed in zerocracy/judges-action#138
2024-07-22T19:10:29Z push-to-master-was-punished 802720676 _job:34108 award:-20 cause:54946 commit:521ebab54ccbbe0f29988682a4bdd99b757ef22a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -20. href:https://github.com/zerocracy/pages-action/commit/521ebab54ccbbe0f29988682a4bdd99b757ef22a/#commitcomment-144512997 is_human:1 where:github who:526301 why:Push 521ebab54 to default branch 'master' in zerocracy/pages-action
2024-07-22T22:10:44Z code-contribution-was-rewarded 799177290 _job:34108 award:5 cause:55810 details:It's time to reward @yegor256 for the code contributed in zerocracy/judges-action#143, the reward amount is 5. done:2025-08-21T11:51:39Z href:https://github.com/zerocracy/judges-action/issues/143/#issuecomment-2243897930 is_human:1 issue:143 where:github who:526301 why:Code was contributed in zerocracy/judges-action#143
2024-07-22T22:10:50Z push-to-master-was-punished 799177290 _job:34108 award:-20 cause:55814 commit:88f2c97c810d1cbb8428faf9305123fd2cd0d7fc default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -20. href:https://github.com/zerocracy/judges-action/commit/88f2c97c810d1cbb8428faf9305123fd2cd0d7fc/#commitcomment-144517890 is_human:1 where:github who:526301 why:Push 88f2c97c8 to default branch 'master' in zerocracy/judges-action
2024-07-23T03:12:25Z code-contribution-was-rewarded 802720676 _job:34108 award:5 cause:56688 details:It's time to reward @yegor256 for the code contributed in zerocracy/pages-action#58, the reward amount is 5. done:2025-08-21T11:51:40Z href:https://github.com/zerocracy/pages-action/issues/58/#issuecomment-2244167414 is_human:1 issue:58 where:github who:526301 why:Code was contributed in zerocracy/pages-action#58
2024-07-23T04:08:03Z code-contribution-was-rewarded 798641472 _job:34108 award:5 cause:56878 details:It's time to reward @yegor256 for the code contributed in yegor256/factbase#103, the reward amount is 5. done:2025-08-21T11:51:42Z href:https://github.com/yegor256/factbase/issues/103/#issuecomment-2244211883 is_human:1 issue:103 where:github who:526301 why:Code was contributed in yegor256/factbase#103
2024-07-26T10:07:41Z push-to-master-was-punished 799113787 _job:34108 award:-20 cause:53808 commit:da2efb937197f6ba9d23323d1615db9e1f2efc36 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -20. href:https://github.com/yegor256/judges/commit/da2efb937197f6ba9d23323d1615db9e1f2efc36/#commitcomment-144683887 is_human:1 where:github who:526301 why:Push da2efb937 to default branch 'master' in yegor256/judges
2024-07-26T20:09:21Z push-to-master-was-punished 802720676 _job:34108 award:-20 cause:54947 commit:6add7d09f5efb8ae4c9be07e1efcbac48078b65e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -20. href:https://github.com/zerocracy/pages-action/commit/6add7d09f5efb8ae4c9be07e1efcbac48078b65e/#commitcomment-144705578 is_human:1 where:github who:526301 why:Push 6add7d09f to default branch 'master' in zerocracy/pages-action
2024-07-26T23:07:23Z push-to-master-was-punished 799177290 _job:34108 award:-20 cause:56784 commit:4b52b7339272c0c601d6a42e99c64775a20e5ee1 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -20. href:https://github.com/zerocracy/judges-action/commit/4b52b7339272c0c601d6a42e99c64775a20e5ee1/#commitcomment-144709626 is_human:1 where:github who:526301 why:Push 4b52b7339 to default branch 'master' in zerocracy/judges-action
2024-07-28T14:07:58Z code-contribution-was-rewarded 802720676 _job:34108 award:5 cause:77024 details:It's time to reward @yegor256 for the code contributed in zerocracy/pages-action#70, the reward amount is 5. done:2025-08-21T11:51:44Z href:https://github.com/zerocracy/pages-action/issues/70/#issuecomment-2254532359 is_human:1 issue:70 where:github who:526301 why:Code was contributed in zerocracy/pages-action#70
2024-07-28T20:07:53Z code-review-was-rewarded 799177290 _job:34108 award:5 cause:77989 details:It's time to reward @Yegorov for the code review in zerocracy/judges-action#172, the reward amount is 5. done:2025-08-21T11:51:45Z href:https://github.com/zerocracy/judges-action/issues/172/#issuecomment-2254630483 is_human:1 issue:172 where:github who:2566462 why:Reviewed code in zerocracy/judges-action#172
2024-07-28T21:07:27Z code-contribution-was-rewarded 799113787 _job:34108 award:14 cause:78168 details:It's time to reward @yegor256 for the code contributed in yegor256/judges#95, the reward amount is 14. done:2025-08-21T11:51:47Z href:https://github.com/yegor256/judges/issues/95/#issuecomment-2254647778 is_human:1 issue:95 where:github who:526301 why:Contributed code in yegor256/judges#95
2024-07-28T21:07:41Z code-contribution-was-rewarded 799177290 _job:34108 award:20 cause:78170 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#172, the reward amount is 20. done:2025-08-21T11:51:48Z href:https://github.com/zerocracy/judges-action/issues/172/#issuecomment-2254647794 is_human:1 issue:172 where:github who:2566462 why:Contributed code in zerocracy/judges-action#172
2024-07-29T03:06:32Z code-contribution-was-rewarded 799113787 _job:34108 award:5 cause:78950 details:It's time to reward @yegor256 for the code contributed in yegor256/judges#97, the reward amount is 5. done:2025-08-21T11:51:50Z href:https://github.com/yegor256/judges/issues/97/#issuecomment-2254855409 is_human:1 issue:97 where:github who:526301 why:Contributed code in yegor256/judges#97
2024-07-29T21:09:09Z code-contribution-was-rewarded 799177290 _job:34108 award:20 cause:81697 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#183, the reward amount is 20. done:2025-08-21T11:51:51Z href:https://github.com/zerocracy/judges-action/issues/183/#issuecomment-2257010216 is_human:1 issue:183 where:github who:2566462 why:Contributed code in zerocracy/judges-action#183
2024-07-29T21:09:11Z code-review-was-rewarded 799177290 _job:34108 award:15 cause:81693 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#183, the reward amount is 15. done:2025-08-21T11:51:53Z href:https://github.com/zerocracy/judges-action/issues/183/#issuecomment-2257010311 is_human:1 issue:183 where:github who:526301 why:Reviewed code in zerocracy/judges-action#183
2024-07-30T05:08:36Z push-to-master-was-punished 798641472 _job:34108 award:-20 cause:82906 commit:fd3bd1968f126d875116924569c00ce0a86a3886 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -20. href:https://github.com/yegor256/factbase/commit/fd3bd1968f126d875116924569c00ce0a86a3886/#commitcomment-144791376 is_human:1 where:github who:526301 why:Pushed fd3bd1968 to default branch 'master' in yegor256/factbase
2024-07-30T08:17:42Z push-to-master-was-punished 820463873 _job:34108 award:-20 cause:83461 commit:873ed5a5eaaca972dfe90879a21c7faa531aba8b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -20. href:https://github.com/zerocracy/fbe/commit/873ed5a5eaaca972dfe90879a21c7faa531aba8b/#commitcomment-144796795 is_human:1 where:github who:526301 why:Pushed 873ed5a5e to default branch 'master' in zerocracy/fbe
2024-07-30T09:09:53Z code-contribution-was-rewarded 820463873 _job:34108 award:5 cause:83802 details:It's time to reward @Yegorov for the code contributed in zerocracy/fbe#45, the reward amount is 5. done:2025-08-21T11:51:54Z href:https://github.com/zerocracy/fbe/issues/45/#issuecomment-2257862110 is_human:1 issue:45 where:github who:2566462 why:Contributed code in zerocracy/fbe#45
2024-07-31T05:11:25Z push-to-master-was-punished 799113787 _job:34108 award:-20 cause:86359 commit:f5f1d1ef6564be9e80d0fd5ece354dfbc37819da default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -20. href:https://github.com/yegor256/judges/commit/f5f1d1ef6564be9e80d0fd5ece354dfbc37819da/#commitcomment-144839002 is_human:1 where:github who:526301 why:Pushed f5f1d1ef6 to default branch 'master' in yegor256/judges
2024-07-31T05:11:56Z push-to-master-was-punished 799177290 _job:34108 award:-20 cause:86363 commit:c3a33239184b9b29a61cb5cec3f071ef021c2e44 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -20. href:https://github.com/zerocracy/judges-action/commit/c3a33239184b9b29a61cb5cec3f071ef021c2e44/#commitcomment-144839018 is_human:1 where:github who:526301 why:Pushed c3a332391 to default branch 'master' in zerocracy/judges-action
2024-07-31T05:12:26Z push-to-master-was-punished 802720676 _job:34108 award:-20 cause:86365 commit:9188754f7323322a5133033687ccf00db95822ec default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -20. href:https://github.com/zerocracy/pages-action/commit/9188754f7323322a5133033687ccf00db95822ec/#commitcomment-144840185 is_human:1 where:github who:526301 why:Pushed 9188754f7 to default branch 'master' in zerocracy/pages-action
2024-07-31T21:10:29Z code-contribution-was-rewarded 799113787 _job:34108 award:12 cause:88013 details:It's time to reward @yegor256 for the code contributed in yegor256/judges#100, the reward amount is 12. done:2025-08-21T11:52:02Z href:https://github.com/yegor256/judges/issues/100/#issuecomment-2261468967 is_human:1 issue:100 where:github who:526301 why:Contributed code in yegor256/judges#100
2024-07-31T22:11:28Z code-contribution-was-rewarded 820463873 _job:34108 award:11 cause:88209 details:It's time to reward @Yegorov for the code contributed in zerocracy/fbe#48, the reward amount is 11. done:2025-08-21T11:52:03Z href:https://github.com/zerocracy/fbe/issues/48/#issuecomment-2261546164 is_human:1 issue:48 where:github who:2566462 why:Contributed code in zerocracy/fbe#48
2024-08-01T20:12:18Z code-review-was-rewarded 799177290 _job:34108 award:5 cause:91247 details:It's time to reward @Yegorov for the code review in zerocracy/judges-action#205, the reward amount is 5. done:2025-08-21T11:52:05Z href:https://github.com/zerocracy/judges-action/issues/205/#issuecomment-2263671280 is_human:1 issue:205 where:github who:2566462 why:Reviewed code in zerocracy/judges-action#205
2024-08-01T21:11:32Z code-contribution-was-rewarded 799177290 _job:34108 award:20 cause:92498 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#205, the reward amount is 20. done:2025-08-21T11:52:06Z href:https://github.com/zerocracy/judges-action/issues/205/#issuecomment-2264001840 is_human:1 issue:205 where:github who:2566462 why:Contributed code in zerocracy/judges-action#205
2024-08-02T12:14:06Z code-contribution-was-rewarded 820463873 _job:34108 award:15 cause:95580 details:It's time to reward @Yegorov for the code contributed in zerocracy/fbe#49, the reward amount is 15. done:2025-08-21T11:52:08Z href:https://github.com/zerocracy/fbe/issues/49/#issuecomment-2265226525 is_human:1 issue:49 where:github who:2566462 why:Contributed code in zerocracy/fbe#49
2024-08-02T12:14:09Z code-review-was-rewarded 820463873 _job:34108 award:15 cause:93947 details:It's time to reward @yegor256 for the code review in zerocracy/fbe#49, the reward amount is 15. done:2025-08-21T11:52:09Z href:https://github.com/zerocracy/fbe/issues/49/#issuecomment-2265226566 is_human:1 issue:49 where:github who:526301 why:Reviewed code in zerocracy/fbe#49
2024-08-03T14:11:56Z code-review-was-rewarded 799177290 _job:34108 award:29 cause:94773 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#215, the reward amount is 29. done:2025-08-21T11:52:13Z href:https://github.com/zerocracy/judges-action/issues/215/#issuecomment-2266724702 is_human:1 issue:215 where:github who:526301 why:Reviewed code in zerocracy/judges-action#215
2024-08-05T07:16:17Z code-review-was-rewarded 799177290 _job:34108 award:24 cause:103659 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#225, the reward amount is 24. done:2025-08-21T11:52:18Z href:https://github.com/zerocracy/judges-action/issues/225/#issuecomment-2267503484 is_human:1 issue:225 where:github who:526301 why:Reviewed code in zerocracy/judges-action#225
2024-08-06T02:26:06Z code-contribution-was-rewarded 820463873 _job:34108 award:10 cause:107374 details:It's time to reward @Yegorov for the code contributed in zerocracy/fbe#53, the reward amount is 10. done:2025-08-21T11:52:24Z href:https://github.com/zerocracy/fbe/issues/53/#issuecomment-2270248361 is_human:1 issue:53 where:github who:2566462 why:Contributed code in zerocracy/fbe#53
2024-08-06T09:12:25Z code-contribution-was-rewarded 799177290 _job:34108 award:5 cause:108830 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#235, the reward amount is 5. done:2025-08-21T11:52:25Z href:https://github.com/zerocracy/judges-action/issues/235/#issuecomment-2270786778 is_human:1 issue:235 where:github who:2566462 why:Contributed code in zerocracy/judges-action#235
2024-08-06T09:13:10Z code-contribution-was-rewarded 799177290 _job:34108 award:5 cause:108832 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#236, the reward amount is 5. done:2025-08-21T11:52:27Z href:https://github.com/zerocracy/judges-action/issues/236/#issuecomment-2270786840 is_human:1 issue:236 where:github who:2566462 why:Contributed code in zerocracy/judges-action#236
2024-08-09T08:15:05Z code-contribution-was-rewarded 799177290 _job:34108 award:5 cause:124147 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#245, the reward amount is 5. done:2025-08-21T11:52:29Z href:https://github.com/zerocracy/judges-action/issues/245/#issuecomment-2277410216 is_human:1 issue:245 where:github who:2566462 why:Contributed code in zerocracy/judges-action#245
2024-08-09T09:16:49Z code-contribution-was-rewarded 799177290 _job:34108 award:28 cause:124357 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#243, the reward amount is 28. done:2025-08-21T11:52:32Z href:https://github.com/zerocracy/judges-action/issues/243/#issuecomment-2277519196 is_human:1 issue:243 where:github who:2566462 why:Contributed code in zerocracy/judges-action#243
2024-08-09T09:17:27Z push-to-master-was-punished 840215648 _job:34108 award:-20 cause:124367 commit:df5a04293a242dbf5ff6f818d90c131b5f707456 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -20. href:https://github.com/zerocracy/baza.rb/commit/df5a04293a242dbf5ff6f818d90c131b5f707456/#commitcomment-145207789 is_human:1 where:github who:526301 why:Pushed df5a04293 to default branch 'master' in zerocracy/baza.rb
2024-08-10T13:21:08Z push-to-master-was-punished 820463873 _job:34108 award:-20 cause:101059 commit:08e3d34c7c2da04d0d853e8509ebbac30f33429d default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -20. href:https://github.com/zerocracy/fbe/commit/08e3d34c7c2da04d0d853e8509ebbac30f33429d/#commitcomment-145246418 is_human:1 where:github who:526301 why:Pushed 08e3d34c7 to default branch 'master' in zerocracy/fbe
2024-08-10T13:21:53Z code-review-was-rewarded 799177290 _job:34108 award:15 cause:104198 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#172, the reward amount is 15. done:2025-08-21T11:52:34Z href:2281731827 is_human:1 issue:172 where:github who:526301 why:Reviewed code in zerocracy/judges-action#172
2024-08-10T13:25:17Z push-to-master-was-punished 799177290 _job:34108 award:-20 cause:103997 commit:3fb61a77ed818e38319b0e14e083612b211f2d4f default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -20. href:https://github.com/zerocracy/judges-action/commit/3fb61a77ed818e38319b0e14e083612b211f2d4f/#commitcomment-145247082 is_human:1 where:github who:526301 why:Pushed 3fb61a77e to default branch 'master' in zerocracy/judges-action
2024-08-10T14:15:35Z code-review-was-rewarded 799113787 _job:34108 award:39 cause:104378 details:It's time to reward @yegor256 for the code review in yegor256/judges#93, the reward amount is 39. done:2025-08-21T11:52:36Z href:2281732073 is_human:1 issue:93 where:github who:526301 why:Reviewed code in yegor256/judges#93
2024-08-10T14:16:53Z push-to-master-was-punished 799113787 _job:34108 award:-20 cause:104202 commit:4c0ec6b9ae09e93497afb06d0f49a3b35a556340 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -20. href:https://github.com/yegor256/judges/commit/4c0ec6b9ae09e93497afb06d0f49a3b35a556340/#commitcomment-145247094 is_human:1 where:github who:526301 why:Pushed 4c0ec6b9a to default branch 'master' in yegor256/judges
2024-08-10T14:18:43Z push-to-master-was-punished 802720676 _job:34108 award:-20 cause:109694 commit:6b253be12fb7b75de50c43d293baa5c216d082a0 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -20. href:https://github.com/zerocracy/pages-action/commit/6b253be12fb7b75de50c43d293baa5c216d082a0/#commitcomment-145247105 is_human:1 where:github who:526301 why:Pushed 6b253be12 to default branch 'master' in zerocracy/pages-action
2024-08-10T14:19:21Z code-review-was-rewarded 799177290 _job:34108 award:37 cause:104569 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#205, the reward amount is 37. done:2025-08-21T11:52:38Z href:2281732286 is_human:1 issue:205 where:github who:526301 why:Reviewed code in zerocracy/judges-action#205
2024-08-10T14:20:25Z push-to-master-was-punished 798641472 _job:34108 award:-20 cause:120951 commit:7d17437b10f025017042d6e4edfe380ac08e88b4 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -20. href:https://github.com/yegor256/factbase/commit/7d17437b10f025017042d6e4edfe380ac08e88b4/#commitcomment-145247597 is_human:1 where:github who:526301 why:Pushed 7d17437b1 to default branch 'master' in yegor256/factbase
2024-08-10T15:16:24Z code-review-was-rewarded 820463873 _job:34108 award:5 cause:104573 details:It's time to reward @Yegorov for the code review in zerocracy/fbe#49, the reward amount is 5. done:2025-08-21T11:52:41Z href:2281732458 is_human:1 issue:49 where:github who:2566462 why:Reviewed code in zerocracy/fbe#49
2024-08-10T16:16:58Z code-review-was-rewarded 799177290 _job:34108 award:36 cause:104748 details:It's time to reward @Yegorov for the code review in zerocracy/judges-action#225, the reward amount is 36. done:2025-08-21T11:52:45Z href:2281732730 is_human:1 issue:225 where:github who:2566462 why:Reviewed code in zerocracy/judges-action#225
2024-08-11T13:16:32Z code-contribution-was-rewarded 820463873 _job:34108 award:5 cause:135110 details:It's time to reward @Yegorov for the code contributed in zerocracy/fbe#60, the reward amount is 5. done:2025-08-21T11:52:47Z href:https://github.com/zerocracy/fbe/issues/60/#issuecomment-2282758628 is_human:1 issue:60 where:github who:2566462 why:Contributed code in zerocracy/fbe#60
2024-08-12T21:18:29Z code-review-was-rewarded 799177290 _job:34108 award:5 cause:135583 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#258, the reward amount is 5. done:2025-08-21T11:52:51Z href:https://github.com/zerocracy/judges-action/issues/258/#issuecomment-2284925142 is_human:1 issue:258 where:github who:526301 why:Reviewed code in zerocracy/judges-action#258
2024-08-12T22:15:42Z code-contribution-was-rewarded 799177290 _job:34108 award:29 cause:142583 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#258, the reward amount is 29. done:2025-08-21T11:52:53Z href:https://github.com/zerocracy/judges-action/issues/258/#issuecomment-2284995129 is_human:1 issue:258 where:github who:2566462 why:Contributed code in zerocracy/judges-action#258
2024-08-13T17:18:24Z code-contribution-was-rewarded 799177290 _job:34108 award:25 cause:144535 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#269, the reward amount is 25. done:2025-08-21T11:52:55Z href:https://github.com/zerocracy/judges-action/issues/269/#issuecomment-2286745070 is_human:1 issue:269 where:github who:2566462 why:Contributed code in zerocracy/judges-action#269
2024-08-13T17:18:41Z code-review-was-rewarded 799177290 _job:34108 award:22 cause:144539 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#269, the reward amount is 22. done:2025-08-21T11:52:58Z href:https://github.com/zerocracy/judges-action/issues/269/#issuecomment-2286745144 is_human:1 issue:269 where:github who:526301 why:Reviewed code in zerocracy/judges-action#269
2024-08-13T17:19:29Z push-to-master-was-punished 840215648 _job:34108 award:-20 cause:144545 commit:43618e64e0540c13566c46bb6b06fed079d263f5 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -20. href:https://github.com/zerocracy/baza.rb/commit/43618e64e0540c13566c46bb6b06fed079d263f5/#commitcomment-145339626 is_human:1 where:github who:526301 why:Pushed 43618e64e to default branch 'master' in zerocracy/baza.rb
2024-08-14T06:19:44Z code-review-was-rewarded 799177290 _job:34108 award:15 cause:145517 details:It's time to reward @Yegorov for the code review in zerocracy/judges-action#277, the reward amount is 15. done:2025-08-21T11:53:00Z href:https://github.com/zerocracy/judges-action/issues/277/#issuecomment-2287946939 is_human:1 issue:277 where:github who:2566462 why:Reviewed code in zerocracy/judges-action#277
2024-08-14T06:19:51Z code-review-was-rewarded 799177290 _job:34108 award:5 cause:145989 details:It's time to reward @Yegorov for the code review in zerocracy/judges-action#279, the reward amount is 5. done:2025-08-21T11:53:01Z href:https://github.com/zerocracy/judges-action/issues/279/#issuecomment-2287946963 is_human:1 issue:279 where:github who:2566462 why:Reviewed code in zerocracy/judges-action#279
2024-08-14T08:19:34Z code-review-was-rewarded 799177290 _job:34108 award:5 cause:146249 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#278, the reward amount is 5. done:2025-08-21T11:53:06Z href:https://github.com/zerocracy/judges-action/issues/278/#issuecomment-2288133290 is_human:1 issue:278 where:github who:526301 why:Reviewed code in zerocracy/judges-action#278
2024-08-14T09:17:06Z code-contribution-was-rewarded 799177290 _job:34108 award:15 cause:146744 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#278, the reward amount is 15. done:2025-08-21T11:53:07Z href:https://github.com/zerocracy/judges-action/issues/278/#issuecomment-2288261492 is_human:1 issue:278 where:github who:2566462 why:Contributed code in zerocracy/judges-action#278
2024-08-14T16:20:01Z push-to-master-was-punished 799113787 _job:34108 award:-20 cause:148046 commit:d6ad7856dac3fd7a640cfcfadcab1e2c4591be29 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -20. href:https://github.com/yegor256/judges/commit/d6ad7856dac3fd7a640cfcfadcab1e2c4591be29/#commitcomment-145384338 is_human:1 where:github who:526301 why:Pushed d6ad7856d to default branch 'master' in yegor256/judges
2024-08-14T17:19:34Z push-to-master-was-punished 820463873 _job:34108 award:-20 cause:148291 commit:827a9f99bfbb773b74eb29dc96a96b4e9eae9a6b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -20. href:https://github.com/zerocracy/fbe/commit/827a9f99bfbb773b74eb29dc96a96b4e9eae9a6b/#commitcomment-145387370 is_human:1 where:github who:526301 why:Pushed 827a9f99b to default branch 'master' in zerocracy/fbe
2024-08-16T07:19:39Z push-to-master-was-punished 802720676 _job:34108 award:-20 cause:155067 commit:aa46b1c3469eff07afc95fdaba5c031f7ed7fe89 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -20. href:https://github.com/zerocracy/pages-action/commit/aa46b1c3469eff07afc95fdaba5c031f7ed7fe89/#commitcomment-145444299 is_human:1 where:github who:526301 why:Pushed aa46b1c34 to default branch 'master' in zerocracy/pages-action
2024-08-16T20:21:46Z code-review-was-rewarded 799177290 _job:34108 award:21 cause:151019 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#284, the reward amount is 21. done:2025-08-21T11:53:19Z href:https://github.com/zerocracy/judges-action/issues/284/#issuecomment-2294178865 is_human:1 issue:284 where:github who:526301 why:Reviewed code in zerocracy/judges-action#284
2024-08-16T21:21:39Z code-contribution-was-rewarded 799177290 _job:34108 award:20 cause:157326 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#284, the reward amount is 20. done:2025-08-21T11:53:21Z href:https://github.com/zerocracy/judges-action/issues/284/#issuecomment-2294331424 is_human:1 issue:284 where:github who:2566462 why:Contributed code in zerocracy/judges-action#284
2024-08-16T21:22:44Z push-to-master-was-punished 799177290 _job:34108 award:-20 cause:157337 commit:fc33bb18bfb68596558b7cf3f477cc6dc329afc5 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -20. href:https://github.com/zerocracy/judges-action/commit/fc33bb18bfb68596558b7cf3f477cc6dc329afc5/#commitcomment-145470443 is_human:1 where:github who:526301 why:Pushed fc33bb18b to default branch 'master' in zerocracy/judges-action
2024-08-18T03:20:35Z push-to-master-was-punished 840215648 _job:34108 award:-20 cause:162493 commit:dfa9cb302c6cd60de3ff44932a14bebabb79462a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -20. href:https://github.com/zerocracy/baza.rb/commit/dfa9cb302c6cd60de3ff44932a14bebabb79462a/#commitcomment-145488362 is_human:1 where:github who:526301 why:Pushed dfa9cb302 to default branch 'master' in zerocracy/baza.rb
2024-08-18T08:20:37Z code-review-was-rewarded 799177290 _job:34108 award:9 details:It's time to reward @Yegorov for the code review in zerocracy/judges-action#286, the reward amount is 9. done:2025-08-21T11:53:27Z href:https://github.com/zerocracy/judges-action/issues/286/#issuecomment-2295174514 is_human:1 issue:286 where:github who:2566462 why:Reviewed code in zerocracy/judges-action#286
2024-08-18T08:20:45Z code-review-was-rewarded 799177290 _job:34108 award:24 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#286, the reward amount is 24. done:2025-08-21T11:53:29Z href:https://github.com/zerocracy/judges-action/issues/286/#issuecomment-2295174524 is_human:1 issue:286 where:github who:526301 why:Reviewed code in zerocracy/judges-action#286
2024-08-18T10:18:50Z code-contribution-was-rewarded 799177290 _job:34108 award:30 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#285, the reward amount is 30. done:2025-08-21T11:53:33Z href:https://github.com/zerocracy/judges-action/issues/285/#issuecomment-2295208747 is_human:1 issue:285 where:github who:2566462 why:Contributed code in zerocracy/judges-action#285
2024-08-19T06:24:19Z push-to-master-was-punished 820463873 _job:34108 award:-16 commit:0cf5bddc4bfeca0b5150388081448e7f65285b4e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/0cf5bddc4bfeca0b5150388081448e7f65285b4e/#commitcomment-145505107 is_human:1 where:github who:526301 why:Pushed 0cf5bddc4 to the default branch 'master' in zerocracy/fbe
2024-08-20T08:23:23Z code-review-was-rewarded 799177290 _job:34108 award:4 details:It's time to reward @Yegorov for the code review in zerocracy/judges-action#294, the reward amount is 4. done:2025-08-21T11:53:39Z href:https://github.com/zerocracy/judges-action/issues/294/#issuecomment-2298269402 is_human:1 issue:294 where:github who:2566462 why:Reviewed code in zerocracy/judges-action#294
2024-08-20T08:23:37Z code-review-was-rewarded 799177290 _job:34108 award:8 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#294, the reward amount is 8. done:2025-08-21T11:53:42Z href:https://github.com/zerocracy/judges-action/issues/294/#issuecomment-2298269491 is_human:1 issue:294 where:github who:526301 why:Reviewed code in zerocracy/judges-action#294
2024-08-20T19:21:18Z push-to-master-was-punished 802720676 _job:34108 award:-16 commit:5f5af672f4939af35a72bd1b44b45938b13dfa04 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/5f5af672f4939af35a72bd1b44b45938b13dfa04/#commitcomment-145575232 is_human:1 where:github who:526301 why:Pushed 5f5af672f to the default branch 'master' in zerocracy/pages-action
2024-08-22T07:50:32Z code-review-was-rewarded 799177290 _job:34108 award:4 details:It's time to reward @Yegorov for the code review in zerocracy/judges-action#296, the reward amount is 4. done:2025-08-21T11:53:45Z href:https://github.com/zerocracy/judges-action/issues/296/#issuecomment-2304014517 is_human:1 issue:296 where:github who:2566462 why:Reviewed code in zerocracy/judges-action#296
2024-08-22T07:50:53Z code-review-was-rewarded 799177290 _job:34108 award:4 details:It's time to reward @Yegorov for the code review in zerocracy/judges-action#299, the reward amount is 4. done:2025-08-21T11:53:50Z href:https://github.com/zerocracy/judges-action/issues/299/#issuecomment-2304014617 is_human:1 issue:299 where:github who:2566462 why:Reviewed code in zerocracy/judges-action#299
2024-08-25T16:23:59Z code-review-was-rewarded 799177290 _job:34108 award:8 details:It's time to reward @Yegorov for the code review in zerocracy/judges-action#312, the reward amount is 8. done:2025-08-21T12:57:56Z href:https://github.com/zerocracy/judges-action/issues/312/#issuecomment-2308914011 is_human:1 issue:312 where:github who:2566462 why:Reviewed code in zerocracy/judges-action#312
2024-08-26T12:27:05Z push-to-master-was-punished 820463873 _job:34108 award:-16 commit:1e7a21edd4f004386b8565a83fe56eda3470654f default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/1e7a21edd4f004386b8565a83fe56eda3470654f/#commitcomment-145832153 is_human:1 where:github who:526301 why:Pushed 1e7a21edd to the default branch 'master' in zerocracy/fbe
2024-08-29T14:28:01Z code-review-was-rewarded 799177290 _job:34108 award:15 details:It's time to reward @Yegorov for the code review in zerocracy/judges-action#317, the reward amount is 15. done:2025-08-21T12:58:08Z href:https://github.com/zerocracy/judges-action/issues/317/#issuecomment-2317878025 is_human:1 issue:317 where:github who:2566462 why:Reviewed code in zerocracy/judges-action#317
2024-08-30T06:25:39Z push-to-master-was-punished 840215648 _job:34108 award:-16 commit:9c144e6dcea937be7d6cebbc9753147890295b70 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/9c144e6dcea937be7d6cebbc9753147890295b70/#commitcomment-146022499 is_human:1 where:github who:526301 why:Pushed 9c144e6dc to the default branch 'master' in zerocracy/baza.rb
2024-08-30T07:28:33Z push-to-master-was-punished 849726475 _job:34108 award:-16 commit:cc2ce445875637531868b682e3a8674102ee290a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/swarm-template, the penalty amount is -16. href:https://github.com/zerocracy/swarm-template/commit/cc2ce445875637531868b682e3a8674102ee290a/#commitcomment-146023862 is_human:1 where:github who:526301 why:Pushed cc2ce4458 to the default branch 'master' in zerocracy/swarm-template
2024-09-02T07:25:01Z push-to-master-was-punished 798641472 _job:34108 award:-16 commit:4a1eb160261ca0e634ce74e007e993713e4e41b4 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/4a1eb160261ca0e634ce74e007e993713e4e41b4/#commitcomment-146083292 is_human:1 where:github who:526301 why:Pushed 4a1eb1602 to the default branch 'master' in yegor256/factbase
2024-09-03T08:26:49Z push-to-master-was-punished 849726475 _job:34108 award:-16 commit:f9a1e207261922903ff8700698fc963ddbbbdf23 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/swarm-template, the penalty amount is -16. href:https://github.com/zerocracy/swarm-template/commit/f9a1e207261922903ff8700698fc963ddbbbdf23/#commitcomment-146173741 is_human:1 where:github who:526301 why:Pushed f9a1e2072 to the default branch 'master' in zerocracy/swarm-template
2024-09-04T19:25:45Z code-contribution-was-rewarded 799177290 _job:34108 award:4 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#326, the reward amount is 4. done:2025-08-21T12:58:20Z href:https://github.com/zerocracy/judges-action/issues/326/#issuecomment-2329814134 is_human:1 issue:326 where:github who:2566462 why:Contributed code in zerocracy/judges-action#326
2024-09-04T19:25:54Z code-contribution-was-rewarded 799177290 _job:34108 award:14 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#318, the reward amount is 14. done:2025-08-21T12:58:22Z href:https://github.com/zerocracy/judges-action/issues/318/#issuecomment-2329814167 is_human:1 issue:318 where:github who:2566462 why:Contributed code in zerocracy/judges-action#318
2024-09-04T20:30:26Z push-to-master-was-punished 799177290 _job:34108 award:-16 commit:72418ad40cafbf0cad0a3cfc81023cb28ac0b83f default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/72418ad40cafbf0cad0a3cfc81023cb28ac0b83f/#commitcomment-146253276 is_human:1 where:github who:526301 why:Pushed 72418ad40 to the default branch 'master' in zerocracy/judges-action
2024-09-08T15:30:23Z push-to-master-was-punished 840215648 _job:34108 award:-16 commit:2cd5e36288f37ce13c4249c237f2b3c7f474efde default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/2cd5e36288f37ce13c4249c237f2b3c7f474efde/#commitcomment-146398754 is_human:1 where:github who:526301 why:Pushed 2cd5e3628 to the default branch 'master' in zerocracy/baza.rb
2024-09-08T18:18:46Z code-contribution-was-rewarded 799177290 _job:34108 award:7 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#329, the reward amount is 7. done:2025-08-21T12:58:29Z href:https://github.com/zerocracy/judges-action/issues/329/#issuecomment-2336777930 is_human:1 issue:329 where:github who:2566462 why:Contributed code in zerocracy/judges-action#329
2024-09-10T17:15:42Z code-contribution-was-rewarded 799177290 _job:34108 award:5 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#331, the reward amount is 5. done:2025-08-21T12:58:32Z href:https://github.com/zerocracy/judges-action/issues/331/#issuecomment-2341531340 is_human:1 issue:331 where:github who:2566462 why:Contributed code in zerocracy/judges-action#331
2024-09-10T21:30:38Z push-to-master-was-punished 849726475 _job:34108 award:-16 commit:78e79e61267682990beb594d480729f21065c53b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/swarm-template, the penalty amount is -16. href:https://github.com/zerocracy/swarm-template/commit/78e79e61267682990beb594d480729f21065c53b/#commitcomment-146521361 is_human:1 where:github who:526301 why:Pushed 78e79e612 to the default branch 'master' in zerocracy/swarm-template
2024-09-14T06:33:38Z code-contribution-was-rewarded 799177290 _job:34108 award:4 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#332, the reward amount is 4. done:2025-08-21T12:58:35Z href:https://github.com/zerocracy/judges-action/issues/332/#issuecomment-2350876496 is_human:1 issue:332 where:github who:2566462 why:Contributed code in zerocracy/judges-action#332
2024-09-15T14:31:44Z code-contribution-was-rewarded 799177290 _job:34108 award:10 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#336, the reward amount is 10. done:2025-08-21T12:58:41Z href:https://github.com/zerocracy/judges-action/issues/336/#issuecomment-2351619538 is_human:1 issue:336 where:github who:2566462 why:Contributed code in zerocracy/judges-action#336
2024-09-16T07:36:26Z push-to-master-was-punished 799177290 _job:34108 award:-16 commit:1a8fafd8ca8dfd73bfedef7742865125ef6c00e8 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/1a8fafd8ca8dfd73bfedef7742865125ef6c00e8/#commitcomment-146754463 is_human:1 where:github who:526301 why:Pushed 1a8fafd8c to the default branch 'master' in zerocracy/judges-action
2024-09-16T12:39:48Z push-to-master-was-punished 799113787 _job:34108 award:-16 commit:e5bd441635c2154334b9cda41f8072c20faf1208 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/e5bd441635c2154334b9cda41f8072c20faf1208/#commitcomment-146765092 is_human:1 where:github who:526301 why:Pushed e5bd44163 to the default branch 'master' in yegor256/judges
2024-09-16T12:39:55Z push-to-master-was-punished 798641472 _job:34108 award:-16 commit:004acc0c6ed1a803deaff12272060632f4346886 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/004acc0c6ed1a803deaff12272060632f4346886/#commitcomment-146765093 is_human:1 where:github who:526301 why:Pushed 004acc0c6 to the default branch 'master' in yegor256/factbase
2024-09-17T14:38:13Z push-to-master-was-punished 820463873 _job:34108 award:-16 commit:93b3fab7c892d66894bd3f34d6fe16c82e132fff default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/93b3fab7c892d66894bd3f34d6fe16c82e132fff/#commitcomment-146828547 is_human:1 where:github who:526301 why:Pushed 93b3fab7c to the default branch 'master' in zerocracy/fbe
2024-09-17T15:30:56Z code-contribution-was-rewarded 799177290 _job:34108 award:10 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#339, the reward amount is 10. done:2025-08-21T12:58:47Z href:https://github.com/zerocracy/judges-action/issues/339/#issuecomment-2356259222 is_human:1 issue:339 where:github who:2566462 why:Contributed code in zerocracy/judges-action#339
2024-09-18T11:10:12Z code-contribution-was-rewarded 799177290 _job:34108 award:4 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#342, the reward amount is 4. done:2025-08-21T12:58:51Z href:https://github.com/zerocracy/judges-action/issues/342/#issuecomment-2358183539 is_human:1 issue:342 where:github who:2566462 why:Contributed code in zerocracy/judges-action#342
2024-09-23T05:36:18Z code-contribution-was-rewarded 799177290 _job:34108 award:4 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#344, the reward amount is 4. done:2025-08-21T12:58:57Z href:https://github.com/zerocracy/judges-action/issues/344/#issuecomment-2367273402 is_human:1 issue:344 where:github who:2566462 why:Contributed code in zerocracy/judges-action#344
2024-09-23T05:37:49Z push-to-master-was-punished 802720676 _job:34108 award:-16 commit:3403180847d6dcbb1295760b83da05e07761654d default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/3403180847d6dcbb1295760b83da05e07761654d/#commitcomment-147054438 is_human:1 where:github who:526301 why:Pushed 340318084 to the default branch 'master' in zerocracy/pages-action
2024-09-24T17:18:52Z code-contribution-was-rewarded 799177290 _job:34108 award:4 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#348, the reward amount is 4. done:2025-08-21T12:59:02Z href:https://github.com/zerocracy/judges-action/issues/348/#issuecomment-2371879831 is_human:1 issue:348 where:github who:2566462 why:Contributed code in zerocracy/judges-action#348
2024-09-24T17:19:17Z code-review-was-rewarded 799177290 _job:34108 award:4 details:It's time to reward @Yegorov for the code review in zerocracy/judges-action#351, the reward amount is 4. done:2025-08-21T12:59:05Z href:https://github.com/zerocracy/judges-action/issues/351/#issuecomment-2371879895 is_human:1 issue:351 where:github who:2566462 why:Reviewed code in zerocracy/judges-action#351
2024-09-25T06:38:16Z code-review-was-rewarded 799177290 _job:34108 award:4 details:It's time to reward @Yegorov for the code review in zerocracy/judges-action#355, the reward amount is 4. done:2025-08-21T12:59:09Z href:https://github.com/zerocracy/judges-action/issues/355/#issuecomment-2373161617 is_human:1 issue:355 where:github who:2566462 why:Reviewed code in zerocracy/judges-action#355
2024-09-25T07:40:52Z push-to-master-was-punished 820463873 _job:34108 award:-16 commit:467ef56e76394c8c98ffb250038e6edf0d4550d1 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/467ef56e76394c8c98ffb250038e6edf0d4550d1/#commitcomment-147169907 is_human:1 where:github who:526301 why:Pushed 467ef56e7 to the default branch 'master' in zerocracy/fbe
2024-09-26T08:24:15Z code-contribution-was-rewarded 799177290 _job:34108 award:5 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#357, the reward amount is 5. done:2025-08-21T12:59:18Z href:https://github.com/zerocracy/judges-action/issues/357/#issuecomment-2376283931 is_human:1 issue:357 where:github who:2566462 why:Contributed code in zerocracy/judges-action#357
2024-09-30T11:40:19Z code-contribution-was-rewarded 799177290 _job:34108 award:4 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#364, the reward amount is 4. done:2025-08-21T12:59:27Z href:https://github.com/zerocracy/judges-action/issues/364/#issuecomment-2382953437 is_human:1 issue:364 where:github who:2566462 why:Contributed code in zerocracy/judges-action#364
2024-10-01T07:23:27Z code-contribution-was-rewarded 799177290 _job:34108 award:10 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#368, the reward amount is 10. done:2025-08-21T12:59:30Z href:https://github.com/zerocracy/judges-action/issues/368/#issuecomment-2384994490 is_human:1 issue:368 where:github who:2566462 why:Contributed code in zerocracy/judges-action#368
2024-10-03T12:23:08Z code-contribution-was-rewarded 799177290 _job:34108 award:10 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#370, the reward amount is 10. done:2025-08-21T12:59:33Z href:https://github.com/zerocracy/judges-action/issues/370/#issuecomment-2391288011 is_human:1 issue:370 where:github who:2566462 why:Contributed code in zerocracy/judges-action#370
2024-10-04T12:25:56Z code-contribution-was-rewarded 799177290 _job:34108 award:6 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#371, the reward amount is 6. done:2025-08-21T12:59:38Z href:https://github.com/zerocracy/judges-action/issues/371/#issuecomment-2393594018 is_human:1 issue:371 where:github who:2566462 why:Contributed code in zerocracy/judges-action#371
2024-10-05T22:42:51Z code-contribution-was-rewarded 799177290 _job:34108 award:10 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#374, the reward amount is 10. done:2025-08-21T12:59:41Z href:https://github.com/zerocracy/judges-action/issues/374/#issuecomment-2395217331 is_human:1 issue:374 where:github who:2566462 why:Contributed code in zerocracy/judges-action#374
2024-10-09T22:23:57Z code-contribution-was-rewarded 799177290 _job:34108 award:10 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#379, the reward amount is 10. done:2025-08-21T12:59:44Z href:https://github.com/zerocracy/judges-action/issues/379/#issuecomment-2403533480 is_human:1 issue:379 where:github who:2566462 why:Contributed code in zerocracy/judges-action#379
2024-10-13T05:45:09Z push-to-master-was-punished 820463873 _job:34108 award:-16 commit:dfbde502112c2f388c498a930c98b20157ab9efb default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/dfbde502112c2f388c498a930c98b20157ab9efb/#commitcomment-147884381 is_human:1 where:github who:526301 why:Pushed dfbde5021 to the default branch 'master' in zerocracy/fbe
2024-10-14T05:45:25Z code-contribution-was-rewarded 799177290 _job:34108 award:4 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#381, the reward amount is 4. done:2025-08-21T12:59:53Z href:https://github.com/zerocracy/judges-action/issues/381/#issuecomment-2409995328 is_human:1 issue:381 where:github who:2566462 why:Contributed code in zerocracy/judges-action#381
2024-10-14T08:49:08Z push-to-master-was-punished 840215648 _job:34108 award:-16 commit:71e25f9dcb405f7f09d34ca16019f6e95ee567ae default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/71e25f9dcb405f7f09d34ca16019f6e95ee567ae/#commitcomment-147905100 is_human:1 where:github who:526301 why:Pushed 71e25f9dc to the default branch 'master' in zerocracy/baza.rb
2024-10-14T12:48:34Z code-contribution-was-rewarded 799113787 _job:34108 award:4 details:It's time to reward @yegor256 for the code contributed in yegor256/judges#137, the reward amount is 4. done:2025-08-21T12:59:54Z href:https://github.com/yegor256/judges/issues/137/#issuecomment-2411145149 is_human:1 issue:137 where:github who:526301 why:Contributed code in yegor256/judges#137
2024-10-14T19:11:53Z push-to-master-was-punished 799177290 _job:34108 award:-16 commit:aa7863870202d080ca08f443f5ef3e2f99d462fb default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/aa7863870202d080ca08f443f5ef3e2f99d462fb/#commitcomment-147925060 is_human:1 where:github who:526301 why:Pushed aa7863870 to the default branch 'master' in zerocracy/judges-action
2024-10-14T19:12:03Z push-to-master-was-punished 802720676 _job:34108 award:-16 commit:99625fe58924efaa08da96a669e82caeb56a1b4a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/99625fe58924efaa08da96a669e82caeb56a1b4a/#commitcomment-147925064 is_human:1 where:github who:526301 why:Pushed 99625fe58 to the default branch 'master' in zerocracy/pages-action
2024-10-15T22:53:07Z code-contribution-was-rewarded 799177290 _job:34108 award:4 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#389, the reward amount is 4. done:2025-08-21T12:59:57Z href:https://github.com/zerocracy/judges-action/issues/389/#issuecomment-2415306536 is_human:1 issue:389 where:github who:2566462 why:Contributed code in zerocracy/judges-action#389
2024-10-24T10:54:50Z code-contribution-was-rewarded 799177290 _job:34108 award:4 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#396, the reward amount is 4. done:2025-08-21T13:00:01Z href:https://github.com/zerocracy/judges-action/issues/396/#issuecomment-2434952649 is_human:1 issue:396 where:github who:2566462 why:Contributed code in zerocracy/judges-action#396
2024-11-30T10:52:20Z code-contribution-was-rewarded 799177290 _job:34108 award:7 details:It's time to reward @Yegorov for the code contributed in zerocracy/judges-action#399, the reward amount is 7. done:2025-08-21T13:00:04Z href:https://github.com/zerocracy/judges-action/issues/399/#issuecomment-2508921402 is_human:1 issue:399 where:github who:2566462 why:Contributed code in zerocracy/judges-action#399
2024-12-04T11:02:29Z push-to-master-was-punished 798641472 _job:34108 award:-16 commit:81bf061da40f3e4fe955527de31944ac0cc29099 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/81bf061da40f3e4fe955527de31944ac0cc29099/#commitcomment-149919335 is_human:1 where:github who:526301 why:Pushed 81bf061da to the default branch 'master' in yegor256/factbase
2024-12-19T03:40:16Z push-to-master-was-punished 798641472 _job:34108 award:-16 commit:b2727bd5a9211e03420d9167e213884890a9167a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/b2727bd5a9211e03420d9167e213884890a9167a/#commitcomment-150514227 is_human:1 where:github who:526301 why:Pushed b2727bd5a to the default branch 'master' in yegor256/factbase
2024-12-19T03:40:30Z push-to-master-was-punished 840215648 _job:34108 award:-16 commit:dc1175b76b8a384562cf0ee44b82fcefcf930645 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/dc1175b76b8a384562cf0ee44b82fcefcf930645/#commitcomment-150514230 is_human:1 where:github who:526301 why:Pushed dc1175b76 to the default branch 'master' in zerocracy/baza.rb
2025-01-02T13:27:47Z push-to-master-was-punished 840215648 _job:34108 award:-16 commit:aafaa7ac109380aed2f91885491f81b6a01d390e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/aafaa7ac109380aed2f91885491f81b6a01d390e/#commitcomment-150707740 is_human:1 where:github who:526301 why:Pushed aafaa7ac1 to the default branch 'master' in zerocracy/baza.rb
2025-01-02T14:18:40Z push-to-master-was-punished 799113787 _job:34108 award:-16 commit:42c57f7962ab8e9f075fd3ab99a699e74e5b1e24 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/42c57f7962ab8e9f075fd3ab99a699e74e5b1e24/#commitcomment-150868966 is_human:1 where:github who:526301 why:Pushed 42c57f796 to the default branch 'master' in yegor256/judges
2025-01-03T12:17:58Z push-to-master-was-punished 798641472 _job:34108 award:-16 commit:134bfdcd05bb1ff252e7e11b770ecce30fe57271 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/134bfdcd05bb1ff252e7e11b770ecce30fe57271/#commitcomment-150894504 is_human:1 where:github who:526301 why:Pushed 134bfdcd0 to the default branch 'master' in yegor256/factbase
2025-01-09T22:15:01Z push-to-master-was-punished 840215648 _job:34108 award:-16 commit:4ebcec8b7b16768c19ef5c5deaca27634baa2023 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/4ebcec8b7b16768c19ef5c5deaca27634baa2023/#commitcomment-151152385 is_human:1 where:github who:526301 why:Pushed 4ebcec8b7 to the default branch 'master' in zerocracy/baza.rb
2025-01-09T23:15:37Z push-to-master-was-punished 820463873 _job:34108 award:-16 commit:6313fea6f62fa4dbe362547d54c4764c894feadf default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/6313fea6f62fa4dbe362547d54c4764c894feadf/#commitcomment-151156237 is_human:1 where:github who:526301 why:Pushed 6313fea6f to the default branch 'master' in zerocracy/fbe
2025-01-10T00:31:18Z push-to-master-was-punished 799177290 _job:34108 award:-16 commit:8498e1b07d167c0cb29a6eac4a84e04e7b5d0666 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/8498e1b07d167c0cb29a6eac4a84e04e7b5d0666/#commitcomment-151158247 is_human:1 where:github who:526301 why:Pushed 8498e1b07 to the default branch 'master' in zerocracy/judges-action
2025-01-10T05:15:49Z push-to-master-was-punished 849726475 _job:34108 award:-16 commit:41e0cbf43b235cd59a9c94839130d208dcda0cf1 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/swarm-template, the penalty amount is -16. href:https://github.com/zerocracy/swarm-template/commit/41e0cbf43b235cd59a9c94839130d208dcda0cf1/#commitcomment-151163578 is_human:1 where:github who:526301 why:Pushed 41e0cbf43 to the default branch 'master' in zerocracy/swarm-template
2025-01-10T07:15:53Z push-to-master-was-punished 802720676 _job:34108 award:-16 commit:049d90b1082157c98732ff461110720d31eb9697 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/049d90b1082157c98732ff461110720d31eb9697/#commitcomment-151165807 is_human:1 where:github who:526301 why:Pushed 049d90b10 to the default branch 'master' in zerocracy/pages-action
2025-01-23T23:14:56Z push-to-master-was-punished 799113787 _job:34108 award:-16 commit:334dc1bb971b83cd04f76b97e0e9236110781e22 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/334dc1bb971b83cd04f76b97e0e9236110781e22/#commitcomment-151704379 is_human:1 where:github who:526301 why:Pushed 334dc1bb9 to the default branch 'master' in yegor256/judges
2025-01-24T14:15:11Z push-to-master-was-punished 798641472 _job:34108 award:-16 commit:c8ddaccadefe36e19b81a826a470847e8917d48a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/c8ddaccadefe36e19b81a826a470847e8917d48a/#commitcomment-151731008 is_human:1 where:github who:526301 why:Pushed c8ddaccad to the default branch 'master' in yegor256/factbase
2025-01-27T12:18:42Z push-to-master-was-punished 820463873 _job:34108 award:-16 commit:919018db86ec8cdcb19928353a28f152a2a5175c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/919018db86ec8cdcb19928353a28f152a2a5175c/#commitcomment-151801430 is_human:1 where:github who:526301 why:Pushed 919018db8 to the default branch 'master' in zerocracy/fbe
2025-01-27T16:16:26Z push-to-master-was-punished 840215648 _job:34108 award:-16 commit:5f13d750af8c447479d4c16c42e9b356c2bba296 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/5f13d750af8c447479d4c16c42e9b356c2bba296/#commitcomment-151810511 is_human:1 where:github who:526301 why:Pushed 5f13d750a to the default branch 'master' in zerocracy/baza.rb
2025-01-28T21:15:11Z push-to-master-was-punished 802720676 _job:34108 award:-16 commit:203f9637c20933f54d54f29a7b32909065b1aa59 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/203f9637c20933f54d54f29a7b32909065b1aa59/#commitcomment-151871452 is_human:1 where:github who:526301 why:Pushed 203f9637c to the default branch 'master' in zerocracy/pages-action
2025-01-30T11:14:49Z push-to-master-was-punished 798641472 _job:34108 award:-16 commit:1618c188b8258bbafc5a28190da4106e1e4386fe default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/1618c188b8258bbafc5a28190da4106e1e4386fe/#commitcomment-151945964 is_human:1 where:github who:526301 why:Pushed 1618c188b to the default branch 'master' in yegor256/factbase
2025-01-30T12:17:58Z push-to-master-was-punished 799177290 _job:34108 award:-16 commit:0c9f7019df391489d3a0aff80ab55823565a3bc8 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/0c9f7019df391489d3a0aff80ab55823565a3bc8/#commitcomment-151948183 is_human:1 where:github who:526301 why:Pushed 0c9f7019d to the default branch 'master' in zerocracy/judges-action
2025-01-30T13:18:01Z push-to-master-was-punished 849726475 _job:34108 award:-16 commit:6b37488da26beb5fc9a0c23990c484702dacf16b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/swarm-template, the penalty amount is -16. href:https://github.com/zerocracy/swarm-template/commit/6b37488da26beb5fc9a0c23990c484702dacf16b/#commitcomment-151950463 is_human:1 where:github who:526301 why:Pushed 6b37488da to the default branch 'master' in zerocracy/swarm-template
2025-01-30T20:15:17Z push-to-master-was-punished 799113787 _job:34108 award:-16 commit:6ad2e466f6d9833bca9085e545ba99bc5d1c0e4c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/6ad2e466f6d9833bca9085e545ba99bc5d1c0e4c/#commitcomment-151970016 is_human:1 where:github who:526301 why:Pushed 6ad2e466f to the default branch 'master' in yegor256/judges
2025-03-20T08:09:20Z push-to-master-was-punished 849726475 _job:34108 award:-16 commit:01bd3bea6cc4b542616fb63108be34ddf56693ac default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/swarm-template, the penalty amount is -16. href:https://github.com/zerocracy/swarm-template/commit/01bd3bea6cc4b542616fb63108be34ddf56693ac/#commitcomment-154024239 is_human:1 where:github who:526301 why:Pushed 01bd3bea6 to the default branch 'master' in zerocracy/swarm-template
2025-03-20T08:09:21Z push-to-master-was-punished 799177290 _job:34108 award:-16 commit:142dfe1abb6e1eeda4770a06124ceb42a033aeed default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/142dfe1abb6e1eeda4770a06124ceb42a033aeed/#commitcomment-154024240 is_human:1 where:github who:526301 why:Pushed 142dfe1ab to the default branch 'master' in zerocracy/judges-action
2025-03-20T08:09:21Z push-to-master-was-punished 799177290 _job:34108 award:-16 commit:98cd19205e1f6d1b4883c3bdc88481b1939a7248 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/98cd19205e1f6d1b4883c3bdc88481b1939a7248/#commitcomment-154024241 is_human:1 where:github who:526301 why:Pushed 98cd19205 to the default branch 'master' in zerocracy/judges-action
2025-03-20T08:09:21Z push-to-master-was-punished 799177290 _job:34108 award:-16 commit:10710ac932f63c1045cd8efe1723749e1f73bf26 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/10710ac932f63c1045cd8efe1723749e1f73bf26/#commitcomment-154024244 is_human:1 where:github who:526301 why:Pushed 10710ac93 to the default branch 'master' in zerocracy/judges-action
2025-04-06T15:07:10Z code-review-was-rewarded 799177290 _job:34108 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#540, the reward amount is 4. done:2025-08-21T13:00:10Z href:https://github.com/zerocracy/judges-action/issues/540/#issuecomment-2781492868 is_human:1 issue:540 where:github who:526301 why:Reviewed code in zerocracy/judges-action#540
2025-04-18T13:13:22Z push-to-master-was-punished 799177290 _job:34108 award:-16 commit:34d29eefce9c559cd09b160f9314ffda0aacc569 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/34d29eefce9c559cd09b160f9314ffda0aacc569/#commitcomment-155581831 is_human:1 where:github who:526301 why:Pushed 34d29eefc to the default branch 'master' in zerocracy/judges-action
2025-04-18T13:13:22Z push-to-master-was-punished 799177290 _job:34108 award:-16 commit:1025b97aa2ae9657f885890bfe09bb07f47d91cc default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/1025b97aa2ae9657f885890bfe09bb07f47d91cc/#commitcomment-155581832 is_human:1 where:github who:526301 why:Pushed 1025b97aa to the default branch 'master' in zerocracy/judges-action
2024-07-18T10:07:00Z push-to-master-was-punished _job:34108 award:-20 cause:43924 commit:6699fedd68b25edba0453e14686eafcbf3bc6dea default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/6699fedd68b25edba0453e14686eafcbf3bc6dea/#commitcomment-144373451 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/baza
2024-07-18T17:06:32Z push-to-master-was-punished _job:34108 award:-20 cause:44914 commit:6a6cdbb2bc9857f84ffe18cc268a2448a1770623 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/6a6cdbb2bc9857f84ffe18cc268a2448a1770623/#commitcomment-144391095 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/baza
2024-07-18T18:08:03Z push-to-master-was-punished _job:34108 award:-20 cause:45076 commit:a34ea1c71527c5f53a40e8a4214eb98d1a281e66 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/a34ea1c71527c5f53a40e8a4214eb98d1a281e66/#commitcomment-144394027 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/baza
2024-07-19T04:07:31Z push-to-master-was-punished _job:34108 award:-20 cause:46289 commit:54ba179b6ffae9a214ffed6a9692a52293a8025c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/54ba179b6ffae9a214ffed6a9692a52293a8025c/#commitcomment-144409119 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/baza
2024-07-19T11:06:26Z push-to-master-was-punished _job:34108 award:-20 cause:47449 commit:134fe3ece622cf4916998b5e32010db4c257de7c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/134fe3ece622cf4916998b5e32010db4c257de7c/#commitcomment-144419703 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/baza
2024-07-19T11:06:33Z push-to-master-was-punished _job:34108 award:-20 cause:47450 commit:08d3181af0da08b59920bc4ba9a224f028c1adad default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/08d3181af0da08b59920bc4ba9a224f028c1adad/#commitcomment-144419710 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/baza
2024-07-20T16:06:18Z push-to-master-was-punished _job:34108 award:-20 cause:49884 commit:d61b59e75bc7396b7ffb37595feea05f4b0b5212 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/d61b59e75bc7396b7ffb37595feea05f4b0b5212/#commitcomment-144452760 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/baza
2024-07-20T17:06:23Z push-to-master-was-punished _job:34108 award:-20 cause:50048 commit:8c2a7684933136b3a637db236d67cea43e3132b9 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/8c2a7684933136b3a637db236d67cea43e3132b9/#commitcomment-144453290 is_human:1 where:github who:526301 why:Push 8c2a76849 to default branch 'master' in zerocracy/baza
2024-07-20T17:06:30Z push-to-master-was-punished _job:34108 award:-20 cause:50049 commit:4bde8f0fb887c4d29beb791f4d6e0b41280ae06a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/4bde8f0fb887c4d29beb791f4d6e0b41280ae06a/#commitcomment-144453293 is_human:1 where:github who:526301 why:Push 4bde8f0fb to default branch 'master' in zerocracy/baza
2024-07-20T17:06:36Z push-to-master-was-punished _job:34108 award:-20 cause:50050 commit:60bba7421f953931b53850efb82e4f0ad3d6fadb default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/60bba7421f953931b53850efb82e4f0ad3d6fadb/#commitcomment-144453851 is_human:1 where:github who:526301 why:Push 60bba7421 to default branch 'master' in zerocracy/baza
2024-07-20T20:06:47Z push-to-master-was-punished _job:34108 award:-20 cause:50379 commit:72c712ebb0e5c3b8ee6b8a8ec230f417a4f3b337 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/72c712ebb0e5c3b8ee6b8a8ec230f417a4f3b337/#commitcomment-144454945 is_human:1 where:github who:526301 why:Push 72c712ebb to default branch 'master' in zerocracy/baza
2024-07-20T20:06:53Z push-to-master-was-punished _job:34108 award:-20 cause:50380 commit:187e1bf89c97d636b7f62efbe5ff555d0ac4f5a0 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/187e1bf89c97d636b7f62efbe5ff555d0ac4f5a0/#commitcomment-144454946 is_human:1 where:github who:526301 why:Push 187e1bf89 to default branch 'master' in zerocracy/baza
2024-07-22T10:07:03Z push-to-master-was-punished _job:34108 award:-20 cause:53138 commit:c99fbc249a690e9dfcc4dc58242ae6cdfa6847d7 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/c99fbc249a690e9dfcc4dc58242ae6cdfa6847d7/#commitcomment-144489145 is_human:1 where:github who:526301 why:Push c99fbc249 to default branch 'master' in zerocracy/baza
2024-07-22T10:07:13Z push-to-master-was-punished _job:34108 award:-20 cause:53139 commit:642cca135215e465a96daf07cbba3eacce4848c8 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/642cca135215e465a96daf07cbba3eacce4848c8/#commitcomment-144489149 is_human:1 where:github who:526301 why:Push 642cca135 to default branch 'master' in zerocracy/baza
2024-07-22T10:07:24Z push-to-master-was-punished _job:34108 award:-20 cause:53140 commit:9dff2f6171bb1ba5b71171ed9b97110cc86d4827 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/9dff2f6171bb1ba5b71171ed9b97110cc86d4827/#commitcomment-144491459 is_human:1 where:github who:526301 why:Push 9dff2f617 to default branch 'master' in zerocracy/baza
2024-07-22T11:06:45Z push-to-master-was-punished _job:34108 award:-20 cause:53303 commit:816af5163f6b970b5e86b7b948c8f22fd7cf9b40 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/816af5163f6b970b5e86b7b948c8f22fd7cf9b40/#commitcomment-144491464 is_human:1 where:github who:526301 why:Push 816af5163 to default branch 'master' in zerocracy/baza
2024-07-22T11:06:55Z push-to-master-was-punished _job:34108 award:-20 cause:53304 commit:dd0d539dfc6d6ee1a552afa4b121dc30d944b13d default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/dd0d539dfc6d6ee1a552afa4b121dc30d944b13d/#commitcomment-144491471 is_human:1 where:github who:526301 why:Push dd0d539df to default branch 'master' in zerocracy/baza
2024-07-22T11:07:05Z push-to-master-was-punished _job:34108 award:-20 cause:53474 commit:b17ac6219273e0c645d92441e97cde6a3f70b5f5 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/b17ac6219273e0c645d92441e97cde6a3f70b5f5/#commitcomment-144493663 is_human:1 where:github who:526301 why:Push b17ac6219 to default branch 'master' in zerocracy/baza
2024-07-22T12:09:40Z push-to-master-was-punished _job:34108 award:-20 cause:53475 commit:7dfec4a80ae6d9c16c55deb06464fba4122b7586 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/7dfec4a80ae6d9c16c55deb06464fba4122b7586/#commitcomment-144493668 is_human:1 where:github who:526301 why:Push 7dfec4a80 to default branch 'master' in zerocracy/baza
2024-07-22T12:09:49Z push-to-master-was-punished _job:34108 award:-20 cause:53989 commit:55b3000966efe0be0a2f3d2be8bea775d71b42e5 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/55b3000966efe0be0a2f3d2be8bea775d71b42e5/#commitcomment-144493675 is_human:1 where:github who:526301 why:Push 55b300096 to default branch 'master' in zerocracy/baza
2024-07-22T12:09:58Z push-to-master-was-punished _job:34108 award:-20 cause:53990 commit:c9a3be23f7fb8e9fb944988667f057dcf2b7bd5e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/c9a3be23f7fb8e9fb944988667f057dcf2b7bd5e/#commitcomment-144496055 is_human:1 where:github who:526301 why:Push c9a3be23f to default branch 'master' in zerocracy/baza
2024-07-22T13:08:16Z push-to-master-was-punished _job:34108 award:-20 cause:53991 commit:40dbcf9851d9adf284d44758c9ab241ce14856d3 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/40dbcf9851d9adf284d44758c9ab241ce14856d3/#commitcomment-144496058 is_human:1 where:github who:526301 why:Push 40dbcf985 to default branch 'master' in zerocracy/baza
2024-07-22T13:08:24Z push-to-master-was-punished _job:34108 award:-20 cause:53992 commit:58471bdb3b1bc3aa8600420a262540cc58525ecb default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/58471bdb3b1bc3aa8600420a262540cc58525ecb/#commitcomment-144496061 is_human:1 where:github who:526301 why:Push 58471bdb3 to default branch 'master' in zerocracy/baza
2024-07-26T13:10:12Z push-to-master-was-punished _job:34108 award:-20 cause:55646 commit:13cc6e831add6edbfba546765a6284be9f7d57d1 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/13cc6e831add6edbfba546765a6284be9f7d57d1/#commitcomment-144689115 is_human:1 where:github who:526301 why:Push 13cc6e831 to default branch 'master' in zerocracy/baza
2024-07-30T18:11:40Z push-to-master-was-punished _job:34108 award:-20 cause:85581 commit:a6f1206c551f7cbb939e95bbadc7156d99621258 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/a6f1206c551f7cbb939e95bbadc7156d99621258/#commitcomment-144821969 is_human:1 where:github who:526301 why:Pushed a6f1206c5 to default branch 'master' in zerocracy/baza
2024-08-10T13:23:15Z push-to-master-was-punished _job:34108 award:-20 cause:102599 commit:6c46e2f94b9dfd61a830e98543ae6e1472d1fe77 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/6c46e2f94b9dfd61a830e98543ae6e1472d1fe77/#commitcomment-145246432 is_human:1 where:github who:526301 why:Pushed 6c46e2f94 to default branch 'master' in zerocracy/baza
2024-08-14T17:19:30Z push-to-master-was-punished _job:34108 award:-20 cause:148284 commit:bf06cf9a19b622fdf122ed9f2a2a24b0a62bdd17 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/bf06cf9a19b622fdf122ed9f2a2a24b0a62bdd17/#commitcomment-145387369 is_human:1 where:github who:526301 why:Pushed bf06cf9a1 to default branch 'master' in zerocracy/baza
2024-08-19T18:23:06Z push-to-master-was-punished _job:34108 award:-16 commit:768d4883d133b9cb5b7bbabe43f2b1af7163b0f6 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/768d4883d133b9cb5b7bbabe43f2b1af7163b0f6/#commitcomment-145527485 is_human:1 where:github who:526301 why:Pushed 768d4883d to the default branch 'master' in zerocracy/baza
2024-08-26T18:27:58Z push-to-master-was-punished _job:34108 award:-16 commit:669f622156bc99d60f9cdc94734df17635d10103 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/669f622156bc99d60f9cdc94734df17635d10103/#commitcomment-145846743 is_human:1 where:github who:526301 why:Pushed 669f62215 to the default branch 'master' in zerocracy/baza
2024-09-02T19:33:25Z push-to-master-was-punished _job:34108 award:-16 commit:d07cb8143cff4b16aae27fba45f7efa24e34a8fc default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/d07cb8143cff4b16aae27fba45f7efa24e34a8fc/#commitcomment-146104589 is_human:1 where:github who:526301 why:Pushed d07cb8143 to the default branch 'master' in zerocracy/baza
2024-09-07T04:30:49Z push-to-master-was-punished _job:34108 award:-16 commit:973e263e13a6135d2a326e7822756b13644a7fdf default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/973e263e13a6135d2a326e7822756b13644a7fdf/#commitcomment-146369151 is_human:1 where:github who:526301 why:Pushed 973e263e1 to the default branch 'master' in zerocracy/baza
2024-09-11T05:34:40Z push-to-master-was-punished _job:34108 award:-16 commit:fd5c38b9657923db8b40c47a616640cadee0e7b5 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/fd5c38b9657923db8b40c47a616640cadee0e7b5/#commitcomment-146540997 is_human:1 where:github who:526301 why:Pushed fd5c38b96 to the default branch 'master' in zerocracy/baza
2024-09-15T13:36:42Z push-to-master-was-punished _job:34108 award:-16 commit:338d719c3442087b8710fa3b389754e2f3282110 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/338d719c3442087b8710fa3b389754e2f3282110/#commitcomment-146733700 is_human:1 where:github who:526301 why:Pushed 338d719c3 to the default branch 'master' in zerocracy/baza
2024-09-19T19:34:43Z push-to-master-was-punished _job:34108 award:-16 commit:aa0afdf2ce09bd79b4586af6085cd98636762eab default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/aa0afdf2ce09bd79b4586af6085cd98636762eab/#commitcomment-146946402 is_human:1 where:github who:526301 why:Pushed aa0afdf2c to the default branch 'master' in zerocracy/baza
2024-09-25T07:40:42Z push-to-master-was-punished _job:34108 award:-16 commit:15698824fb7aeb71f245d3f6065163a62fffb560 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/15698824fb7aeb71f245d3f6065163a62fffb560/#commitcomment-147169906 is_human:1 where:github who:526301 why:Pushed 15698824f to the default branch 'master' in zerocracy/baza
2024-09-29T12:41:39Z push-to-master-was-punished _job:34108 award:-16 commit:dc1712962b39c881c5f3cb2e8a2897f618ac5514 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/dc1712962b39c881c5f3cb2e8a2897f618ac5514/#commitcomment-147352592 is_human:1 where:github who:526301 why:Pushed dc1712962 to the default branch 'master' in zerocracy/baza
2024-10-04T11:41:15Z push-to-master-was-punished _job:34108 award:-16 commit:625a845d21220a84d55cdd285e9370d7d6094187 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/625a845d21220a84d55cdd285e9370d7d6094187/#commitcomment-147573532 is_human:1 where:github who:526301 why:Pushed 625a845d2 to the default branch 'master' in zerocracy/baza
2024-10-14T06:46:42Z push-to-master-was-punished _job:34108 award:-16 commit:c35cf730262333176ad5ad51f83a6b3e35c78197 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/c35cf730262333176ad5ad51f83a6b3e35c78197/#commitcomment-147901758 is_human:1 where:github who:526301 why:Pushed c35cf7302 to the default branch 'master' in zerocracy/baza
2024-11-11T14:59:08Z push-to-master-was-punished _job:34108 award:-16 commit:30572dca7f8eb57288b5b14cfb65247d2c8cbfa0 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/30572dca7f8eb57288b5b14cfb65247d2c8cbfa0/#commitcomment-148956850 is_human:1 where:github who:526301 why:Pushed 30572dca7 to the default branch 'master' in zerocracy/baza
2024-11-16T19:06:14Z push-to-master-was-punished _job:34108 award:-16 commit:96341e3b4bb43c32138662646a3281ccc6a0df55 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/96341e3b4bb43c32138662646a3281ccc6a0df55/#commitcomment-149165449 is_human:1 where:github who:526301 why:Pushed 96341e3b4 to the default branch 'master' in zerocracy/baza
2024-12-19T03:40:57Z push-to-master-was-punished _job:34108 award:-16 commit:a214df8bce882ecaa7e75429a74fa965c100b163 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/a214df8bce882ecaa7e75429a74fa965c100b163/#commitcomment-150514232 is_human:1 where:github who:526301 why:Pushed a214df8bc to the default branch 'master' in zerocracy/baza
2025-01-02T15:18:28Z push-to-master-was-punished _job:34108 award:-16 commit:7c1b555975ba0c347388419a46fbfc072683eae4 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/7c1b555975ba0c347388419a46fbfc072683eae4/#commitcomment-150870380 is_human:1 where:github who:526301 why:Pushed 7c1b55597 to the default branch 'master' in zerocracy/baza
2025-01-08T03:19:22Z push-to-master-was-punished _job:34108 award:-16 commit:32f9ecc3f503739a9b2ea61d3ffa26ccd2c31b7d default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/32f9ecc3f503739a9b2ea61d3ffa26ccd2c31b7d/#commitcomment-151030635 is_human:1 where:github who:526301 why:Pushed 32f9ecc3f to the default branch 'master' in zerocracy/baza
2025-05-27T14:13:59Z push-to-master-was-punished 820463873 _job:34108 award:-16 commit:971c99dd2f2c9c46ebbd483669caad8610487340 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/971c99dd2f2c9c46ebbd483669caad8610487340/#commitcomment-158126689 is_human:1 where:github who:526301 why:Pushed 971c99dd2 to the default branch 'master' in zerocracy/fbe
2024-07-22T09:07:52Z push-to-master-was-punished 799113787 _job:34108 award:-20 cause:53807 commit:bea6864638c66034c2b7b696bf35f589ee634ef8 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -20. href:https://github.com/yegor256/judges/commit/bea6864638c66034c2b7b696bf35f589ee634ef8/#commitcomment-144487092 is_human:1 where:github who:526301 why:Push bea686463 to default branch 'master' in yegor256/judges
2025-08-05T16:47:55Z code-was-contributed 840215648 _job:34108 comments:4 details:The pull request zerocracy/baza.rb#112 with 2 HoC created by @renovate[bot] was merged by @rultor after 3h38m of being in review and 4 comments. hoc:2 is_human:0 issue:112 merger:8086956 review_comments:0 seconds:13128 where:github who:29139614
2025-08-05T16:37:50Z code-was-contributed 820463873 _job:34108 comments:4 details:The pull request zerocracy/fbe#259 with 2 HoC created by @renovate[bot] was merged by @rultor after 3h36m of being in review and 4 comments. hoc:2 is_human:0 issue:259 merger:8086956 review_comments:0 seconds:12976 where:github who:29139614
2025-08-08T03:43:29Z code-was-contributed 840215648 _job:34108 comments:4 details:The pull request zerocracy/baza.rb#114 with 2 HoC created by @renovate[bot] was merged by @rultor after 2h23m of being in review and 4 comments. hoc:2 is_human:0 issue:114 merger:8086956 review_comments:0 seconds:8589 where:github who:29139614
2025-08-05T16:51:19Z code-was-contributed 798641472 _job:34108 comments:3 details:The pull request yegor256/factbase#268 with 2 HoC created by @renovate[bot] was merged by @rultor after 2h26m of being in review and 3 comments. hoc:2 is_human:0 issue:268 merger:8086956 review_comments:0 seconds:8818 where:github who:29139614
2025-08-08T03:40:58Z code-was-contributed 799177290 _job:34108 comments:4 details:The pull request zerocracy/judges-action#855 with 2 HoC created by @renovate[bot] was merged by @rultor after 2h57m of being in review and 4 comments. hoc:2 is_human:0 issue:855 merger:8086956 review_comments:0 seconds:10674 where:github who:29139614
2025-08-08T03:30:35Z code-was-contributed 820463873 _job:34108 comments:4 details:The pull request zerocracy/fbe#261 with 2 HoC created by @renovate[bot] was merged by @rultor after 6h17m of being in review and 4 comments. hoc:2 is_human:0 issue:261 merger:8086956 review_comments:0 seconds:22667 where:github who:29139614
2025-08-08T03:03:49Z code-was-contributed 798641472 _job:34108 comments:3 details:The pull request yegor256/factbase#269 with 2 HoC created by @renovate[bot] was merged by @rultor after 4h30m of being in review and 3 comments. hoc:2 is_human:0 issue:269 merger:8086956 review_comments:0 seconds:16246 where:github who:29139614
2025-08-05T16:57:46Z code-was-contributed 799113787 _job:34108 comments:3 details:The pull request yegor256/judges#264 with 2 HoC created by @renovate[bot] was merged by @rultor after 3h4m of being in review and 3 comments. hoc:2 is_human:0 issue:264 merger:8086956 review_comments:0 seconds:11052 where:github who:29139614
2025-08-08T08:24:40Z code-was-contributed 799177290 _job:34108 comments:1 details:The pull request zerocracy/judges-action#856 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1h55m of being in review and 1 comments. hoc:2 is_human:0 issue:856 merger:526301 review_comments:0 seconds:6929 where:github who:29139614
2025-08-08T03:32:50Z code-was-contributed 799113787 _job:34108 comments:3 details:The pull request yegor256/judges#266 with 2 HoC created by @renovate[bot] was merged by @rultor after 4h59m of being in review and 3 comments. hoc:2 is_human:0 issue:266 merger:8086956 review_comments:0 seconds:17976 where:github who:29139614
2025-08-08T08:50:30Z code-was-contributed 799177290 _job:34108 comments:1 details:The pull request zerocracy/judges-action#859 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 67s of being in review and 1 comments. hoc:2 is_human:0 issue:859 merger:526301 review_comments:0 seconds:68 where:github who:41898282
2025-08-08T03:57:57Z code-was-contributed 802720676 _job:34108 comments:4 details:The pull request zerocracy/pages-action#337 with 2 HoC created by @renovate[bot] was merged by @rultor after 7h31m of being in review and 4 comments. hoc:2 is_human:0 issue:337 merger:8086956 review_comments:0 seconds:27108 where:github who:29139614
2025-08-08T03:14:14Z code-was-contributed 802720676 _job:34108 comments:4 details:The pull request zerocracy/pages-action#338 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h54m of being in review and 4 comments. hoc:2 is_human:0 issue:338 merger:8086956 review_comments:0 seconds:6891 where:github who:29139614
2025-08-08T16:25:44Z code-was-contributed 799177290 _job:34108 comments:1 details:The pull request zerocracy/judges-action#862 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1h40m of being in review and 1 comments. hoc:2 is_human:0 issue:862 merger:526301 review_comments:0 seconds:6001 where:github who:29139614
2025-08-08T03:53:13Z code-was-contributed 849726475 _job:34108 comments:4 details:The pull request zerocracy/swarm-template#132 with 2 HoC created by @renovate[bot] was merged by @rultor after 6h24m of being in review and 4 comments. hoc:2 is_human:0 issue:132 merger:8086956 review_comments:0 seconds:23064 where:github who:29139614
2025-08-08T16:25:35Z code-was-contributed 799177290 _job:34108 comments:1 details:The pull request zerocracy/judges-action#863 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1h37m of being in review and 1 comments. hoc:2 is_human:0 issue:863 merger:526301 review_comments:0 seconds:5821 where:github who:41898282
2025-08-08T03:09:36Z code-was-contributed 849726475 _job:34108 comments:4 details:The pull request zerocracy/swarm-template#133 with 2 HoC created by @renovate[bot] was merged by @rultor after 5h40m of being in review and 4 comments. hoc:2 is_human:0 issue:133 merger:8086956 review_comments:0 seconds:20425 where:github who:29139614
2025-08-08T16:27:57Z code-was-reviewed 802720676 _job:34108 author:29139614 comments:4 details:The pull request zerocracy/pages-action#339 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 6h38m and 4 comments. hoc:2 is_human:1 issue:339 review_comments:0 seconds:23927 where:github who:526301
2025-08-09T05:28:17Z push-to-master-was-punished 799177290 _job:34108 award:-16 commit:66b77f1376569e3f033c705d3f781fcf3d798e8b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/66b77f1376569e3f033c705d3f781fcf3d798e8b/#commitcomment-163712318 is_human:1 where:github who:526301 why:Pushed 66b77f137 to the default branch 'master' in zerocracy/judges-action
2025-08-09T06:00:43Z code-contribution-was-rewarded 799177290 _job:34108 award:6 details:It's time to reward @yegorov for the code contributed in zerocracy/judges-action#854, the reward amount is 6. done:2025-08-21T13:00:12Z href:https://github.com/zerocracy/judges-action/issues/854/#issuecomment-3170391440 is_human:1 issue:854 receipt:receipt-#33741 where:github who:2566462 why:Contributed code in zerocracy/judges-action#854
2025-08-09T06:00:46Z code-contribution-was-rewarded 820463873 _job:34108 award:4 details:It's time to reward @yegorov for the code contributed in zerocracy/fbe#260, the reward amount is 4. done:2025-08-21T13:00:13Z href:https://github.com/zerocracy/fbe/issues/260/#issuecomment-3170391459 is_human:1 issue:260 receipt:receipt-#33742 where:github who:2566462 why:Contributed code in zerocracy/fbe#260
2025-08-09T06:00:52Z code-contribution-was-rewarded 799177290 _job:34108 award:16 details:It's time to reward @yegorov for the code contributed in zerocracy/judges-action#864, the reward amount is 16. done:2025-08-21T13:00:15Z href:https://github.com/zerocracy/judges-action/issues/864/#issuecomment-3170391467 is_human:1 issue:864 receipt:receipt-#33743 where:github who:2566462 why:Contributed code in zerocracy/judges-action#864
2025-08-09T06:01:09Z resolved-bug-was-rewarded 820463873 _job:34108 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#262 in 0 hours, the reward amount is 12. done:2025-08-21T13:00:16Z href:https://github.com/zerocracy/fbe/issues/262/#issuecomment-3170412764 is_human:1 issue:262 where:github who:526301 why:Resolved bug in zerocracy/fbe#262
2025-08-09T06:01:12Z resolved-bug-was-rewarded 820463873 _job:34108 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#266 in 0 hours, the reward amount is 12. done:2025-08-21T13:00:18Z href:https://github.com/zerocracy/fbe/issues/266/#issuecomment-3170412784 is_human:1 issue:266 where:github who:526301 why:Resolved bug in zerocracy/fbe#266
2025-08-09T06:01:15Z resolved-bug-was-rewarded 798641472 _job:34108 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#270 in 0 hours, the reward amount is 12. done:2025-08-21T13:00:19Z href:https://github.com/yegor256/factbase/issues/270/#issuecomment-3170412813 is_human:1 issue:270 where:github who:526301 why:Resolved bug in yegor256/factbase#270
2025-08-09T06:01:19Z resolved-bug-was-rewarded 799177290 _job:34108 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#857 in 0 hours, the reward amount is 12. done:2025-08-21T13:00:21Z href:https://github.com/zerocracy/judges-action/issues/857/#issuecomment-3170412828 is_human:1 issue:857 where:github who:526301 why:Resolved bug in zerocracy/judges-action#857
2025-08-09T06:01:21Z resolved-bug-was-rewarded 799177290 _job:34108 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#861 in 2 hours, the reward amount is 12. done:2025-08-21T13:00:22Z href:https://github.com/zerocracy/judges-action/issues/861/#issuecomment-3170412845 is_human:1 issue:861 where:github who:526301 why:Resolved bug in zerocracy/judges-action#861
2025-08-09T06:01:24Z resolved-bug-was-rewarded 799177290 _job:34108 award:7 details:It's time to reward @yegorov for the bug resolved in zerocracy/judges-action#853 in 35 hours, the reward amount is 7. done:2025-08-21T13:00:24Z href:https://github.com/zerocracy/judges-action/issues/853/#issuecomment-3170412858 is_human:1 issue:853 receipt:receipt-#33744 where:github who:2566462 why:Resolved bug in zerocracy/judges-action#853
2025-08-09T06:01:46Z code-review-was-rewarded 849726475 _job:34108 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/swarm-template#134, the reward amount is 4. done:2025-08-21T13:00:25Z href:https://github.com/zerocracy/swarm-template/issues/134/#issuecomment-3170412870 is_human:1 issue:134 where:github who:526301 why:Reviewed code in zerocracy/swarm-template#134
2025-08-09T06:01:49Z code-review-was-rewarded 849726475 _job:34108 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/swarm-template#135, the reward amount is 4. done:2025-08-21T13:00:27Z href:https://github.com/zerocracy/swarm-template/issues/135/#issuecomment-3170412896 is_human:1 issue:135 where:github who:526301 why:Reviewed code in zerocracy/swarm-template#135
2025-08-09T06:01:55Z code-review-was-rewarded 799177290 _job:34108 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#864, the reward amount is 4. done:2025-08-21T13:00:28Z href:https://github.com/zerocracy/judges-action/issues/864/#issuecomment-3170412912 is_human:1 issue:864 where:github who:526301 why:Reviewed code in zerocracy/judges-action#864
2025-08-09T06:01:57Z code-review-was-rewarded 802720676 _job:34108 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/pages-action#340, the reward amount is 4. done:2025-08-21T13:00:30Z href:https://github.com/zerocracy/pages-action/issues/340/#issuecomment-3170412935 is_human:1 issue:340 where:github who:526301 why:Reviewed code in zerocracy/pages-action#340
2025-08-09T06:02:02Z code-review-was-rewarded 802720676 _job:34108 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/pages-action#341, the reward amount is 4. done:2025-08-21T13:00:31Z href:https://github.com/zerocracy/pages-action/issues/341/#issuecomment-3170412947 is_human:1 issue:341 where:github who:526301 why:Reviewed code in zerocracy/pages-action#341
2025-08-09T06:02:06Z code-review-was-rewarded 840215648 _job:34108 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/baza.rb#115, the reward amount is 4. done:2025-08-21T13:00:33Z href:https://github.com/zerocracy/baza.rb/issues/115/#issuecomment-3170412967 is_human:1 issue:115 where:github who:526301 why:Reviewed code in zerocracy/baza.rb#115
2025-08-09T08:31:13Z code-review-was-rewarded 849726475 _job:34108 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/swarm-template#136, the reward amount is 4. done:2025-08-21T13:00:35Z href:https://github.com/zerocracy/swarm-template/issues/136/#issuecomment-3170494788 is_human:1 issue:136 where:github who:526301 why:Reviewed code in zerocracy/swarm-template#136
2025-08-09T07:26:17Z bug-was-resolved 798641472 _job:34108 closer:526301 details:The bug/feature in the issue yegor256/factbase#272 opened @yegor256 by was resolved, after 49m33s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:272 label:bug opener:526301 seconds:2974 tombstone:2025-08-29T03:10:09Z where:github who:526301
2025-08-09T09:01:42Z code-review-was-rewarded 799177290 _job:34108 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#865, the reward amount is 4. done:2025-08-21T13:00:36Z href:https://github.com/zerocracy/judges-action/issues/865/#issuecomment-3170513129 is_human:1 issue:865 where:github who:526301 why:Reviewed code in zerocracy/judges-action#865
2025-08-09T09:01:47Z code-review-was-rewarded 798641472 _job:34108 award:4 details:It's time to reward @yegor256 for the code review in yegor256/factbase#271, the reward amount is 4. done:2025-08-21T13:00:37Z href:https://github.com/yegor256/factbase/issues/271/#issuecomment-3170513143 is_human:1 issue:271 where:github who:526301 why:Reviewed code in yegor256/factbase#271
2025-08-09T07:27:52Z code-was-contributed 799177290 _job:34108 comments:1 details:The pull request zerocracy/judges-action#866 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 42m22s of being in review and 1 comments. hoc:2 is_human:0 issue:866 merger:526301 review_comments:0 seconds:2543 where:github who:41898282
2025-08-09T07:27:46Z code-was-contributed 799177290 _job:34108 comments:1 details:The pull request zerocracy/judges-action#867 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 17m37s of being in review and 1 comments. hoc:2 is_human:0 issue:867 merger:526301 review_comments:0 seconds:1058 where:github who:29139614
2025-08-09T07:27:40Z code-was-contributed 799177290 _job:34108 comments:1 details:The pull request zerocracy/judges-action#868 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 17m27s of being in review and 1 comments. hoc:2 is_human:0 issue:868 merger:526301 review_comments:0 seconds:1048 where:github who:29139614
2025-08-09T07:26:44Z code-was-contributed 798641472 _job:34108 comments:0 details:The pull request yegor256/factbase#260 with 52 HoC created by @github-actions[bot] was merged by @yegor256 after 1w4d of being in review and 0 comments. hoc:52 is_human:0 issue:260 merger:526301 review_comments:0 seconds:1002018 where:github who:41898282
2025-08-09T10:24:24Z resolved-bug-was-rewarded 820463873 _job:34108 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#269 in 0 hours, the reward amount is 12. done:2025-08-21T13:00:39Z href:https://github.com/zerocracy/fbe/issues/269/#issuecomment-3170574299 is_human:1 issue:269 where:github who:526301 why:Resolved bug in zerocracy/fbe#269
2025-08-09T10:24:28Z resolved-bug-was-rewarded 798641472 _job:34108 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#272 in 0 hours, the reward amount is 12. done:2025-08-21T13:00:40Z href:https://github.com/yegor256/factbase/issues/272/#issuecomment-3170574321 is_human:1 issue:272 where:github who:526301 why:Resolved bug in yegor256/factbase#272
2025-08-09T10:24:47Z code-review-was-rewarded 802720676 _job:34108 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/pages-action#342, the reward amount is 4. done:2025-08-21T13:53:46Z href:https://github.com/zerocracy/pages-action/issues/342/#issuecomment-3170575299 is_human:1 issue:342 where:github who:526301 why:Reviewed code in zerocracy/pages-action#342
2025-08-09T10:24:52Z code-review-was-rewarded 820463873 _job:34108 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/fbe#268, the reward amount is 4. done:2025-08-21T13:53:47Z href:https://github.com/zerocracy/fbe/issues/268/#issuecomment-3170575317 is_human:1 issue:268 where:github who:526301 why:Reviewed code in zerocracy/fbe#268
2025-08-09T10:25:05Z push-to-master-was-punished 798641472 _job:34108 award:-16 commit:b64ad8a05db7e224f931d22769f7ffd7ba282278 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/b64ad8a05db7e224f931d22769f7ffd7ba282278/#commitcomment-163716660 is_human:1 where:github who:526301 why:Pushed b64ad8a05 to the default branch 'master' in yegor256/factbase
2025-08-09T10:25:06Z push-to-master-was-punished 798641472 _job:34108 award:-16 commit:0deee1d4d40a33c0d65fa24214993ac1b75070d3 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/0deee1d4d40a33c0d65fa24214993ac1b75070d3/#commitcomment-163716661 is_human:1 where:github who:526301 why:Pushed 0deee1d4d to the default branch 'master' in yegor256/factbase
2025-08-09T17:54:22Z code-review-was-rewarded 849726475 _job:34108 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/swarm-template#137, the reward amount is 4. done:2025-08-21T13:53:48Z href:https://github.com/zerocracy/swarm-template/issues/137/#issuecomment-3171975108 is_human:1 issue:137 where:github who:526301 why:Reviewed code in zerocracy/swarm-template#137
2025-08-09T17:54:27Z code-review-was-rewarded 802720676 _job:34108 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/pages-action#343, the reward amount is 4. done:2025-08-21T13:53:49Z href:https://github.com/zerocracy/pages-action/issues/343/#issuecomment-3171975117 is_human:1 issue:343 where:github who:526301 why:Reviewed code in zerocracy/pages-action#343
2025-08-09T20:28:24Z code-review-was-rewarded 840215648 _job:34108 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/baza.rb#117, the reward amount is 4. done:2025-08-21T13:53:50Z href:https://github.com/zerocracy/baza.rb/issues/117/#issuecomment-3172079562 is_human:1 issue:117 where:github who:526301 why:Reviewed code in zerocracy/baza.rb#117
2025-04-18T13:13:22Z push-to-master-was-punished 799177290 _job:34108 award:-16 commit:34d29eefce9c559cd09b160f9314ffda0aacc569 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/34d29eefce9c559cd09b160f9314ffda0aacc569/#commitcomment-155581831 is_human:1 where:github who:526301 why:Pushed 34d29eefc to the default branch 'master' in zerocracy/judges-action
2025-04-18T13:13:22Z push-to-master-was-punished 799177290 _job:34108 award:-16 commit:1025b97aa2ae9657f885890bfe09bb07f47d91cc default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/1025b97aa2ae9657f885890bfe09bb07f47d91cc/#commitcomment-155581832 is_human:1 where:github who:526301 why:Pushed 1025b97aa to the default branch 'master' in zerocracy/judges-action
2025-04-18T20:07:21Z push-to-master-was-punished 799113787 _job:34108 award:-16 commit:eb65dfff1e608c98b64da9c61d48b7654e11fef6 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/eb65dfff1e608c98b64da9c61d48b7654e11fef6/#commitcomment-155593569 is_human:1 where:github who:526301 why:Pushed eb65dfff1 to the default branch 'master' in yegor256/judges
2025-04-23T15:08:53Z push-to-master-was-punished 820463873 _job:34108 award:-16 commit:a7ff49ef519b4b3944ca52adaf3c4c4da767ed91 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/a7ff49ef519b4b3944ca52adaf3c4c4da767ed91/#commitcomment-155766971 is_human:1 where:github who:526301 why:Pushed a7ff49ef5 to the default branch 'master' in zerocracy/fbe
2025-04-23T15:08:53Z push-to-master-was-punished 820463873 _job:34108 award:-16 commit:4f111c51dd2b94453cf470d4750b47d88cede14e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/4f111c51dd2b94453cf470d4750b47d88cede14e/#commitcomment-155766972 is_human:1 where:github who:526301 why:Pushed 4f111c51d to the default branch 'master' in zerocracy/fbe
2025-04-29T14:12:25Z push-to-master-was-punished 974194993 _job:34108 award:-16 commit:d145ea8eca2c7eff32d45acb3e37a8ffb8fa4d01 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/zerocracy-mcp-server, the penalty amount is -16. href:https://github.com/zerocracy/zerocracy-mcp-server/commit/d145ea8eca2c7eff32d45acb3e37a8ffb8fa4d01/#commitcomment-156072571 is_human:1 where:github who:526301 why:Pushed d145ea8ec to the default branch 'master' in zerocracy/zerocracy-mcp-server
2025-04-29T14:12:25Z push-to-master-was-punished 974194993 _job:34108 award:-16 commit:fa8b160d68e0475e6ca9d6c5435745bcf1248d4c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/zerocracy-mcp-server, the penalty amount is -16. href:https://github.com/zerocracy/zerocracy-mcp-server/commit/fa8b160d68e0475e6ca9d6c5435745bcf1248d4c/#commitcomment-156072572 is_human:1 where:github who:526301 why:Pushed fa8b160d6 to the default branch 'master' in zerocracy/zerocracy-mcp-server
2025-05-01T12:10:52Z code-contribution-was-rewarded 799177290 _job:34108 award:7 details:It's time to reward @yegorov for the code contributed in zerocracy/judges-action#582, the reward amount is 7. done:2025-08-21T13:53:52Z href:https://github.com/zerocracy/judges-action/issues/582/#issuecomment-2844825316 is_human:1 issue:582 receipt:receipt-#21250 where:github who:2566462 why:Contributed code in zerocracy/judges-action#582
2025-05-01T15:10:31Z push-to-master-was-punished 799177290 _job:34108 award:-16 commit:0ec49eb8d9b5e48dbe00d70a15cf638efe451d41 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/0ec49eb8d9b5e48dbe00d70a15cf638efe451d41/#commitcomment-156178533 is_human:1 where:github who:526301 why:Pushed 0ec49eb8d to the default branch 'master' in zerocracy/judges-action
2025-05-01T15:10:31Z push-to-master-was-punished 799177290 _job:34108 award:-16 commit:c6d02f1b779565ee1a8b9182a81de204ddb54f0b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/c6d02f1b779565ee1a8b9182a81de204ddb54f0b/#commitcomment-156178534 is_human:1 where:github who:526301 why:Pushed c6d02f1b7 to the default branch 'master' in zerocracy/judges-action
2025-05-01T18:11:44Z push-to-master-was-punished 799113787 _job:34108 award:-16 commit:9e849ddd324311c73fa0bc33b4b3fc7ce1f919b0 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/9e849ddd324311c73fa0bc33b4b3fc7ce1f919b0/#commitcomment-156186777 is_human:1 where:github who:526301 why:Pushed 9e849ddd3 to the default branch 'master' in yegor256/judges
2025-05-04T17:39:55Z push-to-master-was-punished 798641472 _job:34108 award:-16 commit:a5b7919b8fc6291d3f6ef935494a784a71acc7cc default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/a5b7919b8fc6291d3f6ef935494a784a71acc7cc/#commitcomment-156361209 is_human:1 where:github who:526301 why:Pushed a5b7919b8 to the default branch 'master' in yegor256/factbase
2025-05-05T04:13:43Z push-to-master-was-punished 802720676 _job:34108 award:-16 commit:52ec1c941e46a42ce5899443fd682e59fd10f60e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/52ec1c941e46a42ce5899443fd682e59fd10f60e/#commitcomment-156378485 is_human:1 where:github who:526301 why:Pushed 52ec1c941 to the default branch 'master' in zerocracy/pages-action
2025-05-05T05:43:05Z code-review-was-rewarded 820463873 _job:34108 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/fbe#176, the reward amount is 4. done:2025-08-21T13:53:53Z href:https://github.com/zerocracy/fbe/issues/176/#issuecomment-2850005394 is_human:1 issue:176 where:github who:526301 why:Reviewed code in zerocracy/fbe#176
2025-05-05T05:43:10Z code-review-was-rewarded 820463873 _job:34108 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/fbe#177, the reward amount is 4. done:2025-08-21T13:53:53Z href:https://github.com/zerocracy/fbe/issues/177/#issuecomment-2850005429 is_human:1 issue:177 where:github who:526301 why:Reviewed code in zerocracy/fbe#177
2025-05-05T05:43:32Z code-contribution-was-rewarded 820463873 _job:34108 award:8 details:It's time to reward @yegorov for the code contributed in zerocracy/fbe#176, the reward amount is 8. done:2025-08-21T13:53:54Z href:https://github.com/zerocracy/fbe/issues/176/#issuecomment-2850005461 is_human:1 issue:176 receipt:receipt-#21678 where:github who:2566462 why:Contributed code in zerocracy/fbe#176
2025-05-05T05:43:35Z code-contribution-was-rewarded 820463873 _job:34108 award:8 details:It's time to reward @yegorov for the code contributed in zerocracy/fbe#177, the reward amount is 8. done:2025-08-21T13:53:55Z href:https://github.com/zerocracy/fbe/issues/177/#issuecomment-2850005501 is_human:1 issue:177 receipt:receipt-#21679 where:github who:2566462 why:Contributed code in zerocracy/fbe#177
2025-05-05T12:15:48Z code-contribution-was-rewarded 820463873 _job:34108 award:4 details:It's time to reward @yegorov for the code contributed in zerocracy/fbe#174, the reward amount is 4. done:2025-08-21T13:53:56Z href:https://github.com/zerocracy/fbe/issues/174/#issuecomment-2850900221 is_human:1 issue:174 receipt:receipt-#21735 where:github who:2566462 why:Contributed code in zerocracy/fbe#174
2025-05-05T15:41:32Z push-to-master-was-punished 820463873 _job:34108 award:-16 commit:c83f3414ddb95687e31efa027697c925d994f3f9 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/c83f3414ddb95687e31efa027697c925d994f3f9/#commitcomment-156401915 is_human:1 where:github who:526301 why:Pushed c83f3414d to the default branch 'master' in zerocracy/fbe
2025-05-05T16:44:51Z push-to-master-was-punished 840215648 _job:34108 award:-16 commit:a1e77cfcbaddd53816c48438efb8a853423326ca default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/a1e77cfcbaddd53816c48438efb8a853423326ca/#commitcomment-156406137 is_human:1 where:github who:526301 why:Pushed a1e77cfcb to the default branch 'master' in zerocracy/baza.rb
2025-05-06T08:45:04Z push-to-master-was-punished 799177290 _job:34108 award:-16 commit:d57b88f3a554ed41b9e95eb496c52091c3a7c5f1 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/d57b88f3a554ed41b9e95eb496c52091c3a7c5f1/#commitcomment-156447821 is_human:1 where:github who:526301 why:Pushed d57b88f3a to the default branch 'master' in zerocracy/judges-action
2025-05-06T09:13:14Z push-to-master-was-punished 799113787 _job:34108 award:-16 commit:b901e55c52ec0168ad2c4005fad492352141c8b7 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/b901e55c52ec0168ad2c4005fad492352141c8b7/#commitcomment-156448989 is_human:1 where:github who:526301 why:Pushed b901e55c5 to the default branch 'master' in yegor256/judges
2025-05-07T02:39:24Z code-contribution-was-rewarded 799177290 _job:34108 award:6 details:It's time to reward @yegorov for the code contributed in zerocracy/judges-action#591, the reward amount is 6. done:2025-08-21T13:53:57Z href:https://github.com/zerocracy/judges-action/issues/591/#issuecomment-2856850753 is_human:1 issue:591 receipt:receipt-#21963 where:github who:2566462 why:Contributed code in zerocracy/judges-action#591
2025-05-07T02:39:28Z code-contribution-was-rewarded 799177290 _job:34108 award:7 details:It's time to reward @yegorov for the code contributed in zerocracy/judges-action#585, the reward amount is 7. done:2025-08-21T13:53:58Z href:https://github.com/zerocracy/judges-action/issues/585/#issuecomment-2856850775 is_human:1 issue:585 receipt:receipt-#21964 where:github who:2566462 why:Contributed code in zerocracy/judges-action#585
2025-05-08T06:13:43Z push-to-master-was-punished 974194993 _job:34108 award:-16 commit:741c5facf2766e213b8cba7dd88b135d396401ae default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/zerocracy-mcp-server, the penalty amount is -16. href:https://github.com/zerocracy/zerocracy-mcp-server/commit/741c5facf2766e213b8cba7dd88b135d396401ae/#commitcomment-156586129 is_human:1 where:github who:526301 why:Pushed 741c5facf to the default branch 'master' in zerocracy/zerocracy-mcp-server
2025-05-08T06:46:59Z push-to-master-was-punished 849726475 _job:34108 award:-16 commit:19b44c99cff29afe7c1e69ebfebb90adc425f31a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/swarm-template, the penalty amount is -16. href:https://github.com/zerocracy/swarm-template/commit/19b44c99cff29afe7c1e69ebfebb90adc425f31a/#commitcomment-156587149 is_human:1 where:github who:526301 why:Pushed 19b44c99c to the default branch 'master' in zerocracy/swarm-template
2025-05-08T08:12:45Z push-to-master-was-punished 181044958 _job:34108 award:-16 commit:3d62bc591ef8c80c3f4e33f9e581581e2fa30f00 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/3d62bc591ef8c80c3f4e33f9e581581e2fa30f00/#commitcomment-156592592 is_human:1 where:github who:526301 why:Pushed 3d62bc591 to the default branch 'master' in yegor256/0rsk
2025-05-08T21:09:47Z bad-branch-name-was-punished 181044958 _job:34108 award:-12 branch:master details:It's time to punish @artur-intech for the branch named as 'master', which is wrong in yegor256/0rsk#133, the penalty amount is -12. href:https://github.com/yegor256/0rsk/issues/133/#issuecomment-2864378546 is_human:1 issue:133 where:github who:22315378 why:Wrongly named a branch in yegor256/0rsk#133
2025-05-09T08:44:42Z bug-report-was-rewarded 181044958 _job:34108 award:12 details:It's time to reward @artur-intech for the bug reported in yegor256/0rsk#134, the reward amount is 12. done:2025-08-21T13:53:59Z href:https://github.com/yegor256/0rsk/issues/134/#issuecomment-2865695284 is_human:1 issue:134 receipt:receipt-#22262 where:github who:22315378 why:Reported bug in yegor256/0rsk#134
2025-05-09T16:44:10Z code-review-was-rewarded 799177290 _job:34108 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#596, the reward amount is 4. done:2025-08-21T13:54:00Z href:https://github.com/zerocracy/judges-action/issues/596/#issuecomment-2867321719 is_human:1 issue:596 where:github who:526301 why:Reviewed code in zerocracy/judges-action#596
2025-05-09T16:43:44Z code-contribution-was-rewarded 799177290 _job:34108 award:24 details:It's time to reward @yegorov for the code contributed in zerocracy/judges-action#596, the reward amount is 24. done:2025-08-21T13:54:01Z href:https://github.com/zerocracy/judges-action/issues/596/#issuecomment-2867321692 is_human:1 issue:596 receipt:receipt-#22313 where:github who:2566462 why:Contributed code in zerocracy/judges-action#596
2025-05-10T16:11:48Z bad-branch-name-was-punished 181044958 _job:34108 award:-12 branch:update-readme details:It's time to punish @artur-intech for the branch named as 'update-readme', which is wrong in yegor256/0rsk#135, the penalty amount is -12. href:https://github.com/yegor256/0rsk/issues/135/#issuecomment-2869009831 is_human:1 issue:135 where:github who:22315378 why:Wrongly named a branch in yegor256/0rsk#135
2025-05-12T16:44:33Z push-to-master-was-punished 974194993 _job:34108 award:-16 commit:d427f5ffc784a6ed53267c8846793279ea60af4c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/zerocracy-mcp-server, the penalty amount is -16. href:https://github.com/zerocracy/zerocracy-mcp-server/commit/d427f5ffc784a6ed53267c8846793279ea60af4c/#commitcomment-156844565 is_human:1 where:github who:526301 why:Pushed d427f5ffc to the default branch 'master' in zerocracy/zerocracy-mcp-server
2025-05-14T05:45:12Z push-to-master-was-punished 820463873 _job:34108 award:-16 commit:47abec871dec2c5329b1bf3349ce3b5afcd754c3 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/47abec871dec2c5329b1bf3349ce3b5afcd754c3/#commitcomment-156976231 is_human:1 where:github who:526301 why:Pushed 47abec871 to the default branch 'master' in zerocracy/fbe
2025-05-14T05:45:12Z push-to-master-was-punished 849726475 _job:34108 award:-16 commit:73a7ee1b1c676bd16fd119e345f5de5af09f60bd default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/swarm-template, the penalty amount is -16. href:https://github.com/zerocracy/swarm-template/commit/73a7ee1b1c676bd16fd119e345f5de5af09f60bd/#commitcomment-156976233 is_human:1 where:github who:526301 why:Pushed 73a7ee1b1 to the default branch 'master' in zerocracy/swarm-template
2025-05-14T05:45:13Z push-to-master-was-punished 799113787 _job:34108 award:-16 commit:8ddcada3bcff51fdc08cd73dddaea46c1f683ffe default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/8ddcada3bcff51fdc08cd73dddaea46c1f683ffe/#commitcomment-156976236 is_human:1 where:github who:526301 why:Pushed 8ddcada3b to the default branch 'master' in yegor256/judges
2025-05-14T05:45:13Z push-to-master-was-punished 181044958 _job:34108 award:-16 commit:4a57ed5d1f7368e3130d346ab4113f820f20b320 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/4a57ed5d1f7368e3130d346ab4113f820f20b320/#commitcomment-156976238 is_human:1 where:github who:526301 why:Pushed 4a57ed5d1 to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:13Z push-to-master-was-punished 181044958 _job:34108 award:-16 commit:7aa179a385047f2ab365df0388def0116c626197 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/7aa179a385047f2ab365df0388def0116c626197/#commitcomment-156976239 is_human:1 where:github who:526301 why:Pushed 7aa179a38 to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:13Z push-to-master-was-punished 181044958 _job:34108 award:-16 commit:ed98d6230a35a7bc8e656e27757ce1735c4d4fd1 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/ed98d6230a35a7bc8e656e27757ce1735c4d4fd1/#commitcomment-156976240 is_human:1 where:github who:526301 why:Pushed ed98d6230 to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:13Z push-to-master-was-punished 181044958 _job:34108 award:-16 commit:4023b7c733461e77f4b2c8facd4ca4e0dd12ed68 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/4023b7c733461e77f4b2c8facd4ca4e0dd12ed68/#commitcomment-156976241 is_human:1 where:github who:526301 why:Pushed 4023b7c73 to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:14Z push-to-master-was-punished 181044958 _job:34108 award:-16 commit:8291d66c347404ffd2f7f1e11ead52adbf617d2f default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/8291d66c347404ffd2f7f1e11ead52adbf617d2f/#commitcomment-156976243 is_human:1 where:github who:526301 why:Pushed 8291d66c3 to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:14Z push-to-master-was-punished 181044958 _job:34108 award:-16 commit:f8baa3cf43e70d8d7df0df525feeef77051b8b8e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/f8baa3cf43e70d8d7df0df525feeef77051b8b8e/#commitcomment-156976246 is_human:1 where:github who:526301 why:Pushed f8baa3cf4 to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:14Z push-to-master-was-punished 181044958 _job:34108 award:-16 commit:07a6864917e34b343b8ee583dee67d97f21f1c71 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/07a6864917e34b343b8ee583dee67d97f21f1c71/#commitcomment-156976247 is_human:1 where:github who:526301 why:Pushed 07a686491 to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:14Z push-to-master-was-punished 181044958 _job:34108 award:-16 commit:b92f0798769e04f8156131e7c2d0b62dc514559c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/b92f0798769e04f8156131e7c2d0b62dc514559c/#commitcomment-156976248 is_human:1 where:github who:526301 why:Pushed b92f07987 to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:14Z push-to-master-was-punished 181044958 _job:34108 award:-16 commit:de602813157435a2c5270c9bf876287f7ec4bb51 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/de602813157435a2c5270c9bf876287f7ec4bb51/#commitcomment-156976250 is_human:1 where:github who:526301 why:Pushed de6028131 to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:15Z push-to-master-was-punished 181044958 _job:34108 award:-16 commit:91f00eaaa7405f5caaa09a204683e6402c8ee97d default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/91f00eaaa7405f5caaa09a204683e6402c8ee97d/#commitcomment-156976251 is_human:1 where:github who:526301 why:Pushed 91f00eaaa to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:15Z push-to-master-was-punished 181044958 _job:34108 award:-16 commit:a6ca8127ac205998cdf2d5abbc2cb05918f53261 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/a6ca8127ac205998cdf2d5abbc2cb05918f53261/#commitcomment-156976252 is_human:1 where:github who:526301 why:Pushed a6ca8127a to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:15Z push-to-master-was-punished 181044958 _job:34108 award:-16 commit:e645ff978d6a68f0b55eb9e54d3d3b259c9be2b2 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/e645ff978d6a68f0b55eb9e54d3d3b259c9be2b2/#commitcomment-156976253 is_human:1 where:github who:526301 why:Pushed e645ff978 to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:15Z push-to-master-was-punished 181044958 _job:34108 award:-16 commit:f97024b49e4ff0ea8df7bb7c405f65f02aa286fc default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/f97024b49e4ff0ea8df7bb7c405f65f02aa286fc/#commitcomment-156976254 is_human:1 where:github who:526301 why:Pushed f97024b49 to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:15Z push-to-master-was-punished 802720676 _job:34108 award:-16 commit:171ea2312f811c69cf1ee1856be71a15b633f124 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/171ea2312f811c69cf1ee1856be71a15b633f124/#commitcomment-156976257 is_human:1 where:github who:526301 why:Pushed 171ea2312 to the default branch 'master' in zerocracy/pages-action
2025-05-14T05:45:16Z push-to-master-was-punished 840215648 _job:34108 award:-16 commit:88a7f9ea6e7f0681e4be1afd878efd82de01b9c0 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/88a7f9ea6e7f0681e4be1afd878efd82de01b9c0/#commitcomment-156976258 is_human:1 where:github who:526301 why:Pushed 88a7f9ea6 to the default branch 'master' in zerocracy/baza.rb
2025-05-14T05:45:16Z push-to-master-was-punished 799177290 _job:34108 award:-16 commit:baad9ca9bb91a3d0a2dd65c5fb8ed4e560eb957c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/baad9ca9bb91a3d0a2dd65c5fb8ed4e560eb957c/#commitcomment-156976260 is_human:1 where:github who:526301 why:Pushed baad9ca9b to the default branch 'master' in zerocracy/judges-action
2025-05-14T05:45:16Z push-to-master-was-punished 798641472 _job:34108 award:-16 commit:01d8653040dea3ed3ab243da2d61d527440b2d06 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/01d8653040dea3ed3ab243da2d61d527440b2d06/#commitcomment-156976262 is_human:1 where:github who:526301 why:Pushed 01d865304 to the default branch 'master' in yegor256/factbase
2025-05-14T06:15:33Z bug-report-was-rewarded 181044958 _job:34108 award:12 details:It's time to reward @artur-intech for the bug reported in yegor256/0rsk#136, the reward amount is 12. done:2025-08-21T13:54:01Z href:https://github.com/yegor256/0rsk/issues/136/#issuecomment-2878885395 is_human:1 issue:136 receipt:receipt-#22891 where:github who:22315378 why:Reported bug in yegor256/0rsk#136
2025-05-14T06:15:40Z bug-report-was-rewarded 181044958 _job:34108 award:12 details:It's time to reward @artur-intech for the bug reported in yegor256/0rsk#137, the reward amount is 12. done:2025-08-21T13:54:02Z href:https://github.com/yegor256/0rsk/issues/137/#issuecomment-2878885435 is_human:1 issue:137 receipt:receipt-#22892 where:github who:22315378 why:Reported bug in yegor256/0rsk#137
2025-05-14T06:15:47Z bug-report-was-rewarded 181044958 _job:34108 award:12 details:It's time to reward @artur-intech for the bug reported in yegor256/0rsk#148, the reward amount is 12. done:2025-08-21T13:54:03Z href:https://github.com/yegor256/0rsk/issues/148/#issuecomment-2878885473 is_human:1 issue:148 receipt:receipt-#22893 where:github who:22315378 why:Reported bug in yegor256/0rsk#148
2025-05-14T06:15:54Z bug-report-was-rewarded 181044958 _job:34108 award:12 details:It's time to reward @artur-intech for the bug reported in yegor256/0rsk#149, the reward amount is 12. done:2025-08-21T13:54:04Z href:https://github.com/yegor256/0rsk/issues/149/#issuecomment-2878885511 is_human:1 issue:149 receipt:receipt-#22894 where:github who:22315378 why:Reported bug in yegor256/0rsk#149
2025-05-14T06:16:00Z bug-report-was-rewarded 181044958 _job:34108 award:12 details:It's time to reward @artur-intech for the bug reported in yegor256/0rsk#150, the reward amount is 12. done:2025-08-21T13:54:05Z href:https://github.com/yegor256/0rsk/issues/150/#issuecomment-2878885542 is_human:1 issue:150 receipt:receipt-#22895 where:github who:22315378 why:Reported bug in yegor256/0rsk#150
2025-05-18T18:45:46Z push-to-master-was-punished 799177290 _job:34108 award:-16 commit:5f3178ff2299298ebdcf91ba8de093825080494a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/5f3178ff2299298ebdcf91ba8de093825080494a/#commitcomment-157326340 is_human:1 where:github who:526301 why:Pushed 5f3178ff2 to the default branch 'master' in zerocracy/judges-action
2025-05-18T19:10:02Z code-contribution-was-rewarded 820463873 _job:34108 award:4 details:It's time to reward @yegorov for the code contributed in zerocracy/fbe#183, the reward amount is 4. done:2025-08-21T13:54:06Z href:https://github.com/zerocracy/fbe/issues/183/#issuecomment-2889171782 is_human:1 issue:183 receipt:receipt-#23369 where:github who:2566462 why:Contributed code in zerocracy/fbe#183
2025-05-19T05:12:36Z code-contribution-was-rewarded 799177290 _job:34108 award:4 details:It's time to reward @yegorov for the code contributed in zerocracy/judges-action#606, the reward amount is 4. done:2025-08-21T13:54:07Z href:https://github.com/zerocracy/judges-action/issues/606/#issuecomment-2889643724 is_human:1 issue:606 receipt:receipt-#23415 where:github who:2566462 why:Contributed code in zerocracy/judges-action#606
2025-05-19T10:45:32Z push-to-master-was-punished 820463873 _job:34108 award:-16 commit:576db82271bb062fc7b93329bf0e993fb20477dc default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/576db82271bb062fc7b93329bf0e993fb20477dc/#commitcomment-157361625 is_human:1 where:github who:526301 why:Pushed 576db8227 to the default branch 'master' in zerocracy/fbe
2025-05-19T10:45:33Z push-to-master-was-punished 181044958 _job:34108 award:-16 commit:aa1070c37c2db9a82c9dd78810799707d4920550 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/aa1070c37c2db9a82c9dd78810799707d4920550/#commitcomment-157361627 is_human:1 where:github who:526301 why:Pushed aa1070c37 to the default branch 'master' in yegor256/0rsk
2025-05-19T10:45:33Z push-to-master-was-punished 840215648 _job:34108 award:-16 commit:756c10bcb5c17c0cc003a114b2d8d35a6053783c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/756c10bcb5c17c0cc003a114b2d8d35a6053783c/#commitcomment-157361630 is_human:1 where:github who:526301 why:Pushed 756c10bcb to the default branch 'master' in zerocracy/baza.rb
2025-05-19T11:11:29Z push-to-master-was-punished 798641472 _job:34108 award:-16 commit:c406fdbd24bbea55a8396c81589f874347d1debb default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/c406fdbd24bbea55a8396c81589f874347d1debb/#commitcomment-157361631 is_human:1 where:github who:526301 why:Pushed c406fdbd2 to the default branch 'master' in yegor256/factbase
2025-05-19T11:11:30Z push-to-master-was-punished 799113787 _job:34108 award:-16 commit:ee07a8aab80f43ed9f03b1144e6fc9fa19fba4bc default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/ee07a8aab80f43ed9f03b1144e6fc9fa19fba4bc/#commitcomment-157361632 is_human:1 where:github who:526301 why:Pushed ee07a8aab to the default branch 'master' in yegor256/judges
2025-05-19T11:11:30Z push-to-master-was-punished 802720676 _job:34108 award:-16 commit:e7cafe288d7ecf688d4d8b8510a01f46c67d088c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/e7cafe288d7ecf688d4d8b8510a01f46c67d088c/#commitcomment-157361633 is_human:1 where:github who:526301 why:Pushed e7cafe288 to the default branch 'master' in zerocracy/pages-action
2025-05-19T11:40:53Z push-to-master-was-punished 974194993 _job:34108 award:-16 commit:e425fac38daa18ee74d941c732cb4292b5cd7ae0 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/zerocracy-mcp-server, the penalty amount is -16. href:https://github.com/zerocracy/zerocracy-mcp-server/commit/e425fac38daa18ee74d941c732cb4292b5cd7ae0/#commitcomment-157368634 is_human:1 where:github who:526301 why:Pushed e425fac38 to the default branch 'master' in zerocracy/zerocracy-mcp-server
2025-05-19T11:40:54Z push-to-master-was-punished 849726475 _job:34108 award:-16 commit:8a31706c638f60ec7c5befc37332849dc16a1fcd default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/swarm-template, the penalty amount is -16. href:https://github.com/zerocracy/swarm-template/commit/8a31706c638f60ec7c5befc37332849dc16a1fcd/#commitcomment-157368636 is_human:1 where:github who:526301 why:Pushed 8a31706c6 to the default branch 'master' in zerocracy/swarm-template
2025-05-19T19:12:09Z code-review-was-rewarded 799177290 _job:34108 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#605, the reward amount is 4. done:2025-08-21T13:54:08Z href:https://github.com/zerocracy/judges-action/issues/605/#issuecomment-2892083119 is_human:1 issue:605 where:github who:526301 why:Reviewed code in zerocracy/judges-action#605
2025-05-19T19:38:43Z code-contribution-was-rewarded 799177290 _job:34108 award:8 details:It's time to reward @yegorov for the code contributed in zerocracy/judges-action#605, the reward amount is 8. done:2025-08-21T13:54:08Z href:https://github.com/zerocracy/judges-action/issues/605/#issuecomment-2892358798 is_human:1 issue:605 receipt:receipt-#23582 where:github who:2566462 why:Contributed code in zerocracy/judges-action#605
2024-07-18T10:07:00Z push-to-master-was-punished _job:34108 award:-20 cause:43924 commit:6699fedd68b25edba0453e14686eafcbf3bc6dea default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/6699fedd68b25edba0453e14686eafcbf3bc6dea/#commitcomment-144373451 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/baza
2024-07-18T17:06:32Z push-to-master-was-punished _job:34108 award:-20 cause:44914 commit:6a6cdbb2bc9857f84ffe18cc268a2448a1770623 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/6a6cdbb2bc9857f84ffe18cc268a2448a1770623/#commitcomment-144391095 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/baza
2024-07-18T18:08:03Z push-to-master-was-punished _job:34108 award:-20 cause:45076 commit:a34ea1c71527c5f53a40e8a4214eb98d1a281e66 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/a34ea1c71527c5f53a40e8a4214eb98d1a281e66/#commitcomment-144394027 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/baza
2024-07-19T04:07:31Z push-to-master-was-punished _job:34108 award:-20 cause:46289 commit:54ba179b6ffae9a214ffed6a9692a52293a8025c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/54ba179b6ffae9a214ffed6a9692a52293a8025c/#commitcomment-144409119 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/baza
2024-07-19T11:06:26Z push-to-master-was-punished _job:34108 award:-20 cause:47449 commit:134fe3ece622cf4916998b5e32010db4c257de7c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/134fe3ece622cf4916998b5e32010db4c257de7c/#commitcomment-144419703 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/baza
2024-07-19T11:06:33Z push-to-master-was-punished _job:34108 award:-20 cause:47450 commit:08d3181af0da08b59920bc4ba9a224f028c1adad default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/08d3181af0da08b59920bc4ba9a224f028c1adad/#commitcomment-144419710 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/baza
2024-07-20T16:06:18Z push-to-master-was-punished _job:34108 award:-20 cause:49884 commit:d61b59e75bc7396b7ffb37595feea05f4b0b5212 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/d61b59e75bc7396b7ffb37595feea05f4b0b5212/#commitcomment-144452760 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/baza
2024-07-20T17:06:23Z push-to-master-was-punished _job:34108 award:-20 cause:50048 commit:8c2a7684933136b3a637db236d67cea43e3132b9 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/8c2a7684933136b3a637db236d67cea43e3132b9/#commitcomment-144453290 is_human:1 where:github who:526301 why:Push 8c2a76849 to default branch 'master' in zerocracy/baza
2024-07-20T17:06:30Z push-to-master-was-punished _job:34108 award:-20 cause:50049 commit:4bde8f0fb887c4d29beb791f4d6e0b41280ae06a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/4bde8f0fb887c4d29beb791f4d6e0b41280ae06a/#commitcomment-144453293 is_human:1 where:github who:526301 why:Push 4bde8f0fb to default branch 'master' in zerocracy/baza
2024-07-20T17:06:36Z push-to-master-was-punished _job:34108 award:-20 cause:50050 commit:60bba7421f953931b53850efb82e4f0ad3d6fadb default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/60bba7421f953931b53850efb82e4f0ad3d6fadb/#commitcomment-144453851 is_human:1 where:github who:526301 why:Push 60bba7421 to default branch 'master' in zerocracy/baza
2024-07-20T20:06:47Z push-to-master-was-punished _job:34108 award:-20 cause:50379 commit:72c712ebb0e5c3b8ee6b8a8ec230f417a4f3b337 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/72c712ebb0e5c3b8ee6b8a8ec230f417a4f3b337/#commitcomment-144454945 is_human:1 where:github who:526301 why:Push 72c712ebb to default branch 'master' in zerocracy/baza
2024-07-20T20:06:53Z push-to-master-was-punished _job:34108 award:-20 cause:50380 commit:187e1bf89c97d636b7f62efbe5ff555d0ac4f5a0 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/187e1bf89c97d636b7f62efbe5ff555d0ac4f5a0/#commitcomment-144454946 is_human:1 where:github who:526301 why:Push 187e1bf89 to default branch 'master' in zerocracy/baza
2024-07-22T10:07:03Z push-to-master-was-punished _job:34108 award:-20 cause:53138 commit:c99fbc249a690e9dfcc4dc58242ae6cdfa6847d7 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/c99fbc249a690e9dfcc4dc58242ae6cdfa6847d7/#commitcomment-144489145 is_human:1 where:github who:526301 why:Push c99fbc249 to default branch 'master' in zerocracy/baza
2024-07-22T10:07:13Z push-to-master-was-punished _job:34108 award:-20 cause:53139 commit:642cca135215e465a96daf07cbba3eacce4848c8 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/642cca135215e465a96daf07cbba3eacce4848c8/#commitcomment-144489149 is_human:1 where:github who:526301 why:Push 642cca135 to default branch 'master' in zerocracy/baza
2024-07-22T10:07:24Z push-to-master-was-punished _job:34108 award:-20 cause:53140 commit:9dff2f6171bb1ba5b71171ed9b97110cc86d4827 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/9dff2f6171bb1ba5b71171ed9b97110cc86d4827/#commitcomment-144491459 is_human:1 where:github who:526301 why:Push 9dff2f617 to default branch 'master' in zerocracy/baza
2024-07-22T11:06:45Z push-to-master-was-punished _job:34108 award:-20 cause:53303 commit:816af5163f6b970b5e86b7b948c8f22fd7cf9b40 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/816af5163f6b970b5e86b7b948c8f22fd7cf9b40/#commitcomment-144491464 is_human:1 where:github who:526301 why:Push 816af5163 to default branch 'master' in zerocracy/baza
2024-07-22T11:06:55Z push-to-master-was-punished _job:34108 award:-20 cause:53304 commit:dd0d539dfc6d6ee1a552afa4b121dc30d944b13d default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/dd0d539dfc6d6ee1a552afa4b121dc30d944b13d/#commitcomment-144491471 is_human:1 where:github who:526301 why:Push dd0d539df to default branch 'master' in zerocracy/baza
2024-07-22T11:07:05Z push-to-master-was-punished _job:34108 award:-20 cause:53474 commit:b17ac6219273e0c645d92441e97cde6a3f70b5f5 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/b17ac6219273e0c645d92441e97cde6a3f70b5f5/#commitcomment-144493663 is_human:1 where:github who:526301 why:Push b17ac6219 to default branch 'master' in zerocracy/baza
2024-07-22T12:09:40Z push-to-master-was-punished _job:34108 award:-20 cause:53475 commit:7dfec4a80ae6d9c16c55deb06464fba4122b7586 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/7dfec4a80ae6d9c16c55deb06464fba4122b7586/#commitcomment-144493668 is_human:1 where:github who:526301 why:Push 7dfec4a80 to default branch 'master' in zerocracy/baza
2024-07-22T12:09:49Z push-to-master-was-punished _job:34108 award:-20 cause:53989 commit:55b3000966efe0be0a2f3d2be8bea775d71b42e5 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/55b3000966efe0be0a2f3d2be8bea775d71b42e5/#commitcomment-144493675 is_human:1 where:github who:526301 why:Push 55b300096 to default branch 'master' in zerocracy/baza
2024-07-22T12:09:58Z push-to-master-was-punished _job:34108 award:-20 cause:53990 commit:c9a3be23f7fb8e9fb944988667f057dcf2b7bd5e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/c9a3be23f7fb8e9fb944988667f057dcf2b7bd5e/#commitcomment-144496055 is_human:1 where:github who:526301 why:Push c9a3be23f to default branch 'master' in zerocracy/baza
2024-07-22T13:08:16Z push-to-master-was-punished _job:34108 award:-20 cause:53991 commit:40dbcf9851d9adf284d44758c9ab241ce14856d3 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/40dbcf9851d9adf284d44758c9ab241ce14856d3/#commitcomment-144496058 is_human:1 where:github who:526301 why:Push 40dbcf985 to default branch 'master' in zerocracy/baza
2024-07-22T13:08:24Z push-to-master-was-punished _job:34108 award:-20 cause:53992 commit:58471bdb3b1bc3aa8600420a262540cc58525ecb default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/58471bdb3b1bc3aa8600420a262540cc58525ecb/#commitcomment-144496061 is_human:1 where:github who:526301 why:Push 58471bdb3 to default branch 'master' in zerocracy/baza
2024-07-26T13:10:12Z push-to-master-was-punished _job:34108 award:-20 cause:55646 commit:13cc6e831add6edbfba546765a6284be9f7d57d1 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/13cc6e831add6edbfba546765a6284be9f7d57d1/#commitcomment-144689115 is_human:1 where:github who:526301 why:Push 13cc6e831 to default branch 'master' in zerocracy/baza
2024-07-30T18:11:40Z push-to-master-was-punished _job:34108 award:-20 cause:85581 commit:a6f1206c551f7cbb939e95bbadc7156d99621258 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/a6f1206c551f7cbb939e95bbadc7156d99621258/#commitcomment-144821969 is_human:1 where:github who:526301 why:Pushed a6f1206c5 to default branch 'master' in zerocracy/baza
2024-08-10T13:23:15Z push-to-master-was-punished _job:34108 award:-20 cause:102599 commit:6c46e2f94b9dfd61a830e98543ae6e1472d1fe77 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/6c46e2f94b9dfd61a830e98543ae6e1472d1fe77/#commitcomment-145246432 is_human:1 where:github who:526301 why:Pushed 6c46e2f94 to default branch 'master' in zerocracy/baza
2024-08-14T17:19:30Z push-to-master-was-punished _job:34108 award:-20 cause:148284 commit:bf06cf9a19b622fdf122ed9f2a2a24b0a62bdd17 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -20. href:https://github.com/zerocracy/baza/commit/bf06cf9a19b622fdf122ed9f2a2a24b0a62bdd17/#commitcomment-145387369 is_human:1 where:github who:526301 why:Pushed bf06cf9a1 to default branch 'master' in zerocracy/baza
2024-08-19T18:23:06Z push-to-master-was-punished _job:34108 award:-16 commit:768d4883d133b9cb5b7bbabe43f2b1af7163b0f6 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/768d4883d133b9cb5b7bbabe43f2b1af7163b0f6/#commitcomment-145527485 is_human:1 where:github who:526301 why:Pushed 768d4883d to the default branch 'master' in zerocracy/baza
2024-08-26T18:27:58Z push-to-master-was-punished _job:34108 award:-16 commit:669f622156bc99d60f9cdc94734df17635d10103 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/669f622156bc99d60f9cdc94734df17635d10103/#commitcomment-145846743 is_human:1 where:github who:526301 why:Pushed 669f62215 to the default branch 'master' in zerocracy/baza
2024-09-02T19:33:25Z push-to-master-was-punished _job:34108 award:-16 commit:d07cb8143cff4b16aae27fba45f7efa24e34a8fc default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/d07cb8143cff4b16aae27fba45f7efa24e34a8fc/#commitcomment-146104589 is_human:1 where:github who:526301 why:Pushed d07cb8143 to the default branch 'master' in zerocracy/baza
2024-09-07T04:30:49Z push-to-master-was-punished _job:34108 award:-16 commit:973e263e13a6135d2a326e7822756b13644a7fdf default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/973e263e13a6135d2a326e7822756b13644a7fdf/#commitcomment-146369151 is_human:1 where:github who:526301 why:Pushed 973e263e1 to the default branch 'master' in zerocracy/baza
2024-09-11T05:34:40Z push-to-master-was-punished _job:34108 award:-16 commit:fd5c38b9657923db8b40c47a616640cadee0e7b5 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/fd5c38b9657923db8b40c47a616640cadee0e7b5/#commitcomment-146540997 is_human:1 where:github who:526301 why:Pushed fd5c38b96 to the default branch 'master' in zerocracy/baza
2024-09-15T13:36:42Z push-to-master-was-punished _job:34108 award:-16 commit:338d719c3442087b8710fa3b389754e2f3282110 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/338d719c3442087b8710fa3b389754e2f3282110/#commitcomment-146733700 is_human:1 where:github who:526301 why:Pushed 338d719c3 to the default branch 'master' in zerocracy/baza
2024-09-19T19:34:43Z push-to-master-was-punished _job:34108 award:-16 commit:aa0afdf2ce09bd79b4586af6085cd98636762eab default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/aa0afdf2ce09bd79b4586af6085cd98636762eab/#commitcomment-146946402 is_human:1 where:github who:526301 why:Pushed aa0afdf2c to the default branch 'master' in zerocracy/baza
2024-09-25T07:40:42Z push-to-master-was-punished _job:34108 award:-16 commit:15698824fb7aeb71f245d3f6065163a62fffb560 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/15698824fb7aeb71f245d3f6065163a62fffb560/#commitcomment-147169906 is_human:1 where:github who:526301 why:Pushed 15698824f to the default branch 'master' in zerocracy/baza
2024-09-29T12:41:39Z push-to-master-was-punished _job:34108 award:-16 commit:dc1712962b39c881c5f3cb2e8a2897f618ac5514 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/dc1712962b39c881c5f3cb2e8a2897f618ac5514/#commitcomment-147352592 is_human:1 where:github who:526301 why:Pushed dc1712962 to the default branch 'master' in zerocracy/baza
2024-10-04T11:41:15Z push-to-master-was-punished _job:34108 award:-16 commit:625a845d21220a84d55cdd285e9370d7d6094187 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/625a845d21220a84d55cdd285e9370d7d6094187/#commitcomment-147573532 is_human:1 where:github who:526301 why:Pushed 625a845d2 to the default branch 'master' in zerocracy/baza
2024-10-14T06:46:42Z push-to-master-was-punished _job:34108 award:-16 commit:c35cf730262333176ad5ad51f83a6b3e35c78197 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/c35cf730262333176ad5ad51f83a6b3e35c78197/#commitcomment-147901758 is_human:1 where:github who:526301 why:Pushed c35cf7302 to the default branch 'master' in zerocracy/baza
2024-11-11T14:59:08Z push-to-master-was-punished _job:34108 award:-16 commit:30572dca7f8eb57288b5b14cfb65247d2c8cbfa0 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/30572dca7f8eb57288b5b14cfb65247d2c8cbfa0/#commitcomment-148956850 is_human:1 where:github who:526301 why:Pushed 30572dca7 to the default branch 'master' in zerocracy/baza
2024-11-16T19:06:14Z push-to-master-was-punished _job:34108 award:-16 commit:96341e3b4bb43c32138662646a3281ccc6a0df55 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/96341e3b4bb43c32138662646a3281ccc6a0df55/#commitcomment-149165449 is_human:1 where:github who:526301 why:Pushed 96341e3b4 to the default branch 'master' in zerocracy/baza
2024-12-19T03:40:57Z push-to-master-was-punished _job:34108 award:-16 commit:a214df8bce882ecaa7e75429a74fa965c100b163 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/a214df8bce882ecaa7e75429a74fa965c100b163/#commitcomment-150514232 is_human:1 where:github who:526301 why:Pushed a214df8bc to the default branch 'master' in zerocracy/baza
2025-01-02T15:18:28Z push-to-master-was-punished _job:34108 award:-16 commit:7c1b555975ba0c347388419a46fbfc072683eae4 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/7c1b555975ba0c347388419a46fbfc072683eae4/#commitcomment-150870380 is_human:1 where:github who:526301 why:Pushed 7c1b55597 to the default branch 'master' in zerocracy/baza
2025-01-08T03:19:22Z push-to-master-was-punished _job:34108 award:-16 commit:32f9ecc3f503739a9b2ea61d3ffa26ccd2c31b7d default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza, the penalty amount is -16. href:https://github.com/zerocracy/baza/commit/32f9ecc3f503739a9b2ea61d3ffa26ccd2c31b7d/#commitcomment-151030635 is_human:1 where:github who:526301 why:Pushed 32f9ecc3f to the default branch 'master' in zerocracy/baza
2025-05-20T13:51:23Z code-contribution-was-rewarded 802720676 _job:34108 award:4 details:It's time to reward @yegor256 for the code contributed in zerocracy/pages-action#269, the reward amount is 4. done:2025-08-21T13:54:09Z href:https://github.com/zerocracy/pages-action/issues/269/#issuecomment-2894593905 is_human:1 issue:269 where:github who:526301 why:Contributed code in zerocracy/pages-action#269
2025-05-21T16:15:03Z code-review-was-rewarded 799177290 _job:34108 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#611, the reward amount is 4. done:2025-08-21T13:54:10Z href:https://github.com/zerocracy/judges-action/issues/611/#issuecomment-2898525879 is_human:1 issue:611 where:github who:526301 why:Reviewed code in zerocracy/judges-action#611
2025-05-21T16:48:04Z code-contribution-was-rewarded 799177290 _job:34108 award:22 details:It's time to reward @yegorov for the code contributed in zerocracy/judges-action#611, the reward amount is 22. done:2025-08-21T13:54:11Z href:https://github.com/zerocracy/judges-action/issues/611/#issuecomment-2898677160 is_human:1 issue:611 receipt:receipt-#24026 where:github who:2566462 why:Contributed code in zerocracy/judges-action#611
2025-05-22T01:41:16Z code-contribution-was-rewarded 799113787 _job:34108 award:4 details:It's time to reward @yegor256 for the code contributed in yegor256/judges#214, the reward amount is 4. done:2025-08-21T13:54:12Z href:https://github.com/yegor256/judges/issues/214/#issuecomment-2899738590 is_human:1 issue:214 where:github who:526301 why:Contributed code in yegor256/judges#214
2025-05-22T05:44:52Z code-contribution-was-rewarded 799177290 _job:34108 award:7 details:It's time to reward @yegor256 for the code contributed in zerocracy/judges-action#615, the reward amount is 7. done:2025-08-21T13:54:13Z href:https://github.com/zerocracy/judges-action/issues/615/#issuecomment-2899989244 is_human:1 issue:615 where:github who:526301 why:Contributed code in zerocracy/judges-action#615
2025-05-23T09:44:08Z push-to-master-was-punished 799177290 _job:34108 award:-16 commit:0d6c0739e5273bcb72c9790ad4abd66c33026971 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/0d6c0739e5273bcb72c9790ad4abd66c33026971/#commitcomment-157815618 is_human:1 where:github who:526301 why:Pushed 0d6c0739e to the default branch 'master' in zerocracy/judges-action
2025-05-23T09:44:08Z push-to-master-was-punished 799177290 _job:34108 award:-16 commit:d22c2fa0250d9a44f415ee2cdb896d7ae8cbac6f default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/d22c2fa0250d9a44f415ee2cdb896d7ae8cbac6f/#commitcomment-157815619 is_human:1 where:github who:526301 why:Pushed d22c2fa02 to the default branch 'master' in zerocracy/judges-action
2025-05-23T09:44:09Z push-to-master-was-punished 799177290 _job:34108 award:-16 commit:4a8dd726a6ed48a8434ec6ccf3b613fdbc1d7fda default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/4a8dd726a6ed48a8434ec6ccf3b613fdbc1d7fda/#commitcomment-157815620 is_human:1 where:github who:526301 why:Pushed 4a8dd726a to the default branch 'master' in zerocracy/judges-action
2025-05-26T11:12:27Z push-to-master-was-punished 802720676 _job:34108 award:-16 commit:571fb981e82903431b2fb24c625ac943403d9553 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/571fb981e82903431b2fb24c625ac943403d9553/#commitcomment-158019289 is_human:1 where:github who:526301 why:Pushed 571fb981e to the default branch 'master' in zerocracy/pages-action
2025-05-26T11:12:27Z push-to-master-was-punished 799113787 _job:34108 award:-16 commit:1ce1cc9bc0bf4b99efbdab28931f514c06dac75f default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/1ce1cc9bc0bf4b99efbdab28931f514c06dac75f/#commitcomment-158019291 is_human:1 where:github who:526301 why:Pushed 1ce1cc9bc to the default branch 'master' in yegor256/judges
2025-05-26T12:16:47Z code-contribution-was-rewarded 802720676 _job:34108 award:4 details:It's time to reward @yegor256 for the code contributed in zerocracy/pages-action#279, the reward amount is 4. done:2025-08-21T13:54:14Z href:https://github.com/zerocracy/pages-action/issues/279/#issuecomment-2909542889 is_human:1 issue:279 where:github who:526301 why:Contributed code in zerocracy/pages-action#279
2025-05-26T12:16:50Z code-contribution-was-rewarded 799113787 _job:34108 award:4 details:It's time to reward @yegor256 for the code contributed in yegor256/judges#216, the reward amount is 4. done:2025-08-21T13:54:15Z href:https://github.com/yegor256/judges/issues/216/#issuecomment-2909542965 is_human:1 issue:216 where:github who:526301 why:Contributed code in yegor256/judges#216
2025-05-26T21:12:29Z code-review-was-rewarded 799177290 _job:34108 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#638, the reward amount is 4. done:2025-08-21T13:54:15Z href:https://github.com/zerocracy/judges-action/issues/638/#issuecomment-2910637881 is_human:1 issue:638 where:github who:526301 why:Reviewed code in zerocracy/judges-action#638
2025-05-27T10:46:35Z code-contribution-was-rewarded 799113787 _job:34111 award:4 details:It's time to reward @yegor256 for the code contributed in yegor256/judges#219, the reward amount is 4. done:2025-08-21T13:54:17Z href:https://github.com/yegor256/judges/issues/219/#issuecomment-2912057633 is_human:1 issue:219 where:github who:526301 why:Contributed code in yegor256/judges#219
2025-05-27T14:13:59Z push-to-master-was-punished 820463873 _job:34111 award:-16 commit:971c99dd2f2c9c46ebbd483669caad8610487340 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/971c99dd2f2c9c46ebbd483669caad8610487340/#commitcomment-158126689 is_human:1 where:github who:526301 why:Pushed 971c99dd2 to the default branch 'master' in zerocracy/fbe
2025-05-27T19:12:27Z code-contribution-was-rewarded 799177290 _job:34111 award:7 details:It's time to reward @yegor256 for the code contributed in zerocracy/judges-action#650, the reward amount is 7. done:2025-08-21T13:54:18Z href:https://github.com/zerocracy/judges-action/issues/650/#issuecomment-2913797237 is_human:1 issue:650 where:github who:526301 why:Contributed code in zerocracy/judges-action#650
2025-05-28T00:34:57Z push-to-master-was-punished 840215648 _job:34111 award:-16 commit:41e2632ae92faf658d9cf5ee0ed4b984feb0ec3b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/41e2632ae92faf658d9cf5ee0ed4b984feb0ec3b/#commitcomment-158176399 is_human:1 where:github who:526301 why:Pushed 41e2632ae to the default branch 'master' in zerocracy/baza.rb
2025-05-28T07:15:13Z code-contribution-was-rewarded 840215648 _job:34111 award:4 details:It's time to reward @yegor256 for the code contributed in zerocracy/baza.rb#70, the reward amount is 4. done:2025-08-21T13:54:19Z href:https://github.com/zerocracy/baza.rb/issues/70/#issuecomment-2915235186 is_human:1 issue:70 where:github who:526301 why:Contributed code in zerocracy/baza.rb#70
2025-05-28T17:43:11Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:16e0d45108359693dfc146e95452c2da2365a477 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/16e0d45108359693dfc146e95452c2da2365a477/#commitcomment-158284782 is_human:1 where:github who:526301 why:Pushed 16e0d4510 to the default branch 'master' in zerocracy/judges-action
2025-05-28T20:44:44Z push-to-master-was-punished 181044958 _job:34111 award:-16 commit:8385d2f5115a8650bbd829fc6181d70dc3c799ac default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/8385d2f5115a8650bbd829fc6181d70dc3c799ac/#commitcomment-158306679 is_human:1 where:github who:526301 why:Pushed 8385d2f51 to the default branch 'master' in yegor256/0rsk
2025-05-28T20:44:44Z push-to-master-was-punished 181044958 _job:34111 award:-16 commit:0a8098e19332d7967519acbaa9bc1f2657ab8fe5 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/0a8098e19332d7967519acbaa9bc1f2657ab8fe5/#commitcomment-158306681 is_human:1 where:github who:526301 why:Pushed 0a8098e19 to the default branch 'master' in yegor256/0rsk
2025-05-29T01:02:04Z dud-was-punished 181044958 _job:34111 award:-16 details:It's time to punish @artur-intech for the dud submitted in yegor256/0rsk#168, the fee amount is -16. href:https://github.com/yegor256/0rsk/issues/168/#issuecomment-2917943816 is_human:1 issue:168 where:github who:22315378 why:Submitted dud in yegor256/0rsk#168
2025-05-29T01:02:26Z code-contribution-was-rewarded 181044958 _job:34111 award:4 details:It's time to reward @artur-intech for the code contributed in yegor256/0rsk#177, the reward amount is 4. done:2025-08-21T13:54:20Z href:https://github.com/yegor256/0rsk/issues/177/#issuecomment-2917986350 is_human:1 issue:177 receipt:receipt-#25411 where:github who:22315378 why:Contributed code in yegor256/0rsk#177
2025-05-29T01:02:36Z code-contribution-was-rewarded 181044958 _job:34111 award:4 details:It's time to reward @artur-intech for the code contributed in yegor256/0rsk#169, the reward amount is 4. done:2025-08-21T13:54:21Z href:https://github.com/yegor256/0rsk/issues/169/#issuecomment-2917986377 is_human:1 issue:169 receipt:receipt-#25412 where:github who:22315378 why:Contributed code in yegor256/0rsk#169
2025-05-29T06:48:24Z code-contribution-was-rewarded 181044958 _job:34111 award:4 details:It's time to reward @artur-intech for the code contributed in yegor256/0rsk#145, the reward amount is 4. done:2025-08-21T13:54:22Z href:https://github.com/yegor256/0rsk/issues/145/#issuecomment-2918484210 is_human:1 issue:145 receipt:receipt-#25439 where:github who:22315378 why:Contributed code in yegor256/0rsk#145
2025-05-30T06:16:22Z dud-was-punished 181044958 _job:34111 award:-16 details:It's time to punish @artur-intech for the dud submitted in yegor256/0rsk#180, the fee amount is -16. href:https://github.com/yegor256/0rsk/issues/180/#issuecomment-2921342747 is_human:1 issue:180 where:github who:22315378 why:Submitted dud in yegor256/0rsk#180
2025-05-30T06:16:18Z code-contribution-was-rewarded 181044958 _job:34111 award:4 details:It's time to reward @artur-intech for the code contributed in yegor256/0rsk#181, the reward amount is 4. done:2025-08-21T13:54:23Z href:https://github.com/yegor256/0rsk/issues/181/#issuecomment-2921342784 is_human:1 issue:181 receipt:receipt-#25649 where:github who:22315378 why:Contributed code in yegor256/0rsk#181
2025-05-31T07:12:54Z code-contribution-was-rewarded 799177290 _job:34111 award:4 details:It's time to reward @yegorov for the code contributed in zerocracy/judges-action#663, the reward amount is 4. done:2025-08-21T13:54:23Z href:https://github.com/zerocracy/judges-action/issues/663/#issuecomment-2924558358 is_human:1 issue:663 receipt:receipt-#25849 where:github who:2566462 why:Contributed code in zerocracy/judges-action#663
2025-06-01T14:12:13Z code-review-was-rewarded 820463873 _job:34111 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/fbe#190, the reward amount is 4. done:2025-08-21T13:54:24Z href:https://github.com/zerocracy/fbe/issues/190/#issuecomment-2927285410 is_human:1 issue:190 where:github who:526301 why:Reviewed code in zerocracy/fbe#190
2025-06-01T14:12:19Z code-contribution-was-rewarded 820463873 _job:34111 award:16 details:It's time to reward @yegorov for the code contributed in zerocracy/fbe#190, the reward amount is 16. done:2025-08-21T13:54:25Z href:https://github.com/zerocracy/fbe/issues/190/#issuecomment-2927285440 is_human:1 issue:190 receipt:receipt-#26081 where:github who:2566462 why:Contributed code in zerocracy/fbe#190
2025-06-02T23:14:54Z code-review-was-rewarded 799177290 _job:34111 award:12 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#667, the reward amount is 12. done:2025-08-21T13:54:26Z href:https://github.com/zerocracy/judges-action/issues/667/#issuecomment-2932833777 is_human:1 issue:667 where:github who:526301 why:Reviewed code in zerocracy/judges-action#667
2025-06-02T23:14:29Z push-to-master-was-punished 840215648 _job:34111 award:-16 commit:47e3c1c3485c85fb231a6f5f1db6c0552315ef52 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/47e3c1c3485c85fb231a6f5f1db6c0552315ef52/#commitcomment-158931341 is_human:1 where:github who:526301 why:Pushed 47e3c1c34 to the default branch 'master' in zerocracy/baza.rb
2025-06-02T23:14:30Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:d5f4cc09fc6ce9ac656bb82d8a048edbd1877665 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/d5f4cc09fc6ce9ac656bb82d8a048edbd1877665/#commitcomment-158931343 is_human:1 where:github who:526301 why:Pushed d5f4cc09f to the default branch 'master' in zerocracy/judges-action
2025-06-02T23:14:46Z code-contribution-was-rewarded 799177290 _job:34111 award:8 details:It's time to reward @yegorov for the code contributed in zerocracy/judges-action#667, the reward amount is 8. done:2025-08-21T13:54:27Z href:https://github.com/zerocracy/judges-action/issues/667/#issuecomment-2932833434 is_human:1 issue:667 receipt:receipt-#26328 where:github who:2566462 why:Contributed code in zerocracy/judges-action#667
2025-06-03T12:55:26Z push-to-master-was-punished 798641472 _job:34111 award:-16 commit:bcd872bac21eaa8f27b62cbdef2993a24ec1e3cc default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/bcd872bac21eaa8f27b62cbdef2993a24ec1e3cc/#commitcomment-158966999 is_human:1 where:github who:526301 why:Pushed bcd872bac to the default branch 'master' in yegor256/factbase
2025-06-04T18:15:16Z code-contribution-was-rewarded 820463873 _job:34111 award:4 details:It's time to reward @yegorov for the code contributed in zerocracy/fbe#193, the reward amount is 4. done:2025-08-21T13:54:28Z href:https://github.com/zerocracy/fbe/issues/193/#issuecomment-2940956244 is_human:1 issue:193 receipt:receipt-#26571 where:github who:2566462 why:Contributed code in zerocracy/fbe#193
2025-06-04T18:15:42Z push-to-master-was-punished 820463873 _job:34111 award:-16 commit:e39639dfe60b4ad4f1bc7cb4de26ae7733c71348 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/e39639dfe60b4ad4f1bc7cb4de26ae7733c71348/#commitcomment-159095865 is_human:1 where:github who:526301 why:Pushed e39639dfe to the default branch 'master' in zerocracy/fbe
2025-06-04T18:15:42Z push-to-master-was-punished 820463873 _job:34111 award:-16 commit:44c8a3ddf5498ce9a477dddf84fa0681de4230b0 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/44c8a3ddf5498ce9a477dddf84fa0681de4230b0/#commitcomment-159095866 is_human:1 where:github who:526301 why:Pushed 44c8a3ddf to the default branch 'master' in zerocracy/fbe
2025-06-05T00:35:06Z resolved-bug-was-rewarded 798641472 _job:34111 award:4 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#217 in 1557 hours, the reward amount is 4. done:2025-08-21T13:54:29Z href:https://github.com/yegor256/factbase/issues/217/#issuecomment-2942222202 is_human:1 issue:217 where:github who:526301 why:Resolved bug in yegor256/factbase#217
2025-06-05T13:22:55Z code-contribution-was-rewarded 820463873 _job:34111 award:4 details:It's time to reward @yegor256 for the code contributed in zerocracy/fbe#196, the reward amount is 4. done:2025-08-21T13:54:30Z href:https://github.com/zerocracy/fbe/issues/196/#issuecomment-2944306698 is_human:1 issue:196 where:github who:526301 why:Contributed code in zerocracy/fbe#196
2025-06-06T11:42:23Z dud-was-punished 181044958 _job:34111 award:-16 details:It's time to punish @artur-intech for the dud submitted in yegor256/0rsk#173, the fee amount is -16. href:https://github.com/yegor256/0rsk/issues/173/#issuecomment-2948989904 is_human:1 issue:173 where:github who:22315378 why:Submitted dud in yegor256/0rsk#173
2025-06-06T11:41:37Z code-contribution-was-rewarded 181044958 _job:34111 award:4 details:It's time to reward @artur-intech for the code contributed in yegor256/0rsk#174, the reward amount is 4. done:2025-08-21T13:54:30Z href:https://github.com/yegor256/0rsk/issues/174/#issuecomment-2948989934 is_human:1 issue:174 receipt:receipt-#26909 where:github who:22315378 why:Contributed code in yegor256/0rsk#174
2025-06-06T11:42:06Z push-to-master-was-punished 181044958 _job:34111 award:-16 commit:3ccb62260b5a06136e9047e9c52664c49b6e123b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/3ccb62260b5a06136e9047e9c52664c49b6e123b/#commitcomment-159320618 is_human:1 where:github who:526301 why:Pushed 3ccb62260 to the default branch 'master' in yegor256/0rsk
2025-06-07T08:15:02Z resolved-bug-was-rewarded 820463873 _job:34111 award:4 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#182 in 371 hours, the reward amount is 4. done:2025-08-21T13:54:31Z href:https://github.com/zerocracy/fbe/issues/182/#issuecomment-2952148689 is_human:1 issue:182 where:github who:526301 why:Resolved bug in zerocracy/fbe#182
2025-06-07T16:47:50Z code-review-was-rewarded 820463873 _job:34111 award:12 details:It's time to reward @yegor256 for the code review in zerocracy/fbe#198, the reward amount is 12. done:2025-08-21T13:54:32Z href:https://github.com/zerocracy/fbe/issues/198/#issuecomment-2952744992 is_human:1 issue:198 where:github who:526301 why:Reviewed code in zerocracy/fbe#198
2025-06-07T16:47:43Z code-contribution-was-rewarded 820463873 _job:34111 award:24 details:It's time to reward @yegorov for the code contributed in zerocracy/fbe#198, the reward amount is 24. done:2025-08-21T13:54:33Z href:https://github.com/zerocracy/fbe/issues/198/#issuecomment-2952744984 is_human:1 issue:198 receipt:receipt-#27010 where:github who:2566462 why:Contributed code in zerocracy/fbe#198
2025-06-08T05:12:54Z push-to-master-was-punished 802720676 _job:34111 award:-16 commit:131d0c7f8fd10e929477bb649d3f107f3f60c889 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/131d0c7f8fd10e929477bb649d3f107f3f60c889/#commitcomment-159508496 is_human:1 where:github who:526301 why:Pushed 131d0c7f8 to the default branch 'master' in zerocracy/pages-action
2025-06-08T05:12:55Z push-to-master-was-punished 802720676 _job:34111 award:-16 commit:2a4b4c79caf4309e9eae95a3091261f2944c4e62 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/2a4b4c79caf4309e9eae95a3091261f2944c4e62/#commitcomment-159508497 is_human:1 where:github who:526301 why:Pushed 2a4b4c79c to the default branch 'master' in zerocracy/pages-action
2025-06-08T05:12:55Z push-to-master-was-punished 802720676 _job:34111 award:-16 commit:4c85caa151485c1f934591fe9f98cd2e83e810a2 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/4c85caa151485c1f934591fe9f98cd2e83e810a2/#commitcomment-159508498 is_human:1 where:github who:526301 why:Pushed 4c85caa15 to the default branch 'master' in zerocracy/pages-action
2025-06-08T05:12:55Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:a14f95120187332bf59c76178ad57d220e2227b9 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/a14f95120187332bf59c76178ad57d220e2227b9/#commitcomment-159508499 is_human:1 where:github who:526301 why:Pushed a14f95120 to the default branch 'master' in zerocracy/judges-action
2025-06-08T10:14:27Z push-to-master-was-punished 840215648 _job:34111 award:-16 commit:66be04b4345fb8466183c446aa949c59478e7974 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/66be04b4345fb8466183c446aa949c59478e7974/#commitcomment-159514141 is_human:1 where:github who:526301 why:Pushed 66be04b43 to the default branch 'master' in zerocracy/baza.rb
2025-06-08T15:13:03Z code-contribution-was-rewarded 799113787 _job:34111 award:4 details:It's time to reward @yegor256 for the code contributed in yegor256/judges#233, the reward amount is 4. done:2025-08-21T13:54:34Z href:https://github.com/yegor256/judges/issues/233/#issuecomment-2954130503 is_human:1 issue:233 where:github who:526301 why:Contributed code in yegor256/judges#233
2025-06-09T12:54:08Z code-contribution-was-rewarded 820463873 _job:34111 award:18 details:It's time to reward @yegorov for the code contributed in zerocracy/fbe#203, the reward amount is 18. done:2025-08-21T13:54:35Z href:https://github.com/zerocracy/fbe/issues/203/#issuecomment-2955711863 is_human:1 issue:203 receipt:receipt-#27156 where:github who:2566462 why:Contributed code in zerocracy/fbe#203
2025-06-09T12:54:51Z code-review-was-rewarded 820463873 _job:34111 award:12 details:It's time to reward @yegor256 for the code review in zerocracy/fbe#203, the reward amount is 12. done:2025-08-21T13:54:36Z href:https://github.com/zerocracy/fbe/issues/203/#issuecomment-2955716753 is_human:1 issue:203 where:github who:526301 why:Reviewed code in zerocracy/fbe#203
2025-06-09T12:54:47Z push-to-master-was-punished 820463873 _job:34111 award:-16 commit:5db57e27183f0549727bc409dabe693ba0b187e4 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/5db57e27183f0549727bc409dabe693ba0b187e4/#commitcomment-159563598 is_human:1 where:github who:526301 why:Pushed 5db57e271 to the default branch 'master' in zerocracy/fbe
2025-06-16T10:15:31Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:51ad188c775a2defcbbecfb901be093e796aa3f3 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/51ad188c775a2defcbbecfb901be093e796aa3f3/#commitcomment-160135667 is_human:1 where:github who:526301 why:Pushed 51ad188c7 to the default branch 'master' in zerocracy/judges-action
2025-06-16T10:15:32Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:fc03a6eb324cff3c1558b78a82dca459bcf1c060 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/fc03a6eb324cff3c1558b78a82dca459bcf1c060/#commitcomment-160135669 is_human:1 where:github who:526301 why:Pushed fc03a6eb3 to the default branch 'master' in zerocracy/judges-action
2025-06-16T10:15:32Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:01329d9204167806c26bafdd488e953b0682ada1 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/01329d9204167806c26bafdd488e953b0682ada1/#commitcomment-160135670 is_human:1 where:github who:526301 why:Pushed 01329d920 to the default branch 'master' in zerocracy/judges-action
2025-06-16T10:15:32Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:f23ada0fe6194783ba2cc24c3813540c9d3f8c9b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/f23ada0fe6194783ba2cc24c3813540c9d3f8c9b/#commitcomment-160135671 is_human:1 where:github who:526301 why:Pushed f23ada0fe to the default branch 'master' in zerocracy/judges-action
2025-06-16T10:15:32Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:aaf90b8548cc383319639e3a0653d1ce41d93d69 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/aaf90b8548cc383319639e3a0653d1ce41d93d69/#commitcomment-160135675 is_human:1 where:github who:526301 why:Pushed aaf90b854 to the default branch 'master' in zerocracy/judges-action
2025-06-16T10:15:33Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:0c69f3b7e3add578db006bafb63fee205d06b143 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/0c69f3b7e3add578db006bafb63fee205d06b143/#commitcomment-160135676 is_human:1 where:github who:526301 why:Pushed 0c69f3b7e to the default branch 'master' in zerocracy/judges-action
2025-06-16T10:15:33Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:ebc17c5d40b78512df902adf4d2fdb8fd8454d69 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/ebc17c5d40b78512df902adf4d2fdb8fd8454d69/#commitcomment-160135677 is_human:1 where:github who:526301 why:Pushed ebc17c5d4 to the default branch 'master' in zerocracy/judges-action
2025-06-16T10:15:33Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:43a0a5e9df44ac5fa6a22fbec82725424f3bbeb1 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/43a0a5e9df44ac5fa6a22fbec82725424f3bbeb1/#commitcomment-160135678 is_human:1 where:github who:526301 why:Pushed 43a0a5e9d to the default branch 'master' in zerocracy/judges-action
2025-06-16T10:15:33Z push-to-master-was-punished 799113787 _job:34111 award:-16 commit:65058b732b7b57ab4df553e9f854e7f35965bc4e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/65058b732b7b57ab4df553e9f854e7f35965bc4e/#commitcomment-160135679 is_human:1 where:github who:526301 why:Pushed 65058b732 to the default branch 'master' in yegor256/judges
2025-06-16T10:15:34Z push-to-master-was-punished 799113787 _job:34111 award:-16 commit:f3538a5e7ed896f606dccb51e231e45405b8101c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/f3538a5e7ed896f606dccb51e231e45405b8101c/#commitcomment-160135680 is_human:1 where:github who:526301 why:Pushed f3538a5e7 to the default branch 'master' in yegor256/judges
2025-06-16T10:15:34Z push-to-master-was-punished 799113787 _job:34111 award:-16 commit:c0a7561e3f50923e42c62159c4933e30de4ebbab default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/c0a7561e3f50923e42c62159c4933e30de4ebbab/#commitcomment-160135683 is_human:1 where:github who:526301 why:Pushed c0a7561e3 to the default branch 'master' in yegor256/judges
2025-06-16T10:15:34Z push-to-master-was-punished 799113787 _job:34111 award:-16 commit:a3bedf0672175c86e14173dbddc7a3e2a228b638 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/a3bedf0672175c86e14173dbddc7a3e2a228b638/#commitcomment-160135684 is_human:1 where:github who:526301 why:Pushed a3bedf067 to the default branch 'master' in yegor256/judges
2025-06-16T10:15:34Z push-to-master-was-punished 799113787 _job:34111 award:-16 commit:87af4b5027a77573393bf4773bab650fe1eff4aa default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/87af4b5027a77573393bf4773bab650fe1eff4aa/#commitcomment-160135685 is_human:1 where:github who:526301 why:Pushed 87af4b502 to the default branch 'master' in yegor256/judges
2025-06-16T10:15:35Z push-to-master-was-punished 799113787 _job:34111 award:-16 commit:413b44e1f931273898fdea4b0ad48c7e2b1c53b6 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/413b44e1f931273898fdea4b0ad48c7e2b1c53b6/#commitcomment-160135686 is_human:1 where:github who:526301 why:Pushed 413b44e1f to the default branch 'master' in yegor256/judges
2025-06-16T10:15:35Z push-to-master-was-punished 840215648 _job:34111 award:-16 commit:e29db419313c867c46fd7049a7c618e77f51c844 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/e29db419313c867c46fd7049a7c618e77f51c844/#commitcomment-160135687 is_human:1 where:github who:526301 why:Pushed e29db4193 to the default branch 'master' in zerocracy/baza.rb
2025-06-16T10:15:35Z push-to-master-was-punished 840215648 _job:34111 award:-16 commit:bdc5876078612dd97cd1ffbdc1093db5453efd3a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/bdc5876078612dd97cd1ffbdc1093db5453efd3a/#commitcomment-160135688 is_human:1 where:github who:526301 why:Pushed bdc587607 to the default branch 'master' in zerocracy/baza.rb
2025-06-16T10:15:36Z push-to-master-was-punished 840215648 _job:34111 award:-16 commit:9390dcef316ea06e70af33e2893a3ca014cfe65e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/9390dcef316ea06e70af33e2893a3ca014cfe65e/#commitcomment-160135691 is_human:1 where:github who:526301 why:Pushed 9390dcef3 to the default branch 'master' in zerocracy/baza.rb
2025-06-16T10:15:36Z push-to-master-was-punished 840215648 _job:34111 award:-16 commit:df0f0515d0e6475926cf20b27883b3ac3c5fa53d default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/df0f0515d0e6475926cf20b27883b3ac3c5fa53d/#commitcomment-160135694 is_human:1 where:github who:526301 why:Pushed df0f0515d to the default branch 'master' in zerocracy/baza.rb
2025-06-16T10:15:36Z push-to-master-was-punished 840215648 _job:34111 award:-16 commit:e2b3213022f52ea7cfc4981cbf4aea05d862f60e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/e2b3213022f52ea7cfc4981cbf4aea05d862f60e/#commitcomment-160135696 is_human:1 where:github who:526301 why:Pushed e2b321302 to the default branch 'master' in zerocracy/baza.rb
2025-06-16T10:15:37Z push-to-master-was-punished 840215648 _job:34111 award:-16 commit:20acfc8522435c6c5bb6506a8e67ed7222b9d2b2 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/20acfc8522435c6c5bb6506a8e67ed7222b9d2b2/#commitcomment-160135697 is_human:1 where:github who:526301 why:Pushed 20acfc852 to the default branch 'master' in zerocracy/baza.rb
2025-06-16T10:15:37Z push-to-master-was-punished 840215648 _job:34111 award:-16 commit:7f9f06a0de1cbb32a5ae5b981d9d77bd20e749fe default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/7f9f06a0de1cbb32a5ae5b981d9d77bd20e749fe/#commitcomment-160135698 is_human:1 where:github who:526301 why:Pushed 7f9f06a0d to the default branch 'master' in zerocracy/baza.rb
2025-06-16T10:15:37Z push-to-master-was-punished 840215648 _job:34111 award:-16 commit:093a8c6316d4a90849f55734dbf3f3f488af1720 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/093a8c6316d4a90849f55734dbf3f3f488af1720/#commitcomment-160135699 is_human:1 where:github who:526301 why:Pushed 093a8c631 to the default branch 'master' in zerocracy/baza.rb
2025-06-16T10:15:37Z push-to-master-was-punished 840215648 _job:34111 award:-16 commit:aaef04a58b8d9504446e450a73610255714614bc default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/aaef04a58b8d9504446e450a73610255714614bc/#commitcomment-160135701 is_human:1 where:github who:526301 why:Pushed aaef04a58 to the default branch 'master' in zerocracy/baza.rb
2025-06-16T10:15:37Z push-to-master-was-punished 840215648 _job:34111 award:-16 commit:6b018118b18054aae970e20db72a268912ddc4f5 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/6b018118b18054aae970e20db72a268912ddc4f5/#commitcomment-160135702 is_human:1 where:github who:526301 why:Pushed 6b018118b to the default branch 'master' in zerocracy/baza.rb
2025-06-16T10:15:38Z push-to-master-was-punished 840215648 _job:34111 award:-16 commit:fe4547ba4645989f5baafbc4adb362a9c6a9929a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/fe4547ba4645989f5baafbc4adb362a9c6a9929a/#commitcomment-160135703 is_human:1 where:github who:526301 why:Pushed fe4547ba4 to the default branch 'master' in zerocracy/baza.rb
2025-06-16T10:15:38Z push-to-master-was-punished 802720676 _job:34111 award:-16 commit:8d6f5ff60fb70eb4fe9fe21bb1930c117d9574b0 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/8d6f5ff60fb70eb4fe9fe21bb1930c117d9574b0/#commitcomment-160135704 is_human:1 where:github who:526301 why:Pushed 8d6f5ff60 to the default branch 'master' in zerocracy/pages-action
2025-06-16T10:15:38Z push-to-master-was-punished 802720676 _job:34111 award:-16 commit:832ad3cec9e12ff96c93890113b116668b30d69b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/832ad3cec9e12ff96c93890113b116668b30d69b/#commitcomment-160135705 is_human:1 where:github who:526301 why:Pushed 832ad3cec to the default branch 'master' in zerocracy/pages-action
2025-06-16T10:16:24Z code-contribution-was-rewarded 840215648 _job:34111 award:4 details:It's time to reward @yegor256 for the code contributed in zerocracy/baza.rb#81, the reward amount is 4. done:2025-08-21T13:54:37Z href:https://github.com/zerocracy/baza.rb/issues/81/#issuecomment-2976067316 is_human:1 issue:81 where:github who:526301 why:Contributed code in zerocracy/baza.rb#81
2025-06-16T10:16:14Z code-contribution-was-rewarded 799177290 _job:34111 award:4 details:It's time to reward @yegorov for the code contributed in zerocracy/judges-action#712, the reward amount is 4. done:2025-08-21T13:54:37Z href:https://github.com/zerocracy/judges-action/issues/712/#issuecomment-2976067367 is_human:1 issue:712 receipt:receipt-#27340 where:github who:2566462 why:Contributed code in zerocracy/judges-action#712
2025-06-16T10:16:20Z code-contribution-was-rewarded 799177290 _job:34111 award:4 details:It's time to reward @yegorov for the code contributed in zerocracy/judges-action#710, the reward amount is 4. done:2025-08-21T13:54:38Z href:https://github.com/zerocracy/judges-action/issues/710/#issuecomment-2976067424 is_human:1 issue:710 receipt:receipt-#27341 where:github who:2566462 why:Contributed code in zerocracy/judges-action#710
2025-06-16T10:16:31Z code-contribution-was-rewarded 820463873 _job:34111 award:4 details:It's time to reward @yegorov for the code contributed in zerocracy/fbe#211, the reward amount is 4. done:2025-08-21T13:54:39Z href:https://github.com/zerocracy/fbe/issues/211/#issuecomment-2976069224 is_human:1 issue:211 receipt:receipt-#27342 where:github who:2566462 why:Contributed code in zerocracy/fbe#211
2025-06-16T20:15:31Z code-review-was-rewarded 820463873 _job:34111 award:12 details:It's time to reward @yegor256 for the code review in zerocracy/fbe#210, the reward amount is 12. done:2025-08-21T13:54:40Z href:https://github.com/zerocracy/fbe/issues/210/#issuecomment-2977985929 is_human:1 issue:210 where:github who:526301 why:Reviewed code in zerocracy/fbe#210
2025-06-16T20:45:22Z code-contribution-was-rewarded 820463873 _job:34111 award:16 details:It's time to reward @yegorov for the code contributed in zerocracy/fbe#210, the reward amount is 16. done:2025-08-21T13:54:41Z href:https://github.com/zerocracy/fbe/issues/210/#issuecomment-2978077703 is_human:1 issue:210 receipt:receipt-#27493 where:github who:2566462 why:Contributed code in zerocracy/fbe#210
2025-06-18T06:17:38Z push-to-master-was-punished 820463873 _job:34111 award:-16 commit:e702a6e94e9734b9b92633edeb721a4749197e2e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/e702a6e94e9734b9b92633edeb721a4749197e2e/#commitcomment-160289966 is_human:1 where:github who:526301 why:Pushed e702a6e94 to the default branch 'master' in zerocracy/fbe
2025-06-18T06:17:39Z push-to-master-was-punished 820463873 _job:34111 award:-16 commit:513ccb75eb6a003d39b004166a93bcfd14d65e4c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/513ccb75eb6a003d39b004166a93bcfd14d65e4c/#commitcomment-160289968 is_human:1 where:github who:526301 why:Pushed 513ccb75e to the default branch 'master' in zerocracy/fbe
2025-06-18T06:17:39Z push-to-master-was-punished 820463873 _job:34111 award:-16 commit:1a2986bf47c1f86e8333e57f8d184b8af359d302 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/1a2986bf47c1f86e8333e57f8d184b8af359d302/#commitcomment-160289970 is_human:1 where:github who:526301 why:Pushed 1a2986bf4 to the default branch 'master' in zerocracy/fbe
2025-06-20T21:41:59Z push-to-master-was-punished 798641472 _job:34111 award:-16 commit:2f5a4bebe3cf9feac1db620ab20f2ce1c879ac93 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/2f5a4bebe3cf9feac1db620ab20f2ce1c879ac93/#commitcomment-160554400 is_human:1 where:github who:526301 why:Pushed 2f5a4bebe to the default branch 'master' in yegor256/factbase
2025-06-21T05:13:52Z push-to-master-was-punished 799113787 _job:34111 award:-16 commit:3c5bc280c73969b32b23654742f6638edf0ba8c1 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/3c5bc280c73969b32b23654742f6638edf0ba8c1/#commitcomment-160563430 is_human:1 where:github who:526301 why:Pushed 3c5bc280c to the default branch 'master' in yegor256/judges
2025-06-21T08:46:15Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:8cd1a91e48e3a6808f576b29ee460fe235cee562 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/8cd1a91e48e3a6808f576b29ee460fe235cee562/#commitcomment-160566743 is_human:1 where:github who:526301 why:Pushed 8cd1a91e4 to the default branch 'master' in zerocracy/judges-action
2025-06-23T03:40:25Z push-to-master-was-punished 820463873 _job:34111 award:-16 commit:b3b5384d95ee963c5d41dc33a23d94463b39e5cb default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/b3b5384d95ee963c5d41dc33a23d94463b39e5cb/#commitcomment-160605821 is_human:1 where:github who:526301 why:Pushed b3b5384d9 to the default branch 'master' in zerocracy/fbe
2025-06-23T03:40:26Z push-to-master-was-punished 820463873 _job:34111 award:-16 commit:caa949396149d445de6f2516fdbda0b6ddba7c9c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/caa949396149d445de6f2516fdbda0b6ddba7c9c/#commitcomment-160605824 is_human:1 where:github who:526301 why:Pushed caa949396 to the default branch 'master' in zerocracy/fbe
2025-06-25T08:50:18Z code-contribution-was-rewarded 799177290 _job:34111 award:4 details:It's time to reward @yegorov for the code contributed in zerocracy/judges-action#761, the reward amount is 4. done:2025-08-21T13:54:42Z href:https://github.com/zerocracy/judges-action/issues/761/#issuecomment-3003955924 is_human:1 issue:761 receipt:receipt-#28439 where:github who:2566462 why:Contributed code in zerocracy/judges-action#761
2025-06-25T10:46:28Z code-contribution-was-rewarded 799177290 _job:34111 award:4 details:It's time to reward @yegorov for the code contributed in zerocracy/judges-action#766, the reward amount is 4. done:2025-08-21T13:54:43Z href:https://github.com/zerocracy/judges-action/issues/766/#issuecomment-3004322879 is_human:1 issue:766 receipt:receipt-#28452 where:github who:2566462 why:Contributed code in zerocracy/judges-action#766
2025-06-25T18:16:05Z push-to-master-was-punished 798641472 _job:34111 award:-16 commit:b88361ac8930c757062af949ddaa1c7b7b3a701d default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/b88361ac8930c757062af949ddaa1c7b7b3a701d/#commitcomment-160819452 is_human:1 where:github who:526301 why:Pushed b88361ac8 to the default branch 'master' in yegor256/factbase
2025-06-27T02:45:36Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:5cccba207c45608313c85e7aa71f058af61300c8 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/5cccba207c45608313c85e7aa71f058af61300c8/#commitcomment-160915539 is_human:1 where:github who:526301 why:Pushed 5cccba207 to the default branch 'master' in zerocracy/judges-action
2025-06-27T02:45:36Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:341eabcd6fc7fd4e8b571e6db3ecd6213a876bc7 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/341eabcd6fc7fd4e8b571e6db3ecd6213a876bc7/#commitcomment-160915540 is_human:1 where:github who:526301 why:Pushed 341eabcd6 to the default branch 'master' in zerocracy/judges-action
2025-06-27T02:45:36Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:2baa5a1235689ddaa7b96a548dc82516e64e17b3 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/2baa5a1235689ddaa7b96a548dc82516e64e17b3/#commitcomment-160915541 is_human:1 where:github who:526301 why:Pushed 2baa5a123 to the default branch 'master' in zerocracy/judges-action
2025-06-27T02:45:37Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:9f622caac79d3cf47c9d5be34cca2c249b0666b1 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/9f622caac79d3cf47c9d5be34cca2c249b0666b1/#commitcomment-160915543 is_human:1 where:github who:526301 why:Pushed 9f622caac to the default branch 'master' in zerocracy/judges-action
2025-06-27T02:45:37Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:9ee6c8a62bbd9343885599e25b9687f0a087b252 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/9ee6c8a62bbd9343885599e25b9687f0a087b252/#commitcomment-160915545 is_human:1 where:github who:526301 why:Pushed 9ee6c8a62 to the default branch 'master' in zerocracy/judges-action
2025-06-27T20:44:10Z code-contribution-was-rewarded 820463873 _job:34111 award:4 details:It's time to reward @yegorov for the code contributed in zerocracy/fbe#226, the reward amount is 4. done:2025-08-21T13:54:44Z href:https://github.com/zerocracy/fbe/issues/226/#issuecomment-3014309437 is_human:1 issue:226 receipt:receipt-#28768 where:github who:2566462 why:Contributed code in zerocracy/fbe#226
2025-06-29T04:52:13Z code-contribution-was-rewarded 820463873 _job:34111 award:4 details:It's time to reward @yegorov for the code contributed in zerocracy/fbe#229, the reward amount is 4. done:2025-08-21T13:54:45Z href:https://github.com/zerocracy/fbe/issues/229/#issuecomment-3016307827 is_human:1 issue:229 receipt:receipt-#28933 where:github who:2566462 why:Contributed code in zerocracy/fbe#229
2025-06-30T21:43:52Z push-to-master-was-punished 799113787 _job:34111 award:-16 commit:ee49d39ba7efecf5706167ab938217d45f2e0528 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/ee49d39ba7efecf5706167ab938217d45f2e0528/#commitcomment-161160492 is_human:1 where:github who:526301 why:Pushed ee49d39ba to the default branch 'master' in yegor256/judges
2025-06-30T21:43:53Z push-to-master-was-punished 799113787 _job:34111 award:-16 commit:28281decabf5024e21835aae692c0a8d656259e1 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/28281decabf5024e21835aae692c0a8d656259e1/#commitcomment-161160494 is_human:1 where:github who:526301 why:Pushed 28281deca to the default branch 'master' in yegor256/judges
2025-06-30T21:43:53Z push-to-master-was-punished 799113787 _job:34111 award:-16 commit:cf8b08ef77fbd631140504a3f1141a3abf76a1c0 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/cf8b08ef77fbd631140504a3f1141a3abf76a1c0/#commitcomment-161160495 is_human:1 where:github who:526301 why:Pushed cf8b08ef7 to the default branch 'master' in yegor256/judges
2025-06-30T21:43:54Z push-to-master-was-punished 799113787 _job:34111 award:-16 commit:a16d22f16de5541e6feb0a8523cb6ac4d16f704c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/a16d22f16de5541e6feb0a8523cb6ac4d16f704c/#commitcomment-161160496 is_human:1 where:github who:526301 why:Pushed a16d22f16 to the default branch 'master' in yegor256/judges
2025-07-01T19:42:17Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:7e5a5e2f9404994265afb4d2fc8eb55a1a8d5a0f default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/7e5a5e2f9404994265afb4d2fc8eb55a1a8d5a0f/#commitcomment-161232904 is_human:1 where:github who:526301 why:Pushed 7e5a5e2f9 to the default branch 'master' in zerocracy/judges-action
2025-07-01T19:42:17Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:7cce4a0fe5f17b50f271f034aaa866e926b8da31 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/7cce4a0fe5f17b50f271f034aaa866e926b8da31/#commitcomment-161232905 is_human:1 where:github who:526301 why:Pushed 7cce4a0fe to the default branch 'master' in zerocracy/judges-action
2025-07-01T21:43:00Z code-contribution-was-rewarded 799177290 _job:34111 award:4 details:It's time to reward @yegorov for the code contributed in zerocracy/judges-action#781, the reward amount is 4. done:2025-08-21T13:54:45Z href:https://github.com/zerocracy/judges-action/issues/781/#issuecomment-3025629717 is_human:1 issue:781 receipt:receipt-#29229 where:github who:2566462 why:Contributed code in zerocracy/judges-action#781
2025-07-02T06:52:05Z push-to-master-was-punished 840215648 _job:34111 award:-16 commit:42ebbb6080fa97c36da8249eb2630ffcfec0324f default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/42ebbb6080fa97c36da8249eb2630ffcfec0324f/#commitcomment-161256118 is_human:1 where:github who:526301 why:Pushed 42ebbb608 to the default branch 'master' in zerocracy/baza.rb
2025-07-03T06:17:52Z push-to-master-was-punished 820463873 _job:34111 award:-16 commit:4eecd76cd6f52539290254f070238d7032cc6b30 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/4eecd76cd6f52539290254f070238d7032cc6b30/#commitcomment-161327977 is_human:1 where:github who:526301 why:Pushed 4eecd76cd to the default branch 'master' in zerocracy/fbe
2025-07-03T06:17:53Z push-to-master-was-punished 820463873 _job:34111 award:-16 commit:1cd4ae67059d574b1c8b1a040384e40aff8d8e91 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/1cd4ae67059d574b1c8b1a040384e40aff8d8e91/#commitcomment-161327979 is_human:1 where:github who:526301 why:Pushed 1cd4ae670 to the default branch 'master' in zerocracy/fbe
2025-07-04T08:26:25Z push-to-master-was-punished 798641472 _job:34111 award:-16 commit:1cbc39aabad87beafec568488a9891b20fda6f48 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/1cbc39aabad87beafec568488a9891b20fda6f48/#commitcomment-161400967 is_human:1 where:github who:526301 why:Pushed 1cbc39aab to the default branch 'master' in yegor256/factbase
2025-07-04T15:02:31Z code-review-was-rewarded 820463873 _job:34111 award:12 details:It's time to reward @yegor256 for the code review in zerocracy/fbe#238, the reward amount is 12. done:2025-08-21T13:54:46Z href:https://github.com/zerocracy/fbe/issues/238/#issuecomment-3036605909 is_human:1 issue:238 where:github who:526301 why:Reviewed code in zerocracy/fbe#238
2025-07-04T15:02:41Z code-contribution-was-rewarded 820463873 _job:34111 award:16 details:It's time to reward @yegorov for the code contributed in zerocracy/fbe#238, the reward amount is 16. done:2025-08-21T13:54:47Z href:https://github.com/zerocracy/fbe/issues/238/#issuecomment-3036699034 is_human:1 issue:238 receipt:receipt-#29535 where:github who:2566462 why:Contributed code in zerocracy/fbe#238
2025-07-04T17:01:58Z resolved-bug-was-rewarded 820463873 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#221 in 0 hours, the reward amount is 12. done:2025-08-21T13:54:48Z href:https://github.com/zerocracy/fbe/issues/221/#issuecomment-3036890980 is_human:1 issue:221 where:github who:526301 why:Resolved bug in zerocracy/fbe#221
2025-07-04T17:02:02Z resolved-bug-was-rewarded 820463873 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#222 in 1 hours, the reward amount is 12. done:2025-08-21T13:54:49Z href:https://github.com/zerocracy/fbe/issues/222/#issuecomment-3036891022 is_human:1 issue:222 where:github who:526301 why:Resolved bug in zerocracy/fbe#222
2025-07-04T17:02:05Z resolved-bug-was-rewarded 840215648 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/baza.rb#92 in 0 hours, the reward amount is 12. done:2025-08-21T13:54:50Z href:https://github.com/zerocracy/baza.rb/issues/92/#issuecomment-3036891065 is_human:1 issue:92 where:github who:526301 why:Resolved bug in zerocracy/baza.rb#92
2025-07-04T17:02:08Z resolved-bug-was-rewarded 840215648 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/baza.rb#94 in 0 hours, the reward amount is 12. done:2025-08-21T13:54:51Z href:https://github.com/zerocracy/baza.rb/issues/94/#issuecomment-3036891086 is_human:1 issue:94 where:github who:526301 why:Resolved bug in zerocracy/baza.rb#94
2025-07-04T20:30:28Z resolved-bug-was-rewarded 798641472 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#239 in 0 hours, the reward amount is 12. done:2025-08-21T13:54:51Z href:https://github.com/yegor256/factbase/issues/239/#issuecomment-3037232875 is_human:1 issue:239 where:github who:526301 why:Resolved bug in yegor256/factbase#239
2025-07-04T20:30:31Z resolved-bug-was-rewarded 799177290 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#753 in 0 hours, the reward amount is 12. done:2025-08-21T13:54:52Z href:https://github.com/zerocracy/judges-action/issues/753/#issuecomment-3037232902 is_human:1 issue:753 where:github who:526301 why:Resolved bug in zerocracy/judges-action#753
2025-07-04T20:30:34Z resolved-bug-was-rewarded 799177290 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#758 in 0 hours, the reward amount is 12. done:2025-08-21T13:54:53Z href:https://github.com/zerocracy/judges-action/issues/758/#issuecomment-3037232919 is_human:1 issue:758 where:github who:526301 why:Resolved bug in zerocracy/judges-action#758
2025-07-04T20:30:38Z resolved-bug-was-rewarded 799177290 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#759 in 0 hours, the reward amount is 12. done:2025-08-21T13:54:54Z href:https://github.com/zerocracy/judges-action/issues/759/#issuecomment-3037232940 is_human:1 issue:759 where:github who:526301 why:Resolved bug in zerocracy/judges-action#759
2025-07-04T20:30:41Z resolved-bug-was-rewarded 820463873 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#223 in 1 hours, the reward amount is 12. done:2025-08-21T13:54:55Z href:https://github.com/zerocracy/fbe/issues/223/#issuecomment-3037232962 is_human:1 issue:223 where:github who:526301 why:Resolved bug in zerocracy/fbe#223
2025-07-04T20:30:44Z resolved-bug-was-rewarded 799177290 _job:34111 award:12 details:It's time to reward @yegorov for the bug resolved in zerocracy/judges-action#646 in 14 hours, the reward amount is 12. done:2025-08-21T13:54:56Z href:https://github.com/zerocracy/judges-action/issues/646/#issuecomment-3037232981 is_human:1 issue:646 receipt:receipt-#29591 where:github who:2566462 why:Resolved bug in zerocracy/judges-action#646
2025-07-04T20:30:48Z resolved-bug-was-rewarded 798641472 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#240 in 0 hours, the reward amount is 12. done:2025-08-21T13:54:57Z href:https://github.com/yegor256/factbase/issues/240/#issuecomment-3037232995 is_human:1 issue:240 where:github who:526301 why:Resolved bug in yegor256/factbase#240
2025-07-04T20:30:51Z resolved-bug-was-rewarded 820463873 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#224 in 4 hours, the reward amount is 12. done:2025-08-21T13:54:58Z href:https://github.com/zerocracy/fbe/issues/224/#issuecomment-3037233007 is_human:1 issue:224 where:github who:526301 why:Resolved bug in zerocracy/fbe#224
2025-07-04T20:30:55Z resolved-bug-was-rewarded 799177290 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#762 in 7 hours, the reward amount is 12. done:2025-08-21T13:54:59Z href:https://github.com/zerocracy/judges-action/issues/762/#issuecomment-3037233029 is_human:1 issue:762 where:github who:526301 why:Resolved bug in zerocracy/judges-action#762
2025-07-04T20:30:58Z resolved-bug-was-rewarded 799177290 _job:34111 award:12 details:It's time to reward @yegorov for the bug resolved in zerocracy/judges-action#647 in 15 hours, the reward amount is 12. done:2025-08-21T13:55:00Z href:https://github.com/zerocracy/judges-action/issues/647/#issuecomment-3037233051 is_human:1 issue:647 receipt:receipt-#29592 where:github who:2566462 why:Resolved bug in zerocracy/judges-action#647
2025-07-04T20:31:01Z resolved-bug-was-rewarded 798641472 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#242 in 1 hours, the reward amount is 12. done:2025-08-21T13:55:00Z href:https://github.com/yegor256/factbase/issues/242/#issuecomment-3037233071 is_human:1 issue:242 where:github who:526301 why:Resolved bug in yegor256/factbase#242
2025-07-04T20:31:03Z resolved-bug-was-rewarded 798641472 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#244 in 0 hours, the reward amount is 12. done:2025-08-21T13:55:01Z href:https://github.com/yegor256/factbase/issues/244/#issuecomment-3037233089 is_human:1 issue:244 where:github who:526301 why:Resolved bug in yegor256/factbase#244
2025-07-04T20:31:06Z resolved-bug-was-rewarded 799177290 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#775 in 0 hours, the reward amount is 12. done:2025-08-21T13:55:02Z href:https://github.com/zerocracy/judges-action/issues/775/#issuecomment-3037233112 is_human:1 issue:775 where:github who:526301 why:Resolved bug in zerocracy/judges-action#775
2025-07-04T20:31:09Z resolved-bug-was-rewarded 799177290 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#770 in 11 hours, the reward amount is 12. done:2025-08-21T13:55:03Z href:https://github.com/zerocracy/judges-action/issues/770/#issuecomment-3037233139 is_human:1 issue:770 where:github who:526301 why:Resolved bug in zerocracy/judges-action#770
2025-07-04T20:31:12Z resolved-bug-was-rewarded 820463873 _job:34111 award:12 details:It's time to reward @yegorov for the bug resolved in zerocracy/fbe#225 in 9 hours, the reward amount is 12. done:2025-08-21T13:55:04Z href:https://github.com/zerocracy/fbe/issues/225/#issuecomment-3037233157 is_human:1 issue:225 receipt:receipt-#29593 where:github who:2566462 why:Resolved bug in zerocracy/fbe#225
2025-07-04T20:31:15Z resolved-bug-was-rewarded 799177290 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#778 in 2 hours, the reward amount is 12. done:2025-08-21T13:55:05Z href:https://github.com/zerocracy/judges-action/issues/778/#issuecomment-3037233193 is_human:1 issue:778 where:github who:526301 why:Resolved bug in zerocracy/judges-action#778
2025-07-04T20:31:18Z resolved-bug-was-rewarded 820463873 _job:34111 award:7 details:It's time to reward @yegorov for the bug resolved in zerocracy/fbe#228 in 40 hours, the reward amount is 7. done:2025-08-21T13:55:06Z href:https://github.com/zerocracy/fbe/issues/228/#issuecomment-3037233252 is_human:1 issue:228 receipt:receipt-#29594 where:github who:2566462 why:Resolved bug in zerocracy/fbe#228
2025-07-04T20:31:21Z resolved-bug-was-rewarded 799113787 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/judges#253 in 0 hours, the reward amount is 12. done:2025-08-21T13:55:07Z href:https://github.com/yegor256/judges/issues/253/#issuecomment-3037233329 is_human:1 issue:253 where:github who:526301 why:Resolved bug in yegor256/judges#253
2025-07-04T20:31:23Z resolved-bug-was-rewarded 799113787 _job:34111 award:4 details:It's time to reward @yegor256 for the bug resolved in yegor256/judges#248 in 238 hours, the reward amount is 4. done:2025-08-21T13:55:07Z href:https://github.com/yegor256/judges/issues/248/#issuecomment-3037233387 is_human:1 issue:248 where:github who:526301 why:Resolved bug in yegor256/judges#248
2025-07-04T20:31:27Z resolved-bug-was-rewarded 799113787 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/judges#251 in 14 hours, the reward amount is 12. done:2025-08-21T13:55:08Z href:https://github.com/yegor256/judges/issues/251/#issuecomment-3037233422 is_human:1 issue:251 where:github who:526301 why:Resolved bug in yegor256/judges#251
2025-07-04T20:57:40Z resolved-bug-was-rewarded 799177290 _job:34111 award:12 details:It's time to reward @yegorov for the bug resolved in zerocracy/judges-action#649 in 0 hours, the reward amount is 12. done:2025-08-21T13:55:09Z href:https://github.com/zerocracy/judges-action/issues/649/#issuecomment-3037233458 is_human:1 issue:649 receipt:receipt-#29595 where:github who:2566462 why:Resolved bug in zerocracy/judges-action#649
2025-07-04T20:57:44Z resolved-bug-was-rewarded 799113787 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/judges#254 in 0 hours, the reward amount is 12. done:2025-08-21T13:55:10Z href:https://github.com/yegor256/judges/issues/254/#issuecomment-3037233484 is_human:1 issue:254 where:github who:526301 why:Resolved bug in yegor256/judges#254
2025-07-04T20:57:47Z resolved-bug-was-rewarded 820463873 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#233 in 0 hours, the reward amount is 12. done:2025-08-21T13:55:11Z href:https://github.com/zerocracy/fbe/issues/233/#issuecomment-3037233503 is_human:1 issue:233 where:github who:526301 why:Resolved bug in zerocracy/fbe#233
2025-07-04T20:57:51Z resolved-bug-was-rewarded 799177290 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#794 in 0 hours, the reward amount is 12. done:2025-08-21T13:55:12Z href:https://github.com/zerocracy/judges-action/issues/794/#issuecomment-3037233523 is_human:1 issue:794 where:github who:526301 why:Resolved bug in zerocracy/judges-action#794
2025-07-04T20:57:55Z resolved-bug-was-rewarded 798641472 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#248 in 0 hours, the reward amount is 12. done:2025-08-21T13:55:13Z href:https://github.com/yegor256/factbase/issues/248/#issuecomment-3037233541 is_human:1 issue:248 where:github who:526301 why:Resolved bug in yegor256/factbase#248
2025-07-04T20:57:58Z resolved-bug-was-rewarded 820463873 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#239 in 1 hours, the reward amount is 12. done:2025-08-21T13:55:14Z href:https://github.com/zerocracy/fbe/issues/239/#issuecomment-3037233563 is_human:1 issue:239 where:github who:526301 why:Resolved bug in zerocracy/fbe#239
2025-07-04T20:58:02Z resolved-bug-was-rewarded 820463873 _job:34111 award:12 details:It's time to reward @yegorov for the bug resolved in zerocracy/fbe#234 in 22 hours, the reward amount is 12. done:2025-08-21T13:55:15Z href:https://github.com/zerocracy/fbe/issues/234/#issuecomment-3037233587 is_human:1 issue:234 receipt:receipt-#29596 where:github who:2566462 why:Resolved bug in zerocracy/fbe#234
2025-07-04T20:58:05Z resolved-bug-was-rewarded 799177290 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#797 in 16 hours, the reward amount is 12. done:2025-08-21T13:55:16Z href:https://github.com/zerocracy/judges-action/issues/797/#issuecomment-3037233603 is_human:1 issue:797 where:github who:526301 why:Resolved bug in zerocracy/judges-action#797
2025-07-04T21:55:36Z resolved-bug-was-rewarded 820463873 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#240 in 0 hours, the reward amount is 12. done:2025-08-21T13:55:16Z href:https://github.com/zerocracy/fbe/issues/240/#issuecomment-3037295365 is_human:1 issue:240 where:github who:526301 why:Resolved bug in zerocracy/fbe#240
2025-07-04T21:55:40Z resolved-bug-was-rewarded 799177290 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#800 in 2 hours, the reward amount is 12. done:2025-08-21T13:55:17Z href:https://github.com/zerocracy/judges-action/issues/800/#issuecomment-3037295378 is_human:1 issue:800 where:github who:526301 why:Resolved bug in zerocracy/judges-action#800
2025-07-06T07:27:38Z code-contribution-was-rewarded 799177290 _job:34111 award:4 details:It's time to reward @yegorov for the code contributed in zerocracy/judges-action#769, the reward amount is 4. done:2025-08-21T13:55:18Z href:https://github.com/zerocracy/judges-action/issues/769/#issuecomment-3041155104 is_human:1 issue:769 receipt:receipt-#29743 where:github who:2566462 why:Contributed code in zerocracy/judges-action#769
2025-07-07T07:28:33Z resolved-bug-was-rewarded 820463873 _job:34111 award:7 details:It's time to reward @yegorov for the bug resolved in zerocracy/fbe#236 in 26 hours, the reward amount is 7. done:2025-08-21T13:55:19Z href:https://github.com/zerocracy/fbe/issues/236/#issuecomment-3043872069 is_human:1 issue:236 receipt:receipt-#29859 where:github who:2566462 why:Resolved bug in zerocracy/fbe#236
2025-07-07T09:03:57Z push-to-master-was-punished 820463873 _job:34111 award:-16 commit:6af18afe543764e640850da862ffa63c27b51879 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/6af18afe543764e640850da862ffa63c27b51879/#commitcomment-161570275 is_human:1 where:github who:526301 why:Pushed 6af18afe5 to the default branch 'master' in zerocracy/fbe
2025-07-07T09:03:58Z push-to-master-was-punished 820463873 _job:34111 award:-16 commit:9d508abff87ad0b0d1e4b6a437ed4d790abeee57 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/9d508abff87ad0b0d1e4b6a437ed4d790abeee57/#commitcomment-161570276 is_human:1 where:github who:526301 why:Pushed 9d508abff to the default branch 'master' in zerocracy/fbe
2025-07-07T10:03:59Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:8b6c03fa94050ed0643cad99329f24a958fe1200 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/8b6c03fa94050ed0643cad99329f24a958fe1200/#commitcomment-161573654 is_human:1 where:github who:526301 why:Pushed 8b6c03fa9 to the default branch 'master' in zerocracy/judges-action
2025-07-07T10:04:00Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:01e256fe22d6acbca750f950caffc554d87d4371 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/01e256fe22d6acbca750f950caffc554d87d4371/#commitcomment-161573656 is_human:1 where:github who:526301 why:Pushed 01e256fe2 to the default branch 'master' in zerocracy/judges-action
2025-07-07T10:04:00Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:6b7aea60a74d3d84a96f7cc1e52204030d6e2ff5 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/6b7aea60a74d3d84a96f7cc1e52204030d6e2ff5/#commitcomment-161573657 is_human:1 where:github who:526301 why:Pushed 6b7aea60a to the default branch 'master' in zerocracy/judges-action
2025-07-07T13:37:57Z code-contribution-was-rewarded 820463873 _job:34111 award:4 details:It's time to reward @yegorov for the code contributed in zerocracy/fbe#242, the reward amount is 4. done:2025-08-21T13:55:20Z href:https://github.com/zerocracy/fbe/issues/242/#issuecomment-3045192259 is_human:1 issue:242 receipt:receipt-#29896 where:github who:2566462 why:Contributed code in zerocracy/fbe#242
2025-07-10T05:30:58Z push-to-master-was-punished 840215648 _job:34111 award:-16 commit:9fe63ca69f41132b21d350c2259d10c133efe1df default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/9fe63ca69f41132b21d350c2259d10c133efe1df/#commitcomment-161825915 is_human:1 where:github who:526301 why:Pushed 9fe63ca69 to the default branch 'master' in zerocracy/baza.rb
2025-07-10T05:30:59Z push-to-master-was-punished 840215648 _job:34111 award:-16 commit:f560023c4ff409f7e11979ec12cc2cf92274b1d1 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/f560023c4ff409f7e11979ec12cc2cf92274b1d1/#commitcomment-161825916 is_human:1 where:github who:526301 why:Pushed f560023c4 to the default branch 'master' in zerocracy/baza.rb
2025-07-10T06:04:50Z code-review-was-rewarded 799177290 _job:34111 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#808, the reward amount is 4. done:2025-08-21T13:55:21Z href:https://github.com/zerocracy/judges-action/issues/808/#issuecomment-3055722272 is_human:1 issue:808 where:github who:526301 why:Reviewed code in zerocracy/judges-action#808
2025-07-10T06:05:48Z resolved-bug-was-rewarded 840215648 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/baza.rb#97 in 2 hours, the reward amount is 12. done:2025-08-21T13:55:22Z href:https://github.com/zerocracy/baza.rb/issues/97/#issuecomment-3055810183 is_human:1 issue:97 where:github who:526301 why:Resolved bug in zerocracy/baza.rb#97
2025-07-10T06:05:54Z code-contribution-was-rewarded 799177290 _job:34111 award:16 details:It's time to reward @yegorov for the code contributed in zerocracy/judges-action#808, the reward amount is 16. done:2025-08-21T13:55:23Z href:https://github.com/zerocracy/judges-action/issues/808/#issuecomment-3055810381 is_human:1 issue:808 receipt:receipt-#30112 where:github who:2566462 why:Contributed code in zerocracy/judges-action#808
2025-07-10T12:33:01Z code-contribution-was-rewarded 820463873 _job:34111 award:4 details:It's time to reward @yegorov for the code contributed in zerocracy/fbe#241, the reward amount is 4. done:2025-08-21T13:55:24Z href:https://github.com/zerocracy/fbe/issues/241/#issuecomment-3057265070 is_human:1 issue:241 receipt:receipt-#30147 where:github who:2566462 why:Contributed code in zerocracy/fbe#241
2025-07-11T05:09:13Z resolved-bug-was-rewarded 840215648 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/baza.rb#98 in 0 hours, the reward amount is 12. done:2025-08-21T13:55:24Z href:https://github.com/zerocracy/baza.rb/issues/98/#issuecomment-3060561302 is_human:1 issue:98 where:github who:526301 why:Resolved bug in zerocracy/baza.rb#98
2025-07-11T07:04:19Z code-contribution-was-rewarded 820463873 _job:34111 award:23 details:It's time to reward @yegorov for the code contributed in zerocracy/fbe#247, the reward amount is 23. done:2025-08-21T13:55:25Z href:https://github.com/zerocracy/fbe/issues/247/#issuecomment-3060899010 is_human:1 issue:247 receipt:receipt-#30223 where:github who:2566462 why:Contributed code in zerocracy/fbe#247
2025-07-11T07:04:24Z code-contribution-was-rewarded 820463873 _job:34111 award:4 details:It's time to reward @yegorov for the code contributed in zerocracy/fbe#246, the reward amount is 4. done:2025-08-21T13:55:26Z href:https://github.com/zerocracy/fbe/issues/246/#issuecomment-3060899094 is_human:1 issue:246 receipt:receipt-#30224 where:github who:2566462 why:Contributed code in zerocracy/fbe#246
2025-07-11T07:04:36Z code-review-was-rewarded 820463873 _job:34111 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/fbe#247, the reward amount is 4. done:2025-08-21T13:55:27Z href:https://github.com/zerocracy/fbe/issues/247/#issuecomment-3060907809 is_human:1 issue:247 where:github who:526301 why:Reviewed code in zerocracy/fbe#247
2025-07-11T07:05:06Z resolved-bug-was-rewarded 820463873 _job:34111 award:12 details:It's time to reward @yegorov for the bug resolved in zerocracy/fbe#237 in 18 hours, the reward amount is 12. done:2025-08-21T13:55:28Z href:https://github.com/zerocracy/fbe/issues/237/#issuecomment-3060907914 is_human:1 issue:237 receipt:receipt-#30225 where:github who:2566462 why:Resolved bug in zerocracy/fbe#237
2025-07-13T10:04:02Z push-to-master-was-punished 799113787 _job:34111 award:-16 commit:65675802f8da23bbab8345ec519d57a559034907 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/65675802f8da23bbab8345ec519d57a559034907/#commitcomment-162017650 is_human:1 where:github who:526301 why:Pushed 65675802f to the default branch 'master' in yegor256/judges
2025-07-13T10:04:02Z push-to-master-was-punished 799113787 _job:34111 award:-16 commit:7c5436e6d83f4cbf05dde28a6e6102601011e0c8 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/7c5436e6d83f4cbf05dde28a6e6102601011e0c8/#commitcomment-162017651 is_human:1 where:github who:526301 why:Pushed 7c5436e6d to the default branch 'master' in yegor256/judges
2025-07-13T10:04:03Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:d3321b91e14751cf7b8f88d290e4f87e2f623e26 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/d3321b91e14751cf7b8f88d290e4f87e2f623e26/#commitcomment-162017652 is_human:1 where:github who:526301 why:Pushed d3321b91e to the default branch 'master' in zerocracy/judges-action
2025-07-13T10:04:08Z resolved-bug-was-rewarded 799113787 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/judges#257 in 0 hours, the reward amount is 12. done:2025-08-21T13:55:29Z href:https://github.com/yegor256/judges/issues/257/#issuecomment-3066973629 is_human:1 issue:257 where:github who:526301 why:Resolved bug in yegor256/judges#257
2025-07-13T10:04:11Z resolved-bug-was-rewarded 799177290 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#809 in 1 hours, the reward amount is 12. done:2025-08-21T13:55:30Z href:https://github.com/zerocracy/judges-action/issues/809/#issuecomment-3066973641 is_human:1 issue:809 where:github who:526301 why:Resolved bug in zerocracy/judges-action#809
2025-07-15T08:32:29Z code-contribution-was-rewarded 820463873 _job:34111 award:9 details:It's time to reward @yegorov for the code contributed in zerocracy/fbe#249, the reward amount is 9. done:2025-08-21T13:55:31Z href:https://github.com/zerocracy/fbe/issues/249/#issuecomment-3072669902 is_human:1 issue:249 receipt:receipt-#30658 where:github who:2566462 why:Contributed code in zerocracy/fbe#249
2025-07-15T15:00:25Z code-review-was-rewarded 820463873 _job:34111 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/fbe#249, the reward amount is 4. done:2025-08-21T13:55:31Z href:https://github.com/zerocracy/fbe/issues/249/#issuecomment-3073982988 is_human:1 issue:249 where:github who:526301 why:Reviewed code in zerocracy/fbe#249
2025-07-15T15:01:47Z resolved-bug-was-rewarded 820463873 _job:34111 award:12 details:It's time to reward @yegorov for the bug resolved in zerocracy/fbe#243 in 15 hours, the reward amount is 12. done:2025-08-21T13:55:32Z href:https://github.com/zerocracy/fbe/issues/243/#issuecomment-3074152609 is_human:1 issue:243 receipt:receipt-#30699 where:github who:2566462 why:Resolved bug in zerocracy/fbe#243
2025-07-19T11:04:40Z code-contribution-was-rewarded 820463873 _job:34111 award:4 details:It's time to reward @yegorov for the code contributed in zerocracy/fbe#250, the reward amount is 4. done:2025-08-21T13:55:33Z href:https://github.com/zerocracy/fbe/issues/250/#issuecomment-3092282349 is_human:1 issue:250 receipt:receipt-#31203 where:github who:2566462 why:Contributed code in zerocracy/fbe#250
2025-07-20T08:30:21Z code-contribution-was-rewarded 799177290 _job:34111 award:8 details:It's time to reward @yegorov for the code contributed in zerocracy/judges-action#814, the reward amount is 8. done:2025-08-21T13:55:34Z href:https://github.com/zerocracy/judges-action/issues/814/#issuecomment-3094349005 is_human:1 issue:814 receipt:receipt-#31310 where:github who:2566462 why:Contributed code in zerocracy/judges-action#814
2025-07-22T13:08:44Z resolved-bug-was-rewarded 820463873 _job:34111 award:7 details:It's time to reward @yegorov for the bug resolved in zerocracy/fbe#244 in 28 hours, the reward amount is 7. done:2025-08-21T13:55:35Z href:https://github.com/zerocracy/fbe/issues/244/#issuecomment-3102648814 is_human:1 issue:244 receipt:receipt-#31620 where:github who:2566462 why:Resolved bug in zerocracy/fbe#244
2025-07-22T13:40:19Z resolved-bug-was-rewarded 799177290 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#817 in 0 hours, the reward amount is 12. done:2025-08-21T13:55:36Z href:https://github.com/zerocracy/judges-action/issues/817/#issuecomment-3102890544 is_human:1 issue:817 where:github who:526301 why:Resolved bug in zerocracy/judges-action#817
2025-07-22T17:01:17Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:6673e9ceee9bf903e76065e5d2900f4f47e9d88c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/6673e9ceee9bf903e76065e5d2900f4f47e9d88c/#commitcomment-162612127 is_human:1 where:github who:526301 why:Pushed 6673e9cee to the default branch 'master' in zerocracy/judges-action
2025-07-25T06:30:38Z push-to-master-was-punished 820463873 _job:34111 award:-16 commit:01efdd8af3cbce2ef617757ad291b207004d43ec default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/01efdd8af3cbce2ef617757ad291b207004d43ec/#commitcomment-162845172 is_human:1 where:github who:526301 why:Pushed 01efdd8af to the default branch 'master' in zerocracy/fbe
2025-07-25T06:30:39Z push-to-master-was-punished 820463873 _job:34111 award:-16 commit:cdef6cf7aedcf8b70e92927f587c63c6cff44432 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/cdef6cf7aedcf8b70e92927f587c63c6cff44432/#commitcomment-162845173 is_human:1 where:github who:526301 why:Pushed cdef6cf7a to the default branch 'master' in zerocracy/fbe
2025-07-25T06:30:40Z push-to-master-was-punished 820463873 _job:34111 award:-16 commit:9b1bd7fe00412b81ec1b2e25419732811f9d47b7 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/9b1bd7fe00412b81ec1b2e25419732811f9d47b7/#commitcomment-162845175 is_human:1 where:github who:526301 why:Pushed 9b1bd7fe0 to the default branch 'master' in zerocracy/fbe
2025-07-25T07:27:50Z code-contribution-was-rewarded 798641472 _job:34111 award:4 details:It's time to reward @yegor256 for the code contributed in yegor256/factbase#255, the reward amount is 4. done:2025-08-21T13:55:37Z href:https://github.com/yegor256/factbase/issues/255/#issuecomment-3116724054 is_human:1 issue:255 where:github who:526301 why:Contributed code in yegor256/factbase#255
2025-07-25T17:28:46Z resolved-bug-was-rewarded 798641472 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#254 in 0 hours, the reward amount is 12. done:2025-08-21T13:55:38Z href:https://github.com/yegor256/factbase/issues/254/#issuecomment-3119805633 is_human:1 issue:254 where:github who:526301 why:Resolved bug in yegor256/factbase#254
2025-07-25T17:28:52Z resolved-bug-was-rewarded 820463873 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#251 in 0 hours, the reward amount is 12. done:2025-08-21T13:55:38Z href:https://github.com/zerocracy/fbe/issues/251/#issuecomment-3119805756 is_human:1 issue:251 where:github who:526301 why:Resolved bug in zerocracy/fbe#251
2025-07-25T17:28:56Z resolved-bug-was-rewarded 840215648 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/baza.rb#100 in 0 hours, the reward amount is 12. done:2025-08-21T13:55:39Z href:https://github.com/zerocracy/baza.rb/issues/100/#issuecomment-3119805867 is_human:1 issue:100 where:github who:526301 why:Resolved bug in zerocracy/baza.rb#100
2025-07-25T17:29:00Z resolved-bug-was-rewarded 799177290 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#823 in 0 hours, the reward amount is 12. done:2025-08-21T13:55:40Z href:https://github.com/zerocracy/judges-action/issues/823/#issuecomment-3119806001 is_human:1 issue:823 where:github who:526301 why:Resolved bug in zerocracy/judges-action#823
2025-07-27T20:28:07Z push-to-master-was-punished 799113787 _job:34111 award:-16 commit:f662ecd23ce813b6ebb958a6f6cca2d62a273042 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/f662ecd23ce813b6ebb958a6f6cca2d62a273042/#commitcomment-162940862 is_human:1 where:github who:526301 why:Pushed f662ecd23 to the default branch 'master' in yegor256/judges
2025-07-28T10:24:45Z resolved-bug-was-rewarded 799113787 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/judges#260 in 8 hours, the reward amount is 12. done:2025-08-21T13:55:41Z href:https://github.com/yegor256/judges/issues/260/#issuecomment-3126573167 is_human:1 issue:260 where:github who:526301 why:Resolved bug in yegor256/judges#260
2025-07-28T23:56:49Z code-contribution-was-rewarded 798641472 _job:34111 award:5 details:It's time to reward @yegor256 for the code contributed in yegor256/factbase#259, the reward amount is 5. done:2025-08-21T13:55:42Z href:https://github.com/yegor256/factbase/issues/259/#issuecomment-3130233495 is_human:1 issue:259 where:github who:526301 why:Contributed code in yegor256/factbase#259
2025-07-29T15:58:25Z resolved-bug-was-rewarded 798641472 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#258 in 10 hours, the reward amount is 12. done:2025-08-21T13:55:43Z href:https://github.com/yegor256/factbase/issues/258/#issuecomment-3133140985 is_human:1 issue:258 where:github who:526301 why:Resolved bug in yegor256/factbase#258
2025-07-29T15:58:29Z resolved-bug-was-rewarded 798641472 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#261 in 10 hours, the reward amount is 12. done:2025-08-21T13:55:44Z href:https://github.com/yegor256/factbase/issues/261/#issuecomment-3133141062 is_human:1 issue:261 where:github who:526301 why:Resolved bug in yegor256/factbase#261
2025-07-29T15:58:32Z resolved-bug-was-rewarded 799113787 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/judges#261 in 9 hours, the reward amount is 12. done:2025-08-21T13:55:45Z href:https://github.com/yegor256/judges/issues/261/#issuecomment-3133141156 is_human:1 issue:261 where:github who:526301 why:Resolved bug in yegor256/judges#261
2025-07-30T06:29:36Z resolved-bug-was-rewarded 799177290 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#829 in 0 hours, the reward amount is 12. done:2025-08-21T13:55:45Z href:https://github.com/zerocracy/judges-action/issues/829/#issuecomment-3135017840 is_human:1 issue:829 where:github who:526301 why:Resolved bug in zerocracy/judges-action#829
2025-07-30T06:29:44Z resolved-bug-was-rewarded 798641472 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#262 in 1 hours, the reward amount is 12. done:2025-08-21T13:55:46Z href:https://github.com/yegor256/factbase/issues/262/#issuecomment-3135017916 is_human:1 issue:262 where:github who:526301 why:Resolved bug in yegor256/factbase#262
2025-07-30T07:04:10Z resolved-bug-was-rewarded 798641472 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#263 in 0 hours, the reward amount is 12. done:2025-08-21T13:55:47Z href:https://github.com/yegor256/factbase/issues/263/#issuecomment-3135103533 is_human:1 issue:263 where:github who:526301 why:Resolved bug in yegor256/factbase#263
2025-07-30T07:04:14Z resolved-bug-was-rewarded 798641472 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#264 in 0 hours, the reward amount is 12. done:2025-08-21T13:55:48Z href:https://github.com/yegor256/factbase/issues/264/#issuecomment-3135103605 is_human:1 issue:264 where:github who:526301 why:Resolved bug in yegor256/factbase#264
2025-07-30T10:08:05Z resolved-bug-was-rewarded 799177290 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#833 in 2 hours, the reward amount is 12. done:2025-08-21T13:55:49Z href:https://github.com/zerocracy/judges-action/issues/833/#issuecomment-3135660625 is_human:1 issue:833 where:github who:526301 why:Resolved bug in zerocracy/judges-action#833
2025-08-01T11:55:50Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:29969d3d4d0dcf0345950c1d940089c5b5447db1 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/29969d3d4d0dcf0345950c1d940089c5b5447db1/#commitcomment-163268418 is_human:1 where:github who:526301 why:Pushed 29969d3d4 to the default branch 'master' in zerocracy/judges-action
2025-08-01T11:55:50Z push-to-master-was-punished 798641472 _job:34111 award:-16 commit:6031aced418ce0be0d3d1c3864deeaa7766d928e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/6031aced418ce0be0d3d1c3864deeaa7766d928e/#commitcomment-163268420 is_human:1 where:github who:526301 why:Pushed 6031aced4 to the default branch 'master' in yegor256/factbase
2025-08-01T11:55:50Z push-to-master-was-punished 798641472 _job:34111 award:-16 commit:d6d0878e967a7dd939735a38fa008771491873e1 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/d6d0878e967a7dd939735a38fa008771491873e1/#commitcomment-163268421 is_human:1 where:github who:526301 why:Pushed d6d0878e9 to the default branch 'master' in yegor256/factbase
2025-08-01T11:55:51Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:3fa110888177b5afd0fb5ee01e7fffcc6eeb74b9 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/3fa110888177b5afd0fb5ee01e7fffcc6eeb74b9/#commitcomment-163268422 is_human:1 where:github who:526301 why:Pushed 3fa110888 to the default branch 'master' in zerocracy/judges-action
2025-08-01T11:55:51Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:1faeeab298613f9962087ddbecaa89ba626c335c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/1faeeab298613f9962087ddbecaa89ba626c335c/#commitcomment-163268424 is_human:1 where:github who:526301 why:Pushed 1faeeab29 to the default branch 'master' in zerocracy/judges-action
2025-08-01T11:55:51Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:bf6cd1ad35138220e6bb53e05c416cf46b8114cb default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/bf6cd1ad35138220e6bb53e05c416cf46b8114cb/#commitcomment-163268425 is_human:1 where:github who:526301 why:Pushed bf6cd1ad3 to the default branch 'master' in zerocracy/judges-action
2025-08-01T11:55:52Z push-to-master-was-punished 798641472 _job:34111 award:-16 commit:7373ad8079cc491e53899c72f771d533ef8e3f59 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/7373ad8079cc491e53899c72f771d533ef8e3f59/#commitcomment-163268428 is_human:1 where:github who:526301 why:Pushed 7373ad807 to the default branch 'master' in yegor256/factbase
2025-08-01T11:55:52Z push-to-master-was-punished 798641472 _job:34111 award:-16 commit:e800bcdd93ba23342b609a223f8babf109c41cc9 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/e800bcdd93ba23342b609a223f8babf109c41cc9/#commitcomment-163268429 is_human:1 where:github who:526301 why:Pushed e800bcdd9 to the default branch 'master' in yegor256/factbase
2025-08-01T11:55:52Z push-to-master-was-punished 798641472 _job:34111 award:-16 commit:67ed61701bd6b217ecefa550fcac66ca9872a050 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/67ed61701bd6b217ecefa550fcac66ca9872a050/#commitcomment-163268430 is_human:1 where:github who:526301 why:Pushed 67ed61701 to the default branch 'master' in yegor256/factbase
2025-08-01T11:55:53Z push-to-master-was-punished 798641472 _job:34111 award:-16 commit:e2b3affe11fc69490988f05bfd4cc4c20abd179e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/e2b3affe11fc69490988f05bfd4cc4c20abd179e/#commitcomment-163268432 is_human:1 where:github who:526301 why:Pushed e2b3affe1 to the default branch 'master' in yegor256/factbase
2025-08-01T11:55:53Z push-to-master-was-punished 798641472 _job:34111 award:-16 commit:0ca55e7363897bc8a704f99e2f70477ae87333fc default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/0ca55e7363897bc8a704f99e2f70477ae87333fc/#commitcomment-163268433 is_human:1 where:github who:526301 why:Pushed 0ca55e736 to the default branch 'master' in yegor256/factbase
2025-08-01T11:55:53Z push-to-master-was-punished 798641472 _job:34111 award:-16 commit:d1d8dc485b722ad39b9c4f8d01dc1eff5a32cbaf default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/d1d8dc485b722ad39b9c4f8d01dc1eff5a32cbaf/#commitcomment-163268434 is_human:1 where:github who:526301 why:Pushed d1d8dc485 to the default branch 'master' in yegor256/factbase
2025-08-01T11:55:54Z push-to-master-was-punished 798641472 _job:34111 award:-16 commit:3d0971905d1effa2c9630d651108b2b7e0474467 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/3d0971905d1effa2c9630d651108b2b7e0474467/#commitcomment-163268441 is_human:1 where:github who:526301 why:Pushed 3d0971905 to the default branch 'master' in yegor256/factbase
2025-08-01T11:55:54Z push-to-master-was-punished 798641472 _job:34111 award:-16 commit:28a82ffb6c55173b2680b6d1ea31151e9da6810d default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/28a82ffb6c55173b2680b6d1ea31151e9da6810d/#commitcomment-163268442 is_human:1 where:github who:526301 why:Pushed 28a82ffb6 to the default branch 'master' in yegor256/factbase
2025-08-01T14:26:14Z resolved-bug-was-rewarded 799177290 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#837 in 1 hours, the reward amount is 12. done:2025-08-21T13:55:50Z href:https://github.com/zerocracy/judges-action/issues/837/#issuecomment-3144777942 is_human:1 issue:837 where:github who:526301 why:Resolved bug in zerocracy/judges-action#837
2025-08-01T14:26:18Z resolved-bug-was-rewarded 820463873 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#253 in 0 hours, the reward amount is 12. done:2025-08-21T13:55:51Z href:https://github.com/zerocracy/fbe/issues/253/#issuecomment-3144778034 is_human:1 issue:253 where:github who:526301 why:Resolved bug in zerocracy/fbe#253
2025-08-01T14:26:27Z resolved-bug-was-rewarded 799177290 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#842 in 1 hours, the reward amount is 12. done:2025-08-21T13:55:52Z href:https://github.com/zerocracy/judges-action/issues/842/#issuecomment-3144778104 is_human:1 issue:842 where:github who:526301 why:Resolved bug in zerocracy/judges-action#842
2025-08-03T15:02:35Z push-to-master-was-punished 820463873 _job:34111 award:-16 commit:aa337669ce6250484437bce27e1319867b9ae808 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/aa337669ce6250484437bce27e1319867b9ae808/#commitcomment-163344226 is_human:1 where:github who:526301 why:Pushed aa337669c to the default branch 'master' in zerocracy/fbe
2025-08-03T15:02:36Z push-to-master-was-punished 820463873 _job:34111 award:-16 commit:3c551b7bab7a96ae83cbf89da58cf3006c1c6811 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/3c551b7bab7a96ae83cbf89da58cf3006c1c6811/#commitcomment-163344227 is_human:1 where:github who:526301 why:Pushed 3c551b7ba to the default branch 'master' in zerocracy/fbe
2025-08-04T06:35:22Z resolved-bug-was-rewarded 820463873 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#256 in 0 hours, the reward amount is 12. done:2025-08-21T13:55:53Z href:https://github.com/zerocracy/fbe/issues/256/#issuecomment-3149309215 is_human:1 issue:256 where:github who:526301 why:Resolved bug in zerocracy/fbe#256
2025-08-04T06:35:26Z resolved-bug-was-rewarded 820463873 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#255 in 0 hours, the reward amount is 12. done:2025-08-21T13:55:54Z href:https://github.com/zerocracy/fbe/issues/255/#issuecomment-3149309256 is_human:1 issue:255 where:github who:526301 why:Resolved bug in zerocracy/fbe#255
2025-08-04T08:07:22Z resolved-bug-was-rewarded 799177290 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#845 in 2 hours, the reward amount is 12. done:2025-08-21T13:55:55Z href:https://github.com/zerocracy/judges-action/issues/845/#issuecomment-3149562864 is_human:1 issue:845 where:github who:526301 why:Resolved bug in zerocracy/judges-action#845
2025-08-08T10:30:17Z push-to-master-was-punished 840215648 _job:34111 award:-16 commit:babbae3c4255c83763789c17d72acb1217edc64b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/babbae3c4255c83763789c17d72acb1217edc64b/#commitcomment-163662029 is_human:1 where:github who:526301 why:Pushed babbae3c4 to the default branch 'master' in zerocracy/baza.rb
2025-08-08T10:30:17Z push-to-master-was-punished 840215648 _job:34111 award:-16 commit:ed34440cf0c6a40f889063a22d9934659a48720a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/ed34440cf0c6a40f889063a22d9934659a48720a/#commitcomment-163662030 is_human:1 where:github who:526301 why:Pushed ed34440cf to the default branch 'master' in zerocracy/baza.rb
2025-08-08T11:24:17Z push-to-master-was-punished 799113787 _job:34111 award:-16 commit:ba9dd5d4ac74649e44c1c6972a3371cecb95b5dd default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/ba9dd5d4ac74649e44c1c6972a3371cecb95b5dd/#commitcomment-163664246 is_human:1 where:github who:526301 why:Pushed ba9dd5d4a to the default branch 'master' in yegor256/judges
2025-08-08T12:31:11Z resolved-bug-was-rewarded 840215648 _job:34111 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/baza.rb#113 in 16 hours, the reward amount is 12. done:2025-08-21T13:55:56Z href:https://github.com/zerocracy/baza.rb/issues/113/#issuecomment-3167732077 is_human:1 issue:113 where:github who:526301 why:Resolved bug in zerocracy/baza.rb#113
2025-08-08T12:31:15Z resolved-bug-was-rewarded 799177290 _job:34111 award:7 details:It's time to reward @yegorov for the bug resolved in zerocracy/judges-action#852 in 25 hours, the reward amount is 7. done:2025-08-21T13:55:57Z href:https://github.com/zerocracy/judges-action/issues/852/#issuecomment-3167732163 is_human:1 issue:852 receipt:receipt-#33644 where:github who:2566462 why:Resolved bug in zerocracy/judges-action#852
2024-07-18T07:06:21Z push-to-master-was-punished 802720676 _job:34111 award:-20 cause:43604 commit:3f6259882bee21309463f9aa25c3b5f6947aed85 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -20. href:https://github.com/zerocracy/pages-action/commit/3f6259882bee21309463f9aa25c3b5f6947aed85/#commitcomment-144367250 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/pages-action
2024-07-18T12:08:58Z push-to-master-was-punished 799177290 _job:34111 award:-20 cause:44243 commit:423c0c9cb3504dbf13c517f09e87200a134f4fbb default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -20. href:https://github.com/zerocracy/judges-action/commit/423c0c9cb3504dbf13c517f09e87200a134f4fbb/#commitcomment-144377320 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/judges-action
2024-07-18T13:09:11Z push-to-master-was-punished 799177290 _job:34111 award:-20 cause:44414 commit:5c885cc45fb739952864b464c0bb8d2e99c86aa8 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -20. href:https://github.com/zerocracy/judges-action/commit/5c885cc45fb739952864b464c0bb8d2e99c86aa8/#commitcomment-144379586 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/judges-action
2024-07-18T13:09:19Z push-to-master-was-punished 799177290 _job:34111 award:-20 cause:44416 commit:826ca24af27ccd8cc1dc6b358ce0337e942d68c2 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -20. href:https://github.com/zerocracy/judges-action/commit/826ca24af27ccd8cc1dc6b358ce0337e942d68c2/#commitcomment-144379591 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/judges-action
2024-07-18T19:07:11Z push-to-master-was-punished 802720676 _job:34111 award:-20 cause:45237 commit:8d0d32e5138bb1398e3d120ee7dff15870cf3243 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -20. href:https://github.com/zerocracy/pages-action/commit/8d0d32e5138bb1398e3d120ee7dff15870cf3243/#commitcomment-144396980 is_human:1 where:github who:526301 why:Push to default branch 'master' in zerocracy/pages-action
2024-07-22T19:10:29Z push-to-master-was-punished 802720676 _job:34111 award:-20 cause:54946 commit:521ebab54ccbbe0f29988682a4bdd99b757ef22a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -20. href:https://github.com/zerocracy/pages-action/commit/521ebab54ccbbe0f29988682a4bdd99b757ef22a/#commitcomment-144512997 is_human:1 where:github who:526301 why:Push 521ebab54 to default branch 'master' in zerocracy/pages-action
2024-07-22T22:10:50Z push-to-master-was-punished 799177290 _job:34111 award:-20 cause:55814 commit:88f2c97c810d1cbb8428faf9305123fd2cd0d7fc default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -20. href:https://github.com/zerocracy/judges-action/commit/88f2c97c810d1cbb8428faf9305123fd2cd0d7fc/#commitcomment-144517890 is_human:1 where:github who:526301 why:Push 88f2c97c8 to default branch 'master' in zerocracy/judges-action
2024-07-26T10:07:41Z push-to-master-was-punished 799113787 _job:34111 award:-20 cause:53808 commit:da2efb937197f6ba9d23323d1615db9e1f2efc36 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -20. href:https://github.com/yegor256/judges/commit/da2efb937197f6ba9d23323d1615db9e1f2efc36/#commitcomment-144683887 is_human:1 where:github who:526301 why:Push da2efb937 to default branch 'master' in yegor256/judges
2024-07-26T20:09:21Z push-to-master-was-punished 802720676 _job:34111 award:-20 cause:54947 commit:6add7d09f5efb8ae4c9be07e1efcbac48078b65e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -20. href:https://github.com/zerocracy/pages-action/commit/6add7d09f5efb8ae4c9be07e1efcbac48078b65e/#commitcomment-144705578 is_human:1 where:github who:526301 why:Push 6add7d09f to default branch 'master' in zerocracy/pages-action
2024-07-26T23:07:23Z push-to-master-was-punished 799177290 _job:34111 award:-20 cause:56784 commit:4b52b7339272c0c601d6a42e99c64775a20e5ee1 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -20. href:https://github.com/zerocracy/judges-action/commit/4b52b7339272c0c601d6a42e99c64775a20e5ee1/#commitcomment-144709626 is_human:1 where:github who:526301 why:Push 4b52b7339 to default branch 'master' in zerocracy/judges-action
2024-07-30T05:08:36Z push-to-master-was-punished 798641472 _job:34111 award:-20 cause:82906 commit:fd3bd1968f126d875116924569c00ce0a86a3886 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -20. href:https://github.com/yegor256/factbase/commit/fd3bd1968f126d875116924569c00ce0a86a3886/#commitcomment-144791376 is_human:1 where:github who:526301 why:Pushed fd3bd1968 to default branch 'master' in yegor256/factbase
2024-07-30T08:17:42Z push-to-master-was-punished 820463873 _job:34111 award:-20 cause:83461 commit:873ed5a5eaaca972dfe90879a21c7faa531aba8b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -20. href:https://github.com/zerocracy/fbe/commit/873ed5a5eaaca972dfe90879a21c7faa531aba8b/#commitcomment-144796795 is_human:1 where:github who:526301 why:Pushed 873ed5a5e to default branch 'master' in zerocracy/fbe
2024-07-31T05:11:25Z push-to-master-was-punished 799113787 _job:34111 award:-20 cause:86359 commit:f5f1d1ef6564be9e80d0fd5ece354dfbc37819da default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -20. href:https://github.com/yegor256/judges/commit/f5f1d1ef6564be9e80d0fd5ece354dfbc37819da/#commitcomment-144839002 is_human:1 where:github who:526301 why:Pushed f5f1d1ef6 to default branch 'master' in yegor256/judges
2024-07-31T05:11:56Z push-to-master-was-punished 799177290 _job:34111 award:-20 cause:86363 commit:c3a33239184b9b29a61cb5cec3f071ef021c2e44 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -20. href:https://github.com/zerocracy/judges-action/commit/c3a33239184b9b29a61cb5cec3f071ef021c2e44/#commitcomment-144839018 is_human:1 where:github who:526301 why:Pushed c3a332391 to default branch 'master' in zerocracy/judges-action
2024-07-31T05:12:26Z push-to-master-was-punished 802720676 _job:34111 award:-20 cause:86365 commit:9188754f7323322a5133033687ccf00db95822ec default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -20. href:https://github.com/zerocracy/pages-action/commit/9188754f7323322a5133033687ccf00db95822ec/#commitcomment-144840185 is_human:1 where:github who:526301 why:Pushed 9188754f7 to default branch 'master' in zerocracy/pages-action
2024-08-09T09:17:27Z push-to-master-was-punished 840215648 _job:34111 award:-20 cause:124367 commit:df5a04293a242dbf5ff6f818d90c131b5f707456 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -20. href:https://github.com/zerocracy/baza.rb/commit/df5a04293a242dbf5ff6f818d90c131b5f707456/#commitcomment-145207789 is_human:1 where:github who:526301 why:Pushed df5a04293 to default branch 'master' in zerocracy/baza.rb
2024-08-10T13:21:08Z push-to-master-was-punished 820463873 _job:34111 award:-20 cause:101059 commit:08e3d34c7c2da04d0d853e8509ebbac30f33429d default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -20. href:https://github.com/zerocracy/fbe/commit/08e3d34c7c2da04d0d853e8509ebbac30f33429d/#commitcomment-145246418 is_human:1 where:github who:526301 why:Pushed 08e3d34c7 to default branch 'master' in zerocracy/fbe
2024-08-10T13:25:17Z push-to-master-was-punished 799177290 _job:34111 award:-20 cause:103997 commit:3fb61a77ed818e38319b0e14e083612b211f2d4f default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -20. href:https://github.com/zerocracy/judges-action/commit/3fb61a77ed818e38319b0e14e083612b211f2d4f/#commitcomment-145247082 is_human:1 where:github who:526301 why:Pushed 3fb61a77e to default branch 'master' in zerocracy/judges-action
2024-08-10T14:16:53Z push-to-master-was-punished 799113787 _job:34111 award:-20 cause:104202 commit:4c0ec6b9ae09e93497afb06d0f49a3b35a556340 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -20. href:https://github.com/yegor256/judges/commit/4c0ec6b9ae09e93497afb06d0f49a3b35a556340/#commitcomment-145247094 is_human:1 where:github who:526301 why:Pushed 4c0ec6b9a to default branch 'master' in yegor256/judges
2024-08-10T14:18:43Z push-to-master-was-punished 802720676 _job:34111 award:-20 cause:109694 commit:6b253be12fb7b75de50c43d293baa5c216d082a0 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -20. href:https://github.com/zerocracy/pages-action/commit/6b253be12fb7b75de50c43d293baa5c216d082a0/#commitcomment-145247105 is_human:1 where:github who:526301 why:Pushed 6b253be12 to default branch 'master' in zerocracy/pages-action
2024-08-10T14:20:25Z push-to-master-was-punished 798641472 _job:34111 award:-20 cause:120951 commit:7d17437b10f025017042d6e4edfe380ac08e88b4 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -20. href:https://github.com/yegor256/factbase/commit/7d17437b10f025017042d6e4edfe380ac08e88b4/#commitcomment-145247597 is_human:1 where:github who:526301 why:Pushed 7d17437b1 to default branch 'master' in yegor256/factbase
2024-08-14T16:20:01Z push-to-master-was-punished 799113787 _job:34111 award:-20 cause:148046 commit:d6ad7856dac3fd7a640cfcfadcab1e2c4591be29 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -20. href:https://github.com/yegor256/judges/commit/d6ad7856dac3fd7a640cfcfadcab1e2c4591be29/#commitcomment-145384338 is_human:1 where:github who:526301 why:Pushed d6ad7856d to default branch 'master' in yegor256/judges
2024-08-14T17:19:34Z push-to-master-was-punished 820463873 _job:34111 award:-20 cause:148291 commit:827a9f99bfbb773b74eb29dc96a96b4e9eae9a6b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -20. href:https://github.com/zerocracy/fbe/commit/827a9f99bfbb773b74eb29dc96a96b4e9eae9a6b/#commitcomment-145387370 is_human:1 where:github who:526301 why:Pushed 827a9f99b to default branch 'master' in zerocracy/fbe
2024-08-16T07:19:39Z push-to-master-was-punished 802720676 _job:34111 award:-20 cause:155067 commit:aa46b1c3469eff07afc95fdaba5c031f7ed7fe89 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -20. href:https://github.com/zerocracy/pages-action/commit/aa46b1c3469eff07afc95fdaba5c031f7ed7fe89/#commitcomment-145444299 is_human:1 where:github who:526301 why:Pushed aa46b1c34 to default branch 'master' in zerocracy/pages-action
2024-08-16T21:22:44Z push-to-master-was-punished 799177290 _job:34111 award:-20 cause:157337 commit:fc33bb18bfb68596558b7cf3f477cc6dc329afc5 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -20. href:https://github.com/zerocracy/judges-action/commit/fc33bb18bfb68596558b7cf3f477cc6dc329afc5/#commitcomment-145470443 is_human:1 where:github who:526301 why:Pushed fc33bb18b to default branch 'master' in zerocracy/judges-action
2024-08-18T03:20:35Z push-to-master-was-punished 840215648 _job:34111 award:-20 cause:162493 commit:dfa9cb302c6cd60de3ff44932a14bebabb79462a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -20. href:https://github.com/zerocracy/baza.rb/commit/dfa9cb302c6cd60de3ff44932a14bebabb79462a/#commitcomment-145488362 is_human:1 where:github who:526301 why:Pushed dfa9cb302 to default branch 'master' in zerocracy/baza.rb
2024-08-19T06:24:19Z push-to-master-was-punished 820463873 _job:34111 award:-16 commit:0cf5bddc4bfeca0b5150388081448e7f65285b4e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/0cf5bddc4bfeca0b5150388081448e7f65285b4e/#commitcomment-145505107 is_human:1 where:github who:526301 why:Pushed 0cf5bddc4 to the default branch 'master' in zerocracy/fbe
2024-08-20T19:21:18Z push-to-master-was-punished 802720676 _job:34111 award:-16 commit:5f5af672f4939af35a72bd1b44b45938b13dfa04 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/5f5af672f4939af35a72bd1b44b45938b13dfa04/#commitcomment-145575232 is_human:1 where:github who:526301 why:Pushed 5f5af672f to the default branch 'master' in zerocracy/pages-action
2024-08-26T12:27:05Z push-to-master-was-punished 820463873 _job:34111 award:-16 commit:1e7a21edd4f004386b8565a83fe56eda3470654f default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/1e7a21edd4f004386b8565a83fe56eda3470654f/#commitcomment-145832153 is_human:1 where:github who:526301 why:Pushed 1e7a21edd to the default branch 'master' in zerocracy/fbe
2024-08-30T06:25:39Z push-to-master-was-punished 840215648 _job:34111 award:-16 commit:9c144e6dcea937be7d6cebbc9753147890295b70 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/9c144e6dcea937be7d6cebbc9753147890295b70/#commitcomment-146022499 is_human:1 where:github who:526301 why:Pushed 9c144e6dc to the default branch 'master' in zerocracy/baza.rb
2024-08-30T07:28:33Z push-to-master-was-punished 849726475 _job:34111 award:-16 commit:cc2ce445875637531868b682e3a8674102ee290a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/swarm-template, the penalty amount is -16. href:https://github.com/zerocracy/swarm-template/commit/cc2ce445875637531868b682e3a8674102ee290a/#commitcomment-146023862 is_human:1 where:github who:526301 why:Pushed cc2ce4458 to the default branch 'master' in zerocracy/swarm-template
2024-09-02T07:25:01Z push-to-master-was-punished 798641472 _job:34111 award:-16 commit:4a1eb160261ca0e634ce74e007e993713e4e41b4 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/4a1eb160261ca0e634ce74e007e993713e4e41b4/#commitcomment-146083292 is_human:1 where:github who:526301 why:Pushed 4a1eb1602 to the default branch 'master' in yegor256/factbase
2024-09-03T08:26:49Z push-to-master-was-punished 849726475 _job:34111 award:-16 commit:f9a1e207261922903ff8700698fc963ddbbbdf23 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/swarm-template, the penalty amount is -16. href:https://github.com/zerocracy/swarm-template/commit/f9a1e207261922903ff8700698fc963ddbbbdf23/#commitcomment-146173741 is_human:1 where:github who:526301 why:Pushed f9a1e2072 to the default branch 'master' in zerocracy/swarm-template
2024-09-04T20:30:26Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:72418ad40cafbf0cad0a3cfc81023cb28ac0b83f default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/72418ad40cafbf0cad0a3cfc81023cb28ac0b83f/#commitcomment-146253276 is_human:1 where:github who:526301 why:Pushed 72418ad40 to the default branch 'master' in zerocracy/judges-action
2024-09-08T15:30:23Z push-to-master-was-punished 840215648 _job:34111 award:-16 commit:2cd5e36288f37ce13c4249c237f2b3c7f474efde default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/2cd5e36288f37ce13c4249c237f2b3c7f474efde/#commitcomment-146398754 is_human:1 where:github who:526301 why:Pushed 2cd5e3628 to the default branch 'master' in zerocracy/baza.rb
2024-09-10T21:30:38Z push-to-master-was-punished 849726475 _job:34111 award:-16 commit:78e79e61267682990beb594d480729f21065c53b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/swarm-template, the penalty amount is -16. href:https://github.com/zerocracy/swarm-template/commit/78e79e61267682990beb594d480729f21065c53b/#commitcomment-146521361 is_human:1 where:github who:526301 why:Pushed 78e79e612 to the default branch 'master' in zerocracy/swarm-template
2024-09-16T07:36:26Z push-to-master-was-punished 799177290 _job:34111 award:-16 commit:1a8fafd8ca8dfd73bfedef7742865125ef6c00e8 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/1a8fafd8ca8dfd73bfedef7742865125ef6c00e8/#commitcomment-146754463 is_human:1 where:github who:526301 why:Pushed 1a8fafd8c to the default branch 'master' in zerocracy/judges-action
2024-09-16T12:39:48Z push-to-master-was-punished 799113787 _job:34111 award:-16 commit:e5bd441635c2154334b9cda41f8072c20faf1208 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/e5bd441635c2154334b9cda41f8072c20faf1208/#commitcomment-146765092 is_human:1 where:github who:526301 why:Pushed e5bd44163 to the default branch 'master' in yegor256/judges
2024-09-16T12:39:55Z push-to-master-was-punished 798641472 _job:34111 award:-16 commit:004acc0c6ed1a803deaff12272060632f4346886 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/004acc0c6ed1a803deaff12272060632f4346886/#commitcomment-146765093 is_human:1 where:github who:526301 why:Pushed 004acc0c6 to the default branch 'master' in yegor256/factbase
2024-09-17T14:38:13Z push-to-master-was-punished 820463873 _job:34111 award:-16 commit:93b3fab7c892d66894bd3f34d6fe16c82e132fff default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/93b3fab7c892d66894bd3f34d6fe16c82e132fff/#commitcomment-146828547 is_human:1 where:github who:526301 why:Pushed 93b3fab7c to the default branch 'master' in zerocracy/fbe
2024-09-23T05:37:49Z push-to-master-was-punished 802720676 _job:34111 award:-16 commit:3403180847d6dcbb1295760b83da05e07761654d default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/3403180847d6dcbb1295760b83da05e07761654d/#commitcomment-147054438 is_human:1 where:github who:526301 why:Pushed 340318084 to the default branch 'master' in zerocracy/pages-action
2024-09-25T07:40:52Z push-to-master-was-punished 820463873 _job:34111 award:-16 commit:467ef56e76394c8c98ffb250038e6edf0d4550d1 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/467ef56e76394c8c98ffb250038e6edf0d4550d1/#commitcomment-147169907 is_human:1 where:github who:526301 why:Pushed 467ef56e7 to the default branch 'master' in zerocracy/fbe
2024-07-02T03:50:11Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#71 has been closed by @yegor256. event_id:39786592667 event_type:IssuesEvent is_human:1 issue:71 where:github who:526301
2024-07-02T02:52:17Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#71 has been opened by @yegor256. event_id:39785748212 event_type:IssuesEvent is_human:1 issue:71 where:github who:526301
2024-07-02T02:32:38Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#70 has been closed by @yegor256. event_id:39785466479 event_type:IssuesEvent is_human:1 issue:70 where:github who:526301
2024-07-01T15:29:28Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#70 has been opened by @yegor256. event_id:39771710281 event_type:IssuesEvent is_human:1 issue:70 where:github who:526301
2024-06-28T14:40:34Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#68 has been closed by @yegor256. event_id:39712913034 event_type:IssuesEvent is_human:1 issue:68 where:github who:526301
2024-06-28T14:19:22Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#68 has been opened by @yegor256. event_id:39712220326 event_type:IssuesEvent is_human:1 issue:68 where:github who:526301
2024-06-27T12:56:47Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#67 has been closed by @yegor256. event_id:39674731136 event_type:IssuesEvent is_human:1 issue:67 where:github who:526301
2024-06-27T12:37:03Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#67 has been opened by @yegor256. event_id:39674018590 event_type:IssuesEvent is_human:1 issue:67 where:github who:526301
2024-06-27T08:36:03Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#66 has been closed by @yegor256. event_id:39666134351 event_type:IssuesEvent is_human:1 issue:66 where:github who:526301
2024-06-27T08:00:29Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#66 has been opened by @yegor256. event_id:39664954715 event_type:IssuesEvent is_human:1 issue:66 where:github who:526301
2024-06-26T08:41:21Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#65 has been closed by @yegor256. event_id:39628653309 event_type:IssuesEvent is_human:1 issue:65 where:github who:526301
2024-06-26T06:21:53Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#65 has been opened by @yegor256. event_id:39624432006 event_type:IssuesEvent is_human:1 issue:65 where:github who:526301
2024-06-25T13:11:09Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#64 has been closed by @yegor256. event_id:39599882047 event_type:IssuesEvent is_human:1 issue:64 where:github who:526301
2024-06-25T12:57:18Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#64 has been opened by @yegor256. event_id:39599354623 event_type:IssuesEvent is_human:1 issue:64 where:github who:526301
2024-06-24T12:54:48Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#62 has been closed by @yegor256. event_id:39561967152 event_type:IssuesEvent is_human:1 issue:62 where:github who:526301
2024-06-24T12:03:57Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#62 has been opened by @yegor256. event_id:39560243957 event_type:IssuesEvent is_human:1 issue:62 where:github who:526301
2024-06-13T15:46:00Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#58 has been closed by @yegor256. event_id:39274364000 event_type:IssuesEvent is_human:1 issue:58 where:github who:526301
2024-06-13T15:45:42Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#58 has been opened by @yegor256. event_id:39274352740 event_type:IssuesEvent is_human:1 issue:58 where:github who:526301
2024-06-13T10:01:33Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#57 has been closed by @yegor256. event_id:39262130082 event_type:IssuesEvent is_human:1 issue:57 where:github who:526301
2024-06-13T09:25:31Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#57 has been opened by @yegor256. event_id:39260884895 event_type:IssuesEvent is_human:1 issue:57 where:github who:526301
2024-06-13T09:05:35Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#56 has been closed by @yegor256. event_id:39260178684 event_type:IssuesEvent is_human:1 issue:56 where:github who:526301
2024-06-13T08:50:46Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#56 has been opened by @yegor256. event_id:39259664186 event_type:IssuesEvent is_human:1 issue:56 where:github who:526301
2024-06-11T12:44:26Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#54 has been closed by @yegor256. event_id:39193068734 event_type:IssuesEvent is_human:1 issue:54 where:github who:526301
2024-06-11T11:53:44Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#54 has been opened by @yegor256. event_id:39191284786 event_type:IssuesEvent is_human:1 issue:54 where:github who:526301
2024-06-10T19:33:35Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#53 has been closed by @yegor256. event_id:39168545789 event_type:IssuesEvent is_human:1 issue:53 where:github who:526301
2024-06-10T14:57:54Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#53 has been opened by @yegor256. event_id:39160156374 event_type:IssuesEvent is_human:1 issue:53 where:github who:526301
2024-06-07T10:12:36Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#51 has been closed by @yegor256. event_id:39091102529 event_type:IssuesEvent is_human:1 issue:51 where:github who:526301
2024-06-07T08:54:09Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#51 has been opened by @yegor256. event_id:39088670509 event_type:IssuesEvent is_human:1 issue:51 where:github who:526301
2024-06-06T14:02:54Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#50 has been closed by @yegor256. event_id:39062709389 event_type:IssuesEvent is_human:1 issue:50 where:github who:526301
2024-06-06T13:30:34Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#50 has been opened by @yegor256. event_id:39061452722 event_type:IssuesEvent is_human:1 issue:50 where:github who:526301
2024-06-06T12:46:28Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#49 has been closed by @yegor256. event_id:39059759882 event_type:IssuesEvent is_human:1 issue:49 where:github who:526301
2024-06-05T07:20:14Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#49 has been opened by @yegor256. event_id:39010630582 event_type:IssuesEvent is_human:1 issue:49 where:github who:526301
2024-06-04T12:57:29Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#48 has been closed by @yegor256. event_id:38983736977 event_type:IssuesEvent is_human:1 issue:48 where:github who:526301
2024-06-04T12:42:25Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#48 has been opened by @yegor256. event_id:38983147124 event_type:IssuesEvent is_human:1 issue:48 where:github who:526301
2024-06-04T08:42:22Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#47 has been closed by @yegor256. event_id:38974928857 event_type:IssuesEvent is_human:1 issue:47 where:github who:526301
2024-06-04T06:56:46Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#47 has been opened by @yegor256. event_id:38971487025 event_type:IssuesEvent is_human:1 issue:47 where:github who:526301
2024-05-31T06:57:21Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#44 has been closed by @yegor256. event_id:38874640185 event_type:IssuesEvent is_human:1 issue:44 where:github who:526301
2024-05-31T03:49:55Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#44 has been opened by @yegor256. event_id:38871262246 event_type:IssuesEvent is_human:1 issue:44 where:github who:526301
2024-05-31T03:42:24Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#43 has been opened by @yegor256. event_id:38871147771 event_type:IssuesEvent is_human:1 issue:43 where:github who:526301
2024-05-30T10:40:53Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#42 has been closed by @yegor256. event_id:38846320978 event_type:IssuesEvent is_human:1 issue:42 where:github who:526301
2024-05-30T10:15:37Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#42 has been opened by @yegor256. event_id:38845538894 event_type:IssuesEvent is_human:1 issue:42 where:github who:526301
2024-05-29T14:55:29Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#41 has been closed by @yegor256. event_id:38818080487 event_type:IssuesEvent is_human:1 issue:41 where:github who:526301
2024-05-29T14:43:21Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#41 has been opened by @yegor256. event_id:38817598057 event_type:IssuesEvent is_human:1 issue:41 where:github who:526301
2024-05-29T13:58:30Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#39 has been closed by @yegor256. event_id:38815759800 event_type:IssuesEvent is_human:1 issue:39 where:github who:526301
2024-07-02T06:45:32Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#91 has been opened by @yegor256. event_id:39789896875 event_type:IssuesEvent is_human:1 issue:91 where:github who:526301
2024-07-02T06:18:22Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#90 has been closed by @yegor256. event_id:39789221034 event_type:IssuesEvent is_human:1 issue:90 where:github who:526301
2024-07-02T05:38:48Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#90 has been opened by @yegor256. event_id:39788402901 event_type:IssuesEvent is_human:1 issue:90 where:github who:526301
2024-07-02T05:30:12Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#89 has been closed by @yegor256. event_id:39788240487 event_type:IssuesEvent is_human:1 issue:89 where:github who:526301
2024-07-02T05:25:15Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#89 has been opened by @yegor256. event_id:39788142387 event_type:IssuesEvent is_human:1 issue:89 where:github who:526301
2024-06-29T08:27:31Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#87 has been closed by @yegor256. event_id:39728336722 event_type:IssuesEvent is_human:1 issue:87 where:github who:526301
2024-06-29T08:09:10Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#87 has been opened by @yegor256. event_id:39728188163 event_type:IssuesEvent is_human:1 issue:87 where:github who:526301
2024-06-27T14:50:29Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#86 has been closed by @yegor256. event_id:39679126390 event_type:IssuesEvent is_human:1 issue:86 where:github who:526301
2024-06-27T14:37:54Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#86 has been opened by @yegor256. event_id:39678658302 event_type:IssuesEvent is_human:1 issue:86 where:github who:526301
2024-06-27T09:34:08Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#85 has been closed by @yegor256. event_id:39668124485 event_type:IssuesEvent is_human:1 issue:85 where:github who:526301
2024-06-27T09:17:18Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#85 has been opened by @yegor256. event_id:39667539507 event_type:IssuesEvent is_human:1 issue:85 where:github who:526301
2024-06-24T12:17:58Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#84 has been closed by @yegor256. event_id:39560705012 event_type:IssuesEvent is_human:1 issue:84 where:github who:526301
2024-06-24T12:02:28Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#84 has been opened by @yegor256. event_id:39560198136 event_type:IssuesEvent is_human:1 issue:84 where:github who:526301
2024-06-24T12:02:22Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#75 has been closed by @yegor256. event_id:39560194802 event_type:IssuesEvent is_human:1 issue:75 where:github who:526301
2024-06-20T15:02:48Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#80 has been closed by @yegor256. event_id:39474555945 event_type:IssuesEvent is_human:1 issue:80 where:github who:526301
2024-06-19T05:02:05Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#80 has been opened by @yegor256. event_id:39422503614 event_type:IssuesEvent is_human:1 issue:80 where:github who:526301
2024-06-19T05:01:55Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#79 has been closed by @yegor256. event_id:39422500653 event_type:IssuesEvent is_human:1 issue:79 where:github who:526301
2024-06-19T03:59:58Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#79 has been opened by @yegor256. event_id:39421520757 event_type:IssuesEvent is_human:1 issue:79 where:github who:526301
2024-06-19T03:59:29Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#77 has been closed by @yegor256. event_id:39421514066 event_type:IssuesEvent is_human:1 issue:77 where:github who:526301
2024-06-19T03:21:35Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#77 has been opened by @yegor256. event_id:39420954726 event_type:IssuesEvent is_human:1 issue:77 where:github who:526301
2024-06-13T16:46:42Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#75 has been opened by @yegor256. event_id:39276243808 event_type:IssuesEvent is_human:1 issue:75 where:github who:526301
2024-06-13T16:46:28Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#74 has been closed by @yegor256. event_id:39276236565 event_type:IssuesEvent is_human:1 issue:74 where:github who:526301
2024-06-13T15:46:17Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#74 has been opened by @yegor256. event_id:39274375005 event_type:IssuesEvent is_human:1 issue:74 where:github who:526301
2024-06-13T08:27:52Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#73 has been closed by @yegor256. event_id:39258881318 event_type:IssuesEvent is_human:1 issue:73 where:github who:526301
2024-06-13T06:59:23Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#73 has been opened by @yegor256. event_id:39256037019 event_type:IssuesEvent is_human:1 issue:73 where:github who:526301
2024-06-13T06:59:11Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#71 has been closed by @yegor256. event_id:39256031380 event_type:IssuesEvent is_human:1 issue:71 where:github who:526301
2024-06-13T06:17:02Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#71 has been opened by @yegor256. event_id:39254928763 event_type:IssuesEvent is_human:1 issue:71 where:github who:526301
2024-06-11T12:03:24Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#69 has been closed by @yegor256. event_id:39191604218 event_type:IssuesEvent is_human:1 issue:69 where:github who:526301
2024-06-11T11:51:29Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#69 has been opened by @yegor256. event_id:39191213153 event_type:IssuesEvent is_human:1 issue:69 where:github who:526301
2024-06-11T09:17:54Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#68 has been closed by @yegor256. event_id:39186005004 event_type:IssuesEvent is_human:1 issue:68 where:github who:526301
2024-06-11T08:37:56Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#68 has been opened by @yegor256. event_id:39184584800 event_type:IssuesEvent is_human:1 issue:68 where:github who:526301
2024-06-11T08:30:32Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#67 has been closed by @yegor256. event_id:39184333852 event_type:IssuesEvent is_human:1 issue:67 where:github who:526301
2024-06-11T08:11:00Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#67 has been opened by @yegor256. event_id:39183662830 event_type:IssuesEvent is_human:1 issue:67 where:github who:526301
2024-06-10T19:20:37Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#66 has been closed by @yegor256. event_id:39168212974 event_type:IssuesEvent is_human:1 issue:66 where:github who:526301
2024-06-10T16:48:47Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#66 has been opened by @yegor256. event_id:39163936983 event_type:IssuesEvent is_human:1 issue:66 where:github who:526301
2024-06-07T13:14:45Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#64 has been closed by @yegor256. event_id:39096491514 event_type:IssuesEvent is_human:1 issue:64 where:github who:526301
2024-06-07T11:41:47Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#64 has been opened by @yegor256. event_id:39093620533 event_type:IssuesEvent is_human:1 issue:64 where:github who:526301
2024-06-06T16:25:30Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#62 has been closed by @yegor256. event_id:39067831044 event_type:IssuesEvent is_human:1 issue:62 where:github who:526301
2024-06-06T15:12:15Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#62 has been opened by @yegor256. event_id:39065344281 event_type:IssuesEvent is_human:1 issue:62 where:github who:526301
2024-06-06T10:51:20Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#61 has been closed by @yegor256. event_id:39056074219 event_type:IssuesEvent is_human:1 issue:61 where:github who:526301
2024-06-06T10:14:28Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#61 has been opened by @yegor256. event_id:39054872135 event_type:IssuesEvent is_human:1 issue:61 where:github who:526301
2024-06-04T08:39:03Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#60 has been closed by @yegor256. event_id:38974814304 event_type:IssuesEvent is_human:1 issue:60 where:github who:526301
2024-06-04T07:13:38Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#60 has been opened by @yegor256. event_id:38971969986 event_type:IssuesEvent is_human:1 issue:60 where:github who:526301
2024-06-04T07:13:17Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#59 has been closed by @yegor256. event_id:38971959417 event_type:IssuesEvent is_human:1 issue:59 where:github who:526301
2024-06-03T12:05:10Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#59 has been opened by @yegor256. event_id:38943207638 event_type:IssuesEvent is_human:1 issue:59 where:github who:526301
2024-07-01T08:45:27Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#15 has been closed by @yegor256. event_id:39757662060 event_type:IssuesEvent is_human:1 issue:15 where:github who:526301
2024-07-01T08:26:39Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#15 has been opened by @yegor256. event_id:39757032995 event_type:IssuesEvent is_human:1 issue:15 where:github who:526301
2024-06-28T20:33:22Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#14 has been closed by @yegor256. event_id:39721271856 event_type:IssuesEvent is_human:1 issue:14 where:github who:526301
2024-06-28T20:15:05Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#14 has been opened by @yegor256. event_id:39720864173 event_type:IssuesEvent is_human:1 issue:14 where:github who:526301
2024-06-28T19:58:13Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#13 has been closed by @yegor256. event_id:39720489847 event_type:IssuesEvent is_human:1 issue:13 where:github who:526301
2024-06-28T14:40:54Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#13 has been opened by @yegor256. event_id:39712923276 event_type:IssuesEvent is_human:1 issue:13 where:github who:526301
2024-06-27T10:34:08Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#12 has been closed by @yegor256. event_id:39670125592 event_type:IssuesEvent is_human:1 issue:12 where:github who:526301
2024-06-27T09:56:04Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#12 has been opened by @yegor256. event_id:39668871485 event_type:IssuesEvent is_human:1 issue:12 where:github who:526301
2024-06-27T09:51:30Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#11 has been closed by @yegor256. event_id:39668714554 event_type:IssuesEvent is_human:1 issue:11 where:github who:526301
2024-06-27T09:28:32Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#11 has been opened by @yegor256. event_id:39667933992 event_type:IssuesEvent is_human:1 issue:11 where:github who:526301
2024-06-12T06:57:35Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#10 has been closed by @yegor256. event_id:39218990647 event_type:IssuesEvent is_human:1 issue:10 where:github who:526301
2024-06-11T12:04:55Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#10 has been opened by @yegor256. event_id:39191654472 event_type:IssuesEvent is_human:1 issue:10 where:github who:526301
2024-06-06T11:23:39Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#9 has been closed by @yegor256. event_id:39057070044 event_type:IssuesEvent is_human:1 issue:9 where:github who:526301
2024-06-06T10:51:50Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#9 has been opened by @yegor256. event_id:39056089066 event_type:IssuesEvent is_human:1 issue:9 where:github who:526301
2024-05-30T13:39:18Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#8 has been closed by @yegor256. event_id:38852020755 event_type:IssuesEvent is_human:1 issue:8 where:github who:526301
2024-05-30T13:13:48Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#8 has been opened by @yegor256. event_id:38851096537 event_type:IssuesEvent is_human:1 issue:8 where:github who:526301
2024-05-30T13:10:49Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#7 has been closed by @yegor256. event_id:38850987997 event_type:IssuesEvent is_human:1 issue:7 where:github who:526301
2024-05-30T12:56:05Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#7 has been opened by @yegor256. event_id:38850471929 event_type:IssuesEvent is_human:1 issue:7 where:github who:526301
2024-05-30T10:48:22Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#6 has been closed by @yegor256. event_id:38846534567 event_type:IssuesEvent is_human:1 issue:6 where:github who:526301
2024-05-30T09:41:42Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#6 has been opened by @yegor256. event_id:38844439594 event_type:IssuesEvent is_human:1 issue:6 where:github who:526301
2024-05-27T13:56:57Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#5 has been closed by @yegor256. event_id:38744313468 event_type:IssuesEvent is_human:1 issue:5 where:github who:526301
2024-05-27T10:33:42Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#5 has been opened by @yegor256. event_id:38737864899 event_type:IssuesEvent is_human:1 issue:5 where:github who:526301
2024-05-27T10:26:22Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#4 has been closed by @yegor256. event_id:38737631821 event_type:IssuesEvent is_human:1 issue:4 where:github who:526301
2024-05-27T08:34:49Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#4 has been opened by @yegor256. event_id:38733905040 event_type:IssuesEvent is_human:1 issue:4 where:github who:526301
2024-05-22T07:40:06Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#3 has been closed by @yegor256. event_id:38595974763 event_type:IssuesEvent is_human:1 issue:3 where:github who:526301
2024-05-22T00:39:58Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#3 has been opened by @yegor256. event_id:38588034190 event_type:IssuesEvent is_human:1 issue:3 where:github who:526301
2024-05-22T00:11:10Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#1 has been closed by @yegor256. event_id:38587560618 event_type:IssuesEvent is_human:1 issue:1 where:github who:526301
2024-05-19T04:46:22Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#2 has been opened by @renovate[bot]. event_id:38504543375 event_type:IssuesEvent is_human:0 issue:2 where:github who:29139614
2024-05-19T04:41:37Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#1 has been opened by @yegor256. event_id:38504512370 event_type:IssuesEvent is_human:1 issue:1 where:github who:526301
2024-05-30T13:40:46Z label-was-attached 799113787 _job:34111 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#42 at 2024-05-30T13:40:46Z; this may trigger future judges. is_human:1 issue:42 label:enhancement where:github who:526301
2024-05-31T03:42:23Z label-was-attached 799113787 _job:34111 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#43 at 2024-05-31T03:42:23Z; this may trigger future judges. is_human:1 issue:43 label:bug where:github who:526301
2024-07-02T09:47:29Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#92 has been opened by @yegor256. event_id:39795824655 event_type:IssuesEvent is_human:1 issue:92 where:github who:526301
2024-07-02T09:41:32Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#91 has been closed by @yegor256. event_id:39795619310 event_type:IssuesEvent is_human:1 issue:91 where:github who:526301
2024-07-02T10:02:26Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#92 has been closed by @yegor256. event_id:39796337606 event_type:IssuesEvent is_human:1 issue:92 where:github who:526301
2024-06-24T12:55:51Z label-was-attached 799113787 _job:34111 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#62 at 2024-06-24T12:55:51Z; this may trigger future judges. is_human:1 issue:62 label:enhancement where:github who:526301
2024-06-26T06:21:51Z label-was-attached 799113787 _job:34111 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#65 at 2024-06-26T06:21:51Z; this may trigger future judges. is_human:1 issue:65 label:bug where:github who:526301
2024-06-27T09:17:22Z label-was-attached 798641472 _job:34111 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#85 at 2024-06-27T09:17:22Z; this may trigger future judges. is_human:1 issue:85 label:bug where:github who:526301
2024-06-27T14:37:57Z label-was-attached 798641472 _job:34111 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#86 at 2024-06-27T14:37:57Z; this may trigger future judges. is_human:1 issue:86 label:bug where:github who:526301
2024-07-03T06:18:44Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#72 has been closed by @yegor256. event_id:39825751272 event_type:IssuesEvent is_human:1 issue:72 where:github who:526301
2024-07-03T05:58:10Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#72 has been opened by @yegor256. event_id:39825298699 event_type:IssuesEvent is_human:1 issue:72 where:github who:526301
2024-07-03T10:22:04Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#73 has been opened by @yegor256. event_id:39833361239 event_type:IssuesEvent is_human:1 issue:73 where:github who:526301
2024-07-03T10:49:29Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#73 has been closed by @yegor256. event_id:39834238389 event_type:IssuesEvent is_human:1 issue:73 where:github who:526301
2024-07-03T12:44:25Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#46 has been opened by @yegor256. event_id:39837894685 event_type:IssuesEvent is_human:1 issue:46 where:github who:526301
2024-07-03T14:02:00Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#46 has been closed by @yegor256. event_id:39840760650 event_type:IssuesEvent is_human:1 issue:46 where:github who:526301
2024-07-03T14:23:36Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#74 has been opened by @yegor256. event_id:39841582038 event_type:IssuesEvent is_human:1 issue:74 where:github who:526301
2024-07-03T15:05:47Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#74 has been closed by @yegor256. event_id:39843159353 event_type:IssuesEvent is_human:1 issue:74 where:github who:526301
2024-07-05T03:12:04Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#23 has been closed by @yegor256. event_id:39887834754 event_type:IssuesEvent is_human:1 issue:23 where:github who:526301
2024-07-05T02:36:17Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#23 has been opened by @yegor256. event_id:39887394226 event_type:IssuesEvent is_human:1 issue:23 where:github who:526301
2024-07-05T05:05:30Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#50 has been opened by @yegor256. event_id:39889354217 event_type:IssuesEvent is_human:1 issue:50 where:github who:526301
2024-07-05T05:05:23Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#17 has been closed by @yegor256. event_id:39889352472 event_type:IssuesEvent is_human:1 issue:17 where:github who:526301
2024-07-05T05:31:55Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#52 has been opened by @yegor256. event_id:39889802899 event_type:IssuesEvent is_human:1 issue:52 where:github who:526301
2024-07-05T05:21:16Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#50 has been closed by @yegor256. event_id:39889611909 event_type:IssuesEvent is_human:1 issue:50 where:github who:526301
2024-07-05T07:13:08Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#56 has been closed by @yegor256. event_id:39891885910 event_type:IssuesEvent is_human:1 issue:56 where:github who:526301
2024-07-05T06:52:19Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#56 has been opened by @yegor256. event_id:39891389141 event_type:IssuesEvent is_human:1 issue:56 where:github who:526301
2024-07-05T06:44:21Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#55 has been closed by @yegor256. event_id:39891208345 event_type:IssuesEvent is_human:1 issue:55 where:github who:526301
2024-07-05T06:24:45Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#55 has been opened by @yegor256. event_id:39890775101 event_type:IssuesEvent is_human:1 issue:55 where:github who:526301
2024-07-05T06:24:34Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#54 has been closed by @yegor256. event_id:39890770602 event_type:IssuesEvent is_human:1 issue:54 where:github who:526301
2024-07-05T06:01:36Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#54 has been opened by @yegor256. event_id:39890300857 event_type:IssuesEvent is_human:1 issue:54 where:github who:526301
2024-07-05T05:47:50Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#52 has been closed by @yegor256. event_id:39890060606 event_type:IssuesEvent is_human:1 issue:52 where:github who:526301
2024-07-05T07:39:08Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#57 has been opened by @yegor256. event_id:39892560357 event_type:IssuesEvent is_human:1 issue:57 where:github who:526301
2024-07-05T09:21:06Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#57 has been closed by @yegor256. event_id:39895415999 event_type:IssuesEvent is_human:1 issue:57 where:github who:526301
2024-07-06T07:58:04Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#26 has been opened by @yegor256. event_id:39916933681 event_type:IssuesEvent is_human:1 issue:26 where:github who:526301
2024-07-06T09:39:38Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#27 has been closed by @yegor256. event_id:39917734635 event_type:IssuesEvent is_human:1 issue:27 where:github who:526301
2024-07-06T09:20:32Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#26 has been closed by @yegor256. event_id:39917584512 event_type:IssuesEvent is_human:1 issue:26 where:github who:526301
2024-07-06T09:15:41Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#27 has been opened by @yegor256. event_id:39917545574 event_type:IssuesEvent is_human:1 issue:27 where:github who:526301
2024-07-06T09:44:55Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#61 has been opened by @yegor256. event_id:39917772652 event_type:IssuesEvent is_human:1 issue:61 where:github who:526301
2024-07-06T10:10:49Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#61 has been closed by @yegor256. event_id:39917981071 event_type:IssuesEvent is_human:1 issue:61 where:github who:526301
2024-07-06T10:13:29Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#62 has been opened by @yegor256. event_id:39918001991 event_type:IssuesEvent is_human:1 issue:62 where:github who:526301
2024-07-06T14:05:12Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#65 has been opened by @yegor256. event_id:39919938312 event_type:IssuesEvent is_human:1 issue:65 where:github who:526301
2024-07-06T14:04:37Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#62 has been closed by @yegor256. event_id:39919933321 event_type:IssuesEvent is_human:1 issue:62 where:github who:526301
2024-07-06T14:07:33Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#65 has been closed by @yegor256. event_id:39919958091 event_type:IssuesEvent is_human:1 issue:65 where:github who:526301
2024-07-06T18:14:54Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#68 has been opened by @yegor256. event_id:39922072253 event_type:IssuesEvent is_human:1 issue:68 where:github who:526301
2024-07-06T19:09:05Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#76 has been closed by @yegor256. event_id:39922505934 event_type:IssuesEvent is_human:1 issue:76 where:github who:526301
2024-07-06T19:08:28Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#76 has been opened by @yegor256. event_id:39922501536 event_type:IssuesEvent is_human:1 issue:76 where:github who:526301
2024-07-06T19:30:10Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#68 has been closed by @yegor256. event_id:39922658599 event_type:IssuesEvent is_human:1 issue:68 where:github who:526301
2024-07-07T07:47:02Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#71 has been closed by @yegor256. event_id:39927476428 event_type:IssuesEvent is_human:1 issue:71 where:github who:526301
2024-07-07T07:10:38Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#71 has been opened by @yegor256. event_id:39927203879 event_type:IssuesEvent is_human:1 issue:71 where:github who:526301
2024-07-07T07:58:24Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#31 has been opened by @yegor256. event_id:39927558607 event_type:IssuesEvent is_human:1 issue:31 where:github who:526301
2024-07-07T07:09:59Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#30 has been opened by @yegor256. event_id:39927198672 event_type:IssuesEvent is_human:1 issue:30 where:github who:526301
2024-07-07T07:10:03Z label-was-attached 802720676 _job:34111 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/pages-action#30. is_human:1 issue:30 label:bug where:github who:526301
2024-07-07T07:58:36Z label-was-attached 802720676 _job:34111 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/pages-action#31. is_human:1 issue:31 label:enhancement where:github who:526301
2024-07-08T07:45:39Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#74 has been opened by @yegor256. event_id:39943685579 event_type:IssuesEvent is_human:1 issue:74 where:github who:526301
2024-07-08T13:19:05Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#77 has been opened by @yegor256. event_id:39954645419 event_type:IssuesEvent is_human:1 issue:77 where:github who:526301
2024-07-08T08:08:44Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#74 has been closed by @yegor256. event_id:39944407560 event_type:IssuesEvent is_human:1 issue:74 where:github who:526301
2024-07-09T07:38:26Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#79 has been opened by @yegor256. event_id:39980046390 event_type:IssuesEvent is_human:1 issue:79 where:github who:526301
2024-07-09T07:29:57Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#77 has been closed by @yegor256. event_id:39979784105 event_type:IssuesEvent is_human:1 issue:77 where:github who:526301
2024-07-09T08:44:42Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#80 has been opened by @yegor256. event_id:39982223790 event_type:IssuesEvent is_human:1 issue:80 where:github who:526301
2024-07-09T08:11:26Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#79 has been closed by @yegor256. event_id:39981106317 event_type:IssuesEvent is_human:1 issue:79 where:github who:526301
2024-07-09T09:13:47Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#80 has been closed by @yegor256. event_id:39983246104 event_type:IssuesEvent is_human:1 issue:80 where:github who:526301
2024-07-09T13:20:37Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#82 has been closed by @yegor256. event_id:39991536404 event_type:IssuesEvent is_human:1 issue:82 where:github who:526301
2024-07-09T12:57:33Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#82 has been opened by @yegor256. event_id:39990684512 event_type:IssuesEvent is_human:1 issue:82 where:github who:526301
2024-07-09T16:56:43Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#84 has been closed by @yegor256. event_id:39998985599 event_type:IssuesEvent is_human:1 issue:84 where:github who:526301
2024-07-09T16:35:49Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#84 has been opened by @yegor256. event_id:39998392344 event_type:IssuesEvent is_human:1 issue:84 where:github who:526301
2024-07-10T05:00:07Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#77 has been opened by @yegor256. event_id:40013001962 event_type:IssuesEvent is_human:1 issue:77 where:github who:526301
2024-07-10T06:18:17Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#77 has been closed by @yegor256. event_id:40014564970 event_type:IssuesEvent is_human:1 issue:77 where:github who:526301
2024-07-11T13:26:03Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#79 has been closed by @yegor256. event_id:40065052911 event_type:IssuesEvent is_human:1 issue:79 where:github who:526301
2024-07-11T13:07:24Z pull-was-closed 799113787 _job:34111 comments:0 details:The pull request yegor256/judges#78 has been closed by @renovate[bot], with 10 HoC and 0 comments. event_id:40064371400 event_type:PullRequestEvent hoc:10 is_human:0 issue:78 where:github who:29139614
2024-07-11T13:02:37Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#79 has been opened by @yegor256. event_id:40064199249 event_type:IssuesEvent is_human:1 issue:79 where:github who:526301
2024-07-12T05:14:49Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#89 has been opened by @yegor256. event_id:40086260977 event_type:IssuesEvent is_human:1 issue:89 where:github who:526301
2024-07-12T05:16:11Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#80 has been opened by @yegor256. event_id:40086284186 event_type:IssuesEvent is_human:1 issue:80 where:github who:526301
2024-07-12T09:57:46Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#80 has been closed by @yegor256. event_id:40093508470 event_type:IssuesEvent is_human:1 issue:80 where:github who:526301
2024-07-12T11:33:06Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#89 has been closed by @yegor256. event_id:40096124899 event_type:IssuesEvent is_human:1 issue:89 where:github who:526301
2024-07-12T17:48:56Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#91 has been closed by @yegor256. event_id:40106846721 event_type:IssuesEvent is_human:1 issue:91 where:github who:526301
2024-07-12T17:35:43Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#91 has been opened by @yegor256. event_id:40106540295 event_type:IssuesEvent is_human:1 issue:91 where:github who:526301
2024-07-12T17:35:32Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#82 has been closed by @yegor256. event_id:40106535420 event_type:IssuesEvent is_human:1 issue:82 where:github who:526301
2024-07-12T17:01:48Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#82 has been opened by @yegor256. event_id:40105710176 event_type:IssuesEvent is_human:1 issue:82 where:github who:526301
2024-07-13T04:27:05Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#93 has been opened by @yegor256. event_id:40115507550 event_type:IssuesEvent is_human:1 issue:93 where:github who:526301
2024-07-13T04:27:10Z label-was-attached 799177290 _job:34111 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#93. is_human:1 issue:93 label:enhancement where:github who:526301
2024-07-13T06:51:09Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#94 has been opened by @yegor256. event_id:40116561184 event_type:IssuesEvent is_human:1 issue:94 where:github who:526301
2024-07-13T04:27:33Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#41 has been opened by @yegor256. event_id:40115510304 event_type:IssuesEvent is_human:1 issue:41 where:github who:526301
2024-07-13T04:24:03Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#40 has been opened by @yegor256. event_id:40115488172 event_type:IssuesEvent is_human:1 issue:40 where:github who:526301
2024-07-13T04:24:06Z label-was-attached 802720676 _job:34111 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/pages-action#40. is_human:1 issue:40 label:enhancement where:github who:526301
2024-07-13T04:27:38Z label-was-attached 802720676 _job:34111 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/pages-action#41. is_human:1 issue:41 label:enhancement where:github who:526301
2024-07-13T09:12:54Z pull-was-closed 799177290 _job:34111 comments:0 details:The pull request zerocracy/judges-action#97 has been closed by @github-actions[bot], with 2 HoC and 0 comments. event_id:40117687194 event_type:PullRequestEvent hoc:2 is_human:0 issue:97 where:github who:41898282
2024-07-14T11:28:45Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#94 has been closed by @yegor256. event_id:40129416223 event_type:IssuesEvent is_human:1 issue:94 where:github who:526301
2024-07-14T12:49:59Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#85 has been opened by @yegor256. event_id:40130148582 event_type:IssuesEvent is_human:1 issue:85 where:github who:526301
2024-07-14T12:49:57Z label-was-attached 799113787 _job:34111 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#85. is_human:1 issue:85 label:enhancement where:github who:526301
2024-07-14T20:20:02Z pull-was-closed 798641472 _job:34111 comments:0 details:The pull request yegor256/factbase#95 has been closed by @renovate[bot], with 8 HoC and 0 comments. event_id:40134052418 event_type:PullRequestEvent hoc:8 is_human:0 issue:95 where:github who:29139614
2024-07-15T11:21:59Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#99 has been opened by @yegor256. event_id:40149098682 event_type:IssuesEvent is_human:1 issue:99 where:github who:526301
2024-07-15T12:01:52Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#99 has been closed by @yegor256. event_id:40150263225 event_type:IssuesEvent is_human:1 issue:99 where:github who:526301
2024-07-15T14:34:31Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#103 has been closed by @yegor256. event_id:40155670921 event_type:IssuesEvent is_human:1 issue:103 where:github who:526301
2024-07-15T14:11:29Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#103 has been opened by @yegor256. event_id:40154796112 event_type:IssuesEvent is_human:1 issue:103 where:github who:526301
2024-07-15T15:26:35Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#106 has been opened by @yegor256. event_id:40157544217 event_type:IssuesEvent is_human:1 issue:106 where:github who:526301
2024-07-15T15:36:45Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#42 has been closed by @yegor256. event_id:40157884384 event_type:IssuesEvent is_human:1 issue:42 where:github who:526301
2024-07-15T15:15:58Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#42 has been opened by @yegor256. event_id:40157177318 event_type:IssuesEvent is_human:1 issue:42 where:github who:526301
2024-07-15T18:29:28Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#106 has been closed by @yegor256. event_id:40162842710 event_type:IssuesEvent is_human:1 issue:106 where:github who:526301
2024-07-16T06:07:38Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#109 has been opened by @yegor256. event_id:40175824253 event_type:IssuesEvent is_human:1 issue:109 where:github who:526301
2024-07-16T07:54:54Z pull-was-closed 799177290 _job:34111 branch:version-up comments:0 details:The pull request zerocracy/judges-action#113 has been closed by @github-actions[bot], with 2 HoC and 0 comments. event_id:40178781006 event_type:PullRequestEvent hoc:2 is_human:0 issue:113 where:github who:41898282
2024-07-16T07:54:40Z pull-was-opened 799177290 _job:34111 branch:version-up details:The pull request zerocracy/judges-action#113 has been opened by @github-actions[bot]. event_id:40178773251 event_type:PullRequestEvent is_human:0 issue:113 where:github who:41898282
2024-07-16T07:54:14Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#109 has been closed by @yegor256. event_id:40178759894 event_type:IssuesEvent is_human:1 issue:109 where:github who:526301
2024-07-16T12:49:01Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#45 has been opened by @yegor256. event_id:40188346090 event_type:IssuesEvent is_human:1 issue:45 where:github who:526301
2024-07-16T12:49:05Z label-was-attached 802720676 _job:34111 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/pages-action#45. is_human:1 issue:45 label:enhancement where:github who:526301
2024-07-17T04:10:15Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#97 has been opened by @yegor256. event_id:40210283526 event_type:IssuesEvent is_human:1 issue:97 where:github who:526301
2024-07-17T05:10:48Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#99 has been opened by @yegor256. event_id:40211240877 event_type:IssuesEvent is_human:1 issue:99 where:github who:526301
2024-07-17T04:45:05Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#97 has been closed by @yegor256. event_id:40210818383 event_type:IssuesEvent is_human:1 issue:97 where:github who:526301
2024-07-17T05:06:10Z pull-was-opened 799177290 _job:34111 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/judges-action#119 has been opened by @renovate[bot]. event_id:40211161103 event_type:PullRequestEvent is_human:0 issue:119 where:github who:29139614
2024-07-17T05:36:05Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#99 has been closed by @yegor256. event_id:40211712700 event_type:IssuesEvent is_human:1 issue:99 where:github who:526301
2024-07-17T08:48:42Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#89 has been opened by @yegor256. event_id:40216988572 event_type:IssuesEvent is_human:1 issue:89 where:github who:526301
2024-07-17T10:48:21Z pull-was-closed 799177290 _job:34111 branch:renovate/factbase-0.x-lockfile comments:0 details:The pull request zerocracy/judges-action#119 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:40220935744 event_type:PullRequestEvent hoc:2 is_human:0 issue:119 where:github who:29139614
2024-07-17T17:46:34Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#47 has been opened by @yegor256. event_id:40234840391 event_type:IssuesEvent is_human:1 issue:47 where:github who:526301
2024-07-17T18:56:11Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#47 has been closed by @yegor256. event_id:40236748608 event_type:IssuesEvent is_human:1 issue:47 where:github who:526301
2024-07-18T03:22:43Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#48 has been opened by @yegor256. event_id:40246199709 event_type:IssuesEvent is_human:1 issue:48 where:github who:526301
2024-07-18T04:16:57Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#48 has been closed by @yegor256. event_id:40247031665 event_type:IssuesEvent is_human:1 issue:48 where:github who:526301
2024-07-18T05:00:16Z pull-was-closed 799177290 _job:34111 branch:version-up comments:0 details:The pull request zerocracy/judges-action#125 has been closed by @github-actions[bot], with 2 HoC and 0 comments. event_id:40247714198 event_type:PullRequestEvent hoc:2 is_human:0 issue:125 where:github who:41898282
2024-07-18T05:00:06Z pull-was-opened 799177290 _job:34111 branch:version-up details:The pull request zerocracy/judges-action#125 has been opened by @github-actions[bot]. event_id:40247710687 event_type:PullRequestEvent is_human:0 issue:125 where:github who:41898282
2024-07-18T13:14:52Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#51 has been opened by @yegor256. event_id:40262505090 event_type:IssuesEvent is_human:1 issue:51 where:github who:526301
2024-07-18T13:31:07Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#51 has been closed by @yegor256. event_id:40263113027 event_type:IssuesEvent is_human:1 issue:51 where:github who:526301
2024-07-19T04:39:07Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#128 has been opened by @yegor256. event_id:40283301364 event_type:IssuesEvent is_human:1 issue:128 where:github who:526301
2024-07-19T05:47:47Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#128 has been closed by @yegor256. event_id:40284473975 event_type:IssuesEvent is_human:1 issue:128 where:github who:526301
2024-07-19T05:29:21Z pull-was-closed 799177290 _job:34111 branch:version-up comments:0 details:The pull request zerocracy/judges-action#130 has been closed by @github-actions[bot], with 2 HoC and 0 comments. event_id:40284153453 event_type:PullRequestEvent hoc:2 is_human:0 issue:130 where:github who:41898282
2024-07-19T05:29:08Z pull-was-opened 799177290 _job:34111 branch:version-up details:The pull request zerocracy/judges-action#130 has been opened by @github-actions[bot]. event_id:40284149354 event_type:PullRequestEvent is_human:0 issue:130 where:github who:41898282
2024-07-22T06:59:25Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#135 has been opened by @yegor256. event_id:40339983972 event_type:IssuesEvent is_human:1 issue:135 where:github who:526301
2024-07-22T07:07:01Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#100 has been opened by @yegor256. event_id:40340193127 event_type:IssuesEvent is_human:1 issue:100 where:github who:526301
2024-07-22T08:32:40Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#91 has been opened by @yegor256. event_id:40342757314 event_type:IssuesEvent is_human:1 issue:91 where:github who:526301
2024-07-22T08:45:32Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#100 has been closed by @yegor256. event_id:40343168041 event_type:IssuesEvent is_human:1 issue:100 where:github who:526301
2024-07-22T08:59:28Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#91 has been closed by @yegor256. event_id:40343625378 event_type:IssuesEvent is_human:1 issue:91 where:github who:526301
2024-07-22T15:13:16Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#135 has been closed by @yegor256. event_id:40356320092 event_type:IssuesEvent is_human:1 issue:135 where:github who:526301
2024-07-22T15:14:07Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#56 has been opened by @yegor256. event_id:40356350382 event_type:IssuesEvent is_human:1 issue:56 where:github who:526301
2024-07-22T18:18:15Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#56 has been closed by @yegor256. event_id:40361832864 event_type:IssuesEvent is_human:1 issue:56 where:github who:526301
2024-07-22T20:11:21Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#57 has been opened by @yegor256. event_id:40364754683 event_type:IssuesEvent is_human:1 issue:57 where:github who:526301
2024-07-22T21:21:42Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#92 has been closed by @yegor256. event_id:40366450018 event_type:IssuesEvent is_human:1 issue:92 where:github who:526301
2024-07-22T21:07:37Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#92 has been opened by @yegor256. event_id:40366125576 event_type:IssuesEvent is_human:1 issue:92 where:github who:526301
2024-07-23T02:53:30Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#102 has been opened by @yegor256. event_id:40371924105 event_type:IssuesEvent is_human:1 issue:102 where:github who:526301
2024-07-23T03:05:37Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#144 has been opened by @yegor256. event_id:40372108181 event_type:IssuesEvent is_human:1 issue:144 where:github who:526301
2024-07-23T02:36:58Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#57 has been closed by @yegor256. event_id:40371666828 event_type:IssuesEvent is_human:1 issue:57 where:github who:526301
2024-07-23T02:23:35Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#61 has been opened by @yegor256. event_id:40371452737 event_type:IssuesEvent is_human:1 issue:61 where:github who:526301
2024-07-23T03:11:32Z issue-was-closed 798641472 _job:34111 details:The issue yegor256/factbase#102 has been closed by @yegor256. event_id:40372197243 event_type:IssuesEvent is_human:1 issue:102 where:github who:526301
2024-07-23T03:11:29Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#105 has been opened by @yegor256. event_id:40372196341 event_type:IssuesEvent is_human:1 issue:105 where:github who:526301
2024-07-23T03:09:49Z issue-was-opened 798641472 _job:34111 details:The issue yegor256/factbase#104 has been opened by @yegor256. event_id:40372171021 event_type:IssuesEvent is_human:1 issue:104 where:github who:526301
2024-07-23T03:31:45Z pull-was-closed 799177290 _job:34111 branch:version-up comments:0 details:The pull request zerocracy/judges-action#147 has been closed by @github-actions[bot], with 2 HoC and 0 comments. event_id:40372504126 event_type:PullRequestEvent hoc:2 is_human:0 issue:147 where:github who:41898282
2024-07-23T03:31:40Z pull-was-opened 799177290 _job:34111 branch:version-up details:The pull request zerocracy/judges-action#147 has been opened by @github-actions[bot]. event_id:40372502778 event_type:PullRequestEvent is_human:0 issue:147 where:github who:41898282
2024-07-23T03:29:31Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#144 has been closed by @yegor256. event_id:40372467940 event_type:IssuesEvent is_human:1 issue:144 where:github who:526301
2024-07-23T03:09:53Z label-was-attached 798641472 _job:34111 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#104. is_human:1 issue:104 label:bug where:github who:526301
2024-07-23T03:11:28Z label-was-attached 798641472 _job:34111 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#105. is_human:1 issue:105 label:bug where:github who:526301
2024-07-23T06:02:26Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#149 has been closed by @yegor256. event_id:40375088130 event_type:IssuesEvent is_human:1 issue:149 where:github who:526301
2024-07-23T05:39:44Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#149 has been opened by @yegor256. event_id:40374632471 event_type:IssuesEvent is_human:1 issue:149 where:github who:526301
2024-07-23T05:49:53Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#62 has been opened by @yegor256. event_id:40374830971 event_type:IssuesEvent is_human:1 issue:62 where:github who:526301
2024-07-23T05:11:10Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#61 has been closed by @yegor256. event_id:40374083900 event_type:IssuesEvent is_human:1 issue:61 where:github who:526301
2024-07-23T07:03:04Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#151 has been opened by @yegor256. event_id:40376597292 event_type:IssuesEvent is_human:1 issue:151 where:github who:526301
2024-07-23T06:31:57Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#66 has been opened by @yegor256. event_id:40375787210 event_type:IssuesEvent is_human:1 issue:66 where:github who:526301
2024-07-23T06:29:21Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#65 has been opened by @yegor256. event_id:40375723818 event_type:IssuesEvent is_human:1 issue:65 where:github who:526301
2024-07-23T06:27:54Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#64 has been opened by @yegor256. event_id:40375687882 event_type:IssuesEvent is_human:1 issue:64 where:github who:526301
2024-07-23T06:26:27Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#63 has been opened by @yegor256. event_id:40375652819 event_type:IssuesEvent is_human:1 issue:63 where:github who:526301
2024-07-23T06:14:07Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#62 has been closed by @yegor256. event_id:40375354355 event_type:IssuesEvent is_human:1 issue:62 where:github who:526301
2024-07-23T06:26:26Z label-was-attached 802720676 _job:34111 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/pages-action#63. is_human:1 issue:63 label:bug where:github who:526301
2024-07-23T06:27:52Z label-was-attached 802720676 _job:34111 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/pages-action#64. is_human:1 issue:64 label:bug where:github who:526301
2024-07-23T06:29:27Z label-was-attached 802720676 _job:34111 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/pages-action#65. is_human:1 issue:65 label:bug where:github who:526301
2024-07-23T06:31:55Z label-was-attached 802720676 _job:34111 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/pages-action#66. is_human:1 issue:66 label:enhancement where:github who:526301
2024-07-23T07:03:10Z label-was-attached 799177290 _job:34111 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#151. is_human:1 issue:151 label:bug where:github who:526301
2024-07-24T05:00:39Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#154 has been opened by @yegor256. event_id:40410627564 event_type:IssuesEvent is_human:1 issue:154 where:github who:526301
2024-07-24T05:00:44Z label-was-attached 799177290 _job:34111 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#154. is_human:1 issue:154 label:enhancement where:github who:526301
2024-07-26T05:39:46Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#67 has been opened by @yegor256. event_id:40483564323 event_type:IssuesEvent is_human:1 issue:67 where:github who:526301
2024-07-26T05:39:45Z label-was-attached 802720676 _job:34111 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/pages-action#67. is_human:1 issue:67 label:bug where:github who:526301
2024-07-27T06:29:16Z issue-was-opened 799177290 _job:34111 details:The issue zerocracy/judges-action#160 has been opened by @yegor256. event_id:40512834169 event_type:IssuesEvent is_human:1 issue:160 where:github who:526301
2024-07-27T07:09:55Z pull-was-closed 799177290 _job:34111 branch:version-up comments:0 details:The pull request zerocracy/judges-action#163 has been closed by @github-actions[bot], with 2 HoC and 0 comments. event_id:40513139532 event_type:PullRequestEvent hoc:2 is_human:0 issue:163 where:github who:41898282
2024-07-27T07:09:48Z pull-was-opened 799177290 _job:34111 branch:version-up details:The pull request zerocracy/judges-action#163 has been opened by @github-actions[bot]. event_id:40513138564 event_type:PullRequestEvent is_human:0 issue:163 where:github who:41898282
2024-07-27T07:09:00Z issue-was-closed 799177290 _job:34111 details:The issue zerocracy/judges-action#160 has been closed by @yegor256. event_id:40513131439 event_type:IssuesEvent is_human:1 issue:160 where:github who:526301
2024-07-28T08:29:26Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#69 has been opened by @yegor256. event_id:40524272794 event_type:IssuesEvent is_human:1 issue:69 where:github who:526301
2024-07-28T12:44:18Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#69 has been closed by @yegor256. event_id:40526501239 event_type:IssuesEvent is_human:1 issue:69 where:github who:526301
2024-07-28T13:51:32Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#73 has been opened by @yegor256. event_id:40527160537 event_type:IssuesEvent is_human:1 issue:73 where:github who:526301
2024-07-28T13:50:56Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#72 has been opened by @yegor256. event_id:40527154802 event_type:IssuesEvent is_human:1 issue:72 where:github who:526301
2024-07-28T13:49:08Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#71 has been opened by @yegor256. event_id:40527136222 event_type:IssuesEvent is_human:1 issue:71 where:github who:526301
2024-07-28T13:42:58Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#30 has been closed by @yegor256. event_id:40527078068 event_type:IssuesEvent is_human:1 issue:30 where:github who:526301
2024-07-28T13:49:06Z label-was-attached 802720676 _job:34111 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/pages-action#71. is_human:1 issue:71 label:enhancement where:github who:526301
2024-07-28T13:50:54Z label-was-attached 802720676 _job:34111 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/pages-action#72. is_human:1 issue:72 label:enhancement where:github who:526301
2024-07-28T13:51:30Z label-was-attached 802720676 _job:34111 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/pages-action#73. is_human:1 issue:73 label:enhancement where:github who:526301
2024-07-28T14:52:09Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#74 has been opened by @yegor256. event_id:40527762643 event_type:IssuesEvent is_human:1 issue:74 where:github who:526301
2024-07-28T15:58:46Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#74 has been closed by @yegor256. event_id:40528385954 event_type:IssuesEvent is_human:1 issue:74 where:github who:526301
2024-07-28T16:29:14Z pull-was-closed 799177290 _job:34111 branch:version-up comments:0 details:The pull request zerocracy/judges-action#171 has been closed by @github-actions[bot], with 2 HoC and 0 comments. event_id:40528659353 event_type:PullRequestEvent hoc:2 is_human:0 issue:171 where:github who:41898282
2024-07-28T16:29:07Z pull-was-opened 799177290 _job:34111 branch:version-up details:The pull request zerocracy/judges-action#171 has been opened by @github-actions[bot]. event_id:40528658469 event_type:PullRequestEvent is_human:0 issue:171 where:github who:41898282
2024-07-28T18:45:34Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#94 has been opened by @yegor256. event_id:40529865824 event_type:IssuesEvent is_human:1 issue:94 where:github who:526301
2024-07-28T19:29:35Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#94 has been closed by @yegor256. event_id:40530220224 event_type:IssuesEvent is_human:1 issue:94 where:github who:526301
2024-07-29T01:18:42Z issue-was-opened 799113787 _job:34111 details:The issue yegor256/judges#96 has been opened by @yegor256. event_id:40533169585 event_type:IssuesEvent is_human:1 issue:96 where:github who:526301
2024-07-29T02:18:36Z issue-was-closed 799113787 _job:34111 details:The issue yegor256/judges#96 has been closed by @yegor256. event_id:40533995212 event_type:IssuesEvent is_human:1 issue:96 where:github who:526301
2024-07-29T03:11:07Z pull-was-opened 802720676 _job:34111 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#75 has been opened by @renovate[bot]. event_id:40534702238 event_type:PullRequestEvent is_human:0 issue:75 where:github who:29139614
2024-07-29T07:09:30Z pull-was-closed 802720676 _job:34111 branch:renovate/judges-0.x-lockfile comments:0 details:The pull request zerocracy/pages-action#75 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:40539110501 event_type:PullRequestEvent hoc:2 is_human:0 issue:75 where:github who:29139614
2024-07-29T08:20:47Z issue-was-opened 802720676 _job:34111 details:The issue zerocracy/pages-action#77 has been opened by @yegor256. event_id:40541276932 event_type:IssuesEvent is_human:1 issue:77 where:github who:526301
2024-07-29T09:27:41Z pull-was-closed 799177290 _job:34111 branch:version-up comments:0 details:The pull request zerocracy/judges-action#175 has been closed by @github-actions[bot], with 2 HoC and 0 comments. event_id:40543509574 event_type:PullRequestEvent hoc:2 is_human:0 issue:175 where:github who:41898282
2024-07-29T09:27:31Z pull-was-opened 799177290 _job:34111 branch:version-up details:The pull request zerocracy/judges-action#175 has been opened by @github-actions[bot]. event_id:40543503586 event_type:PullRequestEvent is_human:0 issue:175 where:github who:41898282
2024-07-29T09:26:34Z issue-was-closed 802720676 _job:34111 details:The issue zerocracy/pages-action#77 has been closed by @yegor256. event_id:40543472397 event_type:IssuesEvent is_human:1 issue:77 where:github who:526301
2024-07-29T11:49:09Z issue-was-opened 802720676 _job:34114 details:The issue zerocracy/pages-action#78 has been opened by @yegor256. event_id:40547989766 event_type:IssuesEvent is_human:1 issue:78 where:github who:526301
2024-07-29T11:49:07Z label-was-attached 802720676 _job:34114 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/pages-action#78. is_human:1 issue:78 label:bug where:github who:526301
2024-07-29T13:50:11Z issue-was-opened 799177290 _job:34114 details:The issue zerocracy/judges-action#178 has been opened by @yegor256. event_id:40552279180 event_type:IssuesEvent is_human:1 issue:178 where:github who:526301
2024-07-29T13:52:45Z issue-was-opened 799113787 _job:34114 details:The issue yegor256/judges#98 has been opened by @yegor256. event_id:40552377978 event_type:IssuesEvent is_human:1 issue:98 where:github who:526301
2024-07-29T15:28:19Z issue-was-closed 799177290 _job:34114 details:The issue zerocracy/judges-action#178 has been closed by @yegor256. event_id:40555957086 event_type:IssuesEvent is_human:1 issue:178 where:github who:526301
2024-07-29T15:35:01Z issue-was-closed 802720676 _job:34114 details:The issue zerocracy/pages-action#79 has been closed by @yegor256. event_id:40556188822 event_type:IssuesEvent is_human:1 issue:79 where:github who:526301
2024-07-29T14:52:21Z issue-was-opened 802720676 _job:34114 details:The issue zerocracy/pages-action#79 has been opened by @yegor256. event_id:40554653314 event_type:IssuesEvent is_human:1 issue:79 where:github who:526301
2024-07-29T13:52:43Z label-was-attached 799113787 _job:34114 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#98. is_human:1 issue:98 label:enhancement where:github who:526301
2024-07-29T19:06:38Z pull-was-closed 799177290 _job:34114 branch:version-up comments:0 details:The pull request zerocracy/judges-action#187 has been closed by @github-actions[bot], with 0 HoC and 0 comments. event_id:40562274829 event_type:PullRequestEvent hoc:0 is_human:0 issue:187 where:github who:41898282
2024-07-29T19:06:27Z pull-was-opened 799177290 _job:34114 branch:version-up details:The pull request zerocracy/judges-action#187 has been opened by @github-actions[bot]. event_id:40562269980 event_type:PullRequestEvent is_human:0 issue:187 where:github who:41898282
2024-07-29T18:50:47Z issue-was-opened 799177290 _job:34114 details:The issue zerocracy/judges-action#184 has been opened by @yegor256. event_id:40561852719 event_type:IssuesEvent is_human:1 issue:184 where:github who:526301
2024-07-29T18:18:38Z issue-was-closed 802720676 _job:34114 details:The issue zerocracy/pages-action#78 has been closed by @yegor256. event_id:40560973814 event_type:IssuesEvent is_human:1 issue:78 where:github who:526301
2024-07-29T18:50:45Z label-was-attached 799177290 _job:34114 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#184. is_human:1 issue:184 label:enhancement where:github who:526301
2024-07-29T22:59:51Z pull-was-opened 802720676 _job:34114 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#80 has been opened by @renovate[bot]. event_id:40567642077 event_type:PullRequestEvent is_human:0 issue:80 where:github who:29139614
2024-07-30T01:21:56Z issue-was-opened 799177290 _job:34114 details:The issue zerocracy/judges-action#188 has been opened by @yegor256. event_id:40569781945 event_type:IssuesEvent is_human:1 issue:188 where:github who:526301
2024-07-30T01:03:55Z pull-was-closed 802720676 _job:34114 branch:renovate/fbe-0.x-lockfile comments:0 details:The pull request zerocracy/pages-action#80 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:40569505340 event_type:PullRequestEvent hoc:2 is_human:1 issue:80 where:github who:526301
2024-07-30T01:03:50Z issue-was-opened 802720676 _job:34114 details:The issue zerocracy/pages-action#84 has been opened by @yegor256. event_id:40569503707 event_type:IssuesEvent is_human:1 issue:84 where:github who:526301
2024-07-30T00:33:34Z issue-was-opened 802720676 _job:34114 details:The issue zerocracy/pages-action#83 has been opened by @yegor256. event_id:40569048638 event_type:IssuesEvent is_human:1 issue:83 where:github who:526301
2024-07-30T00:32:02Z issue-was-opened 802720676 _job:34114 details:The issue zerocracy/pages-action#82 has been opened by @yegor256. event_id:40569025615 event_type:IssuesEvent is_human:1 issue:82 where:github who:526301
2024-07-30T00:19:03Z issue-was-opened 802720676 _job:34114 details:The issue zerocracy/pages-action#81 has been opened by @yegor256. event_id:40568828750 event_type:IssuesEvent is_human:1 issue:81 where:github who:526301
2024-07-30T01:21:54Z label-was-attached 799177290 _job:34114 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#188. is_human:1 issue:188 label:enhancement where:github who:526301
2024-07-30T01:40:31Z issue-was-closed 799177290 _job:34114 details:The issue zerocracy/judges-action#154 has been closed by @yegor256. event_id:40570062911 event_type:IssuesEvent is_human:1 issue:154 where:github who:526301
2024-07-30T00:32:01Z label-was-attached 802720676 _job:34114 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/pages-action#82. is_human:1 issue:82 label:enhancement where:github who:526301
2024-07-30T00:33:32Z label-was-attached 802720676 _job:34114 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/pages-action#83. is_human:1 issue:83 label:enhancement where:github who:526301
2024-07-30T01:03:48Z label-was-attached 802720676 _job:34114 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/pages-action#84. is_human:1 issue:84 label:enhancement where:github who:526301
2024-07-30T02:19:57Z issue-was-closed 802720676 _job:34114 details:The issue zerocracy/pages-action#81 has been closed by @yegor256. event_id:40570690751 event_type:IssuesEvent is_human:1 issue:81 where:github who:526301
2024-07-30T05:00:05Z issue-was-opened 799177290 _job:34114 details:The issue zerocracy/judges-action#198 has been opened by @yegor256. event_id:40573124574 event_type:IssuesEvent is_human:1 issue:198 where:github who:526301
2024-07-30T05:33:03Z issue-was-closed 799177290 _job:34114 details:The issue zerocracy/judges-action#198 has been closed by @yegor256. event_id:40573743999 event_type:IssuesEvent is_human:1 issue:198 where:github who:526301
2024-07-30T06:01:07Z issue-was-closed 802720676 _job:34114 details:The issue zerocracy/pages-action#85 has been closed by @yegor256. event_id:40574296626 event_type:IssuesEvent is_human:1 issue:85 where:github who:526301
2024-07-30T05:18:15Z issue-was-opened 802720676 _job:34114 details:The issue zerocracy/pages-action#85 has been opened by @yegor256. event_id:40573446399 event_type:IssuesEvent is_human:1 issue:85 where:github who:526301
2024-07-29T15:12:40Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#44 has been closed by @yegor256. event_id:40555400484 event_type:IssuesEvent is_human:1 issue:44 where:github who:526301
2024-07-29T14:39:22Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#44 has been opened by @yegor256. event_id:40554174339 event_type:IssuesEvent is_human:1 issue:44 where:github who:526301
2024-07-29T03:44:59Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#42 has been closed by @yegor256. event_id:40535177813 event_type:IssuesEvent is_human:1 issue:42 where:github who:526301
2024-07-29T03:32:19Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#42 has been opened by @yegor256. event_id:40535000243 event_type:IssuesEvent is_human:1 issue:42 where:github who:526301
2024-07-28T16:14:48Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#41 has been closed by @yegor256. event_id:40528532601 event_type:IssuesEvent is_human:1 issue:41 where:github who:526301
2024-07-28T16:01:46Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#41 has been opened by @yegor256. event_id:40528416214 event_type:IssuesEvent is_human:1 issue:41 where:github who:526301
2024-07-28T15:04:39Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#40 has been closed by @yegor256. event_id:40527879621 event_type:IssuesEvent is_human:1 issue:40 where:github who:526301
2024-07-28T14:48:13Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#40 has been opened by @yegor256. event_id:40527722977 event_type:IssuesEvent is_human:1 issue:40 where:github who:526301
2024-07-22T19:20:18Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#36 has been closed by @yegor256. event_id:40363470084 event_type:IssuesEvent is_human:1 issue:36 where:github who:526301
2024-07-22T18:53:28Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#36 has been opened by @yegor256. event_id:40362774848 event_type:IssuesEvent is_human:1 issue:36 where:github who:526301
2024-07-22T14:52:46Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#35 has been closed by @yegor256. event_id:40355572132 event_type:IssuesEvent is_human:1 issue:35 where:github who:526301
2024-07-22T14:40:19Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#35 has been opened by @yegor256. event_id:40355108234 event_type:IssuesEvent is_human:1 issue:35 where:github who:526301
2024-07-22T14:39:01Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#34 has been closed by @yegor256. event_id:40355061161 event_type:IssuesEvent is_human:1 issue:34 where:github who:526301
2024-07-22T14:06:16Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#34 has been opened by @yegor256. event_id:40353816474 event_type:IssuesEvent is_human:1 issue:34 where:github who:526301
2024-07-22T05:56:53Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#33 has been closed by @yegor256. event_id:40338536221 event_type:IssuesEvent is_human:1 issue:33 where:github who:526301
2024-07-22T05:42:45Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#33 has been opened by @yegor256. event_id:40338274150 event_type:IssuesEvent is_human:1 issue:33 where:github who:526301
2024-07-22T05:39:15Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#31 has been closed by @yegor256. event_id:40338212281 event_type:IssuesEvent is_human:1 issue:31 where:github who:526301
2024-07-22T05:03:47Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#31 has been opened by @yegor256. event_id:40337566236 event_type:IssuesEvent is_human:1 issue:31 where:github who:526301
2024-07-22T05:03:30Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#30 has been closed by @yegor256. event_id:40337561272 event_type:IssuesEvent is_human:1 issue:30 where:github who:526301
2024-07-19T04:50:51Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#30 has been opened by @yegor256. event_id:40283479608 event_type:IssuesEvent is_human:1 issue:30 where:github who:526301
2024-07-18T09:10:34Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#29 has been closed by @yegor256. event_id:40254550049 event_type:IssuesEvent is_human:1 issue:29 where:github who:526301
2024-07-18T07:55:47Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#29 has been opened by @yegor256. event_id:40252104179 event_type:IssuesEvent is_human:1 issue:29 where:github who:526301
2024-07-18T04:29:23Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#28 has been closed by @yegor256. event_id:40247219561 event_type:IssuesEvent is_human:1 issue:28 where:github who:526301
2024-07-18T02:32:43Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#28 has been opened by @yegor256. event_id:40245436581 event_type:IssuesEvent is_human:1 issue:28 where:github who:526301
2024-07-17T17:26:22Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#27 has been closed by @yegor256. event_id:40234292591 event_type:IssuesEvent is_human:1 issue:27 where:github who:526301
2024-07-17T16:17:27Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#27 has been opened by @yegor256. event_id:40232338745 event_type:IssuesEvent is_human:1 issue:27 where:github who:526301
2024-07-15T16:06:16Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#23 has been closed by @yegor256. event_id:40158836726 event_type:IssuesEvent is_human:1 issue:23 where:github who:526301
2024-07-15T15:39:52Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#23 has been opened by @yegor256. event_id:40157984767 event_type:IssuesEvent is_human:1 issue:23 where:github who:526301
2024-07-15T15:26:12Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#21 has been closed by @yegor256. event_id:40157531342 event_type:IssuesEvent is_human:1 issue:21 where:github who:526301
2024-07-15T15:01:19Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#21 has been opened by @yegor256. event_id:40156650362 event_type:IssuesEvent is_human:1 issue:21 where:github who:526301
2024-07-15T05:06:36Z pull-was-closed 820463873 _job:34114 branch:renovate/rubocop-1.x comments:0 details:The pull request zerocracy/fbe#18 has been closed by @renovate[bot], with 8 HoC and 0 comments. event_id:40139232873 event_type:PullRequestEvent hoc:8 is_human:0 issue:18 where:github who:29139614
2024-07-11T04:49:54Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#19 has been closed by @yegor256. event_id:40049774473 event_type:IssuesEvent is_human:1 issue:19 where:github who:526301
2024-07-11T04:22:13Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#19 has been opened by @yegor256. event_id:40049327569 event_type:IssuesEvent is_human:1 issue:19 where:github who:526301
2024-07-08T13:18:53Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#17 has been closed by @yegor256. event_id:39954637675 event_type:IssuesEvent is_human:1 issue:17 where:github who:526301
2024-07-08T11:13:05Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#17 has been opened by @yegor256. event_id:39950429976 event_type:IssuesEvent is_human:1 issue:17 where:github who:526301
2024-07-08T06:49:55Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#16 has been closed by @yegor256. event_id:39942087645 event_type:IssuesEvent is_human:1 issue:16 where:github who:526301
2024-07-31T06:00:08Z issue-was-opened 802720676 _job:34114 details:The issue zerocracy/pages-action#86 has been opened by @yegor256. event_id:40610948276 event_type:IssuesEvent is_human:1 issue:86 where:github who:526301
2024-07-31T07:14:19Z issue-was-closed 802720676 _job:34114 details:The issue zerocracy/pages-action#86 has been closed by @yegor256. event_id:40612818180 event_type:IssuesEvent is_human:1 issue:86 where:github who:526301
2024-07-31T17:18:31Z issue-was-closed 799113787 _job:34114 details:The issue yegor256/judges#99 has been closed by @yegor256. event_id:40632735382 event_type:IssuesEvent is_human:1 issue:99 where:github who:526301
2024-07-31T14:29:57Z issue-was-opened 799113787 _job:34114 details:The issue yegor256/judges#99 has been opened by @yegor256. event_id:40627260228 event_type:IssuesEvent is_human:1 issue:99 where:github who:526301
2024-08-01T05:38:31Z issue-was-opened 799113787 _job:34114 details:The issue yegor256/judges#101 has been opened by @yegor256. event_id:40647268468 event_type:IssuesEvent is_human:1 issue:101 where:github who:526301
2024-08-01T05:38:29Z label-was-attached 799113787 _job:34114 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#101. is_human:1 issue:101 label:bug where:github who:526301
2024-08-01T10:02:03Z issue-was-opened 802720676 _job:34114 details:The issue zerocracy/pages-action#89 has been opened by @yegor256. event_id:40655114669 event_type:IssuesEvent is_human:1 issue:89 where:github who:526301
2024-08-01T12:19:15Z issue-was-closed 802720676 _job:34114 details:The issue zerocracy/pages-action#89 has been closed by @yegor256. event_id:40659453038 event_type:IssuesEvent is_human:1 issue:89 where:github who:526301
2024-08-02T02:49:01Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#51 has been opened by @yegor256. event_id:40681375832 event_type:IssuesEvent is_human:1 issue:51 where:github who:526301
2024-08-02T03:31:08Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#51 has been closed by @yegor256. event_id:40681990462 event_type:IssuesEvent is_human:1 issue:51 where:github who:526301
2024-08-03T12:39:46Z issue-was-closed 802720676 _job:34114 details:The issue zerocracy/pages-action#91 has been closed by @yegor256. event_id:40716545040 event_type:IssuesEvent is_human:1 issue:91 where:github who:526301
2024-08-03T12:24:30Z issue-was-opened 802720676 _job:34114 details:The issue zerocracy/pages-action#91 has been opened by @yegor256. event_id:40716399473 event_type:IssuesEvent is_human:1 issue:91 where:github who:526301
2024-08-03T13:22:52Z pull-was-closed 799177290 _job:34114 branch:version-up comments:0 details:The pull request zerocracy/judges-action#222 has been closed by @github-actions[bot], with 2 HoC and 0 comments. event_id:40716961845 event_type:PullRequestEvent hoc:2 is_human:0 issue:222 where:github who:41898282
2024-08-03T13:22:47Z pull-was-opened 799177290 _job:34114 branch:version-up details:The pull request zerocracy/judges-action#222 has been opened by @github-actions[bot]. event_id:40716961209 event_type:PullRequestEvent is_human:0 issue:222 where:github who:41898282
2024-08-03T16:52:24Z issue-was-opened 802720676 _job:34114 details:The issue zerocracy/pages-action#92 has been opened by @yegor256. event_id:40718795233 event_type:IssuesEvent is_human:1 issue:92 where:github who:526301
2024-08-03T16:52:22Z label-was-attached 802720676 _job:34114 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/pages-action#92. is_human:1 issue:92 label:enhancement where:github who:526301
2024-08-04T03:40:29Z issue-was-closed 799113787 _job:34114 details:The issue yegor256/judges#103 has been closed by @yegor256. event_id:40723271286 event_type:IssuesEvent is_human:1 issue:103 where:github who:526301
2024-08-04T03:39:48Z issue-was-opened 799113787 _job:34114 details:The issue yegor256/judges#103 has been opened by @yegor256. event_id:40723267133 event_type:IssuesEvent is_human:1 issue:103 where:github who:526301
2024-08-05T07:57:20Z issue-was-opened 799113787 _job:34114 details:The issue yegor256/judges#104 has been opened by @yegor256. event_id:40741477260 event_type:IssuesEvent is_human:1 issue:104 where:github who:526301
2024-08-05T08:10:27Z issue-was-closed 799113787 _job:34114 details:The issue yegor256/judges#104 has been closed by @yegor256. event_id:40741878866 event_type:IssuesEvent is_human:1 issue:104 where:github who:526301
2024-08-05T08:06:57Z issue-was-opened 799113787 _job:34114 details:The issue yegor256/judges#105 has been opened by @yegor256. event_id:40741770398 event_type:IssuesEvent is_human:1 issue:105 where:github who:526301
2024-08-05T08:06:55Z label-was-attached 799113787 _job:34114 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#105. is_human:1 issue:105 label:bug where:github who:526301
2024-08-05T14:18:06Z issue-was-closed 799113787 _job:34114 details:The issue yegor256/judges#106 has been closed by @yegor256. event_id:40753870212 event_type:IssuesEvent is_human:1 issue:106 where:github who:526301
2024-08-05T13:57:24Z issue-was-opened 799113787 _job:34114 details:The issue yegor256/judges#106 has been opened by @yegor256. event_id:40753122637 event_type:IssuesEvent is_human:1 issue:106 where:github who:526301
2024-08-05T13:54:36Z issue-was-opened 799177290 _job:34114 details:The issue zerocracy/judges-action#232 has been opened by @yegor256. event_id:40753021801 event_type:IssuesEvent is_human:1 issue:232 where:github who:526301
2024-08-05T14:36:04Z pull-was-closed 799177290 _job:34114 branch:version-up comments:0 details:The pull request zerocracy/judges-action#234 has been closed by @github-actions[bot], with 2 HoC and 0 comments. event_id:40754541504 event_type:PullRequestEvent hoc:2 is_human:0 issue:234 where:github who:41898282
2024-08-05T14:36:02Z pull-was-opened 799177290 _job:34114 branch:version-up details:The pull request zerocracy/judges-action#234 has been opened by @github-actions[bot]. event_id:40754540327 event_type:PullRequestEvent is_human:0 issue:234 where:github who:41898282
2024-08-05T14:35:20Z issue-was-closed 799177290 _job:34114 details:The issue zerocracy/judges-action#232 has been closed by @yegor256. event_id:40754514656 event_type:IssuesEvent is_human:1 issue:232 where:github who:526301
2024-08-06T18:35:37Z issue-was-opened 802720676 _job:34114 details:The issue zerocracy/pages-action#95 has been opened by @yegor256. event_id:40798128164 event_type:IssuesEvent is_human:1 issue:95 where:github who:526301
2024-08-07T09:31:45Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#55 has been opened by @yegor256. event_id:40816923669 event_type:IssuesEvent is_human:1 issue:55 where:github who:526301
2024-08-07T09:31:37Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#54 has been closed by @yegor256. event_id:40816919016 event_type:IssuesEvent is_human:1 issue:54 where:github who:526301
2024-08-07T09:13:03Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#54 has been opened by @yegor256. event_id:40816280276 event_type:IssuesEvent is_human:1 issue:54 where:github who:526301
2024-08-07T10:20:03Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#56 has been opened by @yegor256. event_id:40818530036 event_type:IssuesEvent is_human:1 issue:56 where:github who:526301
2024-08-07T09:55:40Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#55 has been closed by @yegor256. event_id:40817731167 event_type:IssuesEvent is_human:1 issue:55 where:github who:526301
2024-08-07T11:18:54Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#57 has been closed by @yegor256. event_id:40820343177 event_type:IssuesEvent is_human:1 issue:57 where:github who:526301
2024-08-07T10:52:54Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#57 has been opened by @yegor256. event_id:40819554600 event_type:IssuesEvent is_human:1 issue:57 where:github who:526301
2024-08-07T10:48:23Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#56 has been closed by @yegor256. event_id:40819417356 event_type:IssuesEvent is_human:1 issue:56 where:github who:526301
2024-08-07T12:53:20Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#58 has been closed by @yegor256. event_id:40823395233 event_type:IssuesEvent is_human:1 issue:58 where:github who:526301
2024-08-07T12:36:06Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#58 has been opened by @yegor256. event_id:40822788063 event_type:IssuesEvent is_human:1 issue:58 where:github who:526301
2024-08-08T15:21:15Z issue-was-opened 798641472 _job:34114 details:The issue yegor256/factbase#109 has been opened by @yegor256. event_id:40865102521 event_type:IssuesEvent is_human:1 issue:109 where:github who:526301
2024-08-08T15:44:39Z issue-was-closed 798641472 _job:34114 details:The issue yegor256/factbase#109 has been closed by @yegor256. event_id:40865865688 event_type:IssuesEvent is_human:1 issue:109 where:github who:526301
2024-08-09T08:46:28Z issue-was-opened 799113787 _job:34114 details:The issue yegor256/judges#108 has been opened by @yegor256. event_id:40886734344 event_type:IssuesEvent is_human:1 issue:108 where:github who:526301
2024-08-09T08:55:43Z issue-was-opened 840215648 _job:34114 details:The issue zerocracy/baza.rb#3 has been opened by @yegor256. event_id:40887011825 event_type:IssuesEvent is_human:1 issue:3 where:github who:526301
2024-08-09T08:45:58Z issue-was-closed 840215648 _job:34114 details:The issue zerocracy/baza.rb#1 has been closed by @yegor256. event_id:40886720066 event_type:IssuesEvent is_human:1 issue:1 where:github who:526301
2024-08-09T08:20:04Z issue-was-opened 840215648 _job:34114 details:The issue zerocracy/baza.rb#2 has been opened by @renovate[bot]. event_id:40885973426 event_type:IssuesEvent is_human:0 issue:2 where:github who:29139614
2024-08-09T08:19:14Z issue-was-opened 840215648 _job:34114 details:The issue zerocracy/baza.rb#1 has been opened by @yegor256. event_id:40885949826 event_type:IssuesEvent is_human:1 issue:1 where:github who:526301
2024-08-09T09:40:21Z issue-was-closed 799113787 _job:34114 details:The issue yegor256/judges#108 has been closed by @yegor256. event_id:40888347841 event_type:IssuesEvent is_human:1 issue:108 where:github who:526301
2024-08-10T05:57:30Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#59 has been closed by @yegor256. event_id:40911475351 event_type:IssuesEvent is_human:1 issue:59 where:github who:526301
2024-08-10T05:36:58Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#59 has been opened by @yegor256. event_id:40911333237 event_type:IssuesEvent is_human:1 issue:59 where:github who:526301
2024-08-10T07:21:08Z issue-was-closed 799177290 _job:34114 details:The issue zerocracy/judges-action#253 has been closed by @yegor256. event_id:40912115588 event_type:IssuesEvent is_human:1 issue:253 where:github who:526301
2024-08-10T07:21:08Z issue-was-closed 799177290 _job:34114 details:The issue zerocracy/judges-action#252 has been closed by @yegor256. event_id:40912115542 event_type:IssuesEvent is_human:1 issue:252 where:github who:526301
2024-08-10T07:21:07Z issue-was-closed 799177290 _job:34114 details:The issue zerocracy/judges-action#251 has been closed by @yegor256. event_id:40912115517 event_type:IssuesEvent is_human:1 issue:251 where:github who:526301
2024-08-10T07:21:07Z issue-was-closed 799177290 _job:34114 details:The issue zerocracy/judges-action#250 has been closed by @yegor256. event_id:40912115459 event_type:IssuesEvent is_human:1 issue:250 where:github who:526301
2024-08-10T07:21:07Z issue-was-closed 799177290 _job:34114 details:The issue zerocracy/judges-action#249 has been closed by @yegor256. event_id:40912115434 event_type:IssuesEvent is_human:1 issue:249 where:github who:526301
2024-08-10T07:20:37Z issue-was-opened 799177290 _job:34114 details:The issue zerocracy/judges-action#253 has been opened by @yegor256. event_id:40912111452 event_type:IssuesEvent is_human:1 issue:253 where:github who:526301
2024-08-10T07:15:29Z issue-was-opened 799177290 _job:34114 details:The issue zerocracy/judges-action#252 has been opened by @yegor256. event_id:40912072642 event_type:IssuesEvent is_human:1 issue:252 where:github who:526301
2024-08-10T07:12:27Z issue-was-opened 799177290 _job:34114 details:The issue zerocracy/judges-action#251 has been opened by @yegor256. event_id:40912049231 event_type:IssuesEvent is_human:1 issue:251 where:github who:526301
2024-08-10T07:11:42Z issue-was-opened 799177290 _job:34114 details:The issue zerocracy/judges-action#250 has been opened by @yegor256. event_id:40912043638 event_type:IssuesEvent is_human:1 issue:250 where:github who:526301
2024-08-10T07:11:19Z issue-was-opened 799177290 _job:34114 details:The issue zerocracy/judges-action#249 has been opened by @yegor256. event_id:40912040778 event_type:IssuesEvent is_human:1 issue:249 where:github who:526301
2024-08-10T13:42:20Z issue-was-closed 840215648 _job:34114 details:The issue zerocracy/baza.rb#3 has been closed by @yegor256. event_id:40915185582 event_type:IssuesEvent is_human:1 issue:3 where:github who:526301
2024-08-11T05:56:11Z issue-was-opened 799113787 _job:34114 details:The issue yegor256/judges#109 has been opened by @yegor256. event_id:40921963227 event_type:IssuesEvent is_human:1 issue:109 where:github who:526301
2024-08-11T05:54:35Z issue-was-closed 840215648 _job:34114 details:The issue zerocracy/baza.rb#4 has been closed by @yegor256. event_id:40921953790 event_type:IssuesEvent is_human:1 issue:4 where:github who:526301
2024-08-11T05:27:01Z issue-was-opened 840215648 _job:34114 details:The issue zerocracy/baza.rb#4 has been opened by @yegor256. event_id:40921786593 event_type:IssuesEvent is_human:1 issue:4 where:github who:526301
2024-08-11T08:00:53Z issue-was-closed 799113787 _job:34114 details:The issue yegor256/judges#109 has been closed by @yegor256. event_id:40922854626 event_type:IssuesEvent is_human:1 issue:109 where:github who:526301
2024-08-11T08:01:52Z issue-was-opened 799177290 _job:34114 details:The issue zerocracy/judges-action#256 has been opened by @yegor256. event_id:40922862971 event_type:IssuesEvent is_human:1 issue:256 where:github who:526301
2024-08-11T09:12:47Z issue-was-closed 799177290 _job:34114 details:The issue zerocracy/judges-action#256 has been closed by @yegor256. event_id:40923440559 event_type:IssuesEvent is_human:1 issue:256 where:github who:526301
2024-08-11T17:49:10Z issue-was-closed 840215648 _job:34114 details:The issue zerocracy/baza.rb#5 has been closed by @yegor256. event_id:40928001203 event_type:IssuesEvent is_human:1 issue:5 where:github who:526301
2024-08-11T17:33:27Z issue-was-opened 840215648 _job:34114 details:The issue zerocracy/baza.rb#5 has been opened by @yegor256. event_id:40927874427 event_type:IssuesEvent is_human:1 issue:5 where:github who:526301
2024-08-12T04:57:08Z issue-was-opened 799113787 _job:34114 details:The issue yegor256/judges#110 has been opened by @yegor256. event_id:40934416465 event_type:IssuesEvent is_human:1 issue:110 where:github who:526301
2024-08-12T05:39:51Z issue-was-closed 799113787 _job:34114 details:The issue yegor256/judges#110 has been closed by @yegor256. event_id:40935105731 event_type:IssuesEvent is_human:1 issue:110 where:github who:526301
2024-08-12T05:31:04Z issue-was-opened 799113787 _job:34114 details:The issue yegor256/judges#111 has been opened by @yegor256. event_id:40934963145 event_type:IssuesEvent is_human:1 issue:111 where:github who:526301
2024-08-12T06:03:27Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#62 has been closed by @yegor256. event_id:40935524571 event_type:IssuesEvent is_human:1 issue:62 where:github who:526301
2024-08-12T05:45:06Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#62 has been opened by @yegor256. event_id:40935194590 event_type:IssuesEvent is_human:1 issue:62 where:github who:526301
2024-08-12T05:31:03Z label-was-attached 799113787 _job:34114 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#111. is_human:1 issue:111 label:enhancement where:github who:526301
2024-08-12T06:55:37Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#63 has been opened by @yegor256. event_id:40936682074 event_type:IssuesEvent is_human:1 issue:63 where:github who:526301
2024-08-12T06:43:49Z issue-was-opened 799177290 _job:34114 details:The issue zerocracy/judges-action#261 has been opened by @yegor256. event_id:40936398712 event_type:IssuesEvent is_human:1 issue:261 where:github who:526301
2024-07-23T06:29:27Z label-was-attached 802720676 _job:34114 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/pages-action#65. is_human:1 issue:65 label:enhancement where:github who:526301
2024-08-12T06:43:47Z label-was-attached 799177290 _job:34114 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#261. is_human:1 issue:261 label:bug where:github who:526301
2024-08-12T07:30:25Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#63 has been closed by @yegor256. event_id:40937616679 event_type:IssuesEvent is_human:1 issue:63 where:github who:526301
2024-08-12T08:52:44Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#64 has been opened by @yegor256. event_id:40940046884 event_type:IssuesEvent is_human:1 issue:64 where:github who:526301
2024-08-12T08:55:33Z issue-was-closed 799177290 _job:34114 details:The issue zerocracy/judges-action#261 has been closed by @yegor256. event_id:40940135314 event_type:IssuesEvent is_human:1 issue:261 where:github who:526301
2024-08-12T09:07:36Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#64 has been closed by @yegor256. event_id:40940520299 event_type:IssuesEvent is_human:1 issue:64 where:github who:526301
2024-08-12T11:20:09Z issue-was-closed 798641472 _job:34114 details:The issue yegor256/factbase#110 has been closed by @yegor256. event_id:40944594414 event_type:IssuesEvent is_human:1 issue:110 where:github who:526301
2024-08-12T11:03:20Z issue-was-opened 798641472 _job:34114 details:The issue yegor256/factbase#110 has been opened by @yegor256. event_id:40944091890 event_type:IssuesEvent is_human:1 issue:110 where:github who:526301
2024-08-12T11:21:24Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#65 has been opened by @yegor256. event_id:40944631534 event_type:IssuesEvent is_human:1 issue:65 where:github who:526301
2024-08-12T12:46:52Z issue-was-opened 799113787 _job:34114 details:The issue yegor256/judges#112 has been opened by @yegor256. event_id:40947394349 event_type:IssuesEvent is_human:1 issue:112 where:github who:526301
2024-08-12T12:34:03Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#65 has been closed by @yegor256. event_id:40946942499 event_type:IssuesEvent is_human:1 issue:65 where:github who:526301
2024-08-12T12:46:50Z label-was-attached 799113787 _job:34114 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#112. is_human:1 issue:112 label:enhancement where:github who:526301
2024-08-12T13:58:48Z issue-was-opened 799177290 _job:34114 details:The issue zerocracy/judges-action#267 has been opened by @yegor256. event_id:40950050027 event_type:IssuesEvent is_human:1 issue:267 where:github who:526301
2024-08-12T14:19:15Z issue-was-closed 799177290 _job:34114 details:The issue zerocracy/judges-action#267 has been closed by @yegor256. event_id:40950817910 event_type:IssuesEvent is_human:1 issue:267 where:github who:526301
2024-08-13T05:23:32Z issue-was-opened 799113787 _job:34114 details:The issue yegor256/judges#113 has been opened by @yegor256. event_id:40970635472 event_type:IssuesEvent is_human:1 issue:113 where:github who:526301
2024-08-13T06:55:29Z issue-was-closed 799113787 _job:34114 details:The issue yegor256/judges#113 has been closed by @yegor256. event_id:40972682709 event_type:IssuesEvent is_human:1 issue:113 where:github who:526301
2024-08-13T14:47:47Z issue-was-opened 840215648 _job:34114 details:The issue zerocracy/baza.rb#6 has been opened by @yegor256. event_id:40988372293 event_type:IssuesEvent is_human:1 issue:6 where:github who:526301
2024-08-13T15:19:08Z pull-was-closed 799177290 _job:34114 branch:version-up comments:0 details:The pull request zerocracy/judges-action#275 has been closed by @github-actions[bot], with 0 HoC and 0 comments. event_id:40989529749 event_type:PullRequestEvent hoc:0 is_human:0 issue:275 where:github who:41898282
2024-08-13T15:18:58Z pull-was-opened 799177290 _job:34114 branch:version-up details:The pull request zerocracy/judges-action#275 has been opened by @github-actions[bot]. event_id:40989523261 event_type:PullRequestEvent is_human:0 issue:275 where:github who:41898282
2024-08-13T15:18:28Z issue-was-closed 799177290 _job:34114 details:The issue zerocracy/judges-action#272 has been closed by @yegor256. event_id:40989505860 event_type:IssuesEvent is_human:1 issue:272 where:github who:526301
2024-08-13T14:57:24Z issue-was-opened 799177290 _job:34114 details:The issue zerocracy/judges-action#272 has been opened by @yegor256. event_id:40988731614 event_type:IssuesEvent is_human:1 issue:272 where:github who:526301
2024-08-13T15:30:27Z issue-was-closed 840215648 _job:34114 details:The issue zerocracy/baza.rb#7 has been closed by @yegor256. event_id:40989923178 event_type:IssuesEvent is_human:1 issue:7 where:github who:526301
2024-08-13T15:10:35Z issue-was-opened 840215648 _job:34114 details:The issue zerocracy/baza.rb#7 has been opened by @yegor256. event_id:40989219857 event_type:IssuesEvent is_human:1 issue:7 where:github who:526301
2024-08-13T15:06:27Z issue-was-closed 840215648 _job:34114 details:The issue zerocracy/baza.rb#6 has been closed by @yegor256. event_id:40989067841 event_type:IssuesEvent is_human:1 issue:6 where:github who:526301
2024-08-14T06:13:54Z issue-was-opened 799113787 _job:34114 details:The issue yegor256/judges#114 has been opened by @yegor256. event_id:41008197450 event_type:IssuesEvent is_human:1 issue:114 where:github who:526301
2024-08-14T06:41:48Z issue-was-closed 799113787 _job:34114 details:The issue yegor256/judges#114 has been closed by @yegor256. event_id:41008851545 event_type:IssuesEvent is_human:1 issue:114 where:github who:526301
2024-08-14T12:50:48Z issue-was-opened 799113787 _job:34114 details:The issue yegor256/judges#116 has been opened by @yegor256. event_id:41020302625 event_type:IssuesEvent is_human:1 issue:116 where:github who:526301
2024-08-14T14:40:28Z issue-was-closed 799113787 _job:34114 details:The issue yegor256/judges#116 has been closed by @yegor256. event_id:41024419706 event_type:IssuesEvent is_human:1 issue:116 where:github who:526301
2024-08-16T04:53:57Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#72 has been closed by @yegor256. event_id:41072201008 event_type:IssuesEvent is_human:1 issue:72 where:github who:526301
2024-08-16T04:28:58Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#72 has been opened by @yegor256. event_id:41071840997 event_type:IssuesEvent is_human:1 issue:72 where:github who:526301
2024-08-16T06:08:28Z issue-was-closed 802720676 _job:34114 details:The issue zerocracy/pages-action#95 has been closed by @yegor256. event_id:41073406869 event_type:IssuesEvent is_human:1 issue:95 where:github who:526301
2024-08-16T06:08:20Z issue-was-opened 802720676 _job:34114 details:The issue zerocracy/pages-action#109 has been opened by @yegor256. event_id:41073404069 event_type:IssuesEvent is_human:1 issue:109 where:github who:526301
2024-08-16T19:45:47Z issue-was-closed 802720676 _job:34114 details:The issue zerocracy/pages-action#109 has been closed by @yegor256. event_id:41093906593 event_type:IssuesEvent is_human:1 issue:109 where:github who:526301
2024-08-16T19:47:00Z pull-was-closed 799177290 _job:34114 branch:renovate/zerocracy-pages-action-0.x comments:0 details:The pull request zerocracy/judges-action#290 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:41093931937 event_type:PullRequestEvent hoc:2 is_human:0 issue:290 where:github who:29139614
2024-08-16T19:45:28Z pull-was-opened 799177290 _job:34114 branch:renovate/zerocracy-pages-action-0.x details:The pull request zerocracy/judges-action#290 has been opened by @renovate[bot]. event_id:41093900243 event_type:PullRequestEvent is_human:0 issue:290 where:github who:29139614
2024-08-17T05:15:36Z issue-was-opened 802720676 _job:34114 details:The issue zerocracy/pages-action#111 has been opened by @yegor256. event_id:41100311054 event_type:IssuesEvent is_human:1 issue:111 where:github who:526301
2024-08-17T07:15:12Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#73 has been opened by @yegor256. event_id:41101236624 event_type:IssuesEvent is_human:1 issue:73 where:github who:526301
2024-08-17T11:30:07Z label-was-attached 802720676 _job:34114 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/pages-action#111. is_human:1 issue:111 label:bug where:github who:526301
2024-08-17T11:30:08Z label-was-attached 802720676 _job:34114 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/pages-action#111. is_human:1 issue:111 label:enhancement where:github who:526301
2024-08-18T03:04:17Z issue-was-closed 799113787 _job:34114 details:The issue yegor256/judges#105 has been closed by @yegor256. event_id:41110348248 event_type:IssuesEvent is_human:1 issue:105 where:github who:526301
2024-08-18T03:32:37Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#73 has been closed by @yegor256. event_id:41110537984 event_type:IssuesEvent is_human:1 issue:73 where:github who:526301
2024-08-18T12:29:59Z issue-was-opened 799177290 _job:34114 details:The issue zerocracy/judges-action#293 has been opened by @yegor256. event_id:41114725794 event_type:IssuesEvent is_human:1 issue:293 where:github who:526301
2024-08-18T12:29:57Z label-was-attached 799177290 _job:34114 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#293. is_human:1 issue:293 label:bug where:github who:526301
2024-08-19T10:22:16Z pull-was-opened 802720676 _job:34114 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#115 has been opened by @renovate[bot]. event_id:41133456911 event_type:PullRequestEvent is_human:0 issue:115 where:github who:29139614
2024-08-20T07:40:00Z issue-was-closed 799177290 _job:34114 details:The issue zerocracy/judges-action#293 has been closed by @yegor256. event_id:41164306600 event_type:IssuesEvent is_human:1 issue:293 where:github who:526301
2024-08-20T16:44:01Z issue-was-opened 802720676 _job:34114 details:The issue zerocracy/pages-action#116 has been opened by @yegor256. event_id:41182806157 event_type:IssuesEvent is_human:1 issue:116 where:github who:526301
2024-08-20T16:59:29Z pull-was-closed 802720676 _job:34114 branch:renovate/fbe-0.x-lockfile comments:0 details:The pull request zerocracy/pages-action#115 has been closed by @yegor256, with 4 HoC and 0 comments. event_id:41183250567 event_type:PullRequestEvent hoc:4 is_human:1 issue:115 where:github who:526301
2024-08-20T16:59:18Z issue-was-closed 802720676 _job:34114 details:The issue zerocracy/pages-action#116 has been closed by @yegor256. event_id:41183245826 event_type:IssuesEvent is_human:1 issue:116 where:github who:526301
2024-08-22T07:04:00Z pull-was-closed 799177290 _job:34114 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#307 has been closed by @github-actions[bot], with 2 HoC and 0 comments. event_id:41237608740 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:307 succeeded_builds:0 where:github who:41898282
2024-08-22T07:03:49Z pull-was-opened 799177290 _job:34114 branch:version-up details:The pull request zerocracy/judges-action#307 has been opened by @github-actions[bot]. event_id:41237603939 event_type:PullRequestEvent is_human:0 issue:307 where:github who:41898282
2024-08-21T16:33:31Z pull-was-closed 799177290 _job:34114 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#302 has been closed by @github-actions[bot], with 2 HoC and 0 comments. event_id:41219634078 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:302 succeeded_builds:0 where:github who:41898282
2024-08-21T16:33:19Z pull-was-opened 799177290 _job:34114 branch:version-up details:The pull request zerocracy/judges-action#302 has been opened by @github-actions[bot]. event_id:41219627941 event_type:PullRequestEvent is_human:0 issue:302 where:github who:41898282
2024-08-22T17:22:21Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#81 has been closed by @yegor256. event_id:41258174432 event_type:IssuesEvent is_human:1 issue:81 where:github who:526301
2024-08-22T16:44:06Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#81 has been opened by @yegor256. event_id:41257089695 event_type:IssuesEvent is_human:1 issue:81 where:github who:526301
2024-08-26T08:53:01Z issue-was-opened 799177290 _job:34114 details:The issue zerocracy/judges-action#314 has been opened by @yegor256. event_id:41333479757 event_type:IssuesEvent is_human:1 issue:314 where:github who:526301
2024-08-26T08:52:59Z label-was-attached 799177290 _job:34114 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#314. is_human:1 issue:314 label:bug where:github who:526301
2024-08-26T15:46:04Z issue-was-opened 820463873 _job:34114 details:The issue zerocracy/fbe#83 has been opened by @yegor256. event_id:41346786968 event_type:IssuesEvent is_human:1 issue:83 where:github who:526301
2024-08-26T17:02:47Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#83 has been closed by @yegor256. event_id:41349084816 event_type:IssuesEvent is_human:1 issue:83 where:github who:526301
2024-08-28T17:41:38Z issue-was-closed 798641472 _job:34114 details:The issue yegor256/factbase#104 has been closed by @yegor256. event_id:41427066956 event_type:IssuesEvent is_human:1 issue:104 where:github who:526301
2024-08-30T05:36:01Z issue-was-opened 840215648 _job:34114 details:The issue zerocracy/baza.rb#14 has been opened by @yegor256. event_id:41478029292 event_type:IssuesEvent is_human:1 issue:14 where:github who:526301
2024-08-30T06:30:23Z issue-was-closed 840215648 _job:34114 details:The issue zerocracy/baza.rb#14 has been closed by @yegor256. event_id:41479145350 event_type:IssuesEvent is_human:1 issue:14 where:github who:526301
2024-08-30T06:17:05Z issue-was-opened 849726475 _job:34114 details:The issue zerocracy/swarm-template#3 has been opened by @renovate[bot]. event_id:41478838463 event_type:IssuesEvent is_human:0 issue:3 where:github who:29139614
2024-09-02T15:35:04Z pull-was-opened 798641472 _job:34114 branch:renovate/rspec-rails-6.x details:The pull request yegor256/factbase#120 has been opened by @renovate[bot]. event_id:41552960716 event_type:PullRequestEvent is_human:0 issue:120 where:github who:29139614
2024-09-02T20:56:48Z pull-was-closed 798641472 _job:34114 branch:renovate/rspec-rails-6.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#120 has been closed by @renovate[bot], with 8 HoC and 3 comments. event_id:41558677160 event_type:PullRequestEvent failed_builds:0 hoc:8 is_human:0 issue:120 succeeded_builds:9 where:github who:29139614
2024-09-04T09:14:18Z pull-was-opened 798641472 _job:34114 branch:renovate/rubocop-1.x details:The pull request yegor256/factbase#123 has been opened by @renovate[bot]. event_id:41610201326 event_type:PullRequestEvent is_human:0 issue:123 where:github who:29139614
2024-09-04T17:29:38Z pull-was-closed 799177290 _job:34114 branch:renovate/zerocracy-judges-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#328 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:41627801695 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:328 succeeded_builds:8 where:github who:29139614
2024-09-04T17:28:03Z pull-was-opened 799177290 _job:34114 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#328 has been opened by @renovate[bot]. event_id:41627756153 event_type:PullRequestEvent is_human:0 issue:328 where:github who:29139614
2024-09-14T05:34:11Z pull-was-closed 799177290 _job:34114 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#335 has been closed by @github-actions[bot], with 2 HoC and 0 comments. event_id:41925655166 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:335 succeeded_builds:0 where:github who:41898282
2024-09-14T05:34:05Z pull-was-opened 799177290 _job:34114 branch:version-up details:The pull request zerocracy/judges-action#335 has been opened by @github-actions[bot]. event_id:41925654373 event_type:PullRequestEvent is_human:0 issue:335 where:github who:41898282
2024-09-17T20:53:53Z issue-was-opened 802720676 _job:34114 details:The issue zerocracy/pages-action#131 has been opened by @yegor256. event_id:42017554604 event_type:IssuesEvent is_human:1 issue:131 where:github who:526301
2024-09-17T10:44:10Z label-was-attached 802720676 _job:34114 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/pages-action#131. is_human:1 issue:131 label:bug where:github who:526301
2024-09-23T04:29:15Z issue-was-opened 802720676 _job:34114 details:The issue zerocracy/pages-action#134 has been opened by @yegor256. event_id:42162076614 event_type:IssuesEvent is_human:1 issue:134 where:github who:526301
2024-09-23T04:29:13Z label-was-attached 802720676 _job:34114 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/pages-action#134. is_human:1 issue:134 label:bug where:github who:526301
2024-09-23T04:29:13Z label-was-attached 802720676 _job:34114 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/pages-action#134. is_human:1 issue:134 label:enhancement where:github who:526301
2024-09-25T05:45:14Z issue-was-closed 820463873 _job:34114 details:The issue zerocracy/fbe#104 has been closed by @yegor256. event_id:42243056295 event_type:IssuesEvent is_human:1 issue:104 where:github who:526301
2024-09-25T05:38:39Z label-was-attached 820463873 _job:34117 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/fbe#104. is_human:1 issue:104 label:bug where:github who:526301
2024-10-04T06:32:40Z issue-was-opened 802720676 _job:34117 details:The issue zerocracy/pages-action#147 has been opened by @yegor256. event_id:42534804219 event_type:IssuesEvent is_human:1 issue:147 where:github who:526301
2024-10-14T05:38:55Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#136 has been opened by @yegor256. event_id:42810002542 event_type:IssuesEvent is_human:1 issue:136 where:github who:526301
2024-10-14T07:27:15Z issue-was-opened 840215648 _job:34117 details:The issue zerocracy/baza.rb#27 has been opened by @yegor256. event_id:42812664123 event_type:IssuesEvent is_human:1 issue:27 where:github who:526301
2024-10-14T08:09:12Z issue-was-closed 840215648 _job:34117 details:The issue zerocracy/baza.rb#27 has been closed by @yegor256. event_id:42814002260 event_type:IssuesEvent is_human:1 issue:27 where:github who:526301
2024-05-28T12:28:56Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#39 has been opened by @yegor256. is_human:1 issue:39 where:github who:526301
2024-05-27T14:07:08Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#38 has been opened by @yegor256. is_human:1 issue:38 where:github who:526301
2024-05-27T03:10:58Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#37 has been opened by @yegor256. is_human:1 issue:37 where:github who:526301
2024-05-25T05:03:00Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#36 has been opened by @yegor256. is_human:1 issue:36 where:github who:526301
2024-05-25T01:43:46Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#35 has been opened by @yegor256. is_human:1 issue:35 where:github who:526301
2024-05-24T20:42:29Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#34 has been opened by @yegor256. is_human:1 issue:34 where:github who:526301
2024-05-21T13:25:16Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#31 has been opened by @yegor256. is_human:1 issue:31 where:github who:526301
2024-05-21T02:36:44Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#30 has been opened by @yegor256. is_human:1 issue:30 where:github who:526301
2024-05-19T12:03:56Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#29 has been opened by @yegor256. is_human:1 issue:29 where:github who:526301
2024-05-17T22:49:27Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#28 has been opened by @yegor256. is_human:1 issue:28 where:github who:526301
2024-05-17T19:20:29Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#27 has been opened by @yegor256. is_human:1 issue:27 where:github who:526301
2024-05-17T01:51:25Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#26 has been opened by @yegor256. is_human:1 issue:26 where:github who:526301
2024-05-16T22:44:45Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#25 has been opened by @yegor256. is_human:1 issue:25 where:github who:526301
2024-05-15T23:49:32Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#24 has been opened by @yegor256. is_human:1 issue:24 where:github who:526301
2024-05-15T22:38:54Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#22 has been opened by @yegor256. is_human:1 issue:22 where:github who:526301
2024-05-15T21:47:24Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#21 has been opened by @yegor256. is_human:1 issue:21 where:github who:526301
2024-05-15T20:42:25Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#20 has been opened by @yegor256. is_human:1 issue:20 where:github who:526301
2024-05-15T02:19:50Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#19 has been opened by @yegor256. is_human:1 issue:19 where:github who:526301
2024-05-15T00:50:01Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#18 has been opened by @yegor256. is_human:1 issue:18 where:github who:526301
2024-05-14T23:46:53Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#17 has been opened by @yegor256. is_human:1 issue:17 where:github who:526301
2024-05-14T19:51:24Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#16 has been opened by @yegor256. is_human:1 issue:16 where:github who:526301
2024-05-14T19:00:24Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#15 has been opened by @yegor256. is_human:1 issue:15 where:github who:526301
2024-05-14T15:25:38Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#14 has been opened by @yegor256. is_human:1 issue:14 where:github who:526301
2024-05-13T15:54:04Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#13 has been opened by @yegor256. is_human:1 issue:13 where:github who:526301
2024-05-13T14:09:45Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#12 has been opened by @yegor256. is_human:1 issue:12 where:github who:526301
2024-05-13T08:19:37Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#11 has been opened by @yegor256. is_human:1 issue:11 where:github who:526301
2024-05-13T07:05:03Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#10 has been opened by @yegor256. is_human:1 issue:10 where:github who:526301
2024-05-12T19:51:13Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#9 has been opened by @yegor256. is_human:1 issue:9 where:github who:526301
2024-05-12T19:17:57Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#8 has been opened by @yegor256. is_human:1 issue:8 where:github who:526301
2024-05-12T19:02:24Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#7 has been opened by @yegor256. is_human:1 issue:7 where:github who:526301
2024-05-12T16:05:40Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#6 has been opened by @yegor256. is_human:1 issue:6 where:github who:526301
2024-05-12T13:04:56Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#5 has been opened by @yegor256. is_human:1 issue:5 where:github who:526301
2024-05-11T14:04:40Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#4 has been opened by @yegor256. is_human:1 issue:4 where:github who:526301
2024-05-11T08:31:50Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#3 has been opened by @renovate[bot]. is_human:0 issue:3 where:github who:29139614
2024-05-11T08:31:09Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#1 has been opened by @yegor256. is_human:1 issue:1 where:github who:526301
2024-06-03T08:27:57Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#57 has been opened by @yegor256. is_human:1 issue:57 where:github who:526301
2024-05-30T14:43:26Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#55 has been opened by @yegor256. is_human:1 issue:55 where:github who:526301
2024-05-30T10:53:48Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#54 has been opened by @yegor256. is_human:1 issue:54 where:github who:526301
2024-05-27T02:20:59Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#53 has been opened by @yegor256. is_human:1 issue:53 where:github who:526301
2024-05-27T01:00:53Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#52 has been opened by @yegor256. is_human:1 issue:52 where:github who:526301
2024-05-26T13:42:29Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#51 has been opened by @yegor256. is_human:1 issue:51 where:github who:526301
2024-05-25T22:06:43Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#50 has been opened by @yegor256. is_human:1 issue:50 where:github who:526301
2024-05-25T20:08:40Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#49 has been opened by @yegor256. is_human:1 issue:49 where:github who:526301
2024-05-25T05:35:40Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#48 has been opened by @yegor256. is_human:1 issue:48 where:github who:526301
2024-05-25T02:18:30Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#47 has been opened by @yegor256. is_human:1 issue:47 where:github who:526301
2024-05-25T01:48:24Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#46 has been opened by @yegor256. is_human:1 issue:46 where:github who:526301
2024-05-25T01:11:50Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#45 has been opened by @yegor256. is_human:1 issue:45 where:github who:526301
2024-05-21T04:39:43Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#42 has been opened by @yegor256. is_human:1 issue:42 where:github who:526301
2024-05-21T02:35:29Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#41 has been opened by @yegor256. is_human:1 issue:41 where:github who:526301
2024-05-19T18:25:06Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#40 has been opened by @yegor256. is_human:1 issue:40 where:github who:526301
2024-05-19T11:06:46Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#39 has been opened by @yegor256. is_human:1 issue:39 where:github who:526301
2024-05-19T09:16:51Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#38 has been opened by @yegor256. is_human:1 issue:38 where:github who:526301
2024-05-19T07:53:16Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#37 has been opened by @yegor256. is_human:1 issue:37 where:github who:526301
2024-05-19T04:49:59Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#36 has been opened by @yegor256. is_human:1 issue:36 where:github who:526301
2024-05-18T14:51:44Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#35 has been opened by @yegor256. is_human:1 issue:35 where:github who:526301
2024-05-18T10:48:30Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#34 has been opened by @yegor256. is_human:1 issue:34 where:github who:526301
2024-05-17T22:30:15Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#33 has been opened by @yegor256. is_human:1 issue:33 where:github who:526301
2024-05-17T19:45:20Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#32 has been opened by @yegor256. is_human:1 issue:32 where:github who:526301
2024-05-15T23:36:59Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#30 has been opened by @yegor256. is_human:1 issue:30 where:github who:526301
2024-05-15T20:13:40Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#29 has been opened by @yegor256. is_human:1 issue:29 where:github who:526301
2024-05-15T19:39:51Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#28 has been opened by @yegor256. is_human:1 issue:28 where:github who:526301
2024-05-15T18:44:56Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#27 has been opened by @yegor256. is_human:1 issue:27 where:github who:526301
2024-05-15T17:55:57Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#26 has been opened by @yegor256. is_human:1 issue:26 where:github who:526301
2024-05-15T01:41:57Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#25 has been opened by @yegor256. is_human:1 issue:25 where:github who:526301
2024-05-14T20:43:27Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#24 has been opened by @yegor256. is_human:1 issue:24 where:github who:526301
2024-05-14T11:37:52Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#23 has been opened by @yegor256. is_human:1 issue:23 where:github who:526301
2024-05-14T01:05:52Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#22 has been opened by @yegor256. is_human:1 issue:22 where:github who:526301
2024-05-13T08:54:14Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#21 has been opened by @yegor256. is_human:1 issue:21 where:github who:526301
2024-05-13T00:29:25Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#20 has been opened by @yegor256. is_human:1 issue:20 where:github who:526301
2024-05-13T00:08:30Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#19 has been opened by @yegor256. is_human:1 issue:19 where:github who:526301
2024-05-12T22:38:11Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#18 has been opened by @yegor256. is_human:1 issue:18 where:github who:526301
2024-05-12T21:50:00Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#17 has been opened by @yegor256. is_human:1 issue:17 where:github who:526301
2024-05-12T16:56:22Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#16 has been opened by @yegor256. is_human:1 issue:16 where:github who:526301
2024-05-12T12:17:40Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#15 has been opened by @yegor256. is_human:1 issue:15 where:github who:526301
2024-05-11T11:24:08Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#14 has been opened by @yegor256. is_human:1 issue:14 where:github who:526301
2024-05-10T22:25:48Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#13 has been opened by @yegor256. is_human:1 issue:13 where:github who:526301
2024-05-10T20:51:13Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#12 has been opened by @yegor256. is_human:1 issue:12 where:github who:526301
2024-05-10T20:46:50Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#11 has been opened by @yegor256. is_human:1 issue:11 where:github who:526301
2024-05-10T20:26:22Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#10 has been opened by @yegor256. is_human:1 issue:10 where:github who:526301
2024-05-10T19:38:07Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#9 has been opened by @yegor256. is_human:1 issue:9 where:github who:526301
2024-05-10T18:01:49Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#8 has been opened by @yegor256. is_human:1 issue:8 where:github who:526301
2024-05-10T09:00:29Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#4 has been opened by @renovate[bot]. is_human:0 issue:4 where:github who:29139614
2024-05-10T08:49:33Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#1 has been opened by @yegor256. is_human:1 issue:1 where:github who:526301
2024-07-08T06:26:00Z issue-was-opened 820463873 _job:34117 details:The issue zerocracy/fbe#16 has been opened by @yegor256. is_human:1 issue:16 where:github who:526301
2024-07-06T16:26:53Z issue-was-opened 820463873 _job:34117 details:The issue zerocracy/fbe#15 has been opened by @yegor256. is_human:1 issue:15 where:github who:526301
2024-07-06T09:42:12Z issue-was-opened 820463873 _job:34117 details:The issue zerocracy/fbe#14 has been opened by @yegor256. is_human:1 issue:14 where:github who:526301
2024-07-06T09:24:37Z issue-was-opened 820463873 _job:34117 details:The issue zerocracy/fbe#13 has been opened by @yegor256. is_human:1 issue:13 where:github who:526301
2024-07-05T09:10:42Z issue-was-opened 820463873 _job:34117 details:The issue zerocracy/fbe#12 has been opened by @yegor256. is_human:1 issue:12 where:github who:526301
2024-07-05T05:18:56Z issue-was-opened 820463873 _job:34117 details:The issue zerocracy/fbe#11 has been opened by @yegor256. is_human:1 issue:11 where:github who:526301
2024-07-02T15:38:51Z issue-was-opened 820463873 _job:34117 details:The issue zerocracy/fbe#9 has been opened by @yegor256. is_human:1 issue:9 where:github who:526301
2024-07-02T11:01:56Z issue-was-opened 820463873 _job:34117 details:The issue zerocracy/fbe#8 has been opened by @yegor256. is_human:1 issue:8 where:github who:526301
2024-07-01T07:27:15Z issue-was-opened 820463873 _job:34117 details:The issue zerocracy/fbe#7 has been opened by @yegor256. is_human:1 issue:7 where:github who:526301
2024-06-28T14:45:32Z issue-was-opened 820463873 _job:34117 details:The issue zerocracy/fbe#5 has been opened by @yegor256. is_human:1 issue:5 where:github who:526301
2024-06-26T18:19:35Z issue-was-opened 820463873 _job:34117 details:The issue zerocracy/fbe#4 has been opened by @yegor256. is_human:1 issue:4 where:github who:526301
2024-06-26T18:04:06Z issue-was-opened 820463873 _job:34117 details:The issue zerocracy/fbe#3 has been opened by @yegor256. is_human:1 issue:3 where:github who:526301
2024-06-26T14:43:47Z issue-was-opened 820463873 _job:34117 details:The issue zerocracy/fbe#2 has been opened by @renovate[bot]. is_human:0 issue:2 where:github who:29139614
2024-06-26T14:42:07Z issue-was-opened 820463873 _job:34117 details:The issue zerocracy/fbe#1 has been opened by @yegor256. is_human:1 issue:1 where:github who:526301
2024-05-30T10:51:25Z issue-was-opened 799177290 _job:34117 details:The issue zerocracy/judges-action#21 has been opened by @yegor256. is_human:1 issue:21 where:github who:526301
2024-05-29T13:59:13Z issue-was-opened 799177290 _job:34117 details:The issue zerocracy/judges-action#20 has been opened by @yegor256. is_human:1 issue:20 where:github who:526301
2024-05-27T08:20:50Z issue-was-opened 799177290 _job:34117 details:The issue zerocracy/judges-action#18 has been opened by @yegor256. is_human:1 issue:18 where:github who:526301
2024-05-27T07:38:28Z issue-was-opened 799177290 _job:34117 details:The issue zerocracy/judges-action#17 has been opened by @yegor256. is_human:1 issue:17 where:github who:526301
2024-05-13T15:19:45Z issue-was-opened 799177290 _job:34117 details:The issue zerocracy/judges-action#7 has been opened by @yegor256. is_human:1 issue:7 where:github who:526301
2024-05-12T12:58:33Z issue-was-opened 799177290 _job:34117 details:The issue zerocracy/judges-action#6 has been opened by @yegor256. is_human:1 issue:6 where:github who:526301
2024-05-11T13:46:03Z issue-was-opened 799177290 _job:34117 details:The issue zerocracy/judges-action#5 has been opened by @renovate[bot]. is_human:0 issue:5 where:github who:29139614
2024-05-11T13:45:30Z issue-was-opened 799177290 _job:34117 details:The issue zerocracy/judges-action#1 has been opened by @yegor256. is_human:1 issue:1 where:github who:526301
2024-05-14T16:05:06Z label-was-attached 799113787 _job:34117 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#14. is_human:1 issue:14 label:enhancement where:github who:526301
2024-05-14T16:19:45Z label-was-attached 799113787 _job:34117 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#14. is_human:1 issue:14 label:bug where:github who:526301
2024-05-14T19:13:59Z label-was-attached 799113787 _job:34117 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#15. is_human:1 issue:15 label:enhancement where:github who:526301
2024-05-15T13:51:28Z label-was-attached 799113787 _job:34117 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#19. is_human:1 issue:19 label:enhancement where:github who:526301
2024-05-15T22:12:58Z label-was-attached 799113787 _job:34117 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#21. is_human:1 issue:21 label:enhancement where:github who:526301
2024-05-15T22:13:07Z label-was-attached 799113787 _job:34117 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#21. is_human:1 issue:21 label:bug where:github who:526301
2024-05-10T20:51:20Z label-was-attached 798641472 _job:34117 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#12. is_human:1 issue:12 label:bug where:github who:526301
2024-05-27T03:58:43Z label-was-attached 799113787 _job:34117 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#37. is_human:1 issue:37 label:enhancement where:github who:526301
2024-10-14T10:11:07Z issue-was-closed 799113787 _job:34117 details:The issue yegor256/judges#136 has been closed by @yegor256. event_id:42818395626 event_type:IssuesEvent is_human:1 issue:136 where:github who:526301
2024-05-25T01:12:04Z label-was-attached 798641472 _job:34117 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#45. is_human:1 issue:45 label:bug where:github who:526301
2024-05-25T02:21:51Z label-was-attached 798641472 _job:34117 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#47. is_human:1 issue:47 label:bug where:github who:526301
2024-05-30T14:50:05Z label-was-attached 798641472 _job:34117 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/factbase#55. is_human:1 issue:55 label:enhancement where:github who:526301
2024-10-14T10:31:57Z issue-was-opened 820463873 _job:34117 details:The issue zerocracy/fbe#113 has been opened by @yegor256. event_id:42819144779 event_type:IssuesEvent is_human:1 issue:113 where:github who:526301
2024-10-14T11:32:58Z issue-was-closed 820463873 _job:34117 details:The issue zerocracy/fbe#114 has been closed by @yegor256. event_id:42821226396 event_type:IssuesEvent is_human:1 issue:114 where:github who:526301
2024-10-14T11:16:01Z issue-was-opened 820463873 _job:34117 details:The issue zerocracy/fbe#114 has been opened by @yegor256. event_id:42820646253 event_type:IssuesEvent is_human:1 issue:114 where:github who:526301
2024-10-14T11:04:32Z issue-was-closed 820463873 _job:34117 details:The issue zerocracy/fbe#113 has been closed by @yegor256. event_id:42820260372 event_type:IssuesEvent is_human:1 issue:113 where:github who:526301
2024-10-14T14:20:40Z pull-was-closed 802720676 _job:34117 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#158 has been closed by @github-actions[bot], with 2 HoC and 0 comments. event_id:42827474188 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:158 succeeded_builds:0 where:github who:41898282
2024-10-14T14:20:29Z pull-was-opened 802720676 _job:34117 branch:version-up details:The pull request zerocracy/pages-action#158 has been opened by @github-actions[bot]. event_id:42827466595 event_type:PullRequestEvent is_human:0 issue:158 where:github who:41898282
2024-10-14T14:19:37Z issue-was-closed 802720676 _job:34117 details:The issue zerocracy/pages-action#154 has been closed by @yegor256. event_id:42827433446 event_type:IssuesEvent is_human:1 issue:154 where:github who:526301
2024-10-14T13:45:34Z issue-was-opened 802720676 _job:34117 details:The issue zerocracy/pages-action#154 has been opened by @yegor256. event_id:42826102676 event_type:IssuesEvent is_human:1 issue:154 where:github who:526301
2024-10-14T18:21:59Z pull-was-closed 799177290 _job:34117 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#388 has been closed by @github-actions[bot], with 2 HoC and 0 comments. event_id:42834873614 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:388 succeeded_builds:0 where:github who:41898282
2024-10-14T18:21:43Z pull-was-opened 799177290 _job:34117 branch:version-up details:The pull request zerocracy/judges-action#388 has been opened by @github-actions[bot]. event_id:42834867487 event_type:PullRequestEvent is_human:0 issue:388 where:github who:41898282
2024-10-15T17:32:37Z issue-was-closed 802720676 _job:34117 details:The issue zerocracy/pages-action#162 has been closed by @yegor256. event_id:42872953579 event_type:IssuesEvent is_human:1 issue:162 where:github who:526301
2024-10-15T17:01:43Z issue-was-opened 802720676 _job:34117 details:The issue zerocracy/pages-action#162 has been opened by @yegor256. event_id:42872002681 event_type:IssuesEvent is_human:1 issue:162 where:github who:526301
2024-10-15T17:47:52Z pull-was-opened 840215648 _job:34117 branch:renovate/rubocop-1.x details:The pull request zerocracy/baza.rb#28 has been opened by @renovate[bot]. event_id:42873424203 event_type:PullRequestEvent is_human:0 issue:28 where:github who:29139614
2024-10-22T07:21:10Z pull-was-closed 798641472 _job:34117 branch:renovate/rubocop-1.x comments:3 comments_appreciated:1 comments_by_author:1 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#123 has been closed by @yegor256, with 8 HoC and 3 comments. event_id:43075754468 event_type:PullRequestEvent failed_builds:0 hoc:8 is_human:1 issue:123 succeeded_builds:9 where:github who:526301
2024-10-24T05:26:37Z issue-was-closed 799113787 _job:34117 details:The issue yegor256/judges#112 has been closed by @yegor256. event_id:43155201149 event_type:IssuesEvent is_human:1 issue:112 where:github who:526301
2024-10-24T05:26:24Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#140 has been opened by @yegor256. event_id:43155196831 event_type:IssuesEvent is_human:1 issue:140 where:github who:526301
2024-10-24T05:26:22Z label-was-attached 799113787 _job:34117 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#140. is_human:1 issue:140 label:enhancement where:github who:526301
2024-10-26T09:14:29Z pull-was-opened 840215648 _job:34117 branch:renovate/rubocop-rspec-3.x details:The pull request zerocracy/baza.rb#29 has been opened by @renovate[bot]. event_id:43229511652 event_type:PullRequestEvent is_human:0 issue:29 where:github who:29139614
2024-10-31T10:38:19Z pull-was-opened 820463873 _job:34117 branch:renovate/rubocop-1.x details:The pull request zerocracy/fbe#118 has been opened by @renovate[bot]. event_id:43384716359 event_type:PullRequestEvent is_human:0 issue:118 where:github who:29139614
2024-11-09T12:17:34Z pull-was-opened 840215648 _job:34117 branch:renovate/rspec-rails-7.x details:The pull request zerocracy/baza.rb#31 has been opened by @renovate[bot]. event_id:43663109571 event_type:PullRequestEvent is_human:0 issue:31 where:github who:29139614
2024-11-21T21:31:05Z pull-was-opened 840215648 _job:34117 branch:renovate/minitest-5.x details:The pull request zerocracy/baza.rb#33 has been opened by @renovate[bot]. event_id:44074812339 event_type:PullRequestEvent is_human:0 issue:33 where:github who:29139614
2024-11-28T15:30:31Z pull-was-closed 802720676 _job:34117 branch:issue-64 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#168 has been closed by @Legolass322, with 2 HoC and 0 comments. event_id:44292267505 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:168 succeeded_builds:0 where:github who:31362961
2024-11-28T15:30:13Z pull-was-opened 802720676 _job:34117 branch:issue-64 details:The pull request zerocracy/pages-action#168 has been opened by @Legolass322. event_id:44292257598 event_type:PullRequestEvent is_human:1 issue:168 where:github who:31362961
2024-11-28T17:23:47Z issue-was-closed 802720676 _job:34117 details:The issue zerocracy/pages-action#41 has been closed by @yegor256. event_id:44295493635 event_type:IssuesEvent is_human:1 issue:41 where:github who:526301
2024-11-30T04:51:11Z issue-was-opened 799177290 _job:34117 details:The issue zerocracy/judges-action#405 has been opened by @yegor256. event_id:44334055667 event_type:IssuesEvent is_human:1 issue:405 where:github who:526301
2024-11-30T04:51:09Z label-was-attached 799177290 _job:34117 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#405. is_human:1 issue:405 label:bug where:github who:526301
2024-12-01T04:51:47Z issue-was-opened 802720676 _job:34117 details:The issue zerocracy/pages-action#171 has been opened by @yegor256. event_id:44347202052 event_type:IssuesEvent is_human:1 issue:171 where:github who:526301
2024-12-01T04:51:52Z label-was-attached 802720676 _job:34117 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/pages-action#171. is_human:1 issue:171 label:bug where:github who:526301
2024-12-04T05:52:36Z pull-was-opened 798641472 _job:34117 branch:benchmark-results-12153833986 details:The pull request yegor256/factbase#139 has been opened by @github-actions[bot]. event_id:44448774900 event_type:PullRequestEvent is_human:0 issue:139 where:github who:41898282
2024-12-04T07:56:49Z pull-was-closed 798641472 _job:34117 branch:benchmark-results-12153833986 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#139 has been closed by @yegor256, with 269 HoC and 0 comments. event_id:44451890354 event_type:PullRequestEvent failed_builds:0 hoc:269 is_human:1 issue:139 succeeded_builds:0 where:github who:526301
2024-12-12T16:44:05Z pull-was-opened 798641472 _job:34117 branch:renovate/rubocop-1.x details:The pull request yegor256/factbase#146 has been opened by @renovate[bot]. event_id:44735648835 event_type:PullRequestEvent is_human:0 issue:146 where:github who:29139614
2024-12-12T13:42:40Z pull-was-opened 798641472 _job:34117 branch:benchmark-results details:The pull request yegor256/factbase#145 has been opened by @github-actions[bot]. event_id:44728696454 event_type:PullRequestEvent is_human:0 issue:145 where:github who:41898282
2024-12-12T13:39:01Z pull-was-opened 798641472 _job:34117 branch:renovate/rubocop-rspec-3.x details:The pull request yegor256/factbase#144 has been opened by @renovate[bot]. event_id:44728560200 event_type:PullRequestEvent is_human:0 issue:144 where:github who:29139614
2024-12-12T22:39:48Z pull-was-opened 820463873 _job:34117 branch:renovate/graphql-client-0.x-lockfile details:The pull request zerocracy/fbe#126 has been opened by @renovate[bot]. event_id:44745539651 event_type:PullRequestEvent is_human:0 issue:126 where:github who:29139614
2024-12-18T11:29:38Z pull-was-closed 840215648 _job:34117 branch:renovate/rspec-rails-7.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#31 has been closed by @renovate[bot], with 6 HoC and 0 comments. event_id:44904316453 event_type:PullRequestEvent failed_builds:2 hoc:6 is_human:0 issue:31 succeeded_builds:6 where:github who:29139614
2024-12-18T11:29:36Z pull-was-closed 840215648 _job:34117 branch:renovate/minitest-5.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#33 has been closed by @renovate[bot], with 6 HoC and 0 comments. event_id:44904315763 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:33 succeeded_builds:6 where:github who:29139614
2024-12-18T11:29:13Z pull-was-closed 840215648 _job:34117 branch:renovate/rubocop-rspec-3.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#29 has been closed by @renovate[bot], with 6 HoC and 3 comments. event_id:44904303337 event_type:PullRequestEvent failed_builds:2 hoc:6 is_human:0 issue:29 succeeded_builds:6 where:github who:29139614
2024-12-18T11:28:14Z pull-was-closed 840215648 _job:34117 branch:renovate/rubocop-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#28 has been closed by @renovate[bot], with 18 HoC and 3 comments. event_id:44904272631 event_type:PullRequestEvent failed_builds:2 hoc:18 is_human:0 issue:28 succeeded_builds:6 where:github who:29139614
2024-12-18T11:24:08Z pull-was-closed 820463873 _job:34117 branch:renovate/rubocop-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#118 has been closed by @renovate[bot], with 12 HoC and 0 comments. event_id:44904138804 event_type:PullRequestEvent failed_builds:2 hoc:12 is_human:0 issue:118 succeeded_builds:6 where:github who:29139614
2024-12-18T11:23:08Z pull-was-closed 820463873 _job:34117 branch:renovate/graphql-client-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#126 has been closed by @renovate[bot], with 8 HoC and 0 comments. event_id:44904106253 event_type:PullRequestEvent failed_builds:0 hoc:8 is_human:0 issue:126 succeeded_builds:6 where:github who:29139614
2024-12-19T12:58:51Z issue-was-closed 820463873 _job:34117 details:The issue zerocracy/fbe#128 has been closed by @yegor256. event_id:44945767500 event_type:IssuesEvent is_human:1 issue:128 where:github who:526301
2024-12-19T12:49:24Z issue-was-opened 820463873 _job:34117 details:The issue zerocracy/fbe#128 has been opened by @yegor256. event_id:44945442331 event_type:IssuesEvent is_human:1 issue:128 where:github who:526301
2024-12-29T08:02:06Z pull-was-opened 840215648 _job:34117 branch:renovate/random-port-0.x-lockfile details:The pull request zerocracy/baza.rb#34 has been opened by @renovate[bot]. event_id:45137961397 event_type:PullRequestEvent is_human:0 issue:34 where:github who:29139614
2024-12-28T07:28:51Z pull-was-opened 849726475 _job:34117 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#40 has been opened by @renovate[bot]. event_id:45127115755 event_type:PullRequestEvent is_human:0 issue:40 where:github who:29139614
2024-12-29T08:09:44Z pull-was-opened 799113787 _job:34117 branch:renovate/random-port-0.x-lockfile details:The pull request yegor256/judges#159 has been opened by @renovate[bot]. event_id:45138020718 event_type:PullRequestEvent is_human:0 issue:159 where:github who:29139614
2024-12-28T06:30:24Z issue-was-closed 799113787 _job:34117 details:The issue yegor256/judges#158 has been closed by @yegor256. event_id:45126671007 event_type:IssuesEvent is_human:1 issue:158 where:github who:526301
2024-12-28T06:52:20Z pull-was-opened 802720676 _job:34117 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#189 has been opened by @renovate[bot]. event_id:45126836831 event_type:PullRequestEvent is_human:0 issue:189 where:github who:29139614
2024-12-26T18:46:10Z pull-was-opened 802720676 _job:34117 branch:renovate/ruby-3.x details:The pull request zerocracy/pages-action#187 has been opened by @renovate[bot]. event_id:45100023853 event_type:PullRequestEvent is_human:0 issue:187 where:github who:29139614
2024-12-28T05:57:50Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#158 has been opened by @yegor256. event_id:45126391917 event_type:IssuesEvent is_human:1 issue:158 where:github who:526301
2024-12-26T13:18:40Z pull-was-opened 802720676 _job:34117 branch:renovate/qbash-0.x details:The pull request zerocracy/pages-action#186 has been opened by @renovate[bot]. event_id:45094854152 event_type:PullRequestEvent is_human:0 issue:186 where:github who:29139614
2024-12-24T07:45:24Z pull-was-opened 849726475 _job:34117 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#39 has been opened by @renovate[bot]. event_id:45055124778 event_type:PullRequestEvent is_human:0 issue:39 where:github who:29139614
2025-01-03T13:15:52Z pull-was-opened 849726475 _job:34117 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#41 has been opened by @renovate[bot]. event_id:45237317603 event_type:PullRequestEvent is_human:0 issue:41 where:github who:29139614
2024-12-28T05:57:48Z label-was-attached 799113787 _job:34117 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#158. is_human:1 issue:158 label:enhancement where:github who:526301
2025-01-03T09:43:45Z issue-was-closed 799113787 _job:34117 details:The issue yegor256/judges#160 has been closed by @yegor256. event_id:45232382857 event_type:IssuesEvent is_human:1 issue:160 where:github who:526301
2025-01-03T09:27:24Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#160 has been opened by @yegor256. event_id:45232002045 event_type:IssuesEvent is_human:1 issue:160 where:github who:526301
2025-01-03T09:27:22Z label-was-attached 799113787 _job:34117 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#160. is_human:1 issue:160 label:enhancement where:github who:526301
2025-01-03T09:54:44Z pull-was-opened 802720676 _job:34117 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#190 has been opened by @renovate[bot]. event_id:45232641696 event_type:PullRequestEvent is_human:0 issue:190 where:github who:29139614
2025-01-03T14:06:28Z pull-was-opened 799177290 _job:34117 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#448 has been opened by @renovate[bot]. event_id:45238539835 event_type:PullRequestEvent is_human:0 issue:448 where:github who:29139614
2025-01-04T09:39:57Z pull-was-opened 820463873 _job:34117 branch:renovate/rubocop-performance-1.x details:The pull request zerocracy/fbe#133 has been opened by @renovate[bot]. event_id:45255780906 event_type:PullRequestEvent is_human:0 issue:133 where:github who:29139614
2025-01-04T10:44:50Z pull-was-opened 799113787 _job:34117 branch:renovate/rubocop-performance-1.x details:The pull request yegor256/judges#161 has been opened by @renovate[bot]. event_id:45256400413 event_type:PullRequestEvent is_human:0 issue:161 where:github who:29139614
2025-01-04T10:58:39Z pull-was-opened 798641472 _job:34117 branch:renovate/rubocop-performance-1.x details:The pull request yegor256/factbase#147 has been opened by @renovate[bot]. event_id:45256511009 event_type:PullRequestEvent is_human:0 issue:147 where:github who:29139614
2025-01-07T23:20:01Z pull-was-opened 840215648 _job:34117 branch:renovate/rubocop-performance-1.x details:The pull request zerocracy/baza.rb#35 has been opened by @renovate[bot]. event_id:45347003507 event_type:PullRequestEvent is_human:0 issue:35 where:github who:29139614
2025-01-08T14:00:16Z pull-was-opened 802720676 _job:34117 branch:renovate/qbash-0.x details:The pull request zerocracy/pages-action#191 has been opened by @renovate[bot]. event_id:45368912421 event_type:PullRequestEvent is_human:0 issue:191 where:github who:29139614
2025-01-09T07:47:41Z issue-was-closed 802720676 _job:34117 details:The issue zerocracy/pages-action#171 has been closed by @yegor256. event_id:45394274350 event_type:IssuesEvent is_human:1 issue:171 where:github who:526301
2025-01-10T08:15:32Z pull-was-opened 799177290 _job:34117 branch:renovate/rubocop-1.x details:The pull request zerocracy/judges-action#449 has been opened by @renovate[bot]. event_id:45432489889 event_type:PullRequestEvent is_human:0 issue:449 where:github who:29139614
2025-01-10T10:29:33Z pull-was-opened 820463873 _job:34117 branch:renovate/rubocop-1.x details:The pull request zerocracy/fbe#134 has been opened by @renovate[bot]. event_id:45436811908 event_type:PullRequestEvent is_human:0 issue:134 where:github who:29139614
2025-01-10T11:19:55Z pull-was-opened 849726475 _job:34117 branch:renovate/rubocop-1.x details:The pull request zerocracy/swarm-template#42 has been opened by @renovate[bot]. event_id:45438421227 event_type:PullRequestEvent is_human:0 issue:42 where:github who:29139614
2025-01-10T09:49:35Z pull-was-opened 840215648 _job:34117 branch:renovate/rubocop-1.x details:The pull request zerocracy/baza.rb#36 has been opened by @renovate[bot]. event_id:45435453900 event_type:PullRequestEvent is_human:0 issue:36 where:github who:29139614
2025-01-10T12:17:28Z pull-was-opened 799113787 _job:34117 branch:renovate/rubocop-1.x details:The pull request yegor256/judges#162 has been opened by @renovate[bot]. event_id:45440144843 event_type:PullRequestEvent is_human:0 issue:162 where:github who:29139614
2025-01-10T09:54:41Z pull-was-opened 802720676 _job:34117 branch:renovate/rubocop-1.x details:The pull request zerocracy/pages-action#192 has been opened by @renovate[bot]. event_id:45435624974 event_type:PullRequestEvent is_human:0 issue:192 where:github who:29139614
2025-01-12T14:40:05Z pull-was-opened 799113787 _job:34117 branch:renovate/cucumber-9.x details:The pull request yegor256/judges#163 has been opened by @renovate[bot]. event_id:45481282139 event_type:PullRequestEvent is_human:0 issue:163 where:github who:29139614
2025-01-20T15:04:23Z pull-was-opened 799113787 _job:34117 branch:renovate/rubocop-rspec-3.x details:The pull request yegor256/judges#164 has been opened by @renovate[bot]. event_id:45730728755 event_type:PullRequestEvent is_human:0 issue:164 where:github who:29139614
2025-01-20T17:14:30Z pull-was-opened 840215648 _job:34117 branch:renovate/rubocop-rspec-3.x details:The pull request zerocracy/baza.rb#37 has been opened by @renovate[bot]. event_id:45735174276 event_type:PullRequestEvent is_human:0 issue:37 where:github who:29139614
2025-01-20T17:15:15Z pull-was-opened 820463873 _job:34117 branch:renovate/rubocop-rspec-3.x details:The pull request zerocracy/fbe#135 has been opened by @renovate[bot]. event_id:45735196218 event_type:PullRequestEvent is_human:0 issue:135 where:github who:29139614
2025-01-22T19:16:44Z pull-was-opened 799177290 _job:34117 branch:renovate/rubocop-1.x details:The pull request zerocracy/judges-action#450 has been opened by @renovate[bot]. event_id:45818128941 event_type:PullRequestEvent is_human:0 issue:450 where:github who:29139614
2025-01-22T19:08:22Z pull-was-opened 799113787 _job:34117 branch:renovate/rubocop-1.x details:The pull request yegor256/judges#165 has been opened by @renovate[bot]. event_id:45817880656 event_type:PullRequestEvent is_human:0 issue:165 where:github who:29139614
2025-01-22T22:02:16Z pull-was-opened 820463873 _job:34117 branch:renovate/rubocop-1.x details:The pull request zerocracy/fbe#136 has been opened by @renovate[bot]. event_id:45822684366 event_type:PullRequestEvent is_human:0 issue:136 where:github who:29139614
2025-01-22T21:13:33Z pull-was-opened 849726475 _job:34117 branch:renovate/rubocop-1.x details:The pull request zerocracy/swarm-template#43 has been opened by @renovate[bot]. event_id:45821426635 event_type:PullRequestEvent is_human:0 issue:43 where:github who:29139614
2025-01-27T12:05:23Z pull-was-opened 798641472 _job:34117 branch:benchmark-results details:The pull request yegor256/factbase#150 has been opened by @github-actions[bot]. event_id:45944732729 event_type:PullRequestEvent is_human:0 issue:150 where:github who:41898282
2025-01-27T12:03:45Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#149 has been opened by @yegor256. event_id:45944675444 event_type:IssuesEvent is_human:1 issue:149 where:github who:526301
2025-01-27T13:10:58Z pull-was-opened 798641472 _job:34117 branch:149 details:The pull request yegor256/factbase#151 has been opened by @yegor256. event_id:45947150536 event_type:PullRequestEvent is_human:1 issue:151 where:github who:526301
2025-01-27T10:52:58Z pull-was-opened 799113787 _job:34117 branch:renovate/random-port-0.x-lockfile details:The pull request yegor256/judges#166 has been opened by @renovate[bot]. event_id:45942251020 event_type:PullRequestEvent is_human:0 issue:166 where:github who:29139614
2025-01-27T19:15:36Z pull-was-opened 798641472 _job:34117 branch:benchmark-results details:The pull request yegor256/factbase#153 has been opened by @github-actions[bot]. event_id:45960831167 event_type:PullRequestEvent is_human:0 issue:153 where:github who:41898282
2025-01-27T19:57:20Z issue-was-opened 820463873 _job:34117 details:The issue zerocracy/fbe#137 has been opened by @yegor256. event_id:45962077943 event_type:IssuesEvent is_human:1 issue:137 where:github who:526301
2025-01-27T18:09:30Z pull-was-opened 840215648 _job:34117 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/baza.rb#38 has been opened by @renovate[bot]. event_id:45958717374 event_type:PullRequestEvent is_human:0 issue:38 where:github who:29139614
2025-01-27T12:03:42Z label-was-attached 798641472 _job:34117 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/factbase#149. is_human:1 issue:149 label:enhancement where:github who:526301
2025-01-27T20:40:00Z pull-was-opened 849726475 _job:34117 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#44 has been opened by @renovate[bot]. event_id:45963327120 event_type:PullRequestEvent is_human:0 issue:44 where:github who:29139614
2025-01-27T19:57:48Z issue-was-closed 799113787 _job:34117 details:The issue yegor256/judges#167 has been closed by @yegor256. event_id:45962091496 event_type:IssuesEvent is_human:1 issue:167 where:github who:526301
2025-01-27T19:15:28Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#167 has been opened by @yegor256. event_id:45960827211 event_type:IssuesEvent is_human:1 issue:167 where:github who:526301
2025-01-27T20:14:14Z pull-was-opened 799177290 _job:34117 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/judges-action#452 has been opened by @renovate[bot]. event_id:45962576399 event_type:PullRequestEvent is_human:0 issue:452 where:github who:29139614
2025-01-27T16:37:57Z pull-was-closed 798641472 _job:34117 branch:renovate/rubocop-rspec-3.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#144 has been closed by @renovate[bot], with 6 HoC and 0 comments. event_id:45955452071 event_type:PullRequestEvent failed_builds:3 hoc:6 is_human:0 issue:144 succeeded_builds:6 where:github who:29139614
2025-01-27T16:32:58Z pull-was-opened 798641472 _job:34117 branch:benchmark-results details:The pull request yegor256/factbase#152 has been opened by @github-actions[bot]. event_id:45955262432 event_type:PullRequestEvent is_human:0 issue:152 where:github who:41898282
2025-01-27T21:01:05Z pull-was-opened 802720676 _job:34117 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#193 has been opened by @renovate[bot]. event_id:45963928038 event_type:PullRequestEvent is_human:0 issue:193 where:github who:29139614
2025-01-28T08:14:57Z pull-was-opened 799177290 _job:34117 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#457 has been opened by @renovate[bot]. event_id:45977356030 event_type:PullRequestEvent is_human:0 issue:457 where:github who:29139614
2025-01-28T08:14:52Z pull-was-opened 799177290 _job:34117 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/judges-action#456 has been opened by @renovate[bot]. event_id:45977353484 event_type:PullRequestEvent is_human:0 issue:456 where:github who:29139614
2025-01-28T06:17:54Z pull-was-opened 799177290 _job:34117 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/judges-action#455 has been opened by @renovate[bot]. event_id:45974568349 event_type:PullRequestEvent is_human:0 issue:455 where:github who:29139614
2025-01-28T09:12:58Z pull-was-opened 849726475 _job:34117 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#45 has been opened by @renovate[bot]. event_id:45979198229 event_type:PullRequestEvent is_human:0 issue:45 where:github who:29139614
2025-01-28T09:20:13Z issue-was-closed 802720676 _job:34117 details:The issue zerocracy/pages-action#194 has been closed by @yegor256. event_id:45979453021 event_type:IssuesEvent is_human:1 issue:194 where:github who:526301
2025-01-28T08:57:15Z pull-was-opened 802720676 _job:34117 branch:version-up details:The pull request zerocracy/pages-action#195 has been opened by @github-actions[bot]. event_id:45978658315 event_type:PullRequestEvent is_human:0 issue:195 where:github who:41898282
2025-01-28T08:47:09Z pull-was-closed 802720676 _job:34117 branch:renovate/rubocop-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#192 has been closed by @renovate[bot], with 6 HoC and 0 comments. event_id:45978324694 event_type:PullRequestEvent failed_builds:1 hoc:6 is_human:0 issue:192 succeeded_builds:10 where:github who:29139614
2025-01-28T10:14:07Z pull-was-opened 799177290 _job:34117 branch:renovate/zerocracy-pages-action-0.x details:The pull request zerocracy/judges-action#459 has been opened by @renovate[bot]. event_id:45981402987 event_type:PullRequestEvent is_human:0 issue:459 where:github who:29139614
2025-01-28T07:47:20Z issue-was-closed 798641472 _job:34117 details:The issue yegor256/factbase#155 has been closed by @yegor256. event_id:45976614219 event_type:IssuesEvent is_human:1 issue:155 where:github who:526301
2025-01-28T08:45:44Z pull-was-closed 802720676 _job:34117 branch:renovate/judges-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#193 has been closed by @renovate[bot], with 32 HoC and 0 comments. event_id:45978278497 event_type:PullRequestEvent failed_builds:2 hoc:32 is_human:0 issue:193 succeeded_builds:9 where:github who:29139614
2025-01-28T08:36:39Z issue-was-opened 802720676 _job:34117 details:The issue zerocracy/pages-action#194 has been opened by @yegor256. event_id:45977994451 event_type:IssuesEvent is_human:1 issue:194 where:github who:526301
2025-01-28T08:51:50Z issue-was-closed 820463873 _job:34117 details:The issue zerocracy/fbe#137 has been closed by @yegor256. event_id:45978478269 event_type:IssuesEvent is_human:1 issue:137 where:github who:526301
2025-01-29T21:16:51Z pull-was-closed 840215648 _job:34117 branch:renovate/random-port-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#34 has been closed by @renovate[bot], with 5 HoC and 0 comments. event_id:46044975661 event_type:PullRequestEvent failed_builds:2 hoc:5 is_human:0 issue:34 succeeded_builds:6 where:github who:29139614
2025-01-29T21:16:49Z pull-was-closed 840215648 _job:34117 branch:renovate/factbase-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#38 has been closed by @renovate[bot], with 10 HoC and 3 comments. event_id:46044975109 event_type:PullRequestEvent failed_builds:2 hoc:10 is_human:0 issue:38 succeeded_builds:6 where:github who:29139614
2025-01-31T14:04:15Z pull-was-opened 820463873 _job:34117 branch:renovate/rubocop-1.x details:The pull request zerocracy/fbe#138 has been opened by @renovate[bot]. event_id:46108213261 event_type:PullRequestEvent is_human:0 issue:138 where:github who:29139614
2025-02-04T16:49:16Z pull-was-opened 802720676 _job:34117 branch:renovate/qbash-0.x details:The pull request zerocracy/pages-action#196 has been opened by @renovate[bot]. event_id:46222466240 event_type:PullRequestEvent is_human:0 issue:196 where:github who:29139614
2025-02-16T03:31:23Z pull-was-opened 799113787 _job:34117 branch:renovate/rubocop-performance-1.x details:The pull request yegor256/judges#172 has been opened by @renovate[bot]. event_id:46614386432 event_type:PullRequestEvent is_human:0 issue:172 where:github who:29139614
2025-02-16T03:31:16Z pull-was-opened 799113787 _job:34117 branch:renovate/rubocop-minitest-0.x details:The pull request yegor256/judges#171 has been opened by @renovate[bot]. event_id:46614385356 event_type:PullRequestEvent is_human:0 issue:171 where:github who:29139614
2025-02-06T15:42:05Z pull-was-opened 799113787 _job:34117 branch:renovate/rspec-rails-7.x details:The pull request yegor256/judges#170 has been opened by @renovate[bot]. event_id:46304109832 event_type:PullRequestEvent is_human:0 issue:170 where:github who:29139614
2025-02-16T08:44:14Z pull-was-closed 799113787 _job:34117 branch:renovate/rubocop-performance-1.x comments:1 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#172 has been closed by @renovate[bot], with 2 HoC and 1 comments. event_id:46617006001 event_type:PullRequestEvent failed_builds:2 hoc:2 is_human:0 issue:172 succeeded_builds:6 where:github who:29139614
2025-02-16T08:44:12Z pull-was-closed 799113787 _job:34117 branch:renovate/rubocop-minitest-0.x comments:1 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#171 has been closed by @renovate[bot], with 2 HoC and 1 comments. event_id:46617005771 event_type:PullRequestEvent failed_builds:2 hoc:2 is_human:0 issue:171 succeeded_builds:6 where:github who:29139614
2025-02-15T17:35:18Z pull-was-opened 802720676 _job:34117 branch:renovate/rubocop-minitest-0.x details:The pull request zerocracy/pages-action#198 has been opened by @renovate[bot]. event_id:46609100838 event_type:PullRequestEvent is_human:0 issue:198 where:github who:29139614
2025-02-16T07:30:47Z pull-was-opened 820463873 _job:34117 branch:renovate/rubocop-minitest-0.x details:The pull request zerocracy/fbe#141 has been opened by @renovate[bot]. event_id:46616317615 event_type:PullRequestEvent is_human:0 issue:141 where:github who:29139614
2025-02-16T08:43:24Z pull-was-closed 798641472 _job:34117 branch:renovate/rubocop-performance-1.x comments:1 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#159 has been closed by @renovate[bot], with 2 HoC and 1 comments. event_id:46616998025 event_type:PullRequestEvent failed_builds:4 hoc:2 is_human:0 issue:159 succeeded_builds:5 where:github who:29139614
2025-02-16T08:43:23Z pull-was-closed 798641472 _job:34117 branch:renovate/rubocop-minitest-0.x comments:1 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#158 has been closed by @renovate[bot], with 2 HoC and 1 comments. event_id:46616997802 event_type:PullRequestEvent failed_builds:4 hoc:2 is_human:0 issue:158 succeeded_builds:5 where:github who:29139614
2025-02-16T04:33:03Z pull-was-opened 798641472 _job:34117 branch:renovate/rubocop-rake-0.x-lockfile details:The pull request yegor256/factbase#160 has been opened by @renovate[bot]. event_id:46614857300 event_type:PullRequestEvent is_human:0 issue:160 where:github who:29139614
2025-02-16T03:36:48Z pull-was-opened 798641472 _job:34117 branch:renovate/rubocop-performance-1.x details:The pull request yegor256/factbase#159 has been opened by @renovate[bot]. event_id:46614430103 event_type:PullRequestEvent is_human:0 issue:159 where:github who:29139614
2025-02-16T03:36:40Z pull-was-opened 798641472 _job:34117 branch:renovate/rubocop-minitest-0.x details:The pull request yegor256/factbase#158 has been opened by @renovate[bot]. event_id:46614428958 event_type:PullRequestEvent is_human:0 issue:158 where:github who:29139614
2025-02-16T11:49:48Z pull-was-opened 802720676 _job:34117 branch:renovate/rubocop-performance-1.x details:The pull request zerocracy/pages-action#199 has been opened by @renovate[bot]. event_id:46618914909 event_type:PullRequestEvent is_human:0 issue:199 where:github who:29139614
2025-02-16T18:09:18Z pull-was-opened 820463873 _job:34117 branch:renovate/rubocop-rspec-3.x details:The pull request zerocracy/fbe#142 has been opened by @renovate[bot]. event_id:46623390607 event_type:PullRequestEvent is_human:0 issue:142 where:github who:29139614
2025-02-06T14:24:06Z pull-was-opened 820463873 _job:34117 branch:renovate/rspec-rails-7.x details:The pull request zerocracy/fbe#140 has been opened by @renovate[bot]. event_id:46300750977 event_type:PullRequestEvent is_human:0 issue:140 where:github who:29139614
2025-02-15T21:41:44Z pull-was-opened 840215648 _job:34117 branch:renovate/rubocop-rake-0.x-lockfile details:The pull request zerocracy/baza.rb#42 has been opened by @renovate[bot]. event_id:46611509722 event_type:PullRequestEvent is_human:0 issue:42 where:github who:29139614
2025-02-15T17:48:41Z pull-was-opened 840215648 _job:34117 branch:renovate/rubocop-minitest-0.x-lockfile details:The pull request zerocracy/baza.rb#41 has been opened by @renovate[bot]. event_id:46609240950 event_type:PullRequestEvent is_human:0 issue:41 where:github who:29139614
2025-02-16T17:32:32Z pull-was-opened 802720676 _job:34117 branch:renovate/rubocop-rspec-3.x details:The pull request zerocracy/pages-action#200 has been opened by @renovate[bot]. event_id:46622980239 event_type:PullRequestEvent is_human:0 issue:200 where:github who:29139614
2025-02-17T23:47:27Z pull-was-opened 849726475 _job:34117 branch:renovate/rubocop-rake-0.x-lockfile details:The pull request zerocracy/swarm-template#49 has been opened by @renovate[bot]. event_id:46666758152 event_type:PullRequestEvent is_human:0 issue:49 where:github who:29139614
2025-02-19T15:14:02Z pull-was-opened 799177290 _job:34117 branch:renovate/jamesives-github-pages-deploy-action-4.x details:The pull request zerocracy/judges-action#462 has been opened by @renovate[bot]. event_id:46737883798 event_type:PullRequestEvent is_human:0 issue:462 where:github who:29139614
2025-02-21T16:04:56Z pull-was-opened 798641472 _job:34117 branch:benchmark-results details:The pull request yegor256/factbase#164 has been opened by @github-actions[bot]. event_id:46825791860 event_type:PullRequestEvent is_human:0 issue:164 where:github who:41898282
2025-02-21T16:03:54Z issue-was-closed 798641472 _job:34117 details:The issue yegor256/factbase#161 has been closed by @yegor256. event_id:46825753718 event_type:IssuesEvent is_human:1 issue:161 where:github who:526301
2025-02-21T18:03:42Z pull-was-opened 798641472 _job:34117 branch:benchmark-results details:The pull request yegor256/factbase#165 has been opened by @github-actions[bot]. event_id:46829707637 event_type:PullRequestEvent is_human:0 issue:165 where:github who:41898282
2025-02-24T11:49:24Z pull-was-closed 799113787 _job:34117 branch:renovate/webmock-3.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#169 has been closed by @renovate[bot], with 6 HoC and 0 comments. event_id:46886586029 event_type:PullRequestEvent failed_builds:2 hoc:6 is_human:0 issue:169 succeeded_builds:6 where:github who:29139614
2025-02-24T11:49:23Z pull-was-closed 799113787 _job:34117 branch:renovate/rubocop-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#168 has been closed by @renovate[bot], with 11 HoC and 0 comments. event_id:46886585181 event_type:PullRequestEvent failed_builds:2 hoc:11 is_human:0 issue:168 succeeded_builds:6 where:github who:29139614
2025-02-24T11:49:21Z pull-was-closed 799113787 _job:34117 branch:renovate/rspec-rails-7.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#170 has been closed by @renovate[bot], with 6 HoC and 0 comments. event_id:46886584201 event_type:PullRequestEvent failed_builds:2 hoc:6 is_human:0 issue:170 succeeded_builds:6 where:github who:29139614
2025-02-24T11:43:26Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#173 has been opened by @yegor256. event_id:46886372185 event_type:IssuesEvent is_human:1 issue:173 where:github who:526301
2025-02-24T13:02:30Z pull-was-opened 798641472 _job:34117 branch:benchmark-results details:The pull request yegor256/factbase#168 has been opened by @github-actions[bot]. event_id:46889421982 event_type:PullRequestEvent is_human:0 issue:168 where:github who:41898282
2025-02-24T15:56:22Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#174 has been opened by @yegor256. event_id:46897039717 event_type:IssuesEvent is_human:1 issue:174 where:github who:526301
2025-02-24T16:18:46Z issue-was-closed 798641472 _job:34117 details:The issue yegor256/factbase#174 has been closed by @yegor256. event_id:46897993537 event_type:IssuesEvent is_human:1 issue:174 where:github who:526301
2025-02-24T17:06:20Z issue-was-closed 802720676 _job:34117 details:The issue zerocracy/pages-action#201 has been closed by @yegor256. event_id:46899933224 event_type:IssuesEvent is_human:1 issue:201 where:github who:526301
2025-02-24T15:17:16Z issue-was-closed 799113787 _job:34117 details:The issue yegor256/judges#173 has been closed by @yegor256. event_id:46895305794 event_type:IssuesEvent is_human:1 issue:173 where:github who:526301
2025-02-24T18:52:26Z pull-was-opened 849726475 _job:34117 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#50 has been opened by @renovate[bot]. event_id:46903676924 event_type:PullRequestEvent is_human:0 issue:50 where:github who:29139614
2025-02-24T16:40:36Z pull-was-opened 802720676 _job:34117 branch:version-up details:The pull request zerocracy/pages-action#202 has been opened by @github-actions[bot]. event_id:46898892988 event_type:PullRequestEvent is_human:0 issue:202 where:github who:41898282
2025-02-24T19:53:37Z pull-was-opened 840215648 _job:34117 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/baza.rb#43 has been opened by @renovate[bot]. event_id:46905656068 event_type:PullRequestEvent is_human:0 issue:43 where:github who:29139614
2025-02-25T10:49:03Z issue-was-opened 802720676 _job:34117 details:The issue zerocracy/pages-action#203 has been opened by @yegor256. event_id:46930243670 event_type:IssuesEvent is_human:1 issue:203 where:github who:526301
2025-02-25T05:04:22Z pull-was-opened 798641472 _job:34117 branch:benchmark-results details:The pull request yegor256/factbase#175 has been opened by @github-actions[bot]. event_id:46918614831 event_type:PullRequestEvent is_human:0 issue:175 where:github who:41898282
2025-02-25T10:46:49Z issue-was-closed 799113787 _job:34117 details:The issue yegor256/judges#175 has been closed by @yegor256. event_id:46930155533 event_type:IssuesEvent is_human:1 issue:175 where:github who:526301
2025-02-25T07:26:55Z pull-was-closed 840215648 _job:34117 branch:renovate/factbase-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#43 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:46922410144 event_type:PullRequestEvent failed_builds:2 hoc:2 is_human:0 issue:43 succeeded_builds:7 where:github who:29139614
2025-02-25T12:50:30Z pull-was-opened 849726475 _job:34117 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#51 has been opened by @renovate[bot]. event_id:46934910276 event_type:PullRequestEvent is_human:0 issue:51 where:github who:29139614
2025-02-25T15:17:01Z pull-was-opened 799177290 _job:34117 branch:renovate/zerocracy-pages-action-0.x details:The pull request zerocracy/judges-action#469 has been opened by @renovate[bot]. event_id:46941396082 event_type:PullRequestEvent is_human:0 issue:469 where:github who:29139614
2025-02-25T15:13:28Z pull-was-opened 802720676 _job:34117 branch:version-up details:The pull request zerocracy/pages-action#204 has been opened by @github-actions[bot]. event_id:46941232971 event_type:PullRequestEvent is_human:0 issue:204 where:github who:41898282
2025-02-25T21:38:44Z pull-was-opened 820463873 _job:34117 branch:renovate/rubocop-rake-0.x-lockfile details:The pull request zerocracy/fbe#143 has been opened by @renovate[bot]. event_id:46955013913 event_type:PullRequestEvent is_human:0 issue:143 where:github who:29139614
2025-02-26T05:36:36Z pull-was-opened 802720676 _job:34117 branch:version-up details:The pull request zerocracy/pages-action#206 has been opened by @github-actions[bot]. event_id:46965049805 event_type:PullRequestEvent is_human:0 issue:206 where:github who:41898282
2025-02-25T10:49:00Z label-was-attached 802720676 _job:34117 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/pages-action#203. is_human:1 issue:203 label:bug where:github who:526301
2025-02-24T11:43:23Z label-was-attached 799113787 _job:34117 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#173. is_human:1 issue:173 label:enhancement where:github who:526301
2025-02-26T11:51:56Z pull-was-opened 849726475 _job:34117 branch:renovate/rubocop-1.x details:The pull request zerocracy/swarm-template#52 has been opened by @renovate[bot]. event_id:46977729346 event_type:PullRequestEvent is_human:0 issue:52 where:github who:29139614
2025-02-24T15:56:19Z label-was-attached 798641472 _job:34117 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/factbase#174. is_human:1 issue:174 label:enhancement where:github who:526301
2025-02-27T07:02:47Z pull-was-closed 849726475 _job:34117 branch:renovate/judges-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#51 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:47011723265 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:51 succeeded_builds:8 where:github who:29139614
2025-02-27T11:09:40Z pull-was-opened 802720676 _job:34117 branch:renovate/rubocop-1.x details:The pull request zerocracy/pages-action#207 has been opened by @renovate[bot]. event_id:47020760663 event_type:PullRequestEvent is_human:0 issue:207 where:github who:29139614
2025-02-27T12:55:48Z pull-was-opened 799113787 _job:34117 branch:renovate/rubocop-1.x details:The pull request yegor256/judges#176 has been opened by @renovate[bot]. event_id:47024753675 event_type:PullRequestEvent is_human:0 issue:176 where:github who:29139614
2025-02-27T13:51:44Z pull-was-opened 798641472 _job:34117 branch:renovate/rubocop-1.x details:The pull request yegor256/factbase#178 has been opened by @renovate[bot]. event_id:47027046320 event_type:PullRequestEvent is_human:0 issue:178 where:github who:29139614
2025-02-27T11:24:21Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#177 has been opened by @yegor256. event_id:47021291000 event_type:IssuesEvent is_human:1 issue:177 where:github who:526301
2025-03-01T09:13:56Z pull-was-opened 799177290 _job:34117 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#473 has been opened by @renovate[bot]. event_id:47092554520 event_type:PullRequestEvent is_human:0 issue:473 where:github who:29139614
2025-02-28T16:48:19Z issue-was-closed 798641472 _job:34117 details:The issue yegor256/factbase#177 has been closed by @yegor256. event_id:47075511877 event_type:IssuesEvent is_human:1 issue:177 where:github who:526301
2025-03-02T07:13:21Z pull-was-opened 799177290 _job:34117 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#475 has been opened by @renovate[bot]. event_id:47105627886 event_type:PullRequestEvent is_human:0 issue:475 where:github who:29139614
2025-03-02T09:57:52Z pull-was-opened 802720676 _job:34117 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#208 has been opened by @renovate[bot]. event_id:47107234512 event_type:PullRequestEvent is_human:0 issue:208 where:github who:29139614
2025-03-02T06:13:22Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#182 has been opened by @yegor256. event_id:47105104253 event_type:IssuesEvent is_human:1 issue:182 where:github who:526301
2025-03-02T04:55:21Z pull-was-opened 798641472 _job:34117 branch:benchmark-results details:The pull request yegor256/factbase#181 has been opened by @github-actions[bot]. event_id:47104436693 event_type:PullRequestEvent is_human:0 issue:181 where:github who:41898282
2025-02-27T11:24:20Z label-was-attached 798641472 _job:34117 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#177. is_human:1 issue:177 label:bug where:github who:526301
2025-03-02T06:13:20Z label-was-attached 798641472 _job:34117 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#182. is_human:1 issue:182 label:bug where:github who:526301
2025-03-02T10:10:49Z issue-was-closed 820463873 _job:34117 details:The issue zerocracy/fbe#145 has been closed by @yegor256. event_id:47107371489 event_type:IssuesEvent is_human:1 issue:145 where:github who:526301
2025-03-02T09:14:35Z pull-was-opened 849726475 _job:34117 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#53 has been opened by @renovate[bot]. event_id:47106790221 event_type:PullRequestEvent is_human:0 issue:53 where:github who:29139614
2025-03-02T06:10:34Z issue-was-opened 820463873 _job:34117 details:The issue zerocracy/fbe#145 has been opened by @yegor256. event_id:47105078409 event_type:IssuesEvent is_human:1 issue:145 where:github who:526301
2025-03-03T11:07:16Z pull-was-opened 802720676 _job:34117 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#209 has been opened by @renovate[bot]. event_id:47132882212 event_type:PullRequestEvent is_human:0 issue:209 where:github who:29139614
2025-03-03T15:40:28Z pull-was-closed 798641472 _job:34117 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#185 has been closed by @yegor256, with 51 HoC and 0 comments. event_id:47143605612 event_type:PullRequestEvent failed_builds:0 hoc:51 is_human:1 issue:185 succeeded_builds:0 where:github who:526301
2025-03-03T15:36:16Z pull-was-opened 798641472 _job:34117 branch:benchmark-results details:The pull request yegor256/factbase#185 has been opened by @github-actions[bot]. event_id:47143431996 event_type:PullRequestEvent is_human:0 issue:185 where:github who:41898282
2025-03-04T08:18:48Z pull-was-opened 799177290 _job:34117 branch:renovate/rubocop-1.x details:The pull request zerocracy/judges-action#481 has been opened by @renovate[bot]. event_id:47170262249 event_type:PullRequestEvent is_human:0 issue:481 where:github who:29139614
2025-03-04T04:25:16Z pull-was-opened 802720676 _job:34117 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#211 has been opened by @renovate[bot]. event_id:47164077092 event_type:PullRequestEvent is_human:0 issue:211 where:github who:29139614
2025-03-04T10:17:36Z pull-was-opened 799177290 _job:34117 branch:renovate/zerocracy-pages-action-0.x details:The pull request zerocracy/judges-action#482 has been opened by @renovate[bot]. event_id:47174985657 event_type:PullRequestEvent is_human:0 issue:482 where:github who:29139614
2025-03-04T09:43:19Z pull-was-opened 799113787 _job:34117 branch:renovate/rubocop-1.x details:The pull request yegor256/judges#180 has been opened by @renovate[bot]. event_id:47173567632 event_type:PullRequestEvent is_human:0 issue:180 where:github who:29139614
2025-03-04T04:01:51Z issue-was-closed 799113787 _job:34117 details:The issue yegor256/judges#179 has been closed by @yegor256. event_id:47163634799 event_type:IssuesEvent is_human:1 issue:179 where:github who:526301
2025-03-02T06:10:39Z label-was-attached 820463873 _job:34117 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/fbe#145. is_human:1 issue:145 label:enhancement where:github who:526301
2025-03-04T11:38:01Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#181 has been opened by @yegor256. event_id:47178095451 event_type:IssuesEvent is_human:1 issue:181 where:github who:526301
2025-03-04T12:32:44Z issue-was-closed 799113787 _job:34117 details:The issue yegor256/judges#181 has been closed by @yegor256. event_id:47180088877 event_type:IssuesEvent is_human:1 issue:181 where:github who:526301
2025-03-04T13:56:59Z issue-was-closed 799177290 _job:34117 details:The issue zerocracy/judges-action#485 has been closed by @yegor256. event_id:47183358455 event_type:IssuesEvent is_human:1 issue:485 where:github who:526301
2025-03-05T04:16:53Z pull-was-opened 798641472 _job:34117 branch:benchmark-results details:The pull request yegor256/factbase#189 has been opened by @github-actions[bot]. event_id:47207829531 event_type:PullRequestEvent is_human:0 issue:189 where:github who:41898282
2025-03-04T10:56:45Z pull-was-opened 820463873 _job:34117 branch:renovate/rubocop-1.x details:The pull request zerocracy/fbe#146 has been opened by @renovate[bot]. event_id:47176566717 event_type:PullRequestEvent is_human:0 issue:146 where:github who:29139614
2025-03-04T11:38:00Z label-was-attached 799113787 _job:34117 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#181. is_human:1 issue:181 label:bug where:github who:526301
2025-03-04T13:55:20Z pull-was-opened 799177290 _job:34117 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#487 has been opened by @renovate[bot]. event_id:47183291211 event_type:PullRequestEvent is_human:0 issue:487 where:github who:29139614
2025-03-05T19:43:36Z pull-was-opened 798641472 _job:34117 branch:192 details:The pull request yegor256/factbase#193 has been opened by @yegor256. event_id:47240904666 event_type:PullRequestEvent is_human:1 issue:193 where:github who:526301
2025-03-12T23:02:01Z pull-was-opened 849726475 _job:34117 branch:renovate/minitest-5.x details:The pull request zerocracy/swarm-template#54 has been opened by @renovate[bot]. event_id:47499570858 event_type:PullRequestEvent is_human:0 issue:54 where:github who:29139614
2025-03-10T14:14:14Z pull-was-closed 849726475 _job:34117 branch:renovate/fbe-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#53 has been closed by @renovate[bot], with 4 HoC and 0 comments. event_id:47387407769 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:53 succeeded_builds:18 where:github who:29139614
2025-02-17T22:50:23Z pull-was-opened 849726475 _job:34117 branch:renovate/rubocop-performance-1.x-lockfile details:The pull request zerocracy/swarm-template#48 has been opened by @renovate[bot]. event_id:46665822528 event_type:PullRequestEvent is_human:0 issue:48 where:github who:29139614
2025-02-17T22:50:15Z pull-was-opened 849726475 _job:34117 branch:renovate/rubocop-minitest-0.x-lockfile details:The pull request zerocracy/swarm-template#47 has been opened by @renovate[bot]. event_id:46665820410 event_type:PullRequestEvent is_human:0 issue:47 where:github who:29139614
2025-03-17T18:46:07Z pull-was-opened 799177290 _job:34117 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/judges-action#499 has been opened by @renovate[bot]. event_id:47653175716 event_type:PullRequestEvent is_human:0 issue:499 where:github who:29139614
2025-03-17T08:53:07Z pull-was-opened 799177290 _job:34117 branch:version-up details:The pull request zerocracy/judges-action#498 has been opened by @github-actions[bot]. event_id:47627963926 event_type:PullRequestEvent is_human:0 issue:498 where:github who:41898282
2025-03-14T18:57:12Z pull-was-opened 799177290 _job:34117 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#497 has been opened by @renovate[bot]. event_id:47578566506 event_type:PullRequestEvent is_human:0 issue:497 where:github who:29139614
2025-03-14T14:19:06Z pull-was-opened 799177290 _job:34117 branch:renovate/zerocracy-pages-action-0.x details:The pull request zerocracy/judges-action#496 has been opened by @renovate[bot]. event_id:47568715063 event_type:PullRequestEvent is_human:0 issue:496 where:github who:29139614
2025-03-13T10:05:16Z pull-was-opened 799177290 _job:34117 branch:renovate/rubocop-1.x details:The pull request zerocracy/judges-action#495 has been opened by @renovate[bot]. event_id:47516239623 event_type:PullRequestEvent is_human:0 issue:495 where:github who:29139614
2025-03-13T10:04:58Z pull-was-opened 799177290 _job:34117 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#494 has been opened by @renovate[bot]. event_id:47516227556 event_type:PullRequestEvent is_human:0 issue:494 where:github who:29139614
2025-03-13T10:04:07Z issue-was-closed 799177290 _job:34117 details:The issue zerocracy/judges-action#492 has been closed by @yegor256. event_id:47516192157 event_type:IssuesEvent is_human:1 issue:492 where:github who:526301
2025-03-13T08:12:24Z pull-was-opened 799177290 _job:34117 branch:version-up details:The pull request zerocracy/judges-action#493 has been opened by @github-actions[bot]. event_id:47511777000 event_type:PullRequestEvent is_human:0 issue:493 where:github who:41898282
2025-03-13T07:56:37Z pull-was-closed 799177290 _job:34117 branch:renovate/webmock-3.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#488 has been closed by @renovate[bot], with 6 HoC and 0 comments. event_id:47511245730 event_type:PullRequestEvent failed_builds:2 hoc:6 is_human:0 issue:488 succeeded_builds:9 where:github who:29139614
2025-03-13T07:56:34Z pull-was-closed 799177290 _job:34117 branch:renovate/minitest-5.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#491 has been closed by @renovate[bot], with 6 HoC and 0 comments. event_id:47511244466 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:491 succeeded_builds:11 where:github who:29139614
2025-03-13T07:55:21Z pull-was-closed 799177290 _job:34117 branch:renovate/judges-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#490 has been closed by @renovate[bot], with 8 HoC and 0 comments. event_id:47511206109 event_type:PullRequestEvent failed_builds:2 hoc:8 is_human:0 issue:490 succeeded_builds:9 where:github who:29139614
2025-03-13T07:55:19Z pull-was-closed 799177290 _job:34117 branch:renovate/factbase-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#489 has been closed by @renovate[bot], with 4 HoC and 0 comments. event_id:47511205218 event_type:PullRequestEvent failed_builds:2 hoc:4 is_human:0 issue:489 succeeded_builds:9 where:github who:29139614
2025-03-13T07:53:12Z issue-was-opened 799177290 _job:34117 details:The issue zerocracy/judges-action#492 has been opened by @yegor256. event_id:47511137598 event_type:IssuesEvent is_human:1 issue:492 where:github who:526301
2025-03-12T22:40:03Z pull-was-opened 799177290 _job:34117 branch:renovate/minitest-5.x details:The pull request zerocracy/judges-action#491 has been opened by @renovate[bot]. event_id:47499115578 event_type:PullRequestEvent is_human:0 issue:491 where:github who:29139614
2025-03-12T19:20:55Z pull-was-opened 799177290 _job:34117 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/judges-action#490 has been opened by @renovate[bot]. event_id:47493366715 event_type:PullRequestEvent is_human:0 issue:490 where:github who:29139614
2025-03-08T13:19:17Z pull-was-opened 799177290 _job:34117 branch:renovate/webmock-3.x details:The pull request zerocracy/judges-action#488 has been opened by @renovate[bot]. event_id:47341128074 event_type:PullRequestEvent is_human:0 issue:488 where:github who:29139614
2025-03-04T13:12:28Z pull-was-opened 799177290 _job:34117 branch:version-up details:The pull request zerocracy/judges-action#486 has been opened by @github-actions[bot]. event_id:47181588050 event_type:PullRequestEvent is_human:0 issue:486 where:github who:41898282
2025-03-04T12:33:20Z issue-was-opened 799177290 _job:34117 details:The issue zerocracy/judges-action#485 has been opened by @yegor256. event_id:47180111243 event_type:IssuesEvent is_human:1 issue:485 where:github who:526301
2025-03-04T10:58:06Z pull-was-closed 799177290 _job:34117 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#484 has been closed by @github-actions[bot], with 0 HoC and 0 comments. event_id:47176619923 event_type:PullRequestEvent failed_builds:0 hoc:0 is_human:0 issue:484 succeeded_builds:0 where:github who:41898282
2025-03-04T10:57:50Z pull-was-opened 799177290 _job:34117 branch:version-up details:The pull request zerocracy/judges-action#484 has been opened by @github-actions[bot]. event_id:47176609185 event_type:PullRequestEvent is_human:0 issue:484 where:github who:41898282
2025-03-04T10:57:11Z pull-was-closed 799177290 _job:34117 branch:renovate/ruby-3.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#443 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:47176583318 event_type:PullRequestEvent failed_builds:1 hoc:2 is_human:0 issue:443 succeeded_builds:7 where:github who:29139614
2025-03-04T10:50:53Z pull-was-opened 799177290 _job:34117 branch:version-up details:The pull request zerocracy/judges-action#483 has been opened by @github-actions[bot]. event_id:47176335021 event_type:PullRequestEvent is_human:0 issue:483 where:github who:41898282
2025-03-04T06:08:48Z pull-was-closed 799177290 _job:34117 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#480 has been closed by @github-actions[bot], with 2 HoC and 0 comments. event_id:47166368622 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:480 succeeded_builds:0 where:github who:41898282
2025-03-04T06:08:18Z pull-was-opened 799177290 _job:34117 branch:version-up details:The pull request zerocracy/judges-action#480 has been opened by @github-actions[bot]. event_id:47166355739 event_type:PullRequestEvent is_human:0 issue:480 where:github who:41898282
2025-03-04T06:06:48Z issue-was-closed 799177290 _job:34117 details:The issue zerocracy/judges-action#477 has been closed by @yegor256. event_id:47166317750 event_type:IssuesEvent is_human:1 issue:477 where:github who:526301
2025-03-04T05:13:55Z pull-was-opened 799177290 _job:34117 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#479 has been opened by @renovate[bot]. event_id:47165078723 event_type:PullRequestEvent is_human:0 issue:479 where:github who:29139614
2025-03-04T04:39:42Z pull-was-opened 799177290 _job:34117 branch:version-up details:The pull request zerocracy/judges-action#478 has been opened by @github-actions[bot]. event_id:47164354959 event_type:PullRequestEvent is_human:0 issue:478 where:github who:41898282
2025-03-04T04:20:50Z pull-was-closed 799177290 _job:34117 branch:renovate/judges-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#465 has been closed by @renovate[bot], with 22 HoC and 0 comments. event_id:47163995735 event_type:PullRequestEvent failed_builds:1 hoc:22 is_human:0 issue:465 succeeded_builds:10 where:github who:29139614
2025-03-04T04:20:48Z pull-was-closed 799177290 _job:34117 branch:renovate/factbase-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#476 has been closed by @renovate[bot], with 12 HoC and 0 comments. event_id:47163995142 event_type:PullRequestEvent failed_builds:2 hoc:12 is_human:0 issue:476 succeeded_builds:9 where:github who:29139614
2025-03-04T03:35:49Z issue-was-opened 799177290 _job:34117 details:The issue zerocracy/judges-action#477 has been opened by @yegor256. event_id:47163148988 event_type:IssuesEvent is_human:1 issue:477 where:github who:526301
2025-03-03T16:15:16Z pull-was-opened 799177290 _job:34117 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/judges-action#476 has been opened by @renovate[bot]. event_id:47145036206 event_type:PullRequestEvent is_human:0 issue:476 where:github who:29139614
2025-03-19T16:12:06Z who-has-name _job:34117 is_human:1 name:yegor256 where:github who:526301
2025-03-19T16:12:06Z who-has-name _job:34117 is_human:0 name:renovate[bot] where:github who:29139614
2025-03-19T16:12:07Z who-has-name _job:34117 is_human:0 name:github-actions[bot] where:github who:41898282
2025-03-01T23:18:09Z pull-was-closed 799177290 _job:34117 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#474 has been closed by @github-actions[bot], with 2 HoC and 0 comments. event_id:47101688129 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:474 succeeded_builds:0 where:github who:41898282
2025-03-01T23:17:37Z pull-was-opened 799177290 _job:34117 branch:version-up details:The pull request zerocracy/judges-action#474 has been opened by @github-actions[bot]. event_id:47101683522 event_type:PullRequestEvent is_human:0 issue:474 where:github who:41898282
2025-03-01T08:16:17Z pull-was-opened 799177290 _job:34117 branch:version-up details:The pull request zerocracy/judges-action#472 has been opened by @github-actions[bot]. event_id:47091925319 event_type:PullRequestEvent is_human:0 issue:472 where:github who:41898282
2025-03-18T12:49:05Z issue-was-closed 799113787 _job:34117 details:The issue yegor256/judges#187 has been closed by @yegor256. event_id:47684395533 event_type:IssuesEvent is_human:1 issue:187 where:github who:526301
2025-03-18T12:41:21Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#187 has been opened by @yegor256. event_id:47684062308 event_type:IssuesEvent is_human:1 issue:187 where:github who:526301
2025-03-17T17:50:47Z issue-was-closed 799113787 _job:34117 details:The issue yegor256/judges#186 has been closed by @yegor256. event_id:47651215910 event_type:IssuesEvent is_human:1 issue:186 where:github who:526301
2025-03-17T17:32:16Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#186 has been opened by @yegor256. event_id:47650525909 event_type:IssuesEvent is_human:1 issue:186 where:github who:526301
2025-03-17T08:51:35Z issue-was-closed 799113787 _job:34117 details:The issue yegor256/judges#183 has been closed by @yegor256. event_id:47627900421 event_type:IssuesEvent is_human:1 issue:183 where:github who:526301
2025-03-13T09:02:56Z pull-was-opened 799113787 _job:34117 branch:renovate/rubocop-1.x details:The pull request yegor256/judges#185 has been opened by @renovate[bot]. event_id:47513648162 event_type:PullRequestEvent is_human:0 issue:185 where:github who:29139614
2025-03-12T21:17:54Z pull-was-opened 799113787 _job:34117 branch:renovate/minitest-5.x details:The pull request yegor256/judges#184 has been opened by @renovate[bot]. event_id:47497066936 event_type:PullRequestEvent is_human:0 issue:184 where:github who:29139614
2025-03-08T13:10:24Z pull-was-opened 799113787 _job:34117 branch:renovate/webmock-3.x details:The pull request yegor256/judges#182 has been opened by @renovate[bot]. event_id:47341019944 event_type:PullRequestEvent is_human:0 issue:182 where:github who:29139614
2025-03-03T15:57:30Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#179 has been opened by @yegor256. event_id:47144317774 event_type:IssuesEvent is_human:1 issue:179 where:github who:526301
2025-03-03T13:58:22Z issue-was-closed 799113787 _job:34117 details:The issue yegor256/judges#178 has been closed by @yegor256. event_id:47139290052 event_type:IssuesEvent is_human:1 issue:178 where:github who:526301
2025-03-03T11:53:52Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#178 has been opened by @yegor256. event_id:47134567989 event_type:IssuesEvent is_human:1 issue:178 where:github who:526301
2025-03-03T11:23:07Z issue-was-closed 799113787 _job:34117 details:The issue yegor256/judges#177 has been closed by @yegor256. event_id:47133467971 event_type:IssuesEvent is_human:1 issue:177 where:github who:526301
2025-03-03T09:45:29Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#177 has been opened by @yegor256. event_id:47129607122 event_type:IssuesEvent is_human:1 issue:177 where:github who:526301
2025-02-25T10:24:38Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#175 has been opened by @yegor256. event_id:46929237499 event_type:IssuesEvent is_human:1 issue:175 where:github who:526301
2025-02-25T10:10:22Z issue-was-closed 799113787 _job:34117 details:The issue yegor256/judges#174 has been closed by @yegor256. event_id:46928647933 event_type:IssuesEvent is_human:1 issue:174 where:github who:526301
2025-02-25T09:35:36Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#174 has been opened by @yegor256. event_id:46927181172 event_type:IssuesEvent is_human:1 issue:174 where:github who:526301
2025-03-19T06:58:56Z issue-was-opened 802720676 _job:34117 details:The issue zerocracy/pages-action#228 has been opened by @yegor256. event_id:47717350006 event_type:IssuesEvent is_human:1 issue:228 where:github who:526301
2025-03-17T12:28:36Z pull-was-opened 802720676 _job:34117 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/pages-action#227 has been opened by @renovate[bot]. event_id:47636857040 event_type:PullRequestEvent is_human:0 issue:227 where:github who:29139614
2025-03-14T18:44:47Z pull-was-opened 802720676 _job:34117 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#226 has been opened by @renovate[bot]. event_id:47578209528 event_type:PullRequestEvent is_human:0 issue:226 where:github who:29139614
2025-03-14T14:02:25Z issue-was-closed 802720676 _job:34117 details:The issue zerocracy/pages-action#224 has been closed by @yegor256. event_id:47568050649 event_type:IssuesEvent is_human:1 issue:224 where:github who:526301
2025-03-14T13:50:46Z pull-was-opened 802720676 _job:34117 branch:version-up details:The pull request zerocracy/pages-action#225 has been opened by @github-actions[bot]. event_id:47567604171 event_type:PullRequestEvent is_human:0 issue:225 where:github who:41898282
2025-03-14T11:50:52Z issue-was-opened 802720676 _job:34117 details:The issue zerocracy/pages-action#224 has been opened by @yegor256. event_id:47563397104 event_type:IssuesEvent is_human:1 issue:224 where:github who:526301
2025-03-13T10:43:17Z pull-was-closed 802720676 _job:34117 branch:renovate/judges-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#219 has been closed by @renovate[bot], with 6 HoC and 0 comments. event_id:47517807655 event_type:PullRequestEvent failed_builds:1 hoc:6 is_human:0 issue:219 succeeded_builds:11 where:github who:29139614
2025-03-13T10:40:01Z pull-was-opened 802720676 _job:34117 branch:renovate/rubocop-1.x details:The pull request zerocracy/pages-action#223 has been opened by @renovate[bot]. event_id:47517677504 event_type:PullRequestEvent is_human:0 issue:223 where:github who:29139614
2025-03-13T07:18:12Z pull-was-opened 802720676 _job:34117 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#222 has been opened by @renovate[bot]. event_id:47510067267 event_type:PullRequestEvent is_human:0 issue:222 where:github who:29139614
2025-03-13T01:57:16Z pull-was-opened 802720676 _job:34117 branch:renovate/rubocop-1.x details:The pull request zerocracy/pages-action#221 has been opened by @renovate[bot]. event_id:47503061211 event_type:PullRequestEvent is_human:0 issue:221 where:github who:29139614
2025-03-12T20:33:59Z pull-was-opened 802720676 _job:34117 branch:renovate/minitest-5.x details:The pull request zerocracy/pages-action#220 has been opened by @renovate[bot]. event_id:47495743753 event_type:PullRequestEvent is_human:0 issue:220 where:github who:29139614
2025-03-12T20:33:50Z pull-was-opened 802720676 _job:34117 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#219 has been opened by @renovate[bot]. event_id:47495739257 event_type:PullRequestEvent is_human:0 issue:219 where:github who:29139614
2025-03-10T15:14:33Z pull-was-closed 802720676 _job:34117 branch:renovate/judges-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#211 has been closed by @renovate[bot], with 6 HoC and 0 comments. event_id:47390273953 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:211 succeeded_builds:24 where:github who:29139614
2025-03-08T11:03:32Z pull-was-opened 802720676 _job:34117 branch:renovate/webmock-3.x details:The pull request zerocracy/pages-action#214 has been opened by @renovate[bot]. event_id:47339665429 event_type:PullRequestEvent is_human:0 issue:214 where:github who:29139614
2025-03-04T10:39:51Z issue-was-closed 802720676 _job:34117 details:The issue zerocracy/pages-action#210 has been closed by @yegor256. event_id:47175904908 event_type:IssuesEvent is_human:1 issue:210 where:github who:526301
2025-03-04T10:12:38Z pull-was-opened 802720676 _job:34117 branch:version-up details:The pull request zerocracy/pages-action#213 has been opened by @github-actions[bot]. event_id:47174781101 event_type:PullRequestEvent is_human:0 issue:213 where:github who:41898282
2025-03-04T10:03:04Z pull-was-closed 802720676 _job:34117 branch:renovate/ruby-3.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#187 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:47174386626 event_type:PullRequestEvent failed_builds:1 hoc:2 is_human:0 issue:187 succeeded_builds:10 where:github who:29139614
2025-03-04T10:03:02Z pull-was-opened 802720676 _job:34117 branch:renovate/rubocop-1.x details:The pull request zerocracy/pages-action#212 has been opened by @renovate[bot]. event_id:47174385346 event_type:PullRequestEvent is_human:0 issue:212 where:github who:29139614
2025-03-04T04:23:54Z issue-was-opened 802720676 _job:34117 details:The issue zerocracy/pages-action#210 has been opened by @yegor256. event_id:47164051759 event_type:IssuesEvent is_human:1 issue:210 where:github who:526301
2025-02-26T05:35:59Z issue-was-closed 802720676 _job:34117 details:The issue zerocracy/pages-action#203 has been closed by @yegor256. event_id:46965036775 event_type:IssuesEvent is_human:1 issue:203 where:github who:526301
2025-02-25T23:08:35Z pull-was-opened 802720676 _job:34117 branch:renovate/redcarpet-3.x-lockfile details:The pull request zerocracy/pages-action#205 has been opened by @renovate[bot]. event_id:46957308326 event_type:PullRequestEvent is_human:0 issue:205 where:github who:29139614
2025-02-24T16:28:58Z pull-was-closed 802720676 _job:34117 branch:renovate/qbash-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#196 has been closed by @renovate[bot], with 6 HoC and 0 comments. event_id:46898419901 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:196 succeeded_builds:0 where:github who:29139614
2025-02-24T16:28:31Z pull-was-closed 802720676 _job:34117 branch:renovate/webmock-3.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#197 has been closed by @renovate[bot], with 9 HoC and 0 comments. event_id:46898401474 event_type:PullRequestEvent failed_builds:4 hoc:9 is_human:0 issue:197 succeeded_builds:7 where:github who:29139614
2025-02-24T16:28:29Z pull-was-closed 802720676 _job:34117 branch:renovate/rubocop-rspec-3.x comments:1 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#200 has been closed by @renovate[bot], with 2 HoC and 1 comments. event_id:46898400167 event_type:PullRequestEvent failed_builds:4 hoc:2 is_human:0 issue:200 succeeded_builds:7 where:github who:29139614
2025-02-24T16:28:27Z pull-was-closed 802720676 _job:34117 branch:renovate/rubocop-performance-1.x comments:1 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#199 has been closed by @renovate[bot], with 2 HoC and 1 comments. event_id:46898399151 event_type:PullRequestEvent failed_builds:4 hoc:2 is_human:0 issue:199 succeeded_builds:7 where:github who:29139614
2025-02-24T16:28:26Z pull-was-closed 802720676 _job:34117 branch:renovate/rubocop-minitest-0.x comments:1 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#198 has been closed by @renovate[bot], with 2 HoC and 1 comments. event_id:46898398071 event_type:PullRequestEvent failed_builds:4 hoc:2 is_human:0 issue:198 succeeded_builds:7 where:github who:29139614
2025-02-24T16:27:19Z issue-was-opened 802720676 _job:34117 details:The issue zerocracy/pages-action#201 has been opened by @yegor256. event_id:46898352479 event_type:IssuesEvent is_human:1 issue:201 where:github who:526301
2025-02-24T16:27:17Z label-was-attached 802720676 _job:34117 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/pages-action#201. is_human:1 issue:201 label:enhancement where:github who:526301
2025-03-14T11:50:51Z label-was-attached 802720676 _job:34117 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/pages-action#224. is_human:1 issue:224 label:enhancement where:github who:526301
2025-03-19T06:58:55Z label-was-attached 802720676 _job:34117 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/pages-action#228. is_human:1 issue:228 label:enhancement where:github who:526301
2025-03-19T17:20:51Z issue-was-opened 799113787 _job:34117 details:The issue yegor256/judges#188 has been opened by @yegor256. event_id:47743485916 event_type:IssuesEvent is_human:1 issue:188 where:github who:526301
2025-03-18T12:53:17Z issue-was-closed 820463873 _job:34117 details:The issue zerocracy/fbe#152 has been closed by @yegor256. event_id:47684577285 event_type:IssuesEvent is_human:1 issue:152 where:github who:526301
2025-02-25T09:35:33Z label-was-attached 799113787 _job:34117 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#174. is_human:1 issue:174 label:bug where:github who:526301
2025-02-25T10:24:35Z label-was-attached 799113787 _job:34117 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#175. is_human:1 issue:175 label:enhancement where:github who:526301
2025-03-03T09:45:28Z label-was-attached 799113787 _job:34117 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#177. is_human:1 issue:177 label:bug where:github who:526301
2025-03-03T11:53:50Z label-was-attached 799113787 _job:34117 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#178. is_human:1 issue:178 label:bug where:github who:526301
2025-03-03T15:57:28Z label-was-attached 799113787 _job:34117 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#179. is_human:1 issue:179 label:bug where:github who:526301
2025-03-17T17:32:14Z label-was-attached 799113787 _job:34117 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#186. is_human:1 issue:186 label:bug where:github who:526301
2025-03-18T12:42:37Z issue-was-opened 820463873 _job:34117 details:The issue zerocracy/fbe#152 has been opened by @yegor256. event_id:47684116983 event_type:IssuesEvent is_human:1 issue:152 where:github who:526301
2025-03-14T14:24:03Z issue-was-closed 820463873 _job:34117 details:The issue zerocracy/fbe#151 has been closed by @yegor256. event_id:47568917791 event_type:IssuesEvent is_human:1 issue:151 where:github who:526301
2025-03-14T14:08:26Z issue-was-opened 820463873 _job:34117 details:The issue zerocracy/fbe#151 has been opened by @yegor256. event_id:47568287044 event_type:IssuesEvent is_human:1 issue:151 where:github who:526301
2025-03-13T11:35:00Z pull-was-opened 820463873 _job:34117 branch:renovate/rubocop-1.x details:The pull request zerocracy/fbe#150 has been opened by @renovate[bot]. event_id:47519803188 event_type:PullRequestEvent is_human:0 issue:150 where:github who:29139614
2025-03-13T10:03:46Z issue-was-closed 820463873 _job:34117 details:The issue zerocracy/fbe#149 has been closed by @yegor256. event_id:47516177449 event_type:IssuesEvent is_human:1 issue:149 where:github who:526301
2025-03-13T07:27:24Z issue-was-closed 820463873 _job:34117 details:The issue zerocracy/fbe#148 has been closed by @yegor256. event_id:47510340857 event_type:IssuesEvent is_human:1 issue:148 where:github who:526301
2025-03-13T07:25:39Z issue-was-opened 820463873 _job:34117 details:The issue zerocracy/fbe#149 has been opened by @yegor256. event_id:47510289092 event_type:IssuesEvent is_human:1 issue:149 where:github who:526301
2025-03-13T07:09:18Z issue-was-opened 820463873 _job:34117 details:The issue zerocracy/fbe#148 has been opened by @yegor256. event_id:47509808138 event_type:IssuesEvent is_human:1 issue:148 where:github who:526301
2025-03-12T22:48:16Z pull-was-opened 820463873 _job:34117 branch:renovate/minitest-5.x details:The pull request zerocracy/fbe#147 has been opened by @renovate[bot]. event_id:47499281953 event_type:PullRequestEvent is_human:0 issue:147 where:github who:29139614
2025-03-02T06:10:29Z pull-was-closed 820463873 _job:34117 branch:renovate/rspec-rails-7.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#140 has been closed by @renovate[bot], with 6 HoC and 0 comments. event_id:47105077716 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:140 succeeded_builds:9 where:github who:29139614
2025-03-02T06:09:17Z pull-was-closed 820463873 _job:34117 branch:renovate/rubocop-rspec-3.x comments:1 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#142 has been closed by @renovate[bot], with 2 HoC and 1 comments. event_id:47105066427 event_type:PullRequestEvent failed_builds:2 hoc:2 is_human:0 issue:142 succeeded_builds:6 where:github who:29139614
2025-03-02T06:09:16Z pull-was-closed 820463873 _job:34117 branch:renovate/rubocop-performance-1.x comments:4 comments_appreciated:1 comments_by_author:1 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#133 has been closed by @renovate[bot], with 2 HoC and 4 comments. event_id:47105066287 event_type:PullRequestEvent failed_builds:2 hoc:2 is_human:0 issue:133 succeeded_builds:6 where:github who:29139614
2025-03-02T06:09:15Z pull-was-closed 820463873 _job:34117 branch:renovate/rubocop-minitest-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#141 has been closed by @renovate[bot], with 11 HoC and 0 comments. event_id:47105066139 event_type:PullRequestEvent failed_builds:0 hoc:11 is_human:0 issue:141 succeeded_builds:9 where:github who:29139614
2025-03-02T06:08:39Z pull-was-closed 820463873 _job:34117 branch:renovate/webmock-3.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#139 has been closed by @renovate[bot], with 9 HoC and 0 comments. event_id:47105061221 event_type:PullRequestEvent failed_builds:2 hoc:9 is_human:0 issue:139 succeeded_builds:6 where:github who:29139614
2025-03-02T06:08:38Z pull-was-closed 820463873 _job:34117 branch:renovate/rubocop-rake-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#144 has been closed by @renovate[bot], with 5 HoC and 0 comments. event_id:47105061046 event_type:PullRequestEvent failed_builds:0 hoc:5 is_human:0 issue:144 succeeded_builds:9 where:github who:29139614
2025-03-02T06:08:17Z pull-was-opened 820463873 _job:34117 branch:renovate/rubocop-rake-0.x-lockfile details:The pull request zerocracy/fbe#144 has been opened by @renovate[bot]. event_id:47105058067 event_type:PullRequestEvent is_human:0 issue:144 where:github who:29139614
2025-03-18T14:36:57Z pull-was-opened 798641472 _job:34117 branch:benchmark-results details:The pull request yegor256/factbase#208 has been opened by @github-actions[bot]. event_id:47689494636 event_type:PullRequestEvent is_human:0 issue:208 where:github who:41898282
2025-03-18T14:35:20Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#207 has been opened by @yegor256. event_id:47689416287 event_type:IssuesEvent is_human:1 issue:207 where:github who:526301
2025-03-18T12:56:46Z issue-was-closed 798641472 _job:34117 details:The issue yegor256/factbase#206 has been closed by @yegor256. event_id:47684728882 event_type:IssuesEvent is_human:1 issue:206 where:github who:526301
2025-03-18T12:50:04Z issue-was-closed 798641472 _job:34117 details:The issue yegor256/factbase#205 has been closed by @yegor256. event_id:47684439456 event_type:IssuesEvent is_human:1 issue:205 where:github who:526301
2025-03-18T12:44:34Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#206 has been opened by @yegor256. event_id:47684199663 event_type:IssuesEvent is_human:1 issue:206 where:github who:526301
2025-03-17T18:12:52Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#205 has been opened by @yegor256. event_id:47652012110 event_type:IssuesEvent is_human:1 issue:205 where:github who:526301
2025-03-17T09:11:50Z issue-was-closed 798641472 _job:34117 details:The issue yegor256/factbase#203 has been closed by @yegor256. event_id:47628728567 event_type:IssuesEvent is_human:1 issue:203 where:github who:526301
2025-03-17T09:02:03Z pull-was-opened 798641472 _job:34117 branch:benchmark-results details:The pull request yegor256/factbase#204 has been opened by @github-actions[bot]. event_id:47628329396 event_type:PullRequestEvent is_human:0 issue:204 where:github who:41898282
2025-03-17T08:53:59Z issue-was-opened 798641472 _job:34117 details:The issue yegor256/factbase#203 has been opened by @yegor256. event_id:47627997659 event_type:IssuesEvent is_human:1 issue:203 where:github who:526301
2025-03-14T08:50:33Z pull-was-opened 798641472 _job:34120 branch:201 details:The pull request yegor256/factbase#202 has been opened by @yegor256. event_id:47557459704 event_type:PullRequestEvent is_human:1 issue:202 where:github who:526301
2025-03-14T08:43:40Z issue-was-opened 798641472 _job:34120 details:The issue yegor256/factbase#201 has been opened by @yegor256. event_id:47557240673 event_type:IssuesEvent is_human:1 issue:201 where:github who:526301
2025-03-13T12:50:20Z pull-was-opened 798641472 _job:34120 branch:renovate/rubocop-1.x details:The pull request yegor256/factbase#200 has been opened by @renovate[bot]. event_id:47522846838 event_type:PullRequestEvent is_human:0 issue:200 where:github who:29139614
2025-03-12T20:50:01Z pull-was-opened 798641472 _job:34120 branch:benchmark-results details:The pull request yegor256/factbase#199 has been opened by @github-actions[bot]. event_id:47496227011 event_type:PullRequestEvent is_human:0 issue:199 where:github who:41898282
2025-03-12T20:49:16Z pull-was-opened 798641472 _job:34120 branch:renovate/minitest-5.x details:The pull request yegor256/factbase#198 has been opened by @renovate[bot]. event_id:47496204446 event_type:PullRequestEvent is_human:0 issue:198 where:github who:29139614
2025-03-05T18:33:09Z issue-was-opened 798641472 _job:34120 details:The issue yegor256/factbase#192 has been opened by @yegor256. event_id:47238578870 event_type:IssuesEvent is_human:1 issue:192 where:github who:526301
2025-03-05T18:32:50Z issue-was-closed 798641472 _job:34120 details:The issue yegor256/factbase#190 has been closed by @yegor256. event_id:47238567947 event_type:IssuesEvent is_human:1 issue:190 where:github who:526301
2025-03-05T18:20:29Z pull-was-opened 798641472 _job:34120 branch:190 details:The pull request yegor256/factbase#191 has been opened by @yegor256. event_id:47238140607 event_type:PullRequestEvent is_human:1 issue:191 where:github who:526301
2025-03-05T08:18:59Z issue-was-opened 798641472 _job:34120 details:The issue yegor256/factbase#190 has been opened by @yegor256. event_id:47214145288 event_type:IssuesEvent is_human:1 issue:190 where:github who:526301
2025-03-04T12:30:46Z pull-was-opened 798641472 _job:34120 branch:benchmark-results details:The pull request yegor256/factbase#188 has been opened by @github-actions[bot]. event_id:47180014688 event_type:PullRequestEvent is_human:0 issue:188 where:github who:41898282
2025-03-19T17:20:50Z label-was-attached 799113787 _job:34120 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#188. is_human:1 issue:188 label:enhancement where:github who:526301
2025-03-04T03:35:47Z label-was-attached 799177290 _job:34120 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#477. is_human:1 issue:477 label:enhancement where:github who:526301
2025-03-13T07:09:15Z label-was-attached 820463873 _job:34120 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/fbe#148. is_human:1 issue:148 label:enhancement where:github who:526301
2025-03-04T12:33:18Z label-was-attached 799177290 _job:34120 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#485. is_human:1 issue:485 label:enhancement where:github who:526301
2025-03-13T07:25:37Z label-was-attached 820463873 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/fbe#149. is_human:1 issue:149 label:bug where:github who:526301
2025-03-13T07:53:09Z label-was-attached 799177290 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#492. is_human:1 issue:492 label:bug where:github who:526301
2025-03-13T07:53:09Z label-was-attached 799177290 _job:34120 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#492. is_human:1 issue:492 label:enhancement where:github who:526301
2025-03-14T14:08:25Z label-was-attached 820463873 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/fbe#151. is_human:1 issue:151 label:bug where:github who:526301
2025-03-12T21:59:50Z pull-was-opened 840215648 _job:34120 branch:renovate/minitest-5.x details:The pull request zerocracy/baza.rb#44 has been opened by @renovate[bot]. event_id:47498159467 event_type:PullRequestEvent is_human:0 issue:44 where:github who:29139614
2025-03-04T12:00:50Z issue-was-closed 798641472 _job:34120 details:The issue yegor256/factbase#186 has been closed by @yegor256. event_id:47178914309 event_type:IssuesEvent is_human:1 issue:186 where:github who:526301
2025-03-04T11:49:35Z pull-was-opened 798641472 _job:34120 branch:benchmark-results details:The pull request yegor256/factbase#187 has been opened by @github-actions[bot]. event_id:47178504326 event_type:PullRequestEvent is_human:0 issue:187 where:github who:41898282
2025-03-04T11:40:52Z issue-was-opened 798641472 _job:34120 details:The issue yegor256/factbase#186 has been opened by @yegor256. event_id:47178196104 event_type:IssuesEvent is_human:1 issue:186 where:github who:526301
2025-03-03T15:08:49Z pull-was-opened 798641472 _job:34120 branch:benchmark-results details:The pull request yegor256/factbase#184 has been opened by @github-actions[bot]. event_id:47142270535 event_type:PullRequestEvent is_human:0 issue:184 where:github who:41898282
2025-03-03T14:53:43Z issue-was-closed 798641472 _job:34120 details:The issue yegor256/factbase#182 has been closed by @yegor256. event_id:47141622432 event_type:IssuesEvent is_human:1 issue:182 where:github who:526301
2025-03-03T14:53:35Z pull-was-opened 798641472 _job:34120 branch:182 details:The pull request yegor256/factbase#183 has been opened by @yegor256. event_id:47141617100 event_type:PullRequestEvent is_human:1 issue:183 where:github who:526301
2025-03-04T11:40:51Z label-was-attached 798641472 _job:34120 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/factbase#186. is_human:1 issue:186 label:enhancement where:github who:526301
2025-03-05T08:18:58Z label-was-attached 798641472 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#190. is_human:1 issue:190 label:bug where:github who:526301
2025-02-24T16:18:59Z code-was-contributed 798641472 _job:34120 comments:0 details:The pull request yegor256/factbase#171 with 32 HoC created by @github-actions[bot] was merged by @yegor256 after 2h21m of being in review and 0 comments. hoc:32 is_human:0 issue:171 merger:526301 review_comments:0 seconds:8500 where:github who:41898282
2025-03-13T07:11:01Z code-was-contributed 820463873 _job:34120 comments:0 details:The pull request zerocracy/fbe#139 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 5w0d of being in review and 0 comments. hoc:6 is_human:0 issue:139 merger:526301 review_comments:0 seconds:3033541 where:github who:29139614
2025-03-05T18:33:08Z label-was-attached 798641472 _job:34120 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/factbase#192. is_human:1 issue:192 label:enhancement where:github who:526301
2025-03-14T08:43:39Z label-was-attached 798641472 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#201. is_human:1 issue:201 label:bug where:github who:526301
2025-03-17T08:53:57Z label-was-attached 798641472 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#203. is_human:1 issue:203 label:bug where:github who:526301
2025-03-17T18:12:51Z label-was-attached 798641472 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#205. is_human:1 issue:205 label:bug where:github who:526301
2025-03-18T14:35:19Z label-was-attached 798641472 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#207. is_human:1 issue:207 label:bug where:github who:526301
2025-03-20T02:37:04Z issue-was-closed 799113787 _job:34120 details:The issue yegor256/judges#188 has been closed by @yegor256. event_id:47758153158 event_type:IssuesEvent is_human:1 issue:188 where:github who:526301
2025-03-20T06:02:17Z issue-was-opened 799113787 _job:34120 details:The issue yegor256/judges#189 has been opened by @yegor256. event_id:47762079699 event_type:IssuesEvent is_human:1 issue:189 where:github who:526301
2025-03-20T07:26:58Z issue-was-closed 799113787 _job:34120 details:The issue yegor256/judges#189 has been closed by @yegor256. event_id:47764275603 event_type:IssuesEvent is_human:1 issue:189 where:github who:526301
2025-03-20T06:02:15Z label-was-attached 799113787 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#189. is_human:1 issue:189 label:bug where:github who:526301
2025-03-20T14:00:47Z issue-was-opened 802720676 _job:34120 details:The issue zerocracy/pages-action#230 has been opened by @yegor256. event_id:47779876610 event_type:IssuesEvent is_human:1 issue:230 where:github who:526301
2025-03-20T14:00:45Z label-was-attached 802720676 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/pages-action#230. is_human:1 issue:230 label:bug where:github who:526301
2025-03-20T14:32:55Z issue-was-closed 802720676 _job:34120 details:The issue zerocracy/pages-action#230 has been closed by @yegor256. event_id:47781453508 event_type:IssuesEvent is_human:1 issue:230 where:github who:526301
2025-03-20T15:11:44Z pull-was-opened 799177290 _job:34120 branch:renovate/zerocracy-pages-action-0.x details:The pull request zerocracy/judges-action#505 has been opened by @renovate[bot]. event_id:47783363537 event_type:PullRequestEvent is_human:0 issue:505 where:github who:29139614
2025-03-21T06:28:15Z pull-was-opened 799177290 _job:34120 branch:version-up details:The pull request zerocracy/judges-action#506 has been opened by @github-actions[bot]. event_id:47808377436 event_type:PullRequestEvent is_human:0 issue:506 where:github who:41898282
2025-03-23T05:37:47Z pull-was-opened 798641472 _job:34120 branch:benchmark-results details:The pull request yegor256/factbase#209 has been opened by @github-actions[bot]. event_id:47859804763 event_type:PullRequestEvent is_human:0 issue:209 where:github who:41898282
2025-03-24T08:17:02Z issue-was-opened 799113787 _job:34120 details:The issue yegor256/judges#190 has been opened by @yegor256. event_id:47882971158 event_type:IssuesEvent is_human:1 issue:190 where:github who:526301
2025-03-24T08:17:00Z label-was-attached 799113787 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#190. is_human:1 issue:190 label:bug where:github who:526301
2025-03-24T14:44:11Z issue-was-closed 799113787 _job:34120 details:The issue yegor256/judges#190 has been closed by @yegor256. event_id:47899603505 event_type:IssuesEvent is_human:1 issue:190 where:github who:526301
2025-03-25T09:44:18Z pull-was-opened 798641472 _job:34120 branch:benchmark-results details:The pull request yegor256/factbase#210 has been opened by @github-actions[bot]. event_id:47934181806 event_type:PullRequestEvent is_human:0 issue:210 where:github who:41898282
2025-03-26T15:08:40Z pull-was-opened 799177290 _job:34120 branch:renovate/rubocop-1.x details:The pull request zerocracy/judges-action#507 has been opened by @renovate[bot]. event_id:47995168042 event_type:PullRequestEvent is_human:0 issue:507 where:github who:29139614
2025-03-26T15:57:02Z pull-was-opened 802720676 _job:34120 branch:renovate/rubocop-1.x details:The pull request zerocracy/pages-action#231 has been opened by @renovate[bot]. event_id:47997451683 event_type:PullRequestEvent is_human:0 issue:231 where:github who:29139614
2025-03-26T15:25:43Z pull-was-opened 820463873 _job:34120 branch:renovate/rubocop-1.x details:The pull request zerocracy/fbe#153 has been opened by @renovate[bot]. event_id:47995996077 event_type:PullRequestEvent is_human:0 issue:153 where:github who:29139614
2025-03-26T18:21:03Z pull-was-opened 798641472 _job:34120 branch:renovate/rubocop-1.x details:The pull request yegor256/factbase#211 has been opened by @renovate[bot]. event_id:48003202849 event_type:PullRequestEvent is_human:0 issue:211 where:github who:29139614
2025-03-26T17:03:18Z pull-was-opened 849726475 _job:34120 branch:renovate/rubocop-1.x details:The pull request zerocracy/swarm-template#55 has been opened by @renovate[bot]. event_id:48000276132 event_type:PullRequestEvent is_human:0 issue:55 where:github who:29139614
2025-03-26T17:47:57Z pull-was-opened 799113787 _job:34120 branch:renovate/rubocop-1.x details:The pull request yegor256/judges#191 has been opened by @renovate[bot]. event_id:48001998947 event_type:PullRequestEvent is_human:0 issue:191 where:github who:29139614
2025-03-26T20:08:56Z pull-was-opened 799177290 _job:34120 branch:renovate/rubocop-1.x details:The pull request zerocracy/judges-action#508 has been opened by @renovate[bot]. event_id:48006807619 event_type:PullRequestEvent is_human:0 issue:508 where:github who:29139614
2025-03-26T19:45:31Z pull-was-opened 820463873 _job:34120 branch:renovate/rubocop-1.x details:The pull request zerocracy/fbe#154 has been opened by @renovate[bot]. event_id:48006056067 event_type:PullRequestEvent is_human:0 issue:154 where:github who:29139614
2025-03-26T23:09:16Z pull-was-opened 802720676 _job:34120 branch:renovate/rubocop-1.x details:The pull request zerocracy/pages-action#232 has been opened by @renovate[bot]. event_id:48011545752 event_type:PullRequestEvent is_human:0 issue:232 where:github who:29139614
2025-03-26T22:49:11Z pull-was-opened 849726475 _job:34120 branch:renovate/rubocop-1.x details:The pull request zerocracy/swarm-template#56 has been opened by @renovate[bot]. event_id:48011121138 event_type:PullRequestEvent is_human:0 issue:56 where:github who:29139614
2025-03-27T07:07:07Z pull-was-closed 798641472 _job:34120 branch:renovate/rubocop-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#211 has been closed by @renovate[bot], with 14 HoC and 0 comments. event_id:48021762097 event_type:PullRequestEvent failed_builds:3 hoc:14 is_human:0 issue:211 succeeded_builds:7 where:github who:29139614
2025-03-27T06:39:50Z pull-was-closed 840215648 _job:34120 branch:renovate/webmock-3.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#39 has been closed by @renovate[bot], with 6 HoC and 0 comments. event_id:48020969481 event_type:PullRequestEvent failed_builds:2 hoc:6 is_human:0 issue:39 succeeded_builds:7 where:github who:29139614
2025-03-27T06:39:49Z pull-was-closed 840215648 _job:34120 branch:renovate/rubocop-rspec-3.x comments:4 comments_appreciated:1 comments_by_author:1 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#37 has been closed by @renovate[bot], with 2 HoC and 4 comments. event_id:48020968939 event_type:PullRequestEvent failed_builds:2 hoc:2 is_human:0 issue:37 succeeded_builds:6 where:github who:29139614
2025-03-27T06:39:48Z pull-was-closed 840215648 _job:34120 branch:renovate/rubocop-rake-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#42 has been closed by @renovate[bot], with 25 HoC and 0 comments. event_id:48020968316 event_type:PullRequestEvent failed_builds:3 hoc:25 is_human:0 issue:42 succeeded_builds:6 where:github who:29139614
2025-03-27T06:39:46Z pull-was-closed 840215648 _job:34120 branch:renovate/rubocop-performance-1.x comments:1 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#35 has been closed by @renovate[bot], with 2 HoC and 1 comments. event_id:48020967581 event_type:PullRequestEvent failed_builds:2 hoc:2 is_human:0 issue:35 succeeded_builds:6 where:github who:29139614
2025-03-27T06:39:45Z pull-was-closed 840215648 _job:34120 branch:renovate/rubocop-minitest-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#41 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:48020966911 event_type:PullRequestEvent failed_builds:2 hoc:2 is_human:0 issue:41 succeeded_builds:7 where:github who:29139614
2025-03-27T06:39:43Z pull-was-closed 840215648 _job:34120 branch:renovate/rubocop-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#36 has been closed by @renovate[bot], with 23 HoC and 3 comments. event_id:48020966430 event_type:PullRequestEvent failed_builds:2 hoc:23 is_human:0 issue:36 succeeded_builds:7 where:github who:29139614
2025-03-27T06:39:42Z pull-was-closed 840215648 _job:34120 branch:renovate/rspec-rails-7.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#40 has been closed by @renovate[bot], with 6 HoC and 0 comments. event_id:48020965687 event_type:PullRequestEvent failed_builds:2 hoc:6 is_human:0 issue:40 succeeded_builds:6 where:github who:29139614
2025-03-27T06:39:40Z pull-was-closed 840215648 _job:34120 branch:renovate/minitest-5.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#44 has been closed by @renovate[bot], with 6 HoC and 0 comments. event_id:48020965028 event_type:PullRequestEvent failed_builds:2 hoc:6 is_human:0 issue:44 succeeded_builds:7 where:github who:29139614
2025-03-27T07:32:43Z pull-was-closed 799113787 _job:34120 branch:renovate/rubocop-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#191 has been closed by @renovate[bot], with 14 HoC and 3 comments. event_id:48022559303 event_type:PullRequestEvent failed_builds:0 hoc:14 is_human:0 issue:191 succeeded_builds:9 where:github who:29139614
2025-03-28T04:10:40Z issue-was-opened 840215648 _job:34120 details:The issue zerocracy/baza.rb#45 has been opened by @yegor256. event_id:48063672244 event_type:IssuesEvent is_human:1 issue:45 where:github who:526301
2025-03-29T03:26:01Z issue-was-opened 820463873 _job:34120 details:The issue zerocracy/fbe#155 has been opened by @yegor256. event_id:48101582331 event_type:IssuesEvent is_human:1 issue:155 where:github who:526301
2025-03-29T04:27:19Z issue-was-closed 820463873 _job:34120 details:The issue zerocracy/fbe#155 has been closed by @yegor256. event_id:48102146123 event_type:IssuesEvent is_human:1 issue:155 where:github who:526301
2025-03-28T16:37:02Z issue-was-closed 840215648 _job:34120 details:The issue zerocracy/baza.rb#45 has been closed by @yegor256. event_id:48088074819 event_type:IssuesEvent is_human:1 issue:45 where:github who:526301
2025-03-29T04:09:03Z pull-was-opened 799177290 _job:34120 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#509 has been opened by @renovate[bot]. event_id:48101981837 event_type:PullRequestEvent is_human:0 issue:509 where:github who:29139614
2025-03-29T05:44:21Z pull-was-opened 802720676 _job:34120 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#233 has been opened by @renovate[bot]. event_id:48102871018 event_type:PullRequestEvent is_human:0 issue:233 where:github who:29139614
2025-03-29T03:06:31Z issue-was-closed 840215648 _job:34120 details:The issue zerocracy/baza.rb#47 has been closed by @yegor256. event_id:48101396236 event_type:IssuesEvent is_human:1 issue:47 where:github who:526301
2025-03-29T02:56:01Z issue-was-opened 840215648 _job:34120 details:The issue zerocracy/baza.rb#47 has been opened by @yegor256. event_id:48101286574 event_type:IssuesEvent is_human:1 issue:47 where:github who:526301
2025-03-29T02:56:00Z label-was-attached 840215648 _job:34120 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/baza.rb#47. is_human:1 issue:47 label:enhancement where:github who:526301
2025-03-29T06:38:01Z pull-was-opened 849726475 _job:34120 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#57 has been opened by @renovate[bot]. event_id:48103387446 event_type:PullRequestEvent is_human:0 issue:57 where:github who:29139614
2025-03-29T04:36:56Z issue-was-closed 840215648 _job:34120 details:The issue zerocracy/baza.rb#48 has been closed by @yegor256. event_id:48102232274 event_type:IssuesEvent is_human:1 issue:48 where:github who:526301
2025-03-29T04:08:57Z issue-was-opened 840215648 _job:34120 details:The issue zerocracy/baza.rb#48 has been opened by @yegor256. event_id:48101980859 event_type:IssuesEvent is_human:1 issue:48 where:github who:526301
2025-03-29T04:08:55Z label-was-attached 840215648 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#48. is_human:1 issue:48 label:bug where:github who:526301
2025-03-29T06:16:32Z issue-was-closed 840215648 _job:34120 details:The issue zerocracy/baza.rb#49 has been closed by @yegor256. event_id:48103184721 event_type:IssuesEvent is_human:1 issue:49 where:github who:526301
2025-03-29T05:39:14Z issue-was-opened 840215648 _job:34120 details:The issue zerocracy/baza.rb#49 has been opened by @yegor256. event_id:48102827339 event_type:IssuesEvent is_human:1 issue:49 where:github who:526301
2025-03-29T05:39:13Z label-was-attached 840215648 _job:34120 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/baza.rb#49. is_human:1 issue:49 label:enhancement where:github who:526301
2025-03-29T23:19:35Z issue-was-opened 799177290 _job:34120 details:The issue zerocracy/judges-action#510 has been opened by @yegor256. event_id:48114056147 event_type:IssuesEvent is_human:1 issue:510 where:github who:526301
2025-03-30T01:19:28Z issue-was-opened 798641472 _job:34120 details:The issue yegor256/factbase#212 has been opened by @yegor256. event_id:48115087921 event_type:IssuesEvent is_human:1 issue:212 where:github who:526301
2025-03-29T23:19:33Z label-was-attached 799177290 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#510. is_human:1 issue:510 label:bug where:github who:526301
2025-03-30T01:19:26Z label-was-attached 798641472 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#212. is_human:1 issue:212 label:bug where:github who:526301
2025-03-30T07:03:37Z issue-was-opened 820463873 _job:34120 details:The issue zerocracy/fbe#156 has been opened by @yegor256. event_id:48117939602 event_type:IssuesEvent is_human:1 issue:156 where:github who:526301
2025-03-30T05:29:15Z issue-was-closed 798641472 _job:34120 details:The issue yegor256/factbase#212 has been closed by @yegor256. event_id:48117143497 event_type:IssuesEvent is_human:1 issue:212 where:github who:526301
2025-03-30T05:15:37Z pull-was-opened 798641472 _job:34120 branch:benchmark-results details:The pull request yegor256/factbase#214 has been opened by @github-actions[bot]. event_id:48117019542 event_type:PullRequestEvent is_human:0 issue:214 where:github who:41898282
2025-03-30T04:51:48Z pull-was-opened 798641472 _job:34120 branch:benchmark-results details:The pull request yegor256/factbase#213 has been opened by @github-actions[bot]. event_id:48116829205 event_type:PullRequestEvent is_human:0 issue:213 where:github who:41898282
2025-03-30T05:35:06Z issue-was-opened 799177290 _job:34120 details:The issue zerocracy/judges-action#511 has been opened by @yegor256. event_id:48117190438 event_type:IssuesEvent is_human:1 issue:511 where:github who:526301
2025-03-30T07:03:35Z label-was-attached 820463873 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/fbe#156. is_human:1 issue:156 label:bug where:github who:526301
2025-03-30T07:07:23Z pull-was-opened 799177290 _job:34120 branch:renovate/zerocracy-pages-action-0.x details:The pull request zerocracy/judges-action#514 has been opened by @renovate[bot]. event_id:48117973403 event_type:PullRequestEvent is_human:0 issue:514 where:github who:29139614
2025-03-30T06:08:35Z pull-was-opened 799177290 _job:34120 branch:version-up details:The pull request zerocracy/judges-action#513 has been opened by @github-actions[bot]. event_id:48117459866 event_type:PullRequestEvent is_human:0 issue:513 where:github who:41898282
2025-03-30T06:08:02Z pull-was-opened 799177290 _job:34120 branch:renovate/factbase-0.x details:The pull request zerocracy/judges-action#512 has been opened by @renovate[bot]. event_id:48117455560 event_type:PullRequestEvent is_human:0 issue:512 where:github who:29139614
2025-03-30T07:17:12Z issue-was-closed 798641472 _job:34120 details:The issue yegor256/factbase#215 has been closed by @yegor256. event_id:48118059551 event_type:IssuesEvent is_human:1 issue:215 where:github who:526301
2025-03-30T06:16:43Z issue-was-opened 798641472 _job:34120 details:The issue yegor256/factbase#215 has been opened by @yegor256. event_id:48117531472 event_type:IssuesEvent is_human:1 issue:215 where:github who:526301
2025-03-30T07:28:41Z issue-was-closed 820463873 _job:34120 details:The issue zerocracy/fbe#156 has been closed by @yegor256. event_id:48118161677 event_type:IssuesEvent is_human:1 issue:156 where:github who:526301
2025-03-30T08:09:14Z pull-was-opened 799177290 _job:34120 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#515 has been opened by @renovate[bot]. event_id:48118529332 event_type:PullRequestEvent is_human:0 issue:515 where:github who:29139614
2025-03-30T06:58:47Z issue-was-closed 802720676 _job:34120 details:The issue zerocracy/pages-action#235 has been closed by @yegor256. event_id:48117889318 event_type:IssuesEvent is_human:1 issue:235 where:github who:526301
2025-03-30T06:04:56Z pull-was-closed 802720676 _job:34120 branch:renovate/factbase-0.x-lockfile comments:0 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#234 has been closed by @renovate[bot], with 13 HoC and 0 comments. event_id:48117429746 event_type:PullRequestEvent failed_builds:0 hoc:13 is_human:0 issue:234 succeeded_builds:24 where:github who:29139614
2025-03-30T06:04:48Z pull-was-opened 802720676 _job:34120 branch:version-up details:The pull request zerocracy/pages-action#236 has been opened by @github-actions[bot]. event_id:48117428631 event_type:PullRequestEvent is_human:0 issue:236 where:github who:41898282
2025-03-30T05:53:48Z issue-was-opened 802720676 _job:34120 details:The issue zerocracy/pages-action#235 has been opened by @yegor256. event_id:48117335634 event_type:IssuesEvent is_human:1 issue:235 where:github who:526301
2025-03-30T05:53:47Z pull-was-opened 802720676 _job:34120 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/pages-action#234 has been opened by @renovate[bot]. event_id:48117335413 event_type:PullRequestEvent is_human:0 issue:234 where:github who:29139614
2025-03-30T06:16:42Z label-was-attached 798641472 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#215. is_human:1 issue:215 label:bug where:github who:526301
2025-03-30T00:56:58Z issue-was-opened 799113787 _job:34120 details:The issue yegor256/judges#192 has been opened by @yegor256. event_id:48114881066 event_type:IssuesEvent is_human:1 issue:192 where:github who:526301
2025-03-30T07:54:47Z pull-was-opened 802720676 _job:34120 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/pages-action#238 has been opened by @renovate[bot]. event_id:48118392169 event_type:PullRequestEvent is_human:0 issue:238 where:github who:29139614
2025-03-30T07:26:32Z pull-was-opened 802720676 _job:34120 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#237 has been opened by @renovate[bot]. event_id:48118142290 event_type:PullRequestEvent is_human:0 issue:237 where:github who:29139614
2025-03-30T00:56:57Z label-was-attached 799113787 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#192. is_human:1 issue:192 label:bug where:github who:526301
2025-03-30T11:22:24Z pull-was-closed 799177290 _job:34120 branch:renovate/fbe-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#515 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:48120469297 event_type:PullRequestEvent failed_builds:2 hoc:2 is_human:0 issue:515 succeeded_builds:9 where:github who:29139614
2025-03-30T11:22:22Z pull-was-closed 799177290 _job:34120 branch:renovate/factbase-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#512 has been closed by @renovate[bot], with 17 HoC and 0 comments. event_id:48120469111 event_type:PullRequestEvent failed_builds:2 hoc:17 is_human:0 issue:512 succeeded_builds:9 where:github who:29139614
2025-03-30T11:20:35Z issue-was-closed 798641472 _job:34120 details:The issue yegor256/factbase#216 has been closed by @yegor256. event_id:48120452172 event_type:IssuesEvent is_human:1 issue:216 where:github who:526301
2025-03-30T11:09:25Z issue-was-opened 798641472 _job:34120 details:The issue yegor256/factbase#216 has been opened by @yegor256. event_id:48120339498 event_type:IssuesEvent is_human:1 issue:216 where:github who:526301
2025-03-30T04:57:58Z issue-was-closed 799113787 _job:34120 details:The issue yegor256/judges#192 has been closed by @yegor256. event_id:48116873254 event_type:IssuesEvent is_human:1 issue:192 where:github who:526301
2025-03-30T09:55:29Z pull-was-opened 849726475 _job:34120 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#58 has been opened by @renovate[bot]. event_id:48119573386 event_type:PullRequestEvent is_human:0 issue:58 where:github who:29139614
2025-03-30T13:54:35Z pull-was-opened 799177290 _job:34120 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#517 has been opened by @renovate[bot]. event_id:48122198387 event_type:PullRequestEvent is_human:0 issue:517 where:github who:29139614
2025-03-30T13:39:30Z pull-was-closed 799177290 _job:34120 branch:renovate/factbase-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#516 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:48122032637 event_type:PullRequestEvent failed_builds:1 hoc:2 is_human:0 issue:516 succeeded_builds:10 where:github who:29139614
2025-03-30T13:11:09Z pull-was-opened 799177290 _job:34120 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/judges-action#516 has been opened by @renovate[bot]. event_id:48121707560 event_type:PullRequestEvent is_human:0 issue:516 where:github who:29139614
2025-03-30T13:37:45Z issue-was-closed 798641472 _job:34120 details:The issue yegor256/factbase#218 has been closed by @yegor256. event_id:48122013845 event_type:IssuesEvent is_human:1 issue:218 where:github who:526301
2025-03-30T13:21:22Z issue-was-opened 798641472 _job:34120 details:The issue yegor256/factbase#218 has been opened by @yegor256. event_id:48121830554 event_type:IssuesEvent is_human:1 issue:218 where:github who:526301
2025-03-30T14:01:07Z pull-was-opened 802720676 _job:34120 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/pages-action#239 has been opened by @renovate[bot]. event_id:48122276907 event_type:PullRequestEvent is_human:0 issue:239 where:github who:29139614
2025-03-30T11:09:24Z label-was-attached 798641472 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#216. is_human:1 issue:216 label:bug where:github who:526301
2025-03-30T14:58:59Z issue-was-closed 799177290 _job:34120 details:The issue zerocracy/judges-action#511 has been closed by @yegor256. event_id:48122982291 event_type:IssuesEvent is_human:1 issue:511 where:github who:526301
2025-03-30T13:21:21Z label-was-attached 798641472 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#218. is_human:1 issue:218 label:bug where:github who:526301
2025-03-30T14:27:57Z pull-was-opened 840215648 _job:34120 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/baza.rb#50 has been opened by @renovate[bot]. event_id:48122618173 event_type:PullRequestEvent is_human:0 issue:50 where:github who:29139614
2025-03-31T06:46:17Z issue-was-opened 802720676 _job:34120 details:The issue zerocracy/pages-action#240 has been opened by @yegor256. event_id:48135958755 event_type:IssuesEvent is_human:1 issue:240 where:github who:526301
2025-03-31T06:39:54Z issue-was-closed 802720676 _job:34120 details:The issue zerocracy/pages-action#84 has been closed by @yegor256. event_id:48135798251 event_type:IssuesEvent is_human:1 issue:84 where:github who:526301
2025-03-31T06:46:15Z label-was-attached 802720676 _job:34120 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/pages-action#240. is_human:1 issue:240 label:enhancement where:github who:526301
2025-03-31T14:56:59Z pull-was-closed 799177290 _job:34120 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#519 has been closed by @github-actions[bot], with 4 HoC and 0 comments. event_id:48153826535 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:519 succeeded_builds:0 where:github who:41898282
2025-03-31T14:56:57Z pull-was-opened 799177290 _job:34120 branch:version-up details:The pull request zerocracy/judges-action#519 has been opened by @github-actions[bot]. event_id:48153824858 event_type:PullRequestEvent is_human:0 issue:519 where:github who:41898282
2025-03-31T14:55:18Z issue-was-opened 799177290 _job:34120 details:The issue zerocracy/judges-action#518 has been opened by @yegor256. event_id:48153747991 event_type:IssuesEvent is_human:1 issue:518 where:github who:526301
2025-03-31T15:53:56Z issue-was-closed 799177290 _job:34120 details:The issue zerocracy/judges-action#518 has been closed by @yegor256. event_id:48156198375 event_type:IssuesEvent is_human:1 issue:518 where:github who:526301
2025-03-31T15:47:57Z pull-was-opened 799177290 _job:34120 branch:version-up details:The pull request zerocracy/judges-action#521 has been opened by @github-actions[bot]. event_id:48155966415 event_type:PullRequestEvent is_human:0 issue:521 where:github who:41898282
2025-03-31T15:47:13Z pull-was-opened 799177290 _job:34120 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#520 has been opened by @renovate[bot]. event_id:48155936910 event_type:PullRequestEvent is_human:0 issue:520 where:github who:29139614
2025-04-01T03:18:29Z pull-was-opened 840215648 _job:34120 branch:renovate/rubocop-performance-1.x-lockfile details:The pull request zerocracy/baza.rb#51 has been opened by @renovate[bot]. event_id:48174808710 event_type:PullRequestEvent is_human:0 issue:51 where:github who:29139614
2025-04-01T03:27:29Z pull-was-opened 799177290 _job:34120 branch:renovate/rubocop-performance-1.x-lockfile details:The pull request zerocracy/judges-action#523 has been opened by @renovate[bot]. event_id:48174978508 event_type:PullRequestEvent is_human:0 issue:523 where:github who:29139614
2025-04-01T03:27:20Z pull-was-opened 799177290 _job:34120 branch:renovate/rubocop-minitest-0.x-lockfile details:The pull request zerocracy/judges-action#522 has been opened by @renovate[bot]. event_id:48174975114 event_type:PullRequestEvent is_human:0 issue:522 where:github who:29139614
2025-04-01T04:28:41Z pull-was-opened 798641472 _job:34120 branch:renovate/rubocop-performance-1.x-lockfile details:The pull request yegor256/factbase#220 has been opened by @renovate[bot]. event_id:48176164780 event_type:PullRequestEvent is_human:0 issue:220 where:github who:29139614
2025-04-01T04:28:34Z pull-was-opened 798641472 _job:34120 branch:renovate/rubocop-minitest-0.x-lockfile details:The pull request yegor256/factbase#219 has been opened by @renovate[bot]. event_id:48176162526 event_type:PullRequestEvent is_human:0 issue:219 where:github who:29139614
2025-04-01T05:44:05Z pull-was-opened 820463873 _job:34120 branch:renovate/rubocop-performance-1.x-lockfile details:The pull request zerocracy/fbe#158 has been opened by @renovate[bot]. event_id:48177797568 event_type:PullRequestEvent is_human:0 issue:158 where:github who:29139614
2025-04-01T05:43:56Z pull-was-opened 820463873 _job:34120 branch:renovate/rubocop-minitest-0.x-lockfile details:The pull request zerocracy/fbe#157 has been opened by @renovate[bot]. event_id:48177793975 event_type:PullRequestEvent is_human:0 issue:157 where:github who:29139614
2025-04-01T07:28:09Z pull-was-opened 849726475 _job:34120 branch:renovate/rubocop-performance-1.x-lockfile details:The pull request zerocracy/swarm-template#60 has been opened by @renovate[bot]. event_id:48180989446 event_type:PullRequestEvent is_human:0 issue:60 where:github who:29139614
2025-04-01T07:28:01Z pull-was-opened 849726475 _job:34120 branch:renovate/rubocop-minitest-0.x-lockfile details:The pull request zerocracy/swarm-template#59 has been opened by @renovate[bot]. event_id:48180984456 event_type:PullRequestEvent is_human:0 issue:59 where:github who:29139614
2025-04-01T07:52:17Z pull-was-opened 802720676 _job:34120 branch:renovate/rubocop-performance-1.x-lockfile details:The pull request zerocracy/pages-action#242 has been opened by @renovate[bot]. event_id:48181891428 event_type:PullRequestEvent is_human:0 issue:242 where:github who:29139614
2025-04-01T07:52:07Z pull-was-opened 802720676 _job:34120 branch:renovate/rubocop-minitest-0.x-lockfile details:The pull request zerocracy/pages-action#241 has been opened by @renovate[bot]. event_id:48181885772 event_type:PullRequestEvent is_human:0 issue:241 where:github who:29139614
2025-04-02T02:04:15Z issue-was-opened 840215648 _job:34120 details:The issue zerocracy/baza.rb#52 has been opened by @yegor256. event_id:48219133875 event_type:IssuesEvent is_human:1 issue:52 where:github who:526301
2025-04-02T02:04:14Z label-was-attached 840215648 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#52. is_human:1 issue:52 label:bug where:github who:526301
2025-04-02T03:04:19Z pull-was-closed 840215648 _job:34120 branch:renovate/rubocop-performance-1.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#51 has been closed by @renovate[bot], with 6 HoC and 0 comments. event_id:48220327723 event_type:PullRequestEvent failed_builds:2 hoc:6 is_human:0 issue:51 succeeded_builds:7 where:github who:29139614
2025-04-02T07:51:26Z issue-was-closed 840215648 _job:34120 details:The issue zerocracy/baza.rb#52 has been closed by @yegor256. event_id:48227463061 event_type:IssuesEvent is_human:1 issue:52 where:github who:526301
2025-04-03T02:07:56Z issue-was-opened 799177290 _job:34120 details:The issue zerocracy/judges-action#524 has been opened by @yegor256. event_id:48264572476 event_type:IssuesEvent is_human:1 issue:524 where:github who:526301
2025-04-03T02:07:54Z label-was-attached 799177290 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#524. is_human:1 issue:524 label:bug where:github who:526301
2025-04-03T12:11:32Z pull-was-opened 799177290 _job:34120 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/judges-action#525 has been opened by @renovate[bot]. event_id:48283198675 event_type:PullRequestEvent is_human:0 issue:525 where:github who:29139614
2025-04-03T13:26:06Z pull-was-opened 798641472 _job:34120 branch:renovate/rubocop-1.x-lockfile details:The pull request yegor256/factbase#221 has been opened by @renovate[bot]. event_id:48286477607 event_type:PullRequestEvent is_human:0 issue:221 where:github who:29139614
2025-04-03T14:30:36Z pull-was-opened 820463873 _job:34120 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/fbe#159 has been opened by @renovate[bot]. event_id:48289540262 event_type:PullRequestEvent is_human:0 issue:159 where:github who:29139614
2025-04-03T14:16:30Z pull-was-opened 840215648 _job:34120 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/baza.rb#53 has been opened by @renovate[bot]. event_id:48288850411 event_type:PullRequestEvent is_human:0 issue:53 where:github who:29139614
2025-04-03T15:15:31Z pull-was-opened 849726475 _job:34120 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/swarm-template#61 has been opened by @renovate[bot]. event_id:48291607532 event_type:PullRequestEvent is_human:0 issue:61 where:github who:29139614
2025-04-03T15:23:30Z pull-was-opened 802720676 _job:34120 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/pages-action#243 has been opened by @renovate[bot]. event_id:48291955287 event_type:PullRequestEvent is_human:0 issue:243 where:github who:29139614
2025-04-04T12:24:20Z issue-was-opened 799177290 _job:34120 details:The issue zerocracy/judges-action#526 has been opened by @yegor256. event_id:48326592117 event_type:IssuesEvent is_human:1 issue:526 where:github who:526301
2025-04-04T12:24:18Z label-was-attached 799177290 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#526. is_human:1 issue:526 label:bug where:github who:526301
2025-04-05T04:44:33Z issue-was-opened 799113787 _job:34120 details:The issue yegor256/judges#195 has been opened by @yegor256. event_id:48350298579 event_type:IssuesEvent is_human:1 issue:195 where:github who:526301
2025-04-05T04:23:52Z issue-was-closed 799113787 _job:34120 details:The issue yegor256/judges#193 has been closed by @yegor256. event_id:48350108502 event_type:IssuesEvent is_human:1 issue:193 where:github who:526301
2025-04-05T04:05:17Z pull-was-opened 799113787 _job:34120 branch:renovate/rubocop-1.x-lockfile details:The pull request yegor256/judges#194 has been opened by @renovate[bot]. event_id:48349926507 event_type:PullRequestEvent is_human:0 issue:194 where:github who:29139614
2025-04-05T03:25:38Z issue-was-closed 799113787 _job:34120 details:The issue yegor256/judges#111 has been closed by @yegor256. event_id:48349532400 event_type:IssuesEvent is_human:1 issue:111 where:github who:526301
2025-04-05T03:25:23Z issue-was-opened 799113787 _job:34120 details:The issue yegor256/judges#193 has been opened by @yegor256. event_id:48349530006 event_type:IssuesEvent is_human:1 issue:193 where:github who:526301
2025-04-05T05:43:33Z pull-was-opened 849726475 _job:34120 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#62 has been opened by @renovate[bot]. event_id:48350877881 event_type:PullRequestEvent is_human:0 issue:62 where:github who:29139614
2025-04-05T05:07:48Z pull-was-opened 799177290 _job:34120 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/judges-action#527 has been opened by @renovate[bot]. event_id:48350517228 event_type:PullRequestEvent is_human:0 issue:527 where:github who:29139614
2025-04-05T06:58:51Z pull-was-opened 802720676 _job:34120 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#244 has been opened by @renovate[bot]. event_id:48351654985 event_type:PullRequestEvent is_human:0 issue:244 where:github who:29139614
2025-04-05T05:19:53Z issue-was-closed 799113787 _job:34120 details:The issue yegor256/judges#195 has been closed by @yegor256. event_id:48350634775 event_type:IssuesEvent is_human:1 issue:195 where:github who:526301
2025-04-05T09:07:12Z pull-was-opened 799177290 _job:34120 branch:version-up details:The pull request zerocracy/judges-action#530 has been opened by @github-actions[bot]. event_id:48352944594 event_type:PullRequestEvent is_human:0 issue:530 where:github who:41898282
2025-04-05T09:06:19Z pull-was-opened 799177290 _job:34120 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#529 has been opened by @renovate[bot]. event_id:48352934928 event_type:PullRequestEvent is_human:0 issue:529 where:github who:29139614
2025-04-05T09:10:56Z issue-was-opened 820463873 _job:34120 details:The issue zerocracy/fbe#160 has been opened by @yegor256. event_id:48352986016 event_type:IssuesEvent is_human:1 issue:160 where:github who:526301
2025-04-05T10:06:35Z pull-was-opened 799177290 _job:34120 branch:version-up details:The pull request zerocracy/judges-action#532 has been opened by @github-actions[bot]. event_id:48353556868 event_type:PullRequestEvent is_human:0 issue:532 where:github who:41898282
2025-04-05T04:44:32Z label-was-attached 799113787 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#195. is_human:1 issue:195 label:bug where:github who:526301
2025-04-05T09:10:54Z label-was-attached 820463873 _job:34120 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/fbe#160. is_human:1 issue:160 label:enhancement where:github who:526301
2025-04-05T11:07:00Z issue-was-opened 799177290 _job:34120 details:The issue zerocracy/judges-action#534 has been opened by @yegor256. event_id:48354201469 event_type:IssuesEvent is_human:1 issue:534 where:github who:526301
2025-04-05T11:06:45Z pull-was-opened 799177290 _job:34120 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#533 has been opened by @renovate[bot]. event_id:48354198940 event_type:PullRequestEvent is_human:0 issue:533 where:github who:29139614
2025-04-05T11:06:59Z label-was-attached 799177290 _job:34120 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#534. is_human:1 issue:534 label:enhancement where:github who:526301
2025-04-06T03:04:09Z pull-was-closed 799177290 _job:34120 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#538 has been closed by @github-actions[bot], with 2 HoC and 0 comments. event_id:48364036291 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:538 succeeded_builds:0 where:github who:41898282
2025-04-06T03:03:58Z pull-was-opened 799177290 _job:34120 branch:version-up details:The pull request zerocracy/judges-action#538 has been opened by @github-actions[bot]. event_id:48364034612 event_type:PullRequestEvent is_human:0 issue:538 where:github who:41898282
2025-04-06T02:19:26Z pull-was-opened 799177290 _job:34120 branch:version-up details:The pull request zerocracy/judges-action#537 has been opened by @github-actions[bot]. event_id:48363651676 event_type:PullRequestEvent is_human:0 issue:537 where:github who:41898282
2025-04-06T02:18:41Z pull-was-opened 799177290 _job:34120 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#536 has been opened by @renovate[bot]. event_id:48363645647 event_type:PullRequestEvent is_human:0 issue:536 where:github who:29139614
2025-04-06T01:24:39Z issue-was-opened 799177290 _job:34120 details:The issue zerocracy/judges-action#535 has been opened by @yegor256. event_id:48363198285 event_type:IssuesEvent is_human:1 issue:535 where:github who:526301
2025-04-06T02:36:37Z pull-was-opened 849726475 _job:34120 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#63 has been opened by @renovate[bot]. event_id:48363793021 event_type:PullRequestEvent is_human:0 issue:63 where:github who:29139614
2025-04-06T05:09:25Z issue-was-opened 799177290 _job:34120 details:The issue zerocracy/judges-action#539 has been opened by @yegor256. event_id:48365059408 event_type:IssuesEvent is_human:1 issue:539 where:github who:526301
2025-04-06T05:09:04Z issue-was-closed 799177290 _job:34120 details:The issue zerocracy/judges-action#535 has been closed by @yegor256. event_id:48365056549 event_type:IssuesEvent is_human:1 issue:535 where:github who:526301
2025-04-06T01:01:52Z issue-was-closed 820463873 _job:34120 details:The issue zerocracy/fbe#161 has been closed by @yegor256. event_id:48363000252 event_type:IssuesEvent is_human:1 issue:161 where:github who:526301
2025-04-05T23:56:39Z issue-was-opened 820463873 _job:34120 details:The issue zerocracy/fbe#161 has been opened by @yegor256. event_id:48362425823 event_type:IssuesEvent is_human:1 issue:161 where:github who:526301
2025-04-06T05:54:11Z pull-was-opened 802720676 _job:34120 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#245 has been opened by @renovate[bot]. event_id:48365451009 event_type:PullRequestEvent is_human:0 issue:245 where:github who:29139614
2025-04-06T02:57:45Z issue-was-closed 820463873 _job:34120 details:The issue zerocracy/fbe#163 has been closed by @yegor256. event_id:48363973133 event_type:IssuesEvent is_human:1 issue:163 where:github who:526301
2025-04-06T02:52:47Z issue-was-opened 820463873 _job:34120 details:The issue zerocracy/fbe#163 has been opened by @yegor256. event_id:48363936869 event_type:IssuesEvent is_human:1 issue:163 where:github who:526301
2025-04-06T02:29:59Z issue-was-closed 820463873 _job:34120 details:The issue zerocracy/fbe#162 has been closed by @yegor256. event_id:48363740434 event_type:IssuesEvent is_human:1 issue:162 where:github who:526301
2025-04-06T02:14:28Z issue-was-opened 820463873 _job:34120 details:The issue zerocracy/fbe#162 has been opened by @yegor256. event_id:48363613316 event_type:IssuesEvent is_human:1 issue:162 where:github who:526301
2025-04-06T04:27:42Z issue-was-closed 840215648 _job:34120 details:The issue zerocracy/baza.rb#54 has been closed by @yegor256. event_id:48364723525 event_type:IssuesEvent is_human:1 issue:54 where:github who:526301
2025-04-06T04:14:43Z issue-was-opened 840215648 _job:34120 details:The issue zerocracy/baza.rb#54 has been opened by @yegor256. event_id:48364619330 event_type:IssuesEvent is_human:1 issue:54 where:github who:526301
2025-04-05T23:56:37Z label-was-attached 820463873 _job:34120 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/fbe#161. is_human:1 issue:161 label:enhancement where:github who:526301
2025-04-06T02:14:27Z label-was-attached 820463873 _job:34120 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/fbe#162. is_human:1 issue:162 label:enhancement where:github who:526301
2025-04-06T02:52:45Z label-was-attached 820463873 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/fbe#163. is_human:1 issue:163 label:bug where:github who:526301
2025-04-06T04:14:41Z label-was-attached 840215648 _job:34120 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/baza.rb#54. is_human:1 issue:54 label:enhancement where:github who:526301
2025-04-06T13:47:39Z pull-was-opened 802720676 _job:34120 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#246 has been opened by @renovate[bot]. event_id:48370707990 event_type:PullRequestEvent is_human:0 issue:246 where:github who:29139614
2025-04-06T05:09:24Z label-was-attached 799177290 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#539. is_human:1 issue:539 label:bug where:github who:526301
2025-04-06T14:08:00Z pull-was-opened 849726475 _job:34120 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#64 has been opened by @renovate[bot]. event_id:48370959074 event_type:PullRequestEvent is_human:0 issue:64 where:github who:29139614
2025-04-06T14:44:15Z pull-was-opened 799177290 _job:34120 branch:version-up details:The pull request zerocracy/judges-action#542 has been opened by @github-actions[bot]. event_id:48371425945 event_type:PullRequestEvent is_human:0 issue:542 where:github who:41898282
2025-04-06T14:43:32Z pull-was-opened 799177290 _job:34120 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#541 has been opened by @renovate[bot]. event_id:48371417566 event_type:PullRequestEvent is_human:0 issue:541 where:github who:29139614
2025-04-06T14:27:13Z issue-was-closed 799177290 _job:34120 details:The issue zerocracy/judges-action#524 has been closed by @yegor256. event_id:48371216762 event_type:IssuesEvent is_human:1 issue:524 where:github who:526301
2025-04-06T21:55:32Z issue-was-opened 799177290 _job:34120 details:The issue zerocracy/judges-action#543 has been opened by @yegor256. event_id:48376567791 event_type:IssuesEvent is_human:1 issue:543 where:github who:526301
2025-04-06T21:55:31Z label-was-attached 799177290 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#543. is_human:1 issue:543 label:bug where:github who:526301
2025-04-08T01:01:33Z issue-was-opened 799177290 _job:34120 details:The issue zerocracy/judges-action#545 has been opened by @yegor256. event_id:48424967526 event_type:IssuesEvent is_human:1 issue:545 where:github who:526301
2025-04-08T00:27:33Z issue-was-opened 799177290 _job:34120 details:The issue zerocracy/judges-action#544 has been opened by @yegor256. event_id:48424298448 event_type:IssuesEvent is_human:1 issue:544 where:github who:526301
2025-04-08T09:20:32Z label-was-attached 802720676 _job:34120 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/pages-action#147. is_human:1 issue:147 label:enhancement where:github who:526301
2025-04-08T02:48:45Z issue-was-closed 802720676 _job:34120 details:The issue zerocracy/pages-action#240 has been closed by @yegor256. event_id:48427139620 event_type:IssuesEvent is_human:1 issue:240 where:github who:526301
2025-04-08T02:45:05Z issue-was-opened 799113787 _job:34120 details:The issue yegor256/judges#196 has been opened by @yegor256. event_id:48427070701 event_type:IssuesEvent is_human:1 issue:196 where:github who:526301
2025-04-08T02:45:03Z label-was-attached 799113787 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#196. is_human:1 issue:196 label:bug where:github who:526301
2025-04-08T00:27:31Z label-was-attached 799177290 _job:34120 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#544. is_human:1 issue:544 label:enhancement where:github who:526301
2025-04-08T01:01:32Z label-was-attached 799177290 _job:34120 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#545. is_human:1 issue:545 label:enhancement where:github who:526301
2025-04-08T12:18:09Z issue-was-closed 840215648 _job:34120 details:The issue zerocracy/baza.rb#55 has been closed by @yegor256. event_id:48446237435 event_type:IssuesEvent is_human:1 issue:55 where:github who:526301
2025-04-08T11:31:59Z issue-was-opened 840215648 _job:34120 details:The issue zerocracy/baza.rb#55 has been opened by @yegor256. event_id:48444351150 event_type:IssuesEvent is_human:1 issue:55 where:github who:526301
2025-04-08T11:31:58Z label-was-attached 840215648 _job:34120 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/baza.rb#55. is_human:1 issue:55 label:enhancement where:github who:526301
2025-04-08T15:54:32Z issue-was-closed 799177290 _job:34120 details:The issue zerocracy/judges-action#543 has been closed by @yegor256. event_id:48456473368 event_type:IssuesEvent is_human:1 issue:543 where:github who:526301
2025-04-08T16:13:17Z pull-was-opened 799177290 _job:34120 branch:version-up details:The pull request zerocracy/judges-action#547 has been opened by @github-actions[bot]. event_id:48457247797 event_type:PullRequestEvent is_human:0 issue:547 where:github who:41898282
2025-04-08T17:07:55Z pull-was-opened 799177290 _job:34120 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#548 has been opened by @renovate[bot]. event_id:48459304584 event_type:PullRequestEvent is_human:0 issue:548 where:github who:29139614
2025-04-12T02:29:01Z issue-was-closed 799177290 _job:34120 details:The issue zerocracy/judges-action#549 has been closed by @yegor256. event_id:48607058964 event_type:IssuesEvent is_human:1 issue:549 where:github who:526301
2025-04-12T02:27:41Z pull-was-opened 799177290 _job:34120 branch:version-up details:The pull request zerocracy/judges-action#550 has been opened by @github-actions[bot]. event_id:48607046771 event_type:PullRequestEvent is_human:0 issue:550 where:github who:41898282
2025-04-12T01:49:24Z issue-was-opened 799177290 _job:34120 details:The issue zerocracy/judges-action#549 has been opened by @yegor256. event_id:48606645987 event_type:IssuesEvent is_human:1 issue:549 where:github who:526301
2025-04-12T03:18:53Z pull-was-opened 799177290 _job:34120 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#551 has been opened by @renovate[bot]. event_id:48607556854 event_type:PullRequestEvent is_human:0 issue:551 where:github who:29139614
2025-04-12T01:23:17Z issue-was-closed 802720676 _job:34120 details:The issue zerocracy/pages-action#247 has been closed by @yegor256. event_id:48606360015 event_type:IssuesEvent is_human:1 issue:247 where:github who:526301
2025-04-12T01:17:23Z issue-was-opened 802720676 _job:34120 details:The issue zerocracy/pages-action#247 has been opened by @yegor256. event_id:48606296764 event_type:IssuesEvent is_human:1 issue:247 where:github who:526301
2025-04-12T01:49:22Z label-was-attached 799177290 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#549. is_human:1 issue:549 label:bug where:github who:526301
2025-04-14T06:46:53Z issue-was-opened 799177290 _job:34120 details:The issue zerocracy/judges-action#552 has been opened by @yegor256. event_id:48642364135 event_type:IssuesEvent is_human:1 issue:552 where:github who:526301
2025-04-14T07:05:25Z pull-was-opened 799177290 _job:34120 branch:version-up details:The pull request zerocracy/judges-action#554 has been opened by @github-actions[bot]. event_id:48642955826 event_type:PullRequestEvent is_human:0 issue:554 where:github who:41898282
2025-04-14T07:04:30Z pull-was-opened 799177290 _job:34120 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#553 has been opened by @renovate[bot]. event_id:48642925738 event_type:PullRequestEvent is_human:0 issue:553 where:github who:29139614
2025-04-14T06:46:52Z label-was-attached 799177290 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#552. is_human:1 issue:552 label:bug where:github who:526301
2025-04-14T08:08:47Z issue-was-closed 799177290 _job:34120 details:The issue zerocracy/judges-action#552 has been closed by @yegor256. event_id:48645267783 event_type:IssuesEvent is_human:1 issue:552 where:github who:526301
2025-04-14T09:31:30Z issue-was-opened 820463873 _job:34120 details:The issue zerocracy/fbe#165 has been opened by @yegor256. event_id:48648669925 event_type:IssuesEvent is_human:1 issue:165 where:github who:526301
2025-04-14T10:12:05Z pull-was-opened 799177290 _job:34120 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#555 has been opened by @renovate[bot]. event_id:48650330327 event_type:PullRequestEvent is_human:0 issue:555 where:github who:29139614
2025-04-14T09:31:28Z label-was-attached 820463873 _job:34120 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/fbe#165. is_human:1 issue:165 label:enhancement where:github who:526301
2025-04-14T10:51:54Z pull-was-opened 799177290 _job:34120 branch:version-up details:The pull request zerocracy/judges-action#557 has been opened by @github-actions[bot]. event_id:48651874072 event_type:PullRequestEvent is_human:0 issue:557 where:github who:41898282
2025-04-14T10:50:57Z pull-was-opened 799177290 _job:34120 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#556 has been opened by @renovate[bot]. event_id:48651837708 event_type:PullRequestEvent is_human:0 issue:556 where:github who:29139614
2025-04-14T10:32:19Z issue-was-closed 820463873 _job:34120 details:The issue zerocracy/fbe#165 has been closed by @yegor256. event_id:48651116518 event_type:IssuesEvent is_human:1 issue:165 where:github who:526301
2025-04-14T11:58:23Z pull-was-opened 802720676 _job:34120 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#248 has been opened by @renovate[bot]. event_id:48654353422 event_type:PullRequestEvent is_human:0 issue:248 where:github who:29139614
2025-04-14T12:25:37Z pull-was-opened 849726475 _job:34120 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#65 has been opened by @renovate[bot]. event_id:48655460521 event_type:PullRequestEvent is_human:0 issue:65 where:github who:29139614
2025-04-15T07:32:31Z issue-was-opened 820463873 _job:34120 details:The issue zerocracy/fbe#166 has been opened by @yegor256. event_id:48689987503 event_type:IssuesEvent is_human:1 issue:166 where:github who:526301
2025-04-15T07:32:29Z label-was-attached 820463873 _job:34120 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/fbe#166. is_human:1 issue:166 label:bug where:github who:526301
2025-02-26T14:38:21Z code-was-contributed 799113787 _job:34120 comments:2 details:The pull request yegor256/judges#168 with 8 HoC created by @renovate[bot] was merged by @rultor after 3w5d of being in review and 2 comments. hoc:8 is_human:0 issue:168 merger:8086956 review_comments:0 seconds:2257670 where:github who:29139614
2025-02-28T16:48:46Z code-was-contributed 798641472 _job:34120 comments:0 details:The pull request yegor256/factbase#180 with 38 HoC created by @github-actions[bot] was merged by @yegor256 after 2h25m of being in review and 0 comments. hoc:38 is_human:0 issue:180 merger:526301 review_comments:0 seconds:8714 where:github who:41898282
2025-02-17T22:49:34Z code-was-contributed 849726475 _job:34120 comments:2 details:The pull request zerocracy/swarm-template#46 with 11 HoC created by @renovate[bot] was merged by @rultor after 2w3d of being in review and 2 comments. hoc:11 is_human:0 issue:46 merger:8086956 review_comments:0 seconds:1512968 where:github who:29139614
2025-01-03T14:14:20Z pull-was-merged 799177290 _job:34120 branch:renovate/zerocracy-judges-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#448 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:45238749528 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:448 review_comments:0 succeeded_builds:8 where:github who:526301
2025-01-03T14:05:59Z pull-was-merged 799177290 _job:34120 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#447 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:45238526862 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:447 review_comments:0 succeeded_builds:0 where:github who:526301
2025-01-09T08:05:04Z pull-was-merged 802720676 _job:34120 branch:renovate/judges-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#190 has been closed by @yegor256, with 31 HoC and 0 comments. event_id:45394745623 event_type:PullRequestEvent failed_builds:1 hoc:31 is_human:1 issue:190 review_comments:0 succeeded_builds:10 where:github who:526301
2025-01-09T08:04:53Z pull-was-merged 802720676 _job:34120 branch:renovate/qbash-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#191 has been closed by @yegor256, with 6 HoC and 0 comments. event_id:45394740627 event_type:PullRequestEvent failed_builds:1 hoc:6 is_human:1 issue:191 review_comments:0 succeeded_builds:10 where:github who:526301
2025-01-09T07:47:26Z pull-was-merged 802720676 _job:34120 branch:issue-171 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#188 has been closed by @yegor256, with 6 HoC and 0 comments. event_id:45394268020 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:1 issue:188 review_comments:0 succeeded_builds:11 where:github who:526301
2025-01-27T19:14:40Z pull-was-merged 798641472 _job:34120 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#152 has been closed by @yegor256, with 47 HoC and 0 comments. event_id:45960802472 event_type:PullRequestEvent failed_builds:0 hoc:47 is_human:1 issue:152 review_comments:0 succeeded_builds:0 where:github who:526301
2025-01-28T09:20:23Z pull-was-merged 802720676 _job:34120 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#195 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:45979458772 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:195 review_comments:0 succeeded_builds:0 where:github who:526301
2025-01-28T12:25:59Z pull-was-merged 799177290 _job:34120 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#458 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:45986057204 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:458 review_comments:0 succeeded_builds:0 where:github who:526301
2025-01-29T15:07:17Z pull-was-merged 798641472 _job:34120 branch:master comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#156 has been closed by @yegor256, with 1 HoC and 0 comments. event_id:46032469811 event_type:PullRequestEvent failed_builds:0 hoc:1 is_human:1 issue:156 review_comments:0 succeeded_builds:9 where:github who:526301
2025-02-21T16:04:08Z pull-was-merged 798641472 _job:34120 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#163 has been closed by @yegor256, with 898671 HoC and 0 comments. event_id:46825762789 event_type:PullRequestEvent failed_builds:0 hoc:898671 is_human:1 issue:163 review_comments:0 succeeded_builds:0 where:github who:526301
2025-02-21T17:20:29Z pull-was-merged 798641472 _job:34120 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#164 has been closed by @yegor256, with 16 HoC and 0 comments. event_id:46828378652 event_type:PullRequestEvent failed_builds:0 hoc:16 is_human:1 issue:164 review_comments:0 succeeded_builds:0 where:github who:526301
2025-02-24T12:55:52Z pull-was-merged 798641472 _job:34120 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#167 has been closed by @yegor256, with 25 HoC and 0 comments. event_id:46889152601 event_type:PullRequestEvent failed_builds:0 hoc:25 is_human:1 issue:167 review_comments:0 succeeded_builds:0 where:github who:526301
2025-02-24T16:18:59Z pull-was-merged 798641472 _job:34120 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#171 has been closed by @yegor256, with 32 HoC and 0 comments. event_id:46898002397 event_type:PullRequestEvent failed_builds:0 hoc:32 is_human:1 issue:171 review_comments:0 succeeded_builds:0 where:github who:526301
2025-02-24T17:06:29Z pull-was-merged 802720676 _job:34120 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#202 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:46899939090 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:202 review_comments:0 succeeded_builds:0 where:github who:526301
2025-02-27T01:02:25Z pull-was-merged 802720676 _job:34120 branch:renovate/rubocop-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#192 has been closed by @yegor256, with 8 HoC and 0 comments. event_id:47004178462 event_type:PullRequestEvent failed_builds:0 hoc:8 is_human:1 issue:192 review_comments:0 succeeded_builds:11 where:github who:526301
2025-02-28T16:48:46Z pull-was-merged 798641472 _job:34120 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#180 has been closed by @yegor256, with 38 HoC and 0 comments. event_id:47075526540 event_type:PullRequestEvent failed_builds:0 hoc:38 is_human:1 issue:180 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-03T15:36:03Z pull-was-merged 798641472 _job:34120 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#184 has been closed by @yegor256, with 51 HoC and 0 comments. event_id:47143422961 event_type:PullRequestEvent failed_builds:0 hoc:51 is_human:1 issue:184 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-04T10:49:15Z pull-was-merged 802720676 _job:34120 branch:renovate/rubocop-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#212 has been closed by @yegor256, with 6 HoC and 0 comments. event_id:47176272654 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:1 issue:212 review_comments:0 succeeded_builds:12 where:github who:526301
2025-03-04T13:57:08Z pull-was-merged 799177290 _job:34120 branch:renovate/zerocracy-judges-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#487 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:47183364531 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:487 review_comments:0 succeeded_builds:11 where:github who:526301
2025-03-05T04:04:40Z pull-was-merged 798641472 _job:34120 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#188 has been closed by @yegor256, with 48 HoC and 0 comments. event_id:47207589480 event_type:PullRequestEvent failed_builds:0 hoc:48 is_human:1 issue:188 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-17T09:05:50Z pull-was-merged 799177290 _job:34120 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#498 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:47628482181 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:498 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-17T08:52:07Z pull-was-merged 799177290 _job:34120 branch:renovate/factbase-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#489 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:47627922607 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:489 review_comments:0 succeeded_builds:11 where:github who:526301
2025-03-17T08:51:58Z pull-was-merged 799177290 _job:34120 branch:renovate/zerocracy-pages-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#496 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:47627916252 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:496 review_comments:0 succeeded_builds:11 where:github who:526301
2025-03-13T10:04:17Z pull-was-merged 799177290 _job:34120 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#493 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:47516199313 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:493 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-04T13:54:40Z pull-was-merged 799177290 _job:34120 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#486 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:47183264270 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:486 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-04T10:56:41Z pull-was-merged 799177290 _job:34120 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#483 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:47176563804 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:483 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-04T10:49:49Z pull-was-merged 799177290 _job:34120 branch:renovate/rubocop-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#481 has been closed by @yegor256, with 6 HoC and 0 comments. event_id:47176294248 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:1 issue:481 review_comments:0 succeeded_builds:11 where:github who:526301
2025-03-04T10:49:42Z pull-was-merged 799177290 _job:34120 branch:renovate/zerocracy-pages-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#482 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:47176290246 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:482 review_comments:0 succeeded_builds:11 where:github who:526301
2025-03-04T06:07:09Z pull-was-merged 799177290 _job:34120 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#478 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:47166326886 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:478 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-04T06:06:58Z pull-was-merged 799177290 _job:34120 branch:renovate/zerocracy-judges-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#479 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:47166321773 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:479 review_comments:0 succeeded_builds:11 where:github who:526301
2025-03-04T04:20:42Z pull-was-merged 799177290 _job:34120 branch:renovate/fbe-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#475 has been closed by @yegor256, with 4 HoC and 0 comments. event_id:47163993261 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:1 issue:475 review_comments:0 succeeded_builds:11 where:github who:526301
2025-03-01T23:16:59Z pull-was-merged 799177290 _job:34120 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#472 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:47101677983 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:472 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-01T23:16:21Z pull-was-merged 799177290 _job:34120 branch:renovate/zerocracy-judges-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#473 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:47101672747 event_type:PullRequestEvent failed_builds:1 hoc:2 is_human:1 issue:473 review_comments:0 succeeded_builds:10 where:github who:526301
2025-03-01T07:58:47Z pull-was-merged 799177290 _job:34120 branch:renovate/rubocop-1.x comments:0 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#471 has been closed by @yegor256, with 6 HoC and 0 comments. event_id:47091731334 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:1 issue:471 review_comments:0 succeeded_builds:10 where:github who:526301
2025-03-01T07:58:35Z pull-was-merged 799177290 _job:34120 branch:renovate/factbase-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#463 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:47091729430 event_type:PullRequestEvent failed_builds:1 hoc:2 is_human:1 issue:463 review_comments:0 succeeded_builds:10 where:github who:526301
2025-03-03T09:44:32Z pull-was-merged 799113787 _job:34120 branch:renovate/rubocop-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#176 has been closed by @yegor256, with 6 HoC and 3 comments. event_id:47129567458 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:1 issue:176 review_comments:0 succeeded_builds:9 where:github who:526301
2025-03-14T14:02:37Z pull-was-merged 802720676 _job:34120 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#225 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:47568058123 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:225 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-13T16:31:12Z pull-was-merged 802720676 _job:34120 branch:issue-71 comments:22 comments_appreciated:5 comments_by_author:11 comments_by_reviewers:12 comments_resolved:0 comments_to_code:5 details:The pull request zerocracy/pages-action#217 has been closed by @yegor256, with 17 HoC and 22 comments. event_id:47533040350 event_type:PullRequestEvent failed_builds:0 hoc:17 is_human:1 issue:217 review_comments:5 succeeded_builds:12 where:github who:526301
2025-03-13T10:43:10Z pull-was-merged 802720676 _job:34120 branch:renovate/fbe-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#222 has been closed by @yegor256, with 14 HoC and 0 comments. event_id:47517803081 event_type:PullRequestEvent failed_builds:0 hoc:14 is_human:1 issue:222 review_comments:0 succeeded_builds:12 where:github who:526301
2025-03-13T10:42:58Z pull-was-merged 802720676 _job:34120 branch:renovate/rubocop-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#223 has been closed by @yegor256, with 6 HoC and 0 comments. event_id:47517795360 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:1 issue:223 review_comments:0 succeeded_builds:12 where:github who:526301
2025-03-13T10:42:31Z pull-was-merged 802720676 _job:34120 branch:issue-83 comments:6 comments_appreciated:1 comments_by_author:4 comments_by_reviewers:3 comments_resolved:2 comments_to_code:3 details:The pull request zerocracy/pages-action#216 has been closed by @yegor256, with 58 HoC and 6 comments. event_id:47517777722 event_type:PullRequestEvent failed_builds:0 hoc:58 is_human:1 issue:216 review_comments:3 succeeded_builds:12 where:github who:526301
2025-03-13T07:17:19Z pull-was-merged 802720676 _job:34120 branch:renovate/minitest-5.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#220 has been closed by @yegor256, with 6 HoC and 0 comments. event_id:47510040993 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:1 issue:220 review_comments:0 succeeded_builds:12 where:github who:526301
2025-03-13T07:17:12Z pull-was-merged 802720676 _job:34120 branch:renovate/rubocop-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#221 has been closed by @yegor256, with 8 HoC and 0 comments. event_id:47510037940 event_type:PullRequestEvent failed_builds:0 hoc:8 is_human:1 issue:221 review_comments:0 succeeded_builds:12 where:github who:526301
2025-03-12T20:33:05Z pull-was-merged 802720676 _job:34120 branch:renovate/judges-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#211 has been closed by @yegor256, with 6 HoC and 0 comments. event_id:47495716205 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:1 issue:211 review_comments:0 succeeded_builds:24 where:github who:526301
2025-03-12T20:32:58Z pull-was-merged 802720676 _job:34120 branch:renovate/webmock-3.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#214 has been closed by @yegor256, with 6 HoC and 0 comments. event_id:47495712426 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:1 issue:214 review_comments:0 succeeded_builds:12 where:github who:526301
2025-03-04T10:49:05Z pull-was-merged 802720676 _job:34120 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#213 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:47176266723 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:213 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-04T04:24:13Z pull-was-merged 802720676 _job:34120 branch:renovate/judges-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#209 has been closed by @yegor256, with 6 HoC and 0 comments. event_id:47164057593 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:1 issue:209 review_comments:0 succeeded_builds:12 where:github who:526301
2025-03-04T04:24:07Z pull-was-merged 802720676 _job:34120 branch:renovate/fbe-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#208 has been closed by @yegor256, with 4 HoC and 0 comments. event_id:47164055480 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:1 issue:208 review_comments:0 succeeded_builds:12 where:github who:526301
2025-03-04T04:23:58Z pull-was-merged 802720676 _job:34120 branch:renovate/rubocop-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#207 has been closed by @yegor256, with 6 HoC and 0 comments. event_id:47164052955 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:1 issue:207 review_comments:0 succeeded_builds:11 where:github who:526301
2025-02-27T01:02:16Z pull-was-merged 802720676 _job:34120 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#206 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:47004175483 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:206 review_comments:0 succeeded_builds:0 where:github who:526301
2025-02-26T05:36:18Z pull-was-merged 802720676 _job:34120 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#204 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:46965043417 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:204 review_comments:0 succeeded_builds:0 where:github who:526301
2025-02-26T05:36:09Z pull-was-merged 802720676 _job:34120 branch:renovate/redcarpet-3.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#205 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:46965040126 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:205 review_comments:0 succeeded_builds:11 where:github who:526301
2025-03-14T14:17:22Z pull-was-merged 820463873 _job:34120 branch:renovate/rubocop-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#150 has been closed by @yegor256, with 6 HoC and 0 comments. event_id:47568645837 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:1 issue:150 review_comments:0 succeeded_builds:9 where:github who:526301
2025-03-13T07:11:01Z pull-was-merged 820463873 _job:34120 branch:renovate/webmock-3.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#139 has been closed by @yegor256, with 6 HoC and 0 comments. event_id:47509857785 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:1 issue:139 review_comments:0 succeeded_builds:9 where:github who:526301
2025-03-13T07:10:52Z pull-was-merged 820463873 _job:34120 branch:renovate/rubocop-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#146 has been closed by @yegor256, with 6 HoC and 0 comments. event_id:47509853664 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:1 issue:146 review_comments:0 succeeded_builds:9 where:github who:526301
2025-03-13T07:10:46Z pull-was-merged 820463873 _job:34120 branch:renovate/minitest-5.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#147 has been closed by @yegor256, with 6 HoC and 0 comments. event_id:47509850158 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:1 issue:147 review_comments:0 succeeded_builds:9 where:github who:526301
2025-03-02T06:07:24Z pull-was-merged 820463873 _job:34120 branch:renovate/rubocop-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#138 has been closed by @yegor256, with 12 HoC and 0 comments. event_id:47105050644 event_type:PullRequestEvent failed_builds:0 hoc:12 is_human:1 issue:138 review_comments:0 succeeded_builds:9 where:github who:526301
2025-03-02T06:07:17Z pull-was-merged 820463873 _job:34120 branch:renovate/rubocop-rake-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#143 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:47105049618 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:143 review_comments:0 succeeded_builds:9 where:github who:526301
2025-03-18T12:47:28Z pull-was-merged 798641472 _job:34120 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#204 has been closed by @yegor256, with 48 HoC and 0 comments. event_id:47684318539 event_type:PullRequestEvent failed_builds:0 hoc:48 is_human:1 issue:204 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-14T09:24:03Z pull-was-merged 798641472 _job:34120 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#199 has been closed by @yegor256, with 48 HoC and 0 comments. event_id:47558587837 event_type:PullRequestEvent failed_builds:0 hoc:48 is_human:1 issue:199 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-05T18:24:39Z pull-was-merged 798641472 _job:34120 branch:190 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#191 has been closed by @yegor256, with 860 HoC and 0 comments. event_id:47238281907 event_type:PullRequestEvent failed_builds:0 hoc:860 is_human:1 issue:191 review_comments:0 succeeded_builds:10 where:github who:526301
2025-03-04T12:28:59Z pull-was-merged 798641472 _job:34120 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#187 has been closed by @yegor256, with 48 HoC and 0 comments. event_id:47179948103 event_type:PullRequestEvent failed_builds:0 hoc:48 is_human:1 issue:187 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-03T15:06:57Z pull-was-merged 798641472 _job:34120 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#181 has been closed by @yegor256, with 48 HoC and 0 comments. event_id:47142192158 event_type:PullRequestEvent failed_builds:0 hoc:48 is_human:1 issue:181 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-03T14:53:42Z pull-was-merged 798641472 _job:34120 branch:182 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#183 has been closed by @yegor256, with 63 HoC and 0 comments. event_id:47141621984 event_type:PullRequestEvent failed_builds:4 hoc:63 is_human:1 issue:183 review_comments:0 succeeded_builds:6 where:github who:526301
2025-03-20T13:54:05Z pull-was-merged 798641472 _job:34120 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#208 has been closed by @yegor256, with 48 HoC and 0 comments. event_id:47779553535 event_type:PullRequestEvent failed_builds:0 hoc:48 is_human:1 issue:208 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-20T14:35:44Z pull-was-merged 802720676 _job:34120 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#229 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:47781592563 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:229 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-21T06:27:42Z pull-was-merged 799177290 _job:34120 branch:renovate/judges-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#490 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:47808364100 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:490 review_comments:0 succeeded_builds:11 where:github who:526301
2025-03-21T06:27:07Z pull-was-merged 799177290 _job:34137 branch:renovate/zerocracy-pages-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#505 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:47808349345 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:505 review_comments:0 succeeded_builds:11 where:github who:526301
2025-03-21T11:02:38Z pull-was-merged 799177290 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#506 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:47817395849 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:506 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-23T05:43:03Z pull-was-merged 798641472 _job:34137 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#209 has been closed by @yegor256, with 48 HoC and 0 comments. event_id:47859846433 event_type:PullRequestEvent failed_builds:0 hoc:48 is_human:1 issue:209 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-30T03:23:18Z pull-was-merged 798641472 _job:34137 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#210 has been closed by @yegor256, with 48 HoC and 0 comments. event_id:48116128704 event_type:PullRequestEvent failed_builds:0 hoc:48 is_human:1 issue:210 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-30T05:14:13Z pull-was-merged 798641472 _job:34137 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#213 has been closed by @yegor256, with 48 HoC and 0 comments. event_id:48117008202 event_type:PullRequestEvent failed_builds:0 hoc:48 is_human:1 issue:213 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-30T07:23:34Z pull-was-merged 802720676 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#236 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:48118115992 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:236 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-30T15:26:55Z pull-was-merged 802720676 _job:34137 branch:renovate/fbe-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#237 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:48123329023 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:237 review_comments:0 succeeded_builds:12 where:github who:526301
2025-03-31T14:55:47Z pull-was-merged 799177290 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#513 has been closed by @yegor256, with 4 HoC and 0 comments. event_id:48153771815 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:1 issue:513 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-31T14:55:34Z pull-was-merged 799177290 _job:34137 branch:renovate/zerocracy-pages-action-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#514 has been closed by @yegor256, with 2 HoC and 3 comments. event_id:48153761310 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:514 review_comments:0 succeeded_builds:11 where:github who:526301
2025-03-31T16:06:01Z pull-was-merged 799177290 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#521 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:48156675782 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:521 review_comments:0 succeeded_builds:0 where:github who:526301
2025-04-05T04:24:47Z pull-was-merged 799113787 _job:34137 branch:renovate/rubocop-1.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#194 has been closed by @yegor256, with 6 HoC and 0 comments. event_id:48350117096 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:1 issue:194 review_comments:0 succeeded_builds:10 where:github who:526301
2025-04-05T09:49:44Z pull-was-merged 799177290 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#530 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:48353381351 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:530 review_comments:0 succeeded_builds:0 where:github who:526301
2025-04-05T10:13:04Z pull-was-merged 799177290 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#532 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:48353625276 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:532 review_comments:0 succeeded_builds:0 where:github who:526301
2025-04-06T03:02:42Z pull-was-merged 799177290 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#537 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:48364022758 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:537 review_comments:0 succeeded_builds:0 where:github who:526301
2025-04-06T03:02:31Z pull-was-merged 799177290 _job:34137 branch:renovate/zerocracy-judges-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#536 has been closed by @yegor256, with 2 HoC and 2 comments. event_id:48364021041 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:536 review_comments:0 succeeded_builds:11 where:github who:526301
2025-04-07T12:08:04Z pull-was-merged 798641472 _job:34137 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#214 has been closed by @yegor256, with 48 HoC and 0 comments. event_id:48398446622 event_type:PullRequestEvent failed_builds:0 hoc:48 is_human:1 issue:214 review_comments:0 succeeded_builds:0 where:github who:526301
2025-04-08T00:37:23Z pull-was-merged 799177290 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#542 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:48424490040 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:542 review_comments:0 succeeded_builds:0 where:github who:526301
2025-04-09T00:36:47Z pull-was-merged 799177290 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#547 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:48471824033 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:547 review_comments:0 succeeded_builds:0 where:github who:526301
2025-04-12T02:29:12Z pull-was-merged 799177290 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#550 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:48607060461 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:550 review_comments:0 succeeded_builds:0 where:github who:526301
2025-04-14T08:08:54Z pull-was-merged 799177290 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#554 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:48645272806 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:554 review_comments:0 succeeded_builds:0 where:github who:526301
2025-04-14T10:32:38Z pull-was-merged 799177290 _job:34137 branch:renovate/fbe-0.x-lockfile comments:0 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#555 has been closed by @yegor256, with 5 HoC and 0 comments. event_id:48651130127 event_type:PullRequestEvent failed_builds:0 hoc:5 is_human:1 issue:555 review_comments:0 succeeded_builds:11 where:github who:526301
2025-04-14T11:09:24Z pull-was-merged 799177290 _job:34137 branch:renovate/zerocracy-judges-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#556 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:48652528133 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:556 review_comments:0 succeeded_builds:11 where:github who:526301
2025-04-14T11:09:12Z pull-was-merged 799177290 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#557 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:48652520958 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:557 review_comments:0 succeeded_builds:0 where:github who:526301
2025-04-15T17:37:00Z issue-was-opened 820463873 _job:34137 details:The issue zerocracy/fbe#167 has been opened by @yegor256. event_id:48715456718 event_type:IssuesEvent is_human:1 issue:167 where:github who:526301
2025-04-15T11:14:28Z issue-was-closed 820463873 _job:34137 details:The issue zerocracy/fbe#166 has been closed by @yegor256. event_id:48699042136 event_type:IssuesEvent is_human:1 issue:166 where:github who:526301
2025-04-15T21:41:18Z pull-was-opened 840215648 _job:34137 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/baza.rb#56 has been opened by @renovate[bot]. event_id:48723212996 event_type:PullRequestEvent is_human:0 issue:56 where:github who:29139614
2025-04-15T17:46:09Z issue-was-closed 798641472 _job:34137 details:The issue yegor256/factbase#223 has been closed by @yegor256. event_id:48715771266 event_type:IssuesEvent is_human:1 issue:223 where:github who:526301
2025-04-15T17:32:53Z issue-was-opened 798641472 _job:34137 details:The issue yegor256/factbase#223 has been opened by @yegor256. event_id:48715315982 event_type:IssuesEvent is_human:1 issue:223 where:github who:526301
2025-04-15T17:03:33Z pull-was-opened 798641472 _job:34137 branch:benchmark-results details:The pull request yegor256/factbase#222 has been opened by @github-actions[bot]. event_id:48714268686 event_type:PullRequestEvent is_human:0 issue:222 where:github who:41898282
2025-04-15T21:49:52Z pull-was-opened 802720676 _job:34137 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/pages-action#250 has been opened by @renovate[bot]. event_id:48723418642 event_type:PullRequestEvent is_human:0 issue:250 where:github who:29139614
2025-04-15T15:58:13Z pull-was-opened 802720676 _job:34137 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#249 has been opened by @renovate[bot]. event_id:48711765992 event_type:PullRequestEvent is_human:0 issue:249 where:github who:29139614
2025-04-15T18:11:09Z pull-was-opened 799177290 _job:34137 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/judges-action#563 has been opened by @renovate[bot]. event_id:48716634720 event_type:PullRequestEvent is_human:0 issue:563 where:github who:29139614
2025-04-15T17:36:01Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#562 has been opened by @yegor256. event_id:48715423733 event_type:IssuesEvent is_human:1 issue:562 where:github who:526301
2025-04-15T14:16:15Z issue-was-closed 799177290 _job:34137 details:The issue zerocracy/judges-action#558 has been closed by @yegor256. event_id:48706968485 event_type:IssuesEvent is_human:1 issue:558 where:github who:526301
2025-04-15T13:06:10Z pull-was-opened 799177290 _job:34137 branch:version-up details:The pull request zerocracy/judges-action#561 has been opened by @github-actions[bot]. event_id:48703674022 event_type:PullRequestEvent is_human:0 issue:561 where:github who:41898282
2025-04-15T13:05:15Z pull-was-closed 799177290 _job:34137 branch:renovate/fbe-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#559 has been closed by @renovate[bot], with 4 HoC and 0 comments. event_id:48703630950 event_type:PullRequestEvent failed_builds:1 hoc:4 is_human:0 issue:559 succeeded_builds:10 where:github who:29139614
2025-04-15T13:05:14Z pull-was-opened 799177290 _job:34137 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#560 has been opened by @renovate[bot]. event_id:48703630422 event_type:PullRequestEvent is_human:0 issue:560 where:github who:29139614
2025-04-15T12:15:47Z pull-was-opened 799177290 _job:34137 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#559 has been opened by @renovate[bot]. event_id:48701433109 event_type:PullRequestEvent is_human:0 issue:559 where:github who:29139614
2025-04-15T11:55:26Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#558 has been opened by @yegor256. event_id:48700602718 event_type:IssuesEvent is_human:1 issue:558 where:github who:526301
2025-04-15T12:37:36Z pull-was-opened 849726475 _job:34137 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#66 has been opened by @renovate[bot]. event_id:48702379767 event_type:PullRequestEvent is_human:0 issue:66 where:github who:29139614
2025-04-15T14:16:36Z pull-was-merged 799177290 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#561 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:48706986651 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:561 review_comments:0 succeeded_builds:0 where:github who:526301
2025-04-15T17:32:51Z label-was-attached 798641472 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/factbase#223. is_human:1 issue:223 label:enhancement where:github who:526301
2025-04-15T17:36:58Z label-was-attached 820463873 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/fbe#167. is_human:1 issue:167 label:bug where:github who:526301
2025-04-18T09:47:26Z pull-was-closed 799177290 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#572 has been closed by @github-actions[bot], with 2 HoC and 0 comments. event_id:48824271575 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:572 succeeded_builds:0 where:github who:41898282
2025-04-18T09:47:11Z pull-was-opened 799177290 _job:34137 branch:version-up details:The pull request zerocracy/judges-action#572 has been opened by @github-actions[bot]. event_id:48824265484 event_type:PullRequestEvent is_human:0 issue:572 where:github who:41898282
2025-04-18T09:46:19Z pull-was-opened 799177290 _job:34137 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#571 has been opened by @renovate[bot]. event_id:48824243423 event_type:PullRequestEvent is_human:0 issue:571 where:github who:29139614
2025-04-18T09:45:26Z issue-was-closed 799177290 _job:34137 details:The issue zerocracy/judges-action#569 has been closed by @yegor256. event_id:48824221511 event_type:IssuesEvent is_human:1 issue:569 where:github who:526301
2025-04-18T09:27:40Z pull-was-opened 799177290 _job:34137 branch:version-up details:The pull request zerocracy/judges-action#570 has been opened by @github-actions[bot]. event_id:48823779016 event_type:PullRequestEvent is_human:0 issue:570 where:github who:41898282
2025-04-18T09:09:05Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#569 has been opened by @yegor256. event_id:48823296532 event_type:IssuesEvent is_human:1 issue:569 where:github who:526301
2025-04-18T09:52:40Z pull-was-opened 849726475 _job:34137 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#68 has been opened by @renovate[bot]. event_id:48824398577 event_type:PullRequestEvent is_human:0 issue:68 where:github who:29139614
2025-04-18T09:45:43Z pull-was-merged 799177290 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#570 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:48824228299 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:570 review_comments:0 succeeded_builds:0 where:github who:526301
2025-04-18T09:45:36Z pull-was-merged 799177290 _job:34137 branch:renovate/fbe-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#559 has been closed by @yegor256, with 4 HoC and 2 comments. event_id:48824225533 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:1 issue:559 review_comments:0 succeeded_builds:11 where:github who:526301
2025-04-18T11:24:25Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#573 has been opened by @yegor256. event_id:48826464728 event_type:IssuesEvent is_human:1 issue:573 where:github who:526301
2025-04-18T09:08:20Z issue-was-closed 820463873 _job:34137 details:The issue zerocracy/fbe#168 has been closed by @yegor256. event_id:48823276158 event_type:IssuesEvent is_human:1 issue:168 where:github who:526301
2025-04-18T08:31:18Z issue-was-opened 820463873 _job:34137 details:The issue zerocracy/fbe#168 has been opened by @yegor256. event_id:48822330143 event_type:IssuesEvent is_human:1 issue:168 where:github who:526301
2025-04-18T11:35:03Z pull-was-opened 802720676 _job:34137 branch:renovate/rubocop-rspec-3.x-lockfile details:The pull request zerocracy/pages-action#253 has been opened by @renovate[bot]. event_id:48826689045 event_type:PullRequestEvent is_human:0 issue:253 where:github who:29139614
2025-04-18T11:34:55Z pull-was-opened 802720676 _job:34137 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#252 has been opened by @renovate[bot]. event_id:48826686583 event_type:PullRequestEvent is_human:0 issue:252 where:github who:29139614
2025-04-18T13:13:37Z pull-was-opened 799177290 _job:34137 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#574 has been opened by @renovate[bot]. event_id:48829004936 event_type:PullRequestEvent is_human:0 issue:574 where:github who:29139614
2025-04-18T13:12:54Z pull-was-opened 798641472 _job:34137 branch:renovate/rubocop-rspec-3.x-lockfile details:The pull request yegor256/factbase#224 has been opened by @renovate[bot]. event_id:48828986369 event_type:PullRequestEvent is_human:0 issue:224 where:github who:29139614
2025-04-18T08:31:17Z label-was-attached 820463873 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/fbe#168. is_human:1 issue:168 label:enhancement where:github who:526301
2025-04-18T14:39:10Z pull-was-opened 849726475 _job:34137 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#69 has been opened by @renovate[bot]. event_id:48831188002 event_type:PullRequestEvent is_human:0 issue:69 where:github who:29139614
2025-04-18T14:45:04Z pull-was-opened 799177290 _job:34137 branch:version-up details:The pull request zerocracy/judges-action#575 has been opened by @github-actions[bot]. event_id:48831339496 event_type:PullRequestEvent is_human:0 issue:575 where:github who:41898282
2025-04-18T14:43:56Z pull-was-closed 799177290 _job:34137 branch:renovate/fbe-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#574 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:48831310446 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:574 succeeded_builds:11 where:github who:29139614
2025-04-18T13:45:21Z issue-was-opened 799113787 _job:34137 details:The issue yegor256/judges#199 has been opened by @yegor256. event_id:48829797975 event_type:IssuesEvent is_human:1 issue:199 where:github who:526301
2025-04-18T12:47:20Z pull-was-opened 799113787 _job:34137 branch:renovate/rubocop-rspec-3.x-lockfile details:The pull request yegor256/judges#198 has been opened by @renovate[bot]. event_id:48828342402 event_type:PullRequestEvent is_human:0 issue:198 where:github who:29139614
2025-04-18T09:09:04Z label-was-attached 799177290 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#569. is_human:1 issue:569 label:enhancement where:github who:526301
2025-04-18T11:24:24Z label-was-attached 799177290 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#573. is_human:1 issue:573 label:bug where:github who:526301
2025-03-19T16:12:07Z who-has-name _job:34137 is_human:1 name:yegorov where:github who:2566462
2025-03-19T16:12:08Z who-has-name _job:34137 is_human:1 name:legolass322 where:github who:31362961
2025-04-18T12:52:04Z issue-was-opened 820463873 _job:34137 details:The issue zerocracy/fbe#169 has been opened by @yegor256. event_id:48828461530 event_type:IssuesEvent is_human:1 issue:169 where:github who:526301
2025-04-18T15:10:34Z pull-was-opened 799177290 _job:34137 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#576 has been opened by @renovate[bot]. event_id:48832014562 event_type:PullRequestEvent is_human:0 issue:576 where:github who:29139614
2025-04-18T14:23:58Z issue-was-closed 820463873 _job:34137 details:The issue zerocracy/fbe#169 has been closed by @yegor256. event_id:48830783506 event_type:IssuesEvent is_human:1 issue:169 where:github who:526301
2025-04-18T16:29:43Z issue-was-closed 799177290 _job:34137 details:The issue zerocracy/judges-action#573 has been closed by @yegor256. event_id:48833979981 event_type:IssuesEvent is_human:1 issue:573 where:github who:526301
2025-04-18T17:53:02Z pull-was-opened 802720676 _job:34137 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#254 has been opened by @renovate[bot]. event_id:48835861685 event_type:PullRequestEvent is_human:0 issue:254 where:github who:29139614
2025-04-18T20:57:50Z pull-was-opened 799113787 _job:34137 branch:renovate/eslint-monorepo details:The pull request yegor256/judges#200 has been opened by @renovate[bot]. event_id:48839694971 event_type:PullRequestEvent is_human:0 issue:200 where:github who:29139614
2025-04-18T13:45:20Z label-was-attached 799113787 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#199. is_human:1 issue:199 label:bug where:github who:526301
2025-04-18T12:52:02Z label-was-attached 820463873 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/fbe#169. is_human:1 issue:169 label:bug where:github who:526301
2025-04-19T14:48:48Z issue-was-closed 799113787 _job:34137 details:The issue yegor256/judges#199 has been closed by @yegor256. event_id:48851202497 event_type:IssuesEvent is_human:1 issue:199 where:github who:526301
2025-04-19T15:21:11Z issue-was-opened 799113787 _job:34137 details:The issue yegor256/judges#201 has been opened by @yegor256. event_id:48851570828 event_type:IssuesEvent is_human:1 issue:201 where:github who:526301
2025-04-19T16:09:22Z pull-was-opened 799177290 _job:34137 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/judges-action#577 has been opened by @renovate[bot]. event_id:48852085183 event_type:PullRequestEvent is_human:0 issue:577 where:github who:29139614
2025-04-19T17:51:58Z issue-was-closed 799113787 _job:34137 details:The issue yegor256/judges#201 has been closed by @yegor256. event_id:48853185693 event_type:IssuesEvent is_human:1 issue:201 where:github who:526301
2025-04-19T19:01:15Z pull-was-opened 802720676 _job:34137 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#255 has been opened by @renovate[bot]. event_id:48853896860 event_type:PullRequestEvent is_human:0 issue:255 where:github who:29139614
2025-04-19T18:31:53Z pull-was-opened 849726475 _job:34137 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#70 has been opened by @renovate[bot]. event_id:48853608787 event_type:PullRequestEvent is_human:0 issue:70 where:github who:29139614
2025-04-19T18:06:01Z pull-was-opened 799177290 _job:34137 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#578 has been opened by @renovate[bot]. event_id:48853330805 event_type:PullRequestEvent is_human:0 issue:578 where:github who:29139614
2025-04-20T04:03:49Z pull-was-merged 799177290 _job:34137 branch:version-up comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#575 has been closed by @yegor256, with 2 HoC and 3 comments. event_id:48858450168 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:575 review_comments:0 succeeded_builds:0 where:github who:526301
2025-04-21T20:33:11Z pull-was-opened 799113787 _job:34137 branch:renovate/eslint-monorepo details:The pull request yegor256/judges#202 has been opened by @renovate[bot]. event_id:48900760982 event_type:PullRequestEvent is_human:0 issue:202 where:github who:29139614
2025-04-22T10:07:37Z pull-was-opened 799177290 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/judges-action#579 has been opened by @renovate[bot]. event_id:48921550699 event_type:PullRequestEvent is_human:0 issue:579 where:github who:29139614
2025-04-22T09:58:37Z pull-was-opened 799113787 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request yegor256/judges#203 has been opened by @renovate[bot]. event_id:48921175690 event_type:PullRequestEvent is_human:0 issue:203 where:github who:29139614
2025-04-22T10:39:34Z pull-was-opened 820463873 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/fbe#170 has been opened by @renovate[bot]. event_id:48922800959 event_type:PullRequestEvent is_human:0 issue:170 where:github who:29139614
2025-04-22T12:11:20Z pull-was-opened 840215648 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/baza.rb#57 has been opened by @renovate[bot]. event_id:48926263919 event_type:PullRequestEvent is_human:0 issue:57 where:github who:29139614
2025-04-22T11:51:21Z pull-was-opened 802720676 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/pages-action#256 has been opened by @renovate[bot]. event_id:48925479976 event_type:PullRequestEvent is_human:0 issue:256 where:github who:29139614
2025-04-22T12:40:34Z pull-was-opened 849726475 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/swarm-template#71 has been opened by @renovate[bot]. event_id:48927504359 event_type:PullRequestEvent is_human:0 issue:71 where:github who:29139614
2025-04-22T14:02:23Z pull-was-opened 798641472 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request yegor256/factbase#225 has been opened by @renovate[bot]. event_id:48931271537 event_type:PullRequestEvent is_human:0 issue:225 where:github who:29139614
2025-04-23T04:11:03Z issue-was-opened 820463873 _job:34137 details:The issue zerocracy/fbe#171 has been opened by @yegor256. event_id:48955223481 event_type:IssuesEvent is_human:1 issue:171 where:github who:526301
2025-04-23T05:05:48Z issue-was-closed 820463873 _job:34137 details:The issue zerocracy/fbe#171 has been closed by @yegor256. event_id:48956317499 event_type:IssuesEvent is_human:1 issue:171 where:github who:526301
2025-04-23T07:27:14Z pull-was-opened 849726475 _job:34137 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#72 has been opened by @renovate[bot]. event_id:48960325313 event_type:PullRequestEvent is_human:0 issue:72 where:github who:29139614
2025-04-23T05:39:44Z pull-was-opened 799177290 _job:34137 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#580 has been opened by @renovate[bot]. event_id:48957106467 event_type:PullRequestEvent is_human:0 issue:580 where:github who:29139614
2025-04-23T04:11:02Z label-was-attached 820463873 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/fbe#171. is_human:1 issue:171 label:enhancement where:github who:526301
2025-04-23T07:05:37Z pull-was-opened 802720676 _job:34137 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#257 has been opened by @renovate[bot]. event_id:48959628835 event_type:PullRequestEvent is_human:0 issue:257 where:github who:29139614
2025-04-28T15:08:05Z pull-was-opened 799177290 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/judges-action#581 has been opened by @renovate[bot]. event_id:49142508628 event_type:PullRequestEvent is_human:0 issue:581 where:github who:29139614
2025-04-28T17:00:46Z pull-was-opened 802720676 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/pages-action#258 has been opened by @renovate[bot]. event_id:49146895331 event_type:PullRequestEvent is_human:0 issue:258 where:github who:29139614
2025-04-28T15:30:41Z pull-was-opened 799113787 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request yegor256/judges#204 has been opened by @renovate[bot]. event_id:49143498704 event_type:PullRequestEvent is_human:0 issue:204 where:github who:29139614
2025-04-28T20:03:40Z pull-was-opened 849726475 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/swarm-template#73 has been opened by @renovate[bot]. event_id:49153087086 event_type:PullRequestEvent is_human:0 issue:73 where:github who:29139614
2025-04-28T19:15:26Z pull-was-opened 820463873 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/fbe#172 has been opened by @renovate[bot]. event_id:49151515162 event_type:PullRequestEvent is_human:0 issue:172 where:github who:29139614
2025-04-28T20:30:09Z pull-was-opened 840215648 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/baza.rb#58 has been opened by @renovate[bot]. event_id:49153940069 event_type:PullRequestEvent is_human:0 issue:58 where:github who:29139614
2025-04-28T12:29:01Z pull-was-opened 974194993 _job:34137 branch:renovate/configure details:The pull request zerocracy/zerocracy-mcp-server#2 has been opened by @renovate[bot]. event_id:49135332008 event_type:PullRequestEvent is_human:0 issue:2 where:github who:29139614
2025-04-28T12:28:17Z issue-was-opened 974194993 _job:34137 details:The issue zerocracy/zerocracy-mcp-server#1 has been opened by @yegor256. event_id:49135302585 event_type:IssuesEvent is_human:1 issue:1 where:github who:526301
2025-04-29T09:05:02Z issue-was-opened 974194993 _job:34137 details:The issue zerocracy/zerocracy-mcp-server#3 has been opened by @renovate[bot]. event_id:49172373043 event_type:IssuesEvent is_human:0 issue:3 where:github who:29139614
2025-04-29T09:04:36Z pull-was-merged 974194993 _job:34137 branch:renovate/configure comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/zerocracy-mcp-server#2 has been closed by @yegor256, with 6 HoC and 0 comments. event_id:49172355771 event_type:PullRequestEvent failed_builds:2 hoc:6 is_human:1 issue:2 review_comments:0 succeeded_builds:6 where:github who:526301
2025-04-29T09:51:33Z issue-was-opened 974194993 _job:34137 details:The issue zerocracy/zerocracy-mcp-server#4 has been opened by @yegor256. event_id:49174271397 event_type:IssuesEvent is_human:1 issue:4 where:github who:526301
2025-04-29T09:51:19Z issue-was-closed 974194993 _job:34137 details:The issue zerocracy/zerocracy-mcp-server#1 has been closed by @yegor256. event_id:49174261677 event_type:IssuesEvent is_human:1 issue:1 where:github who:526301
2025-04-29T20:01:09Z pull-was-opened 798641472 _job:34137 branch:539 details:The pull request yegor256/factbase#226 has been opened by @yegorov. event_id:49198709328 event_type:PullRequestEvent is_human:1 issue:226 where:github who:2566462
2025-05-01T06:40:30Z issue-was-closed 974194993 _job:34137 details:The issue zerocracy/zerocracy-mcp-server#8 has been closed by @yegor256. event_id:49255677456 event_type:IssuesEvent is_human:1 issue:8 where:github who:526301
2025-05-01T05:30:30Z pull-was-closed 974194993 _job:34137 branch:renovate/zerocracy-mcp-server-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/zerocracy-mcp-server#7 has been closed by @renovate[bot], with 27 HoC and 0 comments. event_id:49254477024 event_type:PullRequestEvent failed_builds:0 hoc:27 is_human:0 issue:7 succeeded_builds:9 where:github who:29139614
2025-05-01T05:29:26Z issue-was-opened 974194993 _job:34137 details:The issue zerocracy/zerocracy-mcp-server#8 has been opened by @yegor256. event_id:49254456368 event_type:IssuesEvent is_human:1 issue:8 where:github who:526301
2025-05-01T05:19:24Z issue-was-closed 974194993 _job:34137 details:The issue zerocracy/zerocracy-mcp-server#6 has been closed by @yegor256. event_id:49254282619 event_type:IssuesEvent is_human:1 issue:6 where:github who:526301
2025-05-01T05:16:38Z pull-was-opened 974194993 _job:34137 branch:renovate/zerocracy-mcp-server-0.x details:The pull request zerocracy/zerocracy-mcp-server#7 has been opened by @renovate[bot]. event_id:49254238825 event_type:PullRequestEvent is_human:0 issue:7 where:github who:29139614
2025-05-01T05:29:24Z label-was-attached 974194993 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/zerocracy-mcp-server#8. is_human:1 issue:8 label:bug where:github who:526301
2025-05-01T14:17:14Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#586 has been opened by @yegor256. event_id:49265951809 event_type:IssuesEvent is_human:1 issue:586 where:github who:526301
2025-05-01T14:39:14Z pull-was-opened 802720676 _job:34137 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#261 has been opened by @renovate[bot]. event_id:49266647031 event_type:PullRequestEvent is_human:0 issue:261 where:github who:29139614
2025-05-01T14:44:57Z pull-was-opened 799177290 _job:34137 branch:version-up details:The pull request zerocracy/judges-action#588 has been opened by @github-actions[bot]. event_id:49266817864 event_type:PullRequestEvent is_human:0 issue:588 where:github who:41898282
2025-05-01T14:44:29Z issue-was-closed 799177290 _job:34137 details:The issue zerocracy/judges-action#586 has been closed by @yegor256. event_id:49266803804 event_type:IssuesEvent is_human:1 issue:586 where:github who:526301
2025-05-01T14:43:51Z pull-was-opened 799177290 _job:34137 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#587 has been opened by @renovate[bot]. event_id:49266784542 event_type:PullRequestEvent is_human:0 issue:587 where:github who:29139614
2025-05-01T13:50:43Z issue-was-opened 799113787 _job:34137 details:The issue yegor256/judges#205 has been opened by @yegor256. event_id:49265164259 event_type:IssuesEvent is_human:1 issue:205 where:github who:526301
2025-05-01T14:44:43Z pull-was-merged 799177290 _job:34137 branch:renovate/zerocracy-judges-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#587 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:49266810375 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:587 review_comments:0 succeeded_builds:11 where:github who:526301
2025-05-01T13:50:41Z label-was-attached 799113787 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#205. is_human:1 issue:205 label:enhancement where:github who:526301
2025-05-01T14:23:27Z issue-was-closed 799113787 _job:34137 details:The issue yegor256/judges#205 has been closed by @yegor256. event_id:49266143718 event_type:IssuesEvent is_human:1 issue:205 where:github who:526301
2025-05-01T18:12:47Z pull-was-opened 849726475 _job:34137 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#75 has been opened by @renovate[bot]. event_id:49272898700 event_type:PullRequestEvent is_human:0 issue:75 where:github who:29139614
2025-05-01T14:17:12Z label-was-attached 799177290 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#586. is_human:1 issue:586 label:enhancement where:github who:526301
2025-05-02T05:18:06Z pull-was-merged 799177290 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#588 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:49285997160 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:588 review_comments:0 succeeded_builds:0 where:github who:526301
2025-05-02T07:39:11Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#589 has been opened by @yegor256. event_id:49289240466 event_type:IssuesEvent is_human:1 issue:589 where:github who:526301
2025-05-02T07:39:09Z label-was-attached 799177290 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#589. is_human:1 issue:589 label:bug where:github who:526301
2025-05-02T07:41:18Z issue-was-opened 820463873 _job:34137 details:The issue zerocracy/fbe#175 has been opened by @yegor256. event_id:49289297946 event_type:IssuesEvent is_human:1 issue:175 where:github who:526301
2025-05-02T07:41:17Z label-was-attached 820463873 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/fbe#175. is_human:1 issue:175 label:enhancement where:github who:526301
2025-05-02T07:54:45Z pull-was-closed 799113787 _job:34137 branch:139 comments:2 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:2 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#143 has been closed by @yegor256, with 117 HoC and 2 comments. event_id:49289659227 event_type:PullRequestEvent failed_builds:2 hoc:117 is_human:1 issue:143 succeeded_builds:6 where:github who:526301
2025-05-03T00:46:09Z pull-was-opened 799113787 _job:34137 branch:renovate/eslint-monorepo details:The pull request yegor256/judges#206 has been opened by @renovate[bot]. event_id:49316673829 event_type:PullRequestEvent is_human:0 issue:206 where:github who:29139614
2025-05-03T11:43:38Z pull-was-opened 974194993 _job:34137 branch:renovate/eslint-monorepo details:The pull request zerocracy/zerocracy-mcp-server#10 has been opened by @renovate[bot]. event_id:49323180435 event_type:PullRequestEvent is_human:0 issue:10 where:github who:29139614
2025-05-03T11:43:33Z pull-was-opened 974194993 _job:34137 branch:renovate/modelcontextprotocol-sdk-1.x-lockfile details:The pull request zerocracy/zerocracy-mcp-server#9 has been opened by @renovate[bot]. event_id:49323179599 event_type:PullRequestEvent is_human:0 issue:9 where:github who:29139614
2025-05-05T04:43:08Z issue-was-closed 820463873 _job:34137 details:The issue zerocracy/fbe#175 has been closed by @yegor256. event_id:49349620242 event_type:IssuesEvent is_human:1 issue:175 where:github who:526301
2025-05-05T05:12:45Z pull-was-opened 799177290 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/judges-action#592 has been opened by @renovate[bot]. event_id:49350117331 event_type:PullRequestEvent is_human:0 issue:592 where:github who:29139614
2025-05-05T05:48:40Z pull-was-opened 802720676 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/pages-action#262 has been opened by @renovate[bot]. event_id:49350804028 event_type:PullRequestEvent is_human:0 issue:262 where:github who:29139614
2025-05-05T06:22:15Z pull-was-opened 840215648 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/baza.rb#60 has been opened by @renovate[bot]. event_id:49351562047 event_type:PullRequestEvent is_human:0 issue:60 where:github who:29139614
2025-05-05T07:23:36Z pull-was-opened 849726475 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/swarm-template#76 has been opened by @renovate[bot]. event_id:49353294828 event_type:PullRequestEvent is_human:0 issue:76 where:github who:29139614
2025-05-05T09:10:52Z pull-was-opened 799113787 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request yegor256/judges#207 has been opened by @renovate[bot]. event_id:49356899553 event_type:PullRequestEvent is_human:0 issue:207 where:github who:29139614
2025-05-05T09:51:03Z pull-was-opened 820463873 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/fbe#178 has been opened by @renovate[bot]. event_id:49358345304 event_type:PullRequestEvent is_human:0 issue:178 where:github who:29139614
2025-05-05T10:09:13Z pull-was-merged 820463873 _job:34137 branch:renovate/rubocop-1.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#178 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:49358993474 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:178 review_comments:0 succeeded_builds:9 where:github who:526301
2025-05-05T10:12:13Z pull-was-opened 799177290 _job:34137 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#593 has been opened by @renovate[bot]. event_id:49359098921 event_type:PullRequestEvent is_human:0 issue:593 where:github who:29139614
2025-05-05T11:22:59Z pull-was-opened 849726475 _job:34137 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#77 has been opened by @renovate[bot]. event_id:49361519404 event_type:PullRequestEvent is_human:0 issue:77 where:github who:29139614
2025-05-05T11:27:07Z pull-was-opened 802720676 _job:34137 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#263 has been opened by @renovate[bot]. event_id:49361660541 event_type:PullRequestEvent is_human:0 issue:263 where:github who:29139614
2025-05-05T13:56:43Z pull-was-closed 798641472 _job:34137 branch:renovate/rubocop-1.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#225 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:49367656417 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:225 succeeded_builds:10 where:github who:29139614
2025-05-05T16:56:30Z issue-was-closed 799177290 _job:34137 details:The issue zerocracy/judges-action#93 has been closed by @yegor256. event_id:49374882370 event_type:IssuesEvent is_human:1 issue:93 where:github who:526301
2025-05-05T16:54:16Z issue-was-closed 799177290 _job:34137 details:The issue zerocracy/judges-action#188 has been closed by @yegor256. event_id:49374805217 event_type:IssuesEvent is_human:1 issue:188 where:github who:526301
2025-05-05T16:54:34Z pull-was-merged 799177290 _job:34137 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#593 has been closed by @yegor256, with 2 HoC and 3 comments. event_id:49374815462 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:593 review_comments:0 succeeded_builds:11 where:github who:526301
2025-05-05T17:01:37Z issue-was-closed 799177290 _job:34137 details:The issue zerocracy/judges-action#184 has been closed by @yegor256. event_id:49375053509 event_type:IssuesEvent is_human:1 issue:184 where:github who:526301
2025-05-05T19:29:04Z pull-was-opened 974194993 _job:34137 branch:renovate/typescript-eslint-monorepo details:The pull request zerocracy/zerocracy-mcp-server#11 has been opened by @renovate[bot]. event_id:49380150896 event_type:PullRequestEvent is_human:0 issue:11 where:github who:29139614
2025-05-06T05:12:30Z issue-was-opened 840215648 _job:34137 details:The issue zerocracy/baza.rb#61 has been opened by @yegor256. event_id:49392770715 event_type:IssuesEvent is_human:1 issue:61 where:github who:526301
2025-05-06T05:13:38Z label-was-attached 840215648 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#61. is_human:1 issue:61 label:bug where:github who:526301
2025-05-06T08:12:40Z pull-was-closed 802720676 _job:34137 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#263 has been closed by @renovate[bot], with 4 HoC and 3 comments. event_id:49398148399 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:263 succeeded_builds:12 where:github who:29139614
2025-05-06T16:12:43Z issue-was-closed 799177290 _job:34137 details:The issue zerocracy/judges-action#544 has been closed by @yegor256. event_id:49418924752 event_type:IssuesEvent is_human:1 issue:544 where:github who:526301
2025-05-07T10:10:33Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#594 has been opened by @yegor256. event_id:49449782332 event_type:IssuesEvent is_human:1 issue:594 where:github who:526301
2025-05-07T10:10:32Z label-was-attached 799177290 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#594. is_human:1 issue:594 label:enhancement where:github who:526301
2025-05-07T15:14:01Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#595 has been opened by @yegor256. event_id:49463149765 event_type:IssuesEvent is_human:1 issue:595 where:github who:526301
2025-05-07T15:14:53Z label-was-attached 799177290 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#595. is_human:1 issue:595 label:bug where:github who:526301
2025-05-07T17:47:09Z pull-was-closed 849726475 _job:34137 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#77 has been closed by @renovate[bot], with 4 HoC and 3 comments. event_id:49469062609 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:77 succeeded_builds:9 where:github who:29139614
2025-05-07T18:27:14Z pull-was-closed 181044958 _job:34137 branch:renovate/pgtk-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/0rsk#126 has been closed by @renovate[bot], with 3 HoC and 0 comments. event_id:49470462530 event_type:PullRequestEvent failed_builds:3 hoc:3 is_human:0 issue:126 succeeded_builds:7 where:github who:29139614
2025-05-07T18:27:12Z pull-was-closed 181044958 _job:34137 branch:renovate/loog-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/0rsk#132 has been closed by @renovate[bot], with 3 HoC and 0 comments. event_id:49470461770 event_type:PullRequestEvent failed_builds:2 hoc:3 is_human:0 issue:132 succeeded_builds:8 where:github who:29139614
2025-05-06T18:28:36Z pull-was-opened 181044958 _job:34137 branch:renovate/loog-0.x-lockfile details:The pull request yegor256/0rsk#132 has been opened by @renovate[bot]. event_id:49423894833 event_type:PullRequestEvent is_human:0 issue:132 where:github who:29139614
2025-05-05T17:52:26Z pull-was-closed 181044958 _job:34137 branch:renovate/sprockets-4.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/0rsk#130 has been closed by @renovate[bot], with 3 HoC and 0 comments. event_id:49376835256 event_type:PullRequestEvent failed_builds:1 hoc:3 is_human:0 issue:130 succeeded_builds:8 where:github who:29139614
2025-05-05T17:52:25Z pull-was-closed 181044958 _job:34137 branch:renovate/rubocop-performance-1.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/0rsk#129 has been closed by @renovate[bot], with 12 HoC and 0 comments. event_id:49376834303 event_type:PullRequestEvent failed_builds:1 hoc:12 is_human:0 issue:129 succeeded_builds:8 where:github who:29139614
2025-05-05T17:52:22Z pull-was-closed 181044958 _job:34137 branch:renovate/rubocop-minitest-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/0rsk#128 has been closed by @renovate[bot], with 12 HoC and 0 comments. event_id:49376832912 event_type:PullRequestEvent failed_builds:1 hoc:12 is_human:0 issue:128 succeeded_builds:8 where:github who:29139614
2025-05-05T17:52:21Z pull-was-closed 181044958 _job:34137 branch:renovate/rubocop-1.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/0rsk#127 has been closed by @renovate[bot], with 8 HoC and 0 comments. event_id:49376831995 event_type:PullRequestEvent failed_builds:1 hoc:8 is_human:0 issue:127 succeeded_builds:8 where:github who:29139614
2025-05-05T17:52:08Z pull-was-opened 181044958 _job:34137 branch:renovate/rspec-rails-8.x details:The pull request yegor256/0rsk#131 has been opened by @renovate[bot]. event_id:49376824712 event_type:PullRequestEvent is_human:0 issue:131 where:github who:29139614
2025-04-30T18:37:28Z pull-was-closed 181044958 _job:34137 branch:renovate/rspec-rails-7.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/0rsk#123 has been closed by @renovate[bot], with 12 HoC and 0 comments. event_id:49240521831 event_type:PullRequestEvent failed_builds:1 hoc:12 is_human:0 issue:123 succeeded_builds:8 where:github who:29139614
2025-04-30T18:37:27Z pull-was-opened 181044958 _job:34137 branch:renovate/sprockets-4.x-lockfile details:The pull request yegor256/0rsk#130 has been opened by @renovate[bot]. event_id:49240521557 event_type:PullRequestEvent is_human:0 issue:130 where:github who:29139614
2025-05-08T09:12:10Z pull-was-opened 181044958 _job:34137 branch:master details:The pull request yegor256/0rsk#133 has been opened by @artur-intech. event_id:49493203145 event_type:PullRequestEvent is_human:1 issue:133 where:github who:22315378
2025-05-08T21:06:49Z who-has-name _job:34137 is_human:1 name:artur-intech where:github who:22315378
2023-07-04T19:07:35Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#80 has been opened by @yegor256. is_human:1 issue:80 where:github who:526301
2022-11-05T04:07:49Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#71 has been opened by @renovate[bot]. is_human:0 issue:71 where:github who:29139614
2020-05-24T11:45:25Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#61 has been opened by @yegor256. is_human:1 issue:61 where:github who:526301
2020-03-16T12:14:30Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#59 has been opened by @yegor256. is_human:1 issue:59 where:github who:526301
2019-12-13T05:15:12Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#54 has been opened by @yegor256. is_human:1 issue:54 where:github who:526301
2019-10-27T03:48:49Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#53 has been opened by @yegor256. is_human:1 issue:53 where:github who:526301
2019-10-18T09:27:34Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#52 has been opened by @yegor256. is_human:1 issue:52 where:github who:526301
2019-07-14T19:49:34Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#50 has been opened by @yegor256. is_human:1 issue:50 where:github who:526301
2019-07-14T19:41:45Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#49 has been opened by @yegor256. is_human:1 issue:49 where:github who:526301
2019-07-07T18:20:55Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#48 has been opened by @yegor256. is_human:1 issue:48 where:github who:526301
2019-07-07T17:20:14Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#47 has been opened by @yegor256. is_human:1 issue:47 where:github who:526301
2019-05-30T16:53:37Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#45 has been opened by @yegor256. is_human:1 issue:45 where:github who:526301
2019-05-30T16:23:01Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#44 has been opened by @yegor256. is_human:1 issue:44 where:github who:526301
2019-05-29T15:01:01Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#43 has been opened by @yegor256. is_human:1 issue:43 where:github who:526301
2019-05-21T08:48:09Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#39 has been opened by @yegor256. is_human:1 issue:39 where:github who:526301
2019-05-21T06:26:25Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#38 has been opened by @yegor256. is_human:1 issue:38 where:github who:526301
2019-05-19T17:35:13Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#37 has been opened by @yegor256. is_human:1 issue:37 where:github who:526301
2019-05-19T07:48:19Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#36 has been opened by @yegor256. is_human:1 issue:36 where:github who:526301
2019-05-19T05:44:21Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#35 has been opened by @yegor256. is_human:1 issue:35 where:github who:526301
2019-05-17T09:35:06Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#34 has been opened by @yegor256. is_human:1 issue:34 where:github who:526301
2019-05-14T05:52:22Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#29 has been opened by @yegor256. is_human:1 issue:29 where:github who:526301
2019-05-13T13:47:40Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#28 has been opened by @yegor256. is_human:1 issue:28 where:github who:526301
2019-05-12T15:02:08Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#27 has been opened by @yegor256. is_human:1 issue:27 where:github who:526301
2019-05-12T07:28:27Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#26 has been opened by @yegor256. is_human:1 issue:26 where:github who:526301
2019-05-12T04:35:58Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#25 has been opened by @yegor256. is_human:1 issue:25 where:github who:526301
2019-05-10T13:50:27Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#24 has been opened by @yegor256. is_human:1 issue:24 where:github who:526301
2019-05-09T10:39:34Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#23 has been opened by @yegor256. is_human:1 issue:23 where:github who:526301
2019-05-06T05:49:51Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#22 has been opened by @yegor256. is_human:1 issue:22 where:github who:526301
2019-05-05T13:45:00Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#21 has been opened by @yegor256. is_human:1 issue:21 where:github who:526301
2019-05-01T14:51:41Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#20 has been opened by @yegor256. is_human:1 issue:20 where:github who:526301
2019-05-01T14:49:30Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#19 has been opened by @yegor256. is_human:1 issue:19 where:github who:526301
2019-05-01T06:21:22Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#18 has been opened by @yegor256. is_human:1 issue:18 where:github who:526301
2019-05-01T05:09:45Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#17 has been opened by @yegor256. is_human:1 issue:17 where:github who:526301
2019-05-01T05:08:02Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#16 has been opened by @yegor256. is_human:1 issue:16 where:github who:526301
2019-05-01T04:55:58Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#15 has been opened by @yegor256. is_human:1 issue:15 where:github who:526301
2019-05-01T04:50:48Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#14 has been opened by @yegor256. is_human:1 issue:14 where:github who:526301
2019-05-01T04:49:31Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#13 has been opened by @yegor256. is_human:1 issue:13 where:github who:526301
2019-05-01T04:49:00Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#12 has been opened by @yegor256. is_human:1 issue:12 where:github who:526301
2019-05-01T04:47:26Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#11 has been opened by @yegor256. is_human:1 issue:11 where:github who:526301
2019-04-30T14:08:42Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#10 has been opened by @yegor256. is_human:1 issue:10 where:github who:526301
2019-04-30T08:13:51Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#9 has been opened by @yegor256. is_human:1 issue:9 where:github who:526301
2019-04-29T18:57:15Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#8 has been opened by @yegor256. is_human:1 issue:8 where:github who:526301
2019-04-29T17:35:09Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#7 has been opened by @yegor256. is_human:1 issue:7 where:github who:526301
2019-04-28T20:25:22Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#6 has been opened by @yegor256. is_human:1 issue:6 where:github who:526301
2019-04-18T13:52:30Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#5 has been opened by @yegor256. is_human:1 issue:5 where:github who:526301
2019-04-16T14:41:37Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#4 has been opened by @yegor256. is_human:1 issue:4 where:github who:526301
2019-04-16T12:48:03Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#3 has been opened by @yegor256. is_human:1 issue:3 where:github who:526301
2019-04-15T17:13:21Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#2 has been opened by @yegor256. is_human:1 issue:2 where:github who:526301
2019-04-12T16:44:06Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#1 has been opened by @yegor256. is_human:1 issue:1 where:github who:526301
2019-05-01T04:47:46Z label-was-attached 181044958 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue yegor256/0rsk#10. is_human:1 issue:10 label:bug where:github who:526301
2019-05-01T04:47:33Z label-was-attached 181044958 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/0rsk#11. is_human:1 issue:11 label:enhancement where:github who:526301
2019-05-01T04:49:42Z label-was-attached 181044958 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue yegor256/0rsk#12. is_human:1 issue:12 label:bug where:github who:526301
2019-05-01T04:49:36Z label-was-attached 181044958 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue yegor256/0rsk#13. is_human:1 issue:13 label:bug where:github who:526301
2019-05-01T04:50:53Z label-was-attached 181044958 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/0rsk#14. is_human:1 issue:14 label:enhancement where:github who:526301
2019-05-01T04:56:04Z label-was-attached 181044958 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/0rsk#15. is_human:1 issue:15 label:enhancement where:github who:526301
2019-05-01T05:08:08Z label-was-attached 181044958 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/0rsk#16. is_human:1 issue:16 label:enhancement where:github who:526301
2019-05-01T05:09:45Z label-was-attached 181044958 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/0rsk#17. is_human:1 issue:17 label:enhancement where:github who:526301
2019-05-01T14:50:25Z label-was-attached 181044958 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/0rsk#19. is_human:1 issue:19 label:enhancement where:github who:526301
2019-05-01T14:52:06Z label-was-attached 181044958 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue yegor256/0rsk#20. is_human:1 issue:20 label:bug where:github who:526301
2019-05-05T13:45:06Z label-was-attached 181044958 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/0rsk#21. is_human:1 issue:21 label:enhancement where:github who:526301
2019-05-06T05:49:56Z label-was-attached 181044958 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue yegor256/0rsk#22. is_human:1 issue:22 label:bug where:github who:526301
2025-05-08T23:01:34Z pull-was-opened 974194993 _job:34137 branch:renovate/modelcontextprotocol-sdk-1.x-lockfile details:The pull request zerocracy/zerocracy-mcp-server#12 has been opened by @renovate[bot]. event_id:49522588127 event_type:PullRequestEvent is_human:0 issue:12 where:github who:29139614
2025-05-10T08:30:00Z pull-was-opened 181044958 _job:34137 branch:update-readme details:The pull request yegor256/0rsk#135 has been opened by @artur-intech. event_id:49569605737 event_type:PullRequestEvent is_human:1 issue:135 where:github who:22315378
2025-05-10T08:29:28Z pull-was-closed 181044958 _job:34137 branch:master comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/0rsk#133 has been closed by @artur-intech, with 2 HoC and 1 comments. event_id:49569600563 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:133 succeeded_builds:0 where:github who:22315378
2025-05-10T10:46:36Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#138 has been opened by @artur-intech. event_id:49571070887 event_type:IssuesEvent is_human:1 issue:138 where:github who:22315378
2025-05-10T11:36:56Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#139 has been opened by @artur-intech. event_id:49571594597 event_type:IssuesEvent is_human:1 issue:139 where:github who:22315378
2025-05-10T15:11:08Z pull-was-opened 799177290 _job:34137 branch:renovate/qbash-0.x-lockfile details:The pull request zerocracy/judges-action#597 has been opened by @renovate[bot]. event_id:49574130885 event_type:PullRequestEvent is_human:0 issue:597 where:github who:29139614
2025-05-10T17:07:33Z pull-was-opened 798641472 _job:34137 branch:renovate/qbash-0.x-lockfile details:The pull request yegor256/factbase#227 has been opened by @renovate[bot]. event_id:49575499041 event_type:PullRequestEvent is_human:0 issue:227 where:github who:29139614
2025-05-10T16:59:52Z pull-was-opened 799113787 _job:34137 branch:renovate/qbash-0.x-lockfile details:The pull request yegor256/judges#208 has been opened by @renovate[bot]. event_id:49575405415 event_type:PullRequestEvent is_human:0 issue:208 where:github who:29139614
2025-05-10T18:11:33Z pull-was-opened 820463873 _job:34137 branch:renovate/qbash-0.x-lockfile details:The pull request zerocracy/fbe#179 has been opened by @renovate[bot]. event_id:49576225415 event_type:PullRequestEvent is_human:0 issue:179 where:github who:29139614
2025-05-10T18:12:35Z pull-was-opened 802720676 _job:34137 branch:renovate/qbash-0.x-lockfile details:The pull request zerocracy/pages-action#264 has been opened by @renovate[bot]. event_id:49576238162 event_type:PullRequestEvent is_human:0 issue:264 where:github who:29139614
2025-05-10T19:09:27Z pull-was-opened 840215648 _job:34137 branch:renovate/qbash-0.x-lockfile details:The pull request zerocracy/baza.rb#62 has been opened by @renovate[bot]. event_id:49576832339 event_type:PullRequestEvent is_human:0 issue:62 where:github who:29139614
2025-05-11T10:34:37Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#141 has been opened by @artur-intech. event_id:49585233695 event_type:IssuesEvent is_human:1 issue:141 where:github who:22315378
2025-05-11T10:24:01Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#140 has been opened by @artur-intech. event_id:49585101849 event_type:IssuesEvent is_human:1 issue:140 where:github who:22315378
2025-05-11T10:12:57Z pull-was-opened 799177290 _job:34137 branch:renovate/qbash-0.x-lockfile details:The pull request zerocracy/judges-action#598 has been opened by @renovate[bot]. event_id:49584980546 event_type:PullRequestEvent is_human:0 issue:598 where:github who:29139614
2025-05-11T10:41:12Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#142 has been opened by @artur-intech. event_id:49585303751 event_type:IssuesEvent is_human:1 issue:142 where:github who:22315378
2025-05-11T14:11:50Z pull-was-opened 799177290 _job:34137 branch:renovate/qbash-0.x-lockfile details:The pull request zerocracy/judges-action#599 has been opened by @renovate[bot]. event_id:49587773448 event_type:PullRequestEvent is_human:0 issue:599 where:github who:29139614
2025-05-11T14:41:58Z pull-was-opened 840215648 _job:34137 branch:renovate/qbash-0.x-lockfile details:The pull request zerocracy/baza.rb#63 has been opened by @renovate[bot]. event_id:49588150400 event_type:PullRequestEvent is_human:0 issue:63 where:github who:29139614
2025-05-12T03:04:02Z pull-was-opened 181044958 _job:34137 branch:138-fix-build details:The pull request yegor256/0rsk#143 has been opened by @artur-intech. event_id:49597126664 event_type:PullRequestEvent is_human:1 issue:143 where:github who:22315378
2025-05-12T03:46:27Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#144 has been opened by @artur-intech. event_id:49597858251 event_type:IssuesEvent is_human:1 issue:144 where:github who:22315378
2025-05-12T12:06:27Z pull-was-opened 840215648 _job:34137 branch:renovate/qbash-0.x-lockfile details:The pull request zerocracy/baza.rb#64 has been opened by @renovate[bot]. event_id:49614956501 event_type:PullRequestEvent is_human:0 issue:64 where:github who:29139614
2025-05-13T07:35:19Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#146 has been opened by @artur-intech. event_id:49651205034 event_type:IssuesEvent is_human:1 issue:146 where:github who:22315378
2025-05-13T08:42:51Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#147 has been opened by @artur-intech. event_id:49654019187 event_type:IssuesEvent is_human:1 issue:147 where:github who:22315378
2025-05-13T16:57:38Z pull-was-closed 820463873 _job:34137 branch:renovate/qbash-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#179 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:49676146689 event_type:PullRequestEvent failed_builds:1 hoc:2 is_human:0 issue:179 succeeded_builds:9 where:github who:29139614
2025-05-13T15:54:54Z pull-was-closed 799113787 _job:34137 branch:renovate/qbash-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#208 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:49673665163 event_type:PullRequestEvent failed_builds:2 hoc:2 is_human:0 issue:208 succeeded_builds:9 where:github who:29139614
2025-05-13T18:04:40Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#154 has been opened by @artur-intech. event_id:49678558085 event_type:IssuesEvent is_human:1 issue:154 where:github who:22315378
2025-05-13T16:27:50Z pull-was-closed 181044958 _job:34137 branch:renovate/rubygems-rack-vulnerability comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/0rsk#121 has been closed by @renovate[bot], with 6 HoC and 0 comments. event_id:49675031517 event_type:PullRequestEvent failed_builds:3 hoc:6 is_human:0 issue:121 succeeded_builds:8 where:github who:29139614
2025-05-13T16:27:48Z pull-was-opened 181044958 _job:34137 branch:renovate/rack-3.x details:The pull request yegor256/0rsk#153 has been opened by @renovate[bot]. event_id:49675030210 event_type:PullRequestEvent is_human:0 issue:153 where:github who:29139614
2025-05-13T15:28:59Z pull-was-closed 181044958 _job:34137 branch:renovate/rubocop-rspec-3.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/0rsk#124 has been closed by @renovate[bot], with 20 HoC and 0 comments. event_id:49672537104 event_type:PullRequestEvent failed_builds:2 hoc:20 is_human:0 issue:124 succeeded_builds:8 where:github who:29139614
2025-05-13T11:26:47Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#152 has been opened by @artur-intech. event_id:49661048490 event_type:IssuesEvent is_human:1 issue:152 where:github who:22315378
2025-05-13T10:47:55Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#151 has been opened by @artur-intech. event_id:49659489964 event_type:IssuesEvent is_human:1 issue:151 where:github who:22315378
2025-05-13T12:30:44Z pull-was-closed 802720676 _job:34137 branch:renovate/qbash-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#264 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:49663768368 event_type:PullRequestEvent failed_builds:1 hoc:2 is_human:0 issue:264 succeeded_builds:12 where:github who:29139614
2025-05-13T12:27:27Z pull-was-closed 799177290 _job:34137 branch:renovate/qbash-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#599 has been closed by @renovate[bot], with 2 HoC and 3 comments. event_id:49663616786 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:599 succeeded_builds:12 where:github who:29139614
2025-05-13T14:51:55Z pull-was-closed 798641472 _job:34137 branch:renovate/qbash-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#227 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:49670753504 event_type:PullRequestEvent failed_builds:4 hoc:2 is_human:0 issue:227 succeeded_builds:7 where:github who:29139614
2025-05-14T11:26:21Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#155 has been opened by @artur-intech. event_id:49708737444 event_type:IssuesEvent is_human:1 issue:155 where:github who:22315378
2025-05-14T12:28:48Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#156 has been opened by @artur-intech. event_id:49711343120 event_type:IssuesEvent is_human:1 issue:156 where:github who:22315378
2025-05-14T15:16:19Z pull-was-opened 974194993 _job:34137 branch:renovate/ts-jest-29.x-lockfile details:The pull request zerocracy/zerocracy-mcp-server#14 has been opened by @renovate[bot]. event_id:49719582223 event_type:PullRequestEvent is_human:0 issue:14 where:github who:29139614
2025-05-14T15:15:31Z pull-was-closed 974194993 _job:34137 branch:add-mseep-badge comments:2 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:2 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/zerocracy-mcp-server#13 has been closed by @yegor256, with 2 HoC and 2 comments. event_id:49719544136 event_type:PullRequestEvent failed_builds:1 hoc:2 is_human:1 issue:13 succeeded_builds:9 where:github who:526301
2025-05-15T07:13:15Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#157 has been opened by @artur-intech. event_id:49745939476 event_type:IssuesEvent is_human:1 issue:157 where:github who:22315378
2025-05-15T10:02:55Z pull-was-opened 798641472 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request yegor256/factbase#228 has been opened by @renovate[bot]. event_id:49753034725 event_type:PullRequestEvent is_human:0 issue:228 where:github who:29139614
2025-05-15T10:14:08Z pull-was-opened 799177290 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/judges-action#600 has been opened by @renovate[bot]. event_id:49753508581 event_type:PullRequestEvent is_human:0 issue:600 where:github who:29139614
2025-05-15T12:03:06Z pull-was-opened 802720676 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/pages-action#265 has been opened by @renovate[bot]. event_id:49757853072 event_type:PullRequestEvent is_human:0 issue:265 where:github who:29139614
2025-05-15T11:36:55Z pull-was-opened 820463873 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/fbe#180 has been opened by @renovate[bot]. event_id:49756812714 event_type:PullRequestEvent is_human:0 issue:180 where:github who:29139614
2025-05-15T13:27:44Z pull-was-opened 849726475 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/swarm-template#78 has been opened by @renovate[bot]. event_id:49761708968 event_type:PullRequestEvent is_human:0 issue:78 where:github who:29139614
2025-05-15T12:42:36Z pull-was-opened 840215648 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/baza.rb#65 has been opened by @renovate[bot]. event_id:49759584361 event_type:PullRequestEvent is_human:0 issue:65 where:github who:29139614
2025-05-15T15:03:16Z pull-was-opened 181044958 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request yegor256/0rsk#158 has been opened by @renovate[bot]. event_id:49766275788 event_type:PullRequestEvent is_human:0 issue:158 where:github who:29139614
2025-05-15T15:19:53Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#601 has been opened by @yegor256. event_id:49767215502 event_type:IssuesEvent is_human:1 issue:601 where:github who:526301
2025-05-15T18:06:45Z issue-was-closed 799113787 _job:34137 details:The issue yegor256/judges#210 has been closed by @yegor256. event_id:49773739150 event_type:IssuesEvent is_human:1 issue:210 where:github who:526301
2025-05-15T17:47:27Z issue-was-opened 799113787 _job:34137 details:The issue yegor256/judges#210 has been opened by @yegor256. event_id:49773054050 event_type:IssuesEvent is_human:1 issue:210 where:github who:526301
2025-05-15T17:47:10Z issue-was-closed 799113787 _job:34137 details:The issue yegor256/judges#85 has been closed by @yegor256. event_id:49773043901 event_type:IssuesEvent is_human:1 issue:85 where:github who:526301
2025-05-15T15:26:09Z pull-was-opened 799113787 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request yegor256/judges#209 has been opened by @renovate[bot]. event_id:49767516343 event_type:PullRequestEvent is_human:0 issue:209 where:github who:29139614
2025-05-15T18:44:13Z pull-was-opened 799177290 _job:34137 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/judges-action#603 has been opened by @renovate[bot]. event_id:49775034906 event_type:PullRequestEvent is_human:0 issue:603 where:github who:29139614
2025-05-15T18:13:06Z pull-was-opened 799177290 _job:34137 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/judges-action#602 has been opened by @renovate[bot]. event_id:49773959785 event_type:PullRequestEvent is_human:0 issue:602 where:github who:29139614
2025-05-15T17:46:34Z issue-was-closed 798641472 _job:34137 details:The issue yegor256/factbase#229 has been closed by @yegor256. event_id:49773023014 event_type:IssuesEvent is_human:1 issue:229 where:github who:526301
2025-05-15T17:46:12Z pull-was-closed 798641472 _job:34137 branch:renovate/rubocop-1.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#228 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:49773010196 event_type:PullRequestEvent failed_builds:4 hoc:2 is_human:0 issue:228 succeeded_builds:7 where:github who:29139614
2025-05-15T17:27:56Z issue-was-opened 798641472 _job:34137 details:The issue yegor256/factbase#229 has been opened by @yegor256. event_id:49772322530 event_type:IssuesEvent is_human:1 issue:229 where:github who:526301
2025-05-15T17:27:55Z label-was-attached 798641472 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#229. is_human:1 issue:229 label:bug where:github who:526301
2025-05-15T17:47:26Z label-was-attached 799113787 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#210. is_human:1 issue:210 label:bug where:github who:526301
2025-05-15T15:19:52Z label-was-attached 799177290 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#601. is_human:1 issue:601 label:bug where:github who:526301
2025-05-15T19:38:01Z pull-was-opened 802720676 _job:34137 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#267 has been opened by @renovate[bot]. event_id:49776810169 event_type:PullRequestEvent is_human:0 issue:267 where:github who:29139614
2025-05-15T19:37:54Z pull-was-opened 802720676 _job:34137 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/pages-action#266 has been opened by @renovate[bot]. event_id:49776806303 event_type:PullRequestEvent is_human:0 issue:266 where:github who:29139614
2025-05-15T21:22:27Z pull-was-closed 799113787 _job:34137 branch:renovate/rubocop-1.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#209 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:49780020928 event_type:PullRequestEvent failed_builds:2 hoc:2 is_human:0 issue:209 succeeded_builds:9 where:github who:29139614
2025-05-15T20:13:48Z pull-was-opened 849726475 _job:34137 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#79 has been opened by @renovate[bot]. event_id:49777955152 event_type:PullRequestEvent is_human:0 issue:79 where:github who:29139614
2025-05-15T20:24:37Z pull-was-opened 840215648 _job:34137 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/baza.rb#66 has been opened by @renovate[bot]. event_id:49778290184 event_type:PullRequestEvent is_human:0 issue:66 where:github who:29139614
2025-05-16T06:39:56Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#159 has been opened by @artur-intech. event_id:49791563151 event_type:IssuesEvent is_human:1 issue:159 where:github who:22315378
2025-05-16T06:50:36Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#160 has been opened by @artur-intech. event_id:49791889773 event_type:IssuesEvent is_human:1 issue:160 where:github who:22315378
2025-05-16T18:36:28Z pull-was-opened 849726475 _job:34137 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#80 has been opened by @renovate[bot]. event_id:49817649437 event_type:PullRequestEvent is_human:0 issue:80 where:github who:29139614
2025-05-16T16:45:25Z pull-was-opened 799177290 _job:34137 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#604 has been opened by @renovate[bot]. event_id:49814279063 event_type:PullRequestEvent is_human:0 issue:604 where:github who:29139614
2025-05-16T16:47:18Z issue-was-closed 820463873 _job:34137 details:The issue zerocracy/fbe#181 has been closed by @yegor256. event_id:49814337342 event_type:IssuesEvent is_human:1 issue:181 where:github who:526301
2025-05-16T16:29:05Z issue-was-opened 820463873 _job:34137 details:The issue zerocracy/fbe#181 has been opened by @yegor256. event_id:49813757916 event_type:IssuesEvent is_human:1 issue:181 where:github who:526301
2025-05-16T16:29:04Z label-was-attached 820463873 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/fbe#181. is_human:1 issue:181 label:bug where:github who:526301
2025-05-16T23:09:20Z pull-was-opened 974194993 _job:34137 branch:renovate/eslint-monorepo details:The pull request zerocracy/zerocracy-mcp-server#15 has been opened by @renovate[bot]. event_id:49824075264 event_type:PullRequestEvent is_human:0 issue:15 where:github who:29139614
2025-05-16T19:26:56Z pull-was-opened 802720676 _job:34137 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#268 has been opened by @renovate[bot]. event_id:49819105702 event_type:PullRequestEvent is_human:0 issue:268 where:github who:29139614
2025-05-16T20:10:39Z pull-was-closed 820463873 _job:34137 branch:renovate/rubocop-1.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#180 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:49820297730 event_type:PullRequestEvent failed_builds:1 hoc:2 is_human:0 issue:180 succeeded_builds:9 where:github who:29139614
2025-05-16T20:25:19Z pull-was-opened 799113787 _job:34137 branch:renovate/eslint-monorepo details:The pull request yegor256/judges#211 has been opened by @renovate[bot]. event_id:49820685427 event_type:PullRequestEvent is_human:0 issue:211 where:github who:29139614
2025-05-18T10:19:31Z pull-was-opened 181044958 _job:34137 branch:56-db-teardown details:The pull request yegor256/0rsk#165 has been opened by @artur-intech. event_id:49846675438 event_type:PullRequestEvent is_human:1 issue:165 where:github who:22315378
2025-05-18T10:07:26Z pull-was-opened 181044958 _job:34137 branch:163-app-env details:The pull request yegor256/0rsk#164 has been opened by @artur-intech. event_id:49846530105 event_type:PullRequestEvent is_human:1 issue:164 where:github who:22315378
2025-05-18T10:02:01Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#163 has been opened by @artur-intech. event_id:49846466259 event_type:IssuesEvent is_human:1 issue:163 where:github who:22315378
2025-05-18T06:09:57Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#162 has been opened by @artur-intech. event_id:49843985278 event_type:IssuesEvent is_human:1 issue:162 where:github who:22315378
2025-05-18T04:56:13Z pull-was-opened 181044958 _job:34137 branch:renovate/rack-2.x-lockfile details:The pull request yegor256/0rsk#161 has been opened by @renovate[bot]. event_id:49843297891 event_type:PullRequestEvent is_human:0 issue:161 where:github who:29139614
2025-05-18T19:15:03Z pull-was-opened 849726475 _job:34137 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#81 has been opened by @renovate[bot]. event_id:49853438563 event_type:PullRequestEvent is_human:0 issue:81 where:github who:29139614
2025-05-19T04:29:51Z issue-was-closed 799177290 _job:34137 details:The issue zerocracy/judges-action#601 has been closed by @yegor256. event_id:49861286551 event_type:IssuesEvent is_human:1 issue:601 where:github who:526301
2025-05-19T04:47:26Z pull-was-closed 799177290 _job:34137 branch:renovate/rubocop-1.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#600 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:49861653832 event_type:PullRequestEvent failed_builds:1 hoc:2 is_human:0 issue:600 succeeded_builds:12 where:github who:29139614
2025-05-19T04:47:24Z pull-was-closed 799177290 _job:34137 branch:renovate/judges-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#603 has been closed by @renovate[bot], with 4 HoC and 0 comments. event_id:49861653333 event_type:PullRequestEvent failed_builds:1 hoc:4 is_human:0 issue:603 succeeded_builds:12 where:github who:29139614
2025-05-19T04:47:23Z pull-was-closed 799177290 _job:34137 branch:renovate/fbe-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#604 has been closed by @renovate[bot], with 8 HoC and 0 comments. event_id:49861652946 event_type:PullRequestEvent failed_builds:1 hoc:8 is_human:0 issue:604 succeeded_builds:12 where:github who:29139614
2025-05-19T04:47:22Z pull-was-closed 799177290 _job:34137 branch:renovate/factbase-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#602 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:49861652517 event_type:PullRequestEvent failed_builds:1 hoc:2 is_human:0 issue:602 succeeded_builds:12 where:github who:29139614
2025-05-19T09:22:16Z pull-was-opened 181044958 _job:34137 branch:renovate/glogin-0.x-lockfile details:The pull request yegor256/0rsk#166 has been opened by @renovate[bot]. event_id:49871452817 event_type:PullRequestEvent is_human:0 issue:166 where:github who:29139614
2025-05-19T13:47:20Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#607 has been opened by @yegor256. event_id:49883159658 event_type:IssuesEvent is_human:1 issue:607 where:github who:526301
2025-05-19T13:47:19Z label-was-attached 799177290 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#607. is_human:1 issue:607 label:bug where:github who:526301
2025-05-19T19:31:26Z issue-was-opened 820463873 _job:34137 details:The issue zerocracy/fbe#184 has been opened by @yegor256. event_id:49896878014 event_type:IssuesEvent is_human:1 issue:184 where:github who:526301
2025-05-19T19:42:33Z pull-was-opened 799113787 _job:34137 branch:renovate/rdoc-6.x-lockfile details:The pull request yegor256/judges#212 has been opened by @renovate[bot]. event_id:49897230790 event_type:PullRequestEvent is_human:0 issue:212 where:github who:29139614
2025-05-19T19:31:26Z label-was-attached 820463873 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/fbe#184. is_human:1 issue:184 label:bug where:github who:526301
2025-05-19T22:08:13Z pull-was-opened 798641472 _job:34137 branch:renovate/rdoc-6.x-lockfile details:The pull request yegor256/factbase#230 has been opened by @renovate[bot]. event_id:49901523906 event_type:PullRequestEvent is_human:0 issue:230 where:github who:29139614
2025-05-20T00:05:41Z pull-was-opened 849726475 _job:34137 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#82 has been opened by @renovate[bot]. event_id:49903943769 event_type:PullRequestEvent is_human:0 issue:82 where:github who:29139614
2025-05-20T05:44:09Z pull-was-opened 799177290 _job:34137 branch:version-up details:The pull request zerocracy/judges-action#608 has been opened by @github-actions[bot]. event_id:49910959891 event_type:PullRequestEvent is_human:0 issue:608 where:github who:41898282
2025-05-20T05:28:46Z issue-was-closed 820463873 _job:34137 details:The issue zerocracy/fbe#184 has been closed by @yegor256. event_id:49910554730 event_type:IssuesEvent is_human:1 issue:184 where:github who:526301
2025-05-20T06:15:36Z pull-was-opened 799177290 _job:34137 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#609 has been opened by @renovate[bot]. event_id:49911852004 event_type:PullRequestEvent is_human:0 issue:609 where:github who:29139614
2025-05-20T09:03:49Z pull-was-opened 802720676 _job:34137 branch:version-up details:The pull request zerocracy/pages-action#270 has been opened by @github-actions[bot]. event_id:49918659604 event_type:PullRequestEvent is_human:0 issue:270 where:github who:41898282
2025-05-20T08:53:10Z pull-was-closed 802720676 _job:34137 branch:renovate/rubocop-1.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#265 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:49918171926 event_type:PullRequestEvent failed_builds:2 hoc:2 is_human:0 issue:265 succeeded_builds:12 where:github who:29139614
2025-05-20T08:53:08Z pull-was-closed 802720676 _job:34137 branch:renovate/judges-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#267 has been closed by @renovate[bot], with 4 HoC and 0 comments. event_id:49918170767 event_type:PullRequestEvent failed_builds:2 hoc:4 is_human:0 issue:267 succeeded_builds:12 where:github who:29139614
2025-05-20T08:53:07Z pull-was-closed 802720676 _job:34137 branch:renovate/fbe-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#268 has been closed by @renovate[bot], with 8 HoC and 0 comments. event_id:49918169452 event_type:PullRequestEvent failed_builds:2 hoc:8 is_human:0 issue:268 succeeded_builds:12 where:github who:29139614
2025-05-20T08:53:05Z pull-was-closed 802720676 _job:34137 branch:renovate/factbase-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#266 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:49918168486 event_type:PullRequestEvent failed_builds:2 hoc:2 is_human:0 issue:266 succeeded_builds:12 where:github who:29139614
2025-05-20T08:52:39Z issue-was-closed 802720676 _job:34137 details:The issue zerocracy/pages-action#134 has been closed by @yegor256. event_id:49918147763 event_type:IssuesEvent is_human:1 issue:134 where:github who:526301
2025-05-20T09:06:15Z pull-was-merged 802720676 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#270 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:49918767237 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:270 review_comments:0 succeeded_builds:0 where:github who:526301
2025-05-20T09:15:06Z pull-was-opened 799177290 _job:34137 branch:renovate/zerocracy-pages-action-0.x details:The pull request zerocracy/judges-action#610 has been opened by @renovate[bot]. event_id:49919171699 event_type:PullRequestEvent is_human:0 issue:610 where:github who:29139614
2025-05-20T14:41:15Z pull-was-merged 799177290 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#608 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:49934159288 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:608 review_comments:0 succeeded_builds:0 where:github who:526301
2025-05-21T04:29:27Z issue-was-closed 799177290 _job:34137 details:The issue zerocracy/judges-action#607 has been closed by @yegor256. event_id:49958070090 event_type:IssuesEvent is_human:1 issue:607 where:github who:526301
2025-05-21T04:45:44Z pull-was-opened 799177290 _job:34137 branch:version-up details:The pull request zerocracy/judges-action#612 has been opened by @github-actions[bot]. event_id:49958426912 event_type:PullRequestEvent is_human:0 issue:612 where:github who:41898282
2025-05-21T05:14:41Z pull-was-opened 799177290 _job:34137 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#613 has been opened by @renovate[bot]. event_id:49959098340 event_type:PullRequestEvent is_human:0 issue:613 where:github who:29139614
2025-05-21T08:29:41Z pull-was-opened 181044958 _job:34137 branch:150-config.yml details:The pull request yegor256/0rsk#167 has been opened by @artur-intech. event_id:49965947293 event_type:PullRequestEvent is_human:1 issue:167 where:github who:22315378
2025-05-21T09:14:46Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#614 has been opened by @yegor256. event_id:49967990872 event_type:IssuesEvent is_human:1 issue:614 where:github who:526301
2025-05-21T08:46:46Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#168 has been opened by @artur-intech. event_id:49966708850 event_type:IssuesEvent is_human:1 issue:168 where:github who:22315378
2025-05-21T09:14:46Z label-was-attached 799177290 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#614. is_human:1 issue:614 label:bug where:github who:526301
2025-05-21T09:47:59Z issue-was-opened 799113787 _job:34137 details:The issue yegor256/judges#213 has been opened by @yegor256. event_id:49969505253 event_type:IssuesEvent is_human:1 issue:213 where:github who:526301
2025-05-21T09:10:16Z pull-was-closed 181044958 _job:34137 branch:update-readme comments:2 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/0rsk#135 has been closed by @artur-intech, with 4 HoC and 2 comments. event_id:49967784969 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:1 issue:135 succeeded_builds:0 where:github who:22315378
2025-05-21T10:46:13Z pull-was-closed 799113787 _job:34137 branch:renovate/eslint-monorepo comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#211 has been closed by @renovate[bot], with 1700 HoC and 0 comments. event_id:49972012285 event_type:PullRequestEvent failed_builds:1 hoc:1700 is_human:0 issue:211 succeeded_builds:10 where:github who:29139614
2025-05-21T10:45:30Z issue-was-closed 799113787 _job:34137 details:The issue yegor256/judges#213 has been closed by @yegor256. event_id:49971983124 event_type:IssuesEvent is_human:1 issue:213 where:github who:526301
2025-05-21T09:47:59Z label-was-attached 799113787 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#213. is_human:1 issue:213 label:bug where:github who:526301
2025-05-21T12:48:22Z pull-was-opened 849726475 _job:34137 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#83 has been opened by @renovate[bot]. event_id:49977253306 event_type:PullRequestEvent is_human:0 issue:83 where:github who:29139614
2025-05-21T13:17:29Z issue-was-closed 799177290 _job:34137 details:The issue zerocracy/judges-action#614 has been closed by @yegor256. event_id:49978680206 event_type:IssuesEvent is_human:1 issue:614 where:github who:526301
2025-08-10T13:32:45Z code-review-was-rewarded 840215648 _job:34137 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/baza.rb#116, the reward amount is 4. done:2025-08-21T13:55:59Z href:https://github.com/zerocracy/baza.rb/issues/116/#issuecomment-3172654916 is_human:1 issue:116 where:github who:526301 why:Reviewed code in zerocracy/baza.rb#116
2025-05-21T14:13:47Z pull-was-opened 799177290 _job:34137 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#616 has been opened by @renovate[bot]. event_id:49981516137 event_type:PullRequestEvent is_human:0 issue:616 where:github who:29139614
2025-05-21T13:49:17Z pull-was-merged 799177290 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#612 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:49980265058 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:612 review_comments:0 succeeded_builds:0 where:github who:526301
2025-05-21T15:31:08Z pull-was-closed 799113787 _job:34137 branch:renovate/rdoc-6.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#212 has been closed by @renovate[bot], with 4 HoC and 0 comments. event_id:49985350465 event_type:PullRequestEvent failed_builds:1 hoc:4 is_human:0 issue:212 succeeded_builds:10 where:github who:29139614
2025-05-21T16:29:22Z pull-was-opened 799177290 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/judges-action#617 has been opened by @renovate[bot]. event_id:49987802947 event_type:PullRequestEvent is_human:0 issue:617 where:github who:29139614
2025-05-21T16:28:24Z pull-was-merged 799177290 _job:34137 branch:renovate/rubocop-1.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#600 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:49987766636 event_type:PullRequestEvent failed_builds:1 hoc:2 is_human:1 issue:600 review_comments:0 succeeded_builds:26 where:github who:526301
2025-05-23T09:10:56Z issue-was-closed 802720676 _job:34137 details:The issue zerocracy/pages-action#276 has been closed by @yegor256. event_id:50063640341 event_type:IssuesEvent is_human:1 issue:276 where:github who:526301
2025-05-23T09:08:39Z pull-was-opened 802720676 _job:34137 branch:version-up details:The pull request zerocracy/pages-action#277 has been opened by @github-actions[bot]. event_id:50063546744 event_type:PullRequestEvent is_human:0 issue:277 where:github who:41898282
2025-05-23T08:23:08Z issue-was-opened 802720676 _job:34137 details:The issue zerocracy/pages-action#276 has been opened by @yegor256. event_id:50061702176 event_type:IssuesEvent is_human:1 issue:276 where:github who:526301
2025-05-23T09:30:29Z issue-was-closed 799177290 _job:34137 details:The issue zerocracy/judges-action#628 has been closed by @yegor256. event_id:50064441137 event_type:IssuesEvent is_human:1 issue:628 where:github who:526301
2025-05-23T09:24:01Z pull-was-opened 799177290 _job:34137 branch:version-up details:The pull request zerocracy/judges-action#630 has been opened by @github-actions[bot]. event_id:50064175477 event_type:PullRequestEvent is_human:0 issue:630 where:github who:41898282
2025-05-23T09:22:29Z pull-was-opened 799177290 _job:34137 branch:renovate/zerocracy-pages-action-0.x details:The pull request zerocracy/judges-action#629 has been opened by @renovate[bot]. event_id:50064113080 event_type:PullRequestEvent is_human:0 issue:629 where:github who:29139614
2025-05-23T05:59:58Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#628 has been opened by @yegor256. event_id:50056783024 event_type:IssuesEvent is_human:1 issue:628 where:github who:526301
2025-05-23T09:11:46Z pull-was-merged 802720676 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#277 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:50063675147 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:277 review_comments:0 succeeded_builds:0 where:github who:526301
2025-05-23T09:30:47Z pull-was-merged 799177290 _job:34137 branch:renovate/zerocracy-pages-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#629 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:50064453585 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:629 review_comments:0 succeeded_builds:14 where:github who:526301
2025-05-23T09:30:39Z pull-was-merged 799177290 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#630 has been closed by @yegor256, with 4 HoC and 0 comments. event_id:50064448592 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:1 issue:630 review_comments:0 succeeded_builds:0 where:github who:526301
2025-05-23T09:44:11Z pull-was-opened 799177290 _job:34137 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#631 has been opened by @renovate[bot]. event_id:50064993032 event_type:PullRequestEvent is_human:0 issue:631 where:github who:29139614
2025-05-23T08:23:05Z label-was-attached 802720676 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/pages-action#276. is_human:1 issue:276 label:bug where:github who:526301
2025-05-23T05:59:57Z label-was-attached 799177290 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#628. is_human:1 issue:628 label:bug where:github who:526301
2025-05-23T10:44:11Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#632 has been opened by @yegor256. event_id:50067334338 event_type:IssuesEvent is_human:1 issue:632 where:github who:526301
2025-05-23T10:43:41Z issue-was-closed 799177290 _job:34137 details:The issue zerocracy/judges-action#590 has been closed by @yegor256. event_id:50067315935 event_type:IssuesEvent is_human:1 issue:590 where:github who:526301
2025-05-23T10:44:11Z label-was-attached 799177290 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#632. is_human:1 issue:632 label:bug where:github who:526301
2025-05-26T09:54:45Z pull-was-opened 974194993 _job:34137 branch:renovate/yegor256-copyrights-action-0.x details:The pull request zerocracy/zerocracy-mcp-server#16 has been opened by @renovate[bot]. event_id:50139561931 event_type:PullRequestEvent is_human:0 issue:16 where:github who:29139614
2025-05-26T10:06:01Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#185 has been opened by @artur-intech. event_id:50140057937 event_type:IssuesEvent is_human:1 issue:185 where:github who:22315378
2025-05-25T14:32:38Z pull-was-opened 181044958 _job:34137 branch:183-vscode-config details:The pull request yegor256/0rsk#184 has been opened by @artur-intech. event_id:50117935034 event_type:PullRequestEvent is_human:1 issue:184 where:github who:22315378
2025-05-25T14:31:55Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#183 has been opened by @artur-intech. event_id:50117925727 event_type:IssuesEvent is_human:1 issue:183 where:github who:22315378
2025-05-25T11:40:52Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#182 has been opened by @artur-intech. event_id:50115643330 event_type:IssuesEvent is_human:1 issue:182 where:github who:22315378
2025-05-25T10:35:42Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#180 has been opened by @artur-intech. event_id:50114882362 event_type:IssuesEvent is_human:1 issue:180 where:github who:22315378
2025-05-25T10:22:44Z pull-was-opened 181044958 _job:34137 branch:178-rspec-rails details:The pull request yegor256/0rsk#179 has been opened by @artur-intech. event_id:50114717368 event_type:PullRequestEvent is_human:1 issue:179 where:github who:22315378
2025-05-25T10:21:53Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#178 has been opened by @artur-intech. event_id:50114707489 event_type:IssuesEvent is_human:1 issue:178 where:github who:22315378
2025-05-24T08:10:33Z pull-was-opened 181044958 _job:34137 branch:175-raven-if-condition details:The pull request yegor256/0rsk#176 has been opened by @artur-intech. event_id:50098072645 event_type:PullRequestEvent is_human:1 issue:176 where:github who:22315378
2025-05-24T08:03:44Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#175 has been opened by @artur-intech. event_id:50097996914 event_type:IssuesEvent is_human:1 issue:175 where:github who:22315378
2025-05-24T06:00:58Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#173 has been opened by @artur-intech. event_id:50096662461 event_type:IssuesEvent is_human:1 issue:173 where:github who:22315378
2025-05-26T09:50:15Z pull-was-opened 799177290 _job:34137 branch:renovate/yegor256-copyrights-action-0.x details:The pull request zerocracy/judges-action#636 has been opened by @renovate[bot]. event_id:50139372551 event_type:PullRequestEvent is_human:0 issue:636 where:github who:29139614
2025-05-26T09:43:01Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#635 has been opened by @yegor256. event_id:50139067607 event_type:IssuesEvent is_human:1 issue:635 where:github who:526301
2025-05-23T17:35:19Z issue-was-closed 799177290 _job:34137 details:The issue zerocracy/judges-action#634 has been closed by @yegor256. event_id:50083084523 event_type:IssuesEvent is_human:1 issue:634 where:github who:526301
2025-05-23T17:01:44Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#634 has been opened by @yegor256. event_id:50082020828 event_type:IssuesEvent is_human:1 issue:634 where:github who:526301
2025-05-23T13:40:04Z pull-was-closed 799177290 _job:34137 branch:renovate/zerocracy-judges-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#631 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:50074170568 event_type:PullRequestEvent failed_builds:1 hoc:2 is_human:0 issue:631 succeeded_builds:13 where:github who:29139614
2025-05-23T13:11:41Z pull-was-opened 799177290 _job:34137 branch:version-up details:The pull request zerocracy/judges-action#633 has been opened by @github-actions[bot]. event_id:50072955929 event_type:PullRequestEvent is_human:0 issue:633 where:github who:41898282
2025-05-23T13:10:59Z issue-was-closed 799177290 _job:34137 details:The issue zerocracy/judges-action#632 has been closed by @yegor256. event_id:50072927696 event_type:IssuesEvent is_human:1 issue:632 where:github who:526301
2025-05-23T13:46:46Z pull-was-opened 802720676 _job:34137 branch:version-up details:The pull request zerocracy/pages-action#280 has been opened by @github-actions[bot]. event_id:50074462819 event_type:PullRequestEvent is_human:0 issue:280 where:github who:41898282
2025-05-23T13:34:57Z issue-was-closed 802720676 _job:34137 details:The issue zerocracy/pages-action#278 has been closed by @yegor256. event_id:50073955685 event_type:IssuesEvent is_human:1 issue:278 where:github who:526301
2025-05-23T13:15:04Z issue-was-opened 802720676 _job:34137 details:The issue zerocracy/pages-action#278 has been opened by @yegor256. event_id:50073095771 event_type:IssuesEvent is_human:1 issue:278 where:github who:526301
2025-05-26T09:57:16Z pull-was-opened 799113787 _job:34137 branch:renovate/yegor256-copyrights-action-0.x details:The pull request yegor256/judges#217 has been opened by @renovate[bot]. event_id:50139668817 event_type:PullRequestEvent is_human:0 issue:217 where:github who:29139614
2025-05-26T09:56:41Z issue-was-closed 799113787 _job:34137 details:The issue yegor256/judges#215 has been closed by @yegor256. event_id:50139643671 event_type:IssuesEvent is_human:1 issue:215 where:github who:526301
2025-05-26T09:44:58Z issue-was-opened 799113787 _job:34137 details:The issue yegor256/judges#215 has been opened by @yegor256. event_id:50139149404 event_type:IssuesEvent is_human:1 issue:215 where:github who:526301
2025-05-23T17:01:44Z label-was-attached 799177290 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#634. is_human:1 issue:634 label:bug where:github who:526301
2025-05-26T09:43:00Z label-was-attached 799177290 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#635. is_human:1 issue:635 label:bug where:github who:526301
2025-05-23T13:15:04Z label-was-attached 802720676 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/pages-action#278. is_human:1 issue:278 label:bug where:github who:526301
2025-05-26T10:32:00Z issue-was-closed 799177290 _job:34137 details:The issue zerocracy/judges-action#635 has been closed by @yegor256. event_id:50141134719 event_type:IssuesEvent is_human:1 issue:635 where:github who:526301
2025-05-23T18:04:45Z pull-was-merged 799177290 _job:34137 branch:renovate/zerocracy-judges-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#631 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:50084020525 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:631 review_comments:0 succeeded_builds:13 where:github who:526301
2025-05-23T17:35:26Z pull-was-merged 799177290 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#633 has been closed by @yegor256, with 4 HoC and 0 comments. event_id:50083088352 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:1 issue:633 review_comments:0 succeeded_builds:0 where:github who:526301
2025-05-23T13:58:12Z pull-was-merged 802720676 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#280 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:50074969179 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:280 review_comments:0 succeeded_builds:0 where:github who:526301
2025-05-26T10:09:05Z pull-was-merged 799113787 _job:34137 branch:renovate/yegor256-copyrights-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#217 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:50140190036 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:217 review_comments:0 succeeded_builds:11 where:github who:526301
2025-05-26T10:32:10Z pull-was-merged 799177290 _job:34137 branch:renovate/yegor256-copyrights-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#636 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:50141141078 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:636 review_comments:0 succeeded_builds:13 where:github who:526301
2025-05-26T10:41:57Z pull-was-opened 802720676 _job:34137 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#282 has been opened by @renovate[bot]. event_id:50141529343 event_type:PullRequestEvent is_human:0 issue:282 where:github who:29139614
2025-05-26T10:41:38Z pull-was-opened 802720676 _job:34137 branch:renovate/yegor256-copyrights-action-0.x details:The pull request zerocracy/pages-action#281 has been opened by @renovate[bot]. event_id:50141517575 event_type:PullRequestEvent is_human:0 issue:281 where:github who:29139614
2025-05-26T11:16:23Z pull-was-opened 798641472 _job:34137 branch:renovate/yegor256-copyrights-action-0.x details:The pull request yegor256/factbase#231 has been opened by @renovate[bot]. event_id:50142857530 event_type:PullRequestEvent is_human:0 issue:231 where:github who:29139614
2025-05-26T11:50:38Z pull-was-opened 181044958 _job:34137 branch:renovate/yegor256-copyrights-action-0.x details:The pull request yegor256/0rsk#186 has been opened by @renovate[bot]. event_id:50144210832 event_type:PullRequestEvent is_human:0 issue:186 where:github who:29139614
2025-05-26T13:09:00Z pull-was-opened 849726475 _job:34137 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#86 has been opened by @renovate[bot]. event_id:50147604163 event_type:PullRequestEvent is_human:0 issue:86 where:github who:29139614
2025-05-26T13:08:42Z pull-was-opened 849726475 _job:34137 branch:renovate/yegor256-copyrights-action-0.x details:The pull request zerocracy/swarm-template#85 has been opened by @renovate[bot]. event_id:50147591289 event_type:PullRequestEvent is_human:0 issue:85 where:github who:29139614
2025-05-26T13:06:15Z pull-was-opened 840215648 _job:34137 branch:renovate/yegor256-copyrights-action-0.x details:The pull request zerocracy/baza.rb#68 has been opened by @renovate[bot]. event_id:50147483382 event_type:PullRequestEvent is_human:0 issue:68 where:github who:29139614
2025-05-26T12:42:07Z pull-was-opened 820463873 _job:34137 branch:renovate/yegor256-copyrights-action-0.x details:The pull request zerocracy/fbe#185 has been opened by @renovate[bot]. event_id:50146406919 event_type:PullRequestEvent is_human:0 issue:185 where:github who:29139614
2025-05-26T12:28:23Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#637 has been opened by @yegor256. event_id:50145798201 event_type:IssuesEvent is_human:1 issue:637 where:github who:526301
2025-05-26T09:44:57Z label-was-attached 799113787 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#215. is_human:1 issue:215 label:bug where:github who:526301
2025-05-26T12:28:23Z label-was-attached 799177290 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#637. is_human:1 issue:637 label:bug where:github who:526301
2025-05-26T18:46:23Z issue-was-closed 799177290 _job:34137 details:The issue zerocracy/judges-action#637 has been closed by @yegor256. event_id:50158653540 event_type:IssuesEvent is_human:1 issue:637 where:github who:526301
2025-05-27T08:16:23Z issue-was-opened 799113787 _job:34137 details:The issue yegor256/judges#218 has been opened by @yegor256. event_id:50176816987 event_type:IssuesEvent is_human:1 issue:218 where:github who:526301
2025-05-27T08:16:22Z label-was-attached 799113787 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#218. is_human:1 issue:218 label:bug where:github who:526301
2025-05-27T08:29:12Z issue-was-closed 799113787 _job:34137 details:The issue yegor256/judges#218 has been closed by @yegor256. event_id:50177387791 event_type:IssuesEvent is_human:1 issue:218 where:github who:526301
2025-05-27T08:57:50Z pull-was-opened 799177290 _job:34137 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/judges-action#640 has been opened by @renovate[bot]. event_id:50178671591 event_type:PullRequestEvent is_human:0 issue:640 where:github who:29139614
2025-05-27T08:54:38Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#639 has been opened by @yegor256. event_id:50178510646 event_type:IssuesEvent is_human:1 issue:639 where:github who:526301
2025-05-27T08:54:33Z issue-was-opened 802720676 _job:34137 details:The issue zerocracy/pages-action#283 has been opened by @yegor256. event_id:50178498508 event_type:IssuesEvent is_human:1 issue:283 where:github who:526301
2025-05-27T08:54:17Z label-was-attached 802720676 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/pages-action#283. is_human:1 issue:283 label:bug where:github who:526301
2025-05-27T09:18:17Z pull-was-opened 802720676 _job:34137 branch:version-up details:The pull request zerocracy/pages-action#285 has been opened by @github-actions[bot]. event_id:50179613115 event_type:PullRequestEvent is_human:0 issue:285 where:github who:41898282
2025-05-27T09:07:54Z pull-was-opened 802720676 _job:34137 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#284 has been opened by @renovate[bot]. event_id:50179137812 event_type:PullRequestEvent is_human:0 issue:284 where:github who:29139614
2025-05-27T09:19:05Z issue-was-closed 799177290 _job:34137 details:The issue zerocracy/judges-action#639 has been closed by @yegor256. event_id:50179649902 event_type:IssuesEvent is_human:1 issue:639 where:github who:526301
2025-05-27T09:18:43Z pull-was-opened 799177290 _job:34137 branch:version-up details:The pull request zerocracy/judges-action#642 has been opened by @github-actions[bot]. event_id:50179633172 event_type:PullRequestEvent is_human:0 issue:642 where:github who:41898282
2025-05-27T09:17:32Z pull-was-opened 799177290 _job:34137 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#641 has been opened by @renovate[bot]. event_id:50179579274 event_type:PullRequestEvent is_human:0 issue:641 where:github who:29139614
2025-05-27T09:20:34Z issue-was-closed 802720676 _job:34137 details:The issue zerocracy/pages-action#283 has been closed by @yegor256. event_id:50179715746 event_type:IssuesEvent is_human:1 issue:283 where:github who:526301
2025-05-27T09:19:36Z pull-was-merged 799177290 _job:34137 branch:renovate/zerocracy-judges-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#641 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:50179672771 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:641 review_comments:0 succeeded_builds:13 where:github who:526301
2025-05-27T09:19:26Z pull-was-merged 799177290 _job:34137 branch:renovate/judges-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#640 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:50179665291 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:640 review_comments:0 succeeded_builds:13 where:github who:526301
2025-05-27T09:19:14Z pull-was-merged 799177290 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#642 has been closed by @yegor256, with 4 HoC and 0 comments. event_id:50179656281 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:1 issue:642 review_comments:0 succeeded_builds:0 where:github who:526301
2025-05-27T09:20:55Z pull-was-merged 802720676 _job:34137 branch:renovate/judges-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#284 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:50179731002 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:284 review_comments:0 succeeded_builds:14 where:github who:526301
2025-05-27T09:20:43Z pull-was-merged 802720676 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#285 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:50179722408 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:285 review_comments:0 succeeded_builds:0 where:github who:526301
2025-05-27T10:19:56Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#644 has been opened by @yegor256. event_id:50182441024 event_type:IssuesEvent is_human:1 issue:644 where:github who:526301
2025-05-27T10:14:45Z pull-was-opened 799177290 _job:34137 branch:renovate/zerocracy-pages-action-0.x details:The pull request zerocracy/judges-action#643 has been opened by @renovate[bot]. event_id:50182220056 event_type:PullRequestEvent is_human:0 issue:643 where:github who:29139614
2025-05-27T11:23:55Z pull-was-opened 849726475 _job:34137 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#87 has been opened by @renovate[bot]. event_id:50185114566 event_type:PullRequestEvent is_human:0 issue:87 where:github who:29139614
2025-05-27T08:54:20Z label-was-attached 799177290 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#639. is_human:1 issue:639 label:bug where:github who:526301
2025-05-27T10:19:54Z label-was-attached 799177290 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#644. is_human:1 issue:644 label:bug where:github who:526301
2025-05-27T12:59:00Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#648 has been opened by @yegor256. event_id:50189328558 event_type:IssuesEvent is_human:1 issue:648 where:github who:526301
2025-05-27T12:56:58Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#645 has been opened by @yegor256. event_id:50189231020 event_type:IssuesEvent is_human:1 issue:645 where:github who:526301
2025-03-12T13:45:15Z issue-was-opened 798641472 _job:34137 details:The issue yegor256/factbase#195 has been opened by @yegor256. is_human:1 issue:195 where:github who:526301
2025-02-24T15:23:49Z issue-was-opened 798641472 _job:34137 details:The issue yegor256/factbase#173 has been opened by @yegor256. is_human:1 issue:173 where:github who:526301
2025-02-24T14:40:08Z issue-was-opened 798641472 _job:34137 details:The issue yegor256/factbase#172 has been opened by @yegor256. is_human:1 issue:172 where:github who:526301
2025-02-24T13:37:17Z issue-was-opened 798641472 _job:34137 details:The issue yegor256/factbase#170 has been opened by @yegor256. is_human:1 issue:170 where:github who:526301
2025-02-24T11:52:19Z issue-was-opened 798641472 _job:34137 details:The issue yegor256/factbase#166 has been opened by @yegor256. is_human:1 issue:166 where:github who:526301
2025-02-21T06:07:16Z issue-was-opened 798641472 _job:34137 details:The issue yegor256/factbase#161 has been opened by @yegor256. is_human:1 issue:161 where:github who:526301
2025-01-28T05:35:03Z issue-was-opened 798641472 _job:34137 details:The issue yegor256/factbase#155 has been opened by @yegor256. is_human:1 issue:155 where:github who:526301
2025-01-28T05:19:44Z issue-was-opened 798641472 _job:34137 details:The issue yegor256/factbase#154 has been opened by @yegor256. is_human:1 issue:154 where:github who:526301
2025-04-14T16:35:34Z issue-was-opened 799113787 _job:34137 details:The issue yegor256/judges#197 has been opened by @yegor256. is_human:1 issue:197 where:github who:526301
2025-03-12T13:35:15Z issue-was-opened 799113787 _job:34137 details:The issue yegor256/judges#183 has been opened by @yegor256. is_human:1 issue:183 where:github who:526301
2024-12-24T05:36:01Z issue-was-opened 799113787 _job:34137 details:The issue yegor256/judges#156 has been opened by @yegor256. is_human:1 issue:156 where:github who:526301
2024-10-23T04:58:06Z issue-was-opened 799113787 _job:34137 details:The issue yegor256/judges#139 has been opened by @yegor256. is_human:1 issue:139 where:github who:526301
2024-07-17T11:41:04Z issue-was-opened 799113787 _job:34137 details:The issue yegor256/judges#90 has been opened by @yegor256. is_human:1 issue:90 where:github who:526301
2025-05-27T15:59:55Z issue-was-opened 840215648 _job:34137 details:The issue zerocracy/baza.rb#69 has been opened by @yegor256. is_human:1 issue:69 where:github who:526301
2025-04-30T15:28:28Z issue-was-opened 974194993 _job:34137 details:The issue zerocracy/zerocracy-mcp-server#6 has been opened by @yegor256. is_human:1 issue:6 where:github who:526301
2025-04-30T12:28:43Z issue-was-opened 974194993 _job:34137 details:The issue zerocracy/zerocracy-mcp-server#5 has been opened by @yegor256. is_human:1 issue:5 where:github who:526301
2025-05-22T09:48:34Z issue-was-opened 802720676 _job:34137 details:The issue zerocracy/pages-action#274 has been opened by @yegor256. is_human:1 issue:274 where:github who:526301
2025-05-22T07:22:09Z issue-was-opened 802720676 _job:34137 details:The issue zerocracy/pages-action#271 has been opened by @yegor256. is_human:1 issue:271 where:github who:526301
2025-04-30T04:47:52Z issue-was-opened 820463873 _job:34137 details:The issue zerocracy/fbe#173 has been opened by @yegor256. is_human:1 issue:173 where:github who:526301
2024-07-16T07:11:38Z issue-was-opened 820463873 _job:34137 details:The issue zerocracy/fbe#25 has been opened by @yegor256. is_human:1 issue:25 where:github who:526301
2024-07-16T06:22:00Z issue-was-opened 820463873 _job:34137 details:The issue zerocracy/fbe#24 has been opened by @yegor256. is_human:1 issue:24 where:github who:526301
2025-05-27T14:25:26Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#187 has been opened by @artur-intech. is_human:1 issue:187 where:github who:22315378
2025-05-22T08:10:29Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#171 has been opened by @artur-intech. is_human:1 issue:171 where:github who:22315378
2025-05-22T07:50:43Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#170 has been opened by @artur-intech. is_human:1 issue:170 where:github who:22315378
2025-05-27T14:43:53Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#652 has been opened by @yegor256. is_human:1 issue:652 where:github who:526301
2025-05-27T14:40:59Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#651 has been opened by @yegor256. is_human:1 issue:651 where:github who:526301
2025-05-22T09:44:14Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#623 has been opened by @yegor256. is_human:1 issue:623 where:github who:526301
2025-05-22T07:04:03Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#618 has been opened by @yegor256. is_human:1 issue:618 where:github who:526301
2025-04-16T16:12:22Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#565 has been opened by @yegor256. is_human:1 issue:565 where:github who:526301
2025-03-19T05:58:40Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#500 has been opened by @yegor256. is_human:1 issue:500 where:github who:526301
2025-02-24T15:06:53Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#464 has been opened by @yegor256. is_human:1 issue:464 where:github who:526301
2025-01-03T13:39:30Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#446 has been opened by @yegor256. is_human:1 issue:446 where:github who:526301
2024-12-24T05:57:13Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#440 has been opened by @yegor256. is_human:1 issue:440 where:github who:526301
2024-12-20T13:26:36Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#437 has been opened by @yegor256. is_human:1 issue:437 where:github who:526301
2024-12-19T14:50:25Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#424 has been opened by @yegor256. is_human:1 issue:424 where:github who:526301
2024-07-16T11:27:58Z issue-was-opened 799177290 _job:34137 details:The issue zerocracy/judges-action#115 has been opened by @yegor256. is_human:1 issue:115 where:github who:526301
2025-04-30T12:28:43Z label-was-attached 974194993 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/zerocracy-mcp-server#5. is_human:1 issue:5 label:enhancement where:github who:526301
2025-01-28T05:19:44Z label-was-attached 798641472 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#154. is_human:1 issue:154 label:bug where:github who:526301
2025-01-28T05:35:03Z label-was-attached 798641472 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#155. is_human:1 issue:155 label:bug where:github who:526301
2025-02-21T06:07:16Z label-was-attached 798641472 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/factbase#161. is_human:1 issue:161 label:enhancement where:github who:526301
2025-02-24T11:52:19Z label-was-attached 798641472 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#166. is_human:1 issue:166 label:bug where:github who:526301
2025-02-24T13:37:17Z label-was-attached 798641472 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/factbase#170. is_human:1 issue:170 label:enhancement where:github who:526301
2025-02-24T14:40:08Z label-was-attached 798641472 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#172. is_human:1 issue:172 label:bug where:github who:526301
2024-10-23T04:58:15Z label-was-attached 799113787 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#139. is_human:1 issue:139 label:enhancement where:github who:526301
2025-02-24T15:23:49Z label-was-attached 798641472 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#173. is_human:1 issue:173 label:bug where:github who:526301
2024-12-24T05:36:01Z label-was-attached 799113787 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#156. is_human:1 issue:156 label:enhancement where:github who:526301
2025-05-27T15:59:56Z label-was-attached 840215648 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#69. is_human:1 issue:69 label:bug where:github who:526301
2025-03-12T13:45:15Z label-was-attached 798641472 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#195. is_human:1 issue:195 label:bug where:github who:526301
2025-04-30T04:47:52Z label-was-attached 820463873 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/fbe#173. is_human:1 issue:173 label:bug where:github who:526301
2025-03-12T13:35:15Z label-was-attached 799113787 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#183. is_human:1 issue:183 label:enhancement where:github who:526301
2025-05-22T07:22:11Z label-was-attached 802720676 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/pages-action#271. is_human:1 issue:271 label:bug where:github who:526301
2024-12-24T05:57:20Z label-was-attached 799177290 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#440. is_human:1 issue:440 label:enhancement where:github who:526301
2025-04-14T16:35:34Z label-was-attached 799113787 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#197. is_human:1 issue:197 label:bug where:github who:526301
2025-05-22T09:48:35Z label-was-attached 802720676 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/pages-action#274. is_human:1 issue:274 label:bug where:github who:526301
2025-01-03T13:39:35Z label-was-attached 799177290 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#446. is_human:1 issue:446 label:enhancement where:github who:526301
2025-02-24T15:06:53Z label-was-attached 799177290 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#464. is_human:1 issue:464 label:enhancement where:github who:526301
2025-05-27T14:36:07Z issue-was-closed 799177290 _job:34137 details:The issue zerocracy/judges-action#644 has been closed by @yegor256. event_id:50194291713 event_type:IssuesEvent is_human:1 issue:644 where:github who:526301
2025-03-19T05:58:40Z label-was-attached 799177290 _job:34137 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#500. is_human:1 issue:500 label:enhancement where:github who:526301
2025-04-16T16:12:22Z label-was-attached 799177290 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#565. is_human:1 issue:565 label:bug where:github who:526301
2025-05-27T14:53:12Z pull-was-opened 799177290 _job:34137 branch:version-up details:The pull request zerocracy/judges-action#653 has been opened by @github-actions[bot]. event_id:50195153383 event_type:PullRequestEvent is_human:0 issue:653 where:github who:41898282
2025-05-22T07:04:04Z label-was-attached 799177290 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#618. is_human:1 issue:618 label:bug where:github who:526301
2025-05-22T09:44:15Z label-was-attached 799177290 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#623. is_human:1 issue:623 label:bug where:github who:526301
2025-05-27T12:56:58Z label-was-attached 799177290 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#645. is_human:1 issue:645 label:bug where:github who:526301
2025-05-27T12:59:00Z label-was-attached 799177290 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#648. is_human:1 issue:648 label:bug where:github who:526301
2025-05-27T14:41:00Z label-was-attached 799177290 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#651. is_human:1 issue:651 label:bug where:github who:526301
2025-05-27T14:43:53Z label-was-attached 799177290 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#652. is_human:1 issue:652 label:bug where:github who:526301
2025-05-27T15:14:59Z pull-was-opened 799177290 _job:34137 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#654 has been opened by @renovate[bot]. event_id:50196231090 event_type:PullRequestEvent is_human:0 issue:654 where:github who:29139614
2025-05-27T16:25:53Z pull-was-closed 840215648 _job:34137 branch:renovate/rubocop-1.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#67 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:50199309261 event_type:PullRequestEvent failed_builds:2 hoc:2 is_human:0 issue:67 succeeded_builds:8 where:github who:29139614
2025-05-27T16:25:51Z pull-was-closed 840215648 _job:34137 branch:renovate/factbase-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#66 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:50199308271 event_type:PullRequestEvent failed_builds:2 hoc:2 is_human:0 issue:66 succeeded_builds:8 where:github who:29139614
2025-05-27T17:59:22Z pull-was-merged 799177290 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#653 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:50202818274 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:653 review_comments:0 succeeded_builds:0 where:github who:526301
2025-05-27T20:12:50Z issue-was-closed 840215648 _job:34137 details:The issue zerocracy/baza.rb#69 has been closed by @yegor256. event_id:50207498712 event_type:IssuesEvent is_human:1 issue:69 where:github who:526301
2025-05-28T06:55:41Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#192 has been opened by @artur-intech. is_human:1 issue:192 where:github who:22315378
2025-05-28T06:55:07Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#191 has been opened by @artur-intech. is_human:1 issue:191 where:github who:22315378
2025-05-28T06:45:02Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#190 has been opened by @artur-intech. is_human:1 issue:190 where:github who:22315378
2025-05-28T06:42:27Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#189 has been opened by @artur-intech. is_human:1 issue:189 where:github who:22315378
2025-05-28T06:17:16Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#188 has been opened by @artur-intech. is_human:1 issue:188 where:github who:22315378
2025-05-28T07:15:40Z pull-was-opened 799177290 _job:34137 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/judges-action#655 has been opened by @renovate[bot]. event_id:50223631694 event_type:PullRequestEvent is_human:0 issue:655 where:github who:29139614
2025-05-28T06:54:39Z issue-was-opened 799113787 _job:34137 details:The issue yegor256/judges#220 has been opened by @yegor256. event_id:50222816571 event_type:IssuesEvent is_human:1 issue:220 where:github who:526301
2025-05-28T07:29:13Z issue-was-closed 799113787 _job:34137 details:The issue yegor256/judges#220 has been closed by @yegor256. event_id:50224176130 event_type:IssuesEvent is_human:1 issue:220 where:github who:526301
2025-05-28T09:35:05Z pull-was-opened 799177290 _job:34137 branch:version-up details:The pull request zerocracy/judges-action#656 has been opened by @github-actions[bot]. event_id:50229749604 event_type:PullRequestEvent is_human:0 issue:656 where:github who:41898282
2025-05-28T09:38:22Z pull-was-merged 799177290 _job:34137 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#656 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:50229901279 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:656 review_comments:0 succeeded_builds:0 where:github who:526301
2025-05-28T11:14:39Z issue-was-opened 181044958 _job:34137 details:The issue yegor256/0rsk#193 has been opened by @artur-intech. event_id:50234016429 event_type:IssuesEvent is_human:1 issue:193 where:github who:22315378
2025-05-28T06:54:38Z label-was-attached 799113787 _job:34137 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#220. is_human:1 issue:220 label:bug where:github who:526301
2025-05-28T12:31:09Z pull-was-closed 181044958 _job:34137 branch:renovate/rubocop-1.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/0rsk#158 has been closed by @renovate[bot], with 2 HoC and 3 comments. event_id:50237212649 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:158 succeeded_builds:11 where:github who:29139614
2025-05-28T12:31:08Z pull-was-closed 181044958 _job:34137 branch:renovate/rack-2.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/0rsk#161 has been closed by @renovate[bot], with 2 HoC and 3 comments. event_id:50237211712 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:161 succeeded_builds:11 where:github who:29139614
2025-05-28T12:31:05Z pull-was-closed 181044958 _job:34137 branch:renovate/glogin-0.x-lockfile comments:6 comments_appreciated:2 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/0rsk#166 has been closed by @renovate[bot], with 3 HoC and 6 comments. event_id:50237209677 event_type:PullRequestEvent failed_builds:0 hoc:3 is_human:0 issue:166 succeeded_builds:11 where:github who:29139614
2025-05-28T13:12:39Z pull-was-opened 849726475 _job:34137 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#88 has been opened by @renovate[bot]. event_id:50239177603 event_type:PullRequestEvent is_human:0 issue:88 where:github who:29139614
2025-05-28T14:19:05Z pull-was-closed 181044958 _job:34137 branch:183-vscode-config comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:2 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/0rsk#184 has been closed by @yegor256, with 5 HoC and 1 comments. event_id:50242490865 event_type:PullRequestEvent failed_builds:0 hoc:5 is_human:1 issue:184 succeeded_builds:11 where:github who:526301
2025-05-28T14:29:34Z pull-was-closed 181044958 _job:34137 branch:56-db-teardown comments:1 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/0rsk#165 has been closed by @yegor256, with 25 HoC and 1 comments. event_id:50243027835 event_type:PullRequestEvent failed_builds:0 hoc:25 is_human:1 issue:165 succeeded_builds:0 where:github who:526301
2025-05-28T14:46:46Z pull-was-opened 799177290 _job:34137 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/judges-action#657 has been opened by @renovate[bot]. event_id:50243914926 event_type:PullRequestEvent is_human:0 issue:657 where:github who:29139614
2025-05-28T15:11:49Z pull-was-opened 802720676 _job:34140 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/pages-action#286 has been opened by @renovate[bot]. event_id:50245174416 event_type:PullRequestEvent is_human:0 issue:286 where:github who:29139614
2025-05-28T15:55:05Z pull-was-opened 820463873 _job:34140 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/fbe#186 has been opened by @renovate[bot]. event_id:50247140658 event_type:PullRequestEvent is_human:0 issue:186 where:github who:29139614
2025-05-28T18:53:51Z pull-was-opened 849726475 _job:34140 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/swarm-template#89 has been opened by @renovate[bot]. event_id:50253863709 event_type:PullRequestEvent is_human:0 issue:89 where:github who:29139614
2025-05-28T18:11:42Z pull-was-opened 799113787 _job:34140 branch:renovate/rubocop-1.x-lockfile details:The pull request yegor256/judges#221 has been opened by @renovate[bot]. event_id:50252328582 event_type:PullRequestEvent is_human:0 issue:221 where:github who:29139614
2025-05-29T08:54:35Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#659 has been opened by @yegor256. is_human:1 issue:659 where:github who:526301
2025-05-29T05:57:12Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#658 has been opened by @yegor256. is_human:1 issue:658 where:github who:526301
2025-05-29T11:43:11Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#660 has been opened by @yegor256. is_human:1 issue:660 where:github who:526301
2025-05-29T11:09:14Z issue-was-opened 181044958 _job:34140 details:The issue yegor256/0rsk#196 has been opened by @artur-intech. is_human:1 issue:196 where:github who:22315378
2025-05-29T09:08:28Z issue-was-opened 181044958 _job:34140 details:The issue yegor256/0rsk#195 has been opened by @artur-intech. is_human:1 issue:195 where:github who:22315378
2025-05-29T08:51:54Z issue-was-opened 181044958 _job:34140 details:The issue yegor256/0rsk#194 has been opened by @artur-intech. is_human:1 issue:194 where:github who:22315378
2025-05-29T05:57:14Z label-was-attached 799177290 _job:34140 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#658. is_human:1 issue:658 label:enhancement where:github who:526301
2025-05-29T08:54:36Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#659. is_human:1 issue:659 label:bug where:github who:526301
2025-05-29T11:43:12Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#660. is_human:1 issue:660 label:bug where:github who:526301
2025-05-29T15:10:31Z pull-was-closed 181044958 _job:34140 branch:renovate/sinatra-contrib-4.x comments:2 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/0rsk#125 has been closed by @renovate[bot], with 2 HoC and 2 comments. event_id:50290235805 event_type:PullRequestEvent failed_builds:1 hoc:2 is_human:0 issue:125 succeeded_builds:8 where:github who:29139614
2025-05-29T15:43:44Z pull-was-opened 799177290 _job:34140 branch:renovate/yegor256-copyrights-action-0.x details:The pull request zerocracy/judges-action#661 has been opened by @renovate[bot]. event_id:50291623068 event_type:PullRequestEvent is_human:0 issue:661 where:github who:29139614
2025-05-29T18:10:16Z pull-was-opened 849726475 _job:34140 branch:renovate/yegor256-copyrights-action-0.x details:The pull request zerocracy/swarm-template#90 has been opened by @renovate[bot]. event_id:50297154578 event_type:PullRequestEvent is_human:0 issue:90 where:github who:29139614
2025-05-29T16:48:48Z pull-was-opened 799177290 _job:34140 branch:renovate/yegor256-copyrights-action-0.x details:The pull request zerocracy/judges-action#662 has been opened by @renovate[bot]. event_id:50294141701 event_type:PullRequestEvent is_human:0 issue:662 where:github who:29139614
2025-05-29T17:40:49Z pull-was-opened 802720676 _job:34140 branch:renovate/yegor256-copyrights-action-0.x details:The pull request zerocracy/pages-action#288 has been opened by @renovate[bot]. event_id:50296063043 event_type:PullRequestEvent is_human:0 issue:288 where:github who:29139614
2025-05-29T17:22:14Z pull-was-merged 799177290 _job:34140 branch:renovate/yegor256-copyrights-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#662 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:50295337333 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:662 review_comments:0 succeeded_builds:13 where:github who:526301
2025-05-29T16:37:12Z pull-was-opened 799113787 _job:34140 branch:renovate/yegor256-copyrights-action-0.x details:The pull request yegor256/judges#222 has been opened by @renovate[bot]. event_id:50293719989 event_type:PullRequestEvent is_human:0 issue:222 where:github who:29139614
2025-05-29T20:13:50Z pull-was-opened 181044958 _job:34140 branch:renovate/yegor256-copyrights-action-0.x details:The pull request yegor256/0rsk#197 has been opened by @renovate[bot]. event_id:50301325234 event_type:PullRequestEvent is_human:0 issue:197 where:github who:29139614
2025-05-29T17:49:00Z pull-was-opened 820463873 _job:34140 branch:renovate/yegor256-copyrights-action-0.x details:The pull request zerocracy/fbe#187 has been opened by @renovate[bot]. event_id:50296367120 event_type:PullRequestEvent is_human:0 issue:187 where:github who:29139614
2025-05-29T18:09:36Z pull-was-opened 840215648 _job:34140 branch:renovate/yegor256-copyrights-action-0.x details:The pull request zerocracy/baza.rb#71 has been opened by @renovate[bot]. event_id:50297131014 event_type:PullRequestEvent is_human:0 issue:71 where:github who:29139614
2025-05-30T06:17:22Z pull-was-opened 799177290 _job:34140 branch:renovate/rake-13.x-lockfile details:The pull request zerocracy/judges-action#664 has been opened by @renovate[bot]. event_id:50314534701 event_type:PullRequestEvent is_human:0 issue:664 where:github who:29139614
2025-05-30T06:49:31Z pull-was-opened 799177290 _job:34140 branch:renovate/base64-0.x-lockfile details:The pull request zerocracy/judges-action#665 has been opened by @renovate[bot]. event_id:50315471713 event_type:PullRequestEvent is_human:0 issue:665 where:github who:29139614
2025-05-30T07:01:16Z pull-was-opened 802720676 _job:34140 branch:renovate/rake-13.x-lockfile details:The pull request zerocracy/pages-action#289 has been opened by @renovate[bot]. event_id:50315842906 event_type:PullRequestEvent is_human:0 issue:289 where:github who:29139614
2025-05-30T11:38:39Z pull-was-opened 849726475 _job:34140 branch:renovate/rake-13.x-lockfile details:The pull request zerocracy/swarm-template#91 has been opened by @renovate[bot]. event_id:50325693185 event_type:PullRequestEvent is_human:0 issue:91 where:github who:29139614
2025-05-30T07:28:54Z pull-was-opened 820463873 _job:34140 branch:renovate/rake-13.x-lockfile details:The pull request zerocracy/fbe#188 has been opened by @renovate[bot]. event_id:50316740604 event_type:PullRequestEvent is_human:0 issue:188 where:github who:29139614
2025-05-30T08:32:38Z pull-was-opened 799113787 _job:34140 branch:renovate/rake-13.x-lockfile details:The pull request yegor256/judges#224 has been opened by @renovate[bot]. event_id:50318964047 event_type:PullRequestEvent is_human:0 issue:224 where:github who:29139614
2025-05-30T08:32:30Z pull-was-opened 799113787 _job:34140 branch:renovate/base64-0.x-lockfile details:The pull request yegor256/judges#223 has been opened by @renovate[bot]. event_id:50318958688 event_type:PullRequestEvent is_human:0 issue:223 where:github who:29139614
2025-05-30T07:30:33Z pull-was-opened 840215648 _job:34140 branch:renovate/rake-13.x-lockfile details:The pull request zerocracy/baza.rb#73 has been opened by @renovate[bot]. event_id:50316799577 event_type:PullRequestEvent is_human:0 issue:73 where:github who:29139614
2025-05-30T07:30:25Z pull-was-opened 840215648 _job:34140 branch:renovate/base64-0.x-lockfile details:The pull request zerocracy/baza.rb#72 has been opened by @renovate[bot]. event_id:50316794587 event_type:PullRequestEvent is_human:0 issue:72 where:github who:29139614
2025-05-30T12:45:39Z pull-was-opened 798641472 _job:34140 branch:renovate/rake-13.x-lockfile details:The pull request yegor256/factbase#232 has been opened by @renovate[bot]. event_id:50328119021 event_type:PullRequestEvent is_human:0 issue:232 where:github who:29139614
2025-05-30T12:37:33Z issue-was-closed 799177290 _job:34140 details:The issue zerocracy/judges-action#651 has been closed by @yegor256. event_id:50327809593 event_type:IssuesEvent is_human:1 issue:651 where:github who:526301
2025-05-30T23:58:59Z pull-was-opened 799113787 _job:34140 branch:renovate/eslint-monorepo details:The pull request yegor256/judges#225 has been opened by @renovate[bot]. event_id:50348795224 event_type:PullRequestEvent is_human:0 issue:225 where:github who:29139614
2025-05-31T13:12:29Z pull-was-opened 849726475 _job:34140 branch:renovate/rubocop-minitest-0.x-lockfile details:The pull request zerocracy/swarm-template#92 has been opened by @renovate[bot]. event_id:50357886327 event_type:PullRequestEvent is_human:0 issue:92 where:github who:29139614
2025-05-31T12:17:37Z pull-was-opened 799177290 _job:34140 branch:renovate/rubocop-minitest-0.x-lockfile details:The pull request zerocracy/judges-action#666 has been opened by @renovate[bot]. event_id:50357197732 event_type:PullRequestEvent is_human:0 issue:666 where:github who:29139614
2025-05-31T14:09:21Z pull-was-opened 802720676 _job:34140 branch:renovate/rubocop-minitest-0.x-lockfile details:The pull request zerocracy/pages-action#290 has been opened by @renovate[bot]. event_id:50358587903 event_type:PullRequestEvent is_human:0 issue:290 where:github who:29139614
2025-05-31T15:30:41Z pull-was-opened 798641472 _job:34140 branch:renovate/rubocop-minitest-0.x-lockfile details:The pull request yegor256/factbase#233 has been opened by @renovate[bot]. event_id:50359648910 event_type:PullRequestEvent is_human:0 issue:233 where:github who:29139614
2025-05-31T13:00:49Z pull-was-opened 840215648 _job:34140 branch:renovate/rubocop-minitest-0.x-lockfile details:The pull request zerocracy/baza.rb#74 has been opened by @renovate[bot]. event_id:50357741201 event_type:PullRequestEvent is_human:0 issue:74 where:github who:29139614
2025-05-31T13:32:41Z pull-was-opened 820463873 _job:34140 branch:renovate/rubocop-minitest-0.x-lockfile details:The pull request zerocracy/fbe#189 has been opened by @renovate[bot]. event_id:50358150882 event_type:PullRequestEvent is_human:0 issue:189 where:github who:29139614
2025-05-31T15:22:04Z pull-was-opened 799113787 _job:34140 branch:renovate/rubocop-minitest-0.x-lockfile details:The pull request yegor256/judges#226 has been opened by @renovate[bot]. event_id:50359544010 event_type:PullRequestEvent is_human:0 issue:226 where:github who:29139614
2025-06-01T05:50:59Z pull-was-opened 849726475 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#93 has been opened by @renovate[bot]. event_id:50369048932 event_type:PullRequestEvent is_human:0 issue:93 where:github who:29139614
2025-06-01T04:25:53Z pull-was-opened 799177290 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#668 has been opened by @renovate[bot]. event_id:50368159675 event_type:PullRequestEvent is_human:0 issue:668 where:github who:29139614
2025-06-01T04:44:28Z pull-was-opened 802720676 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#291 has been opened by @renovate[bot]. event_id:50368349671 event_type:PullRequestEvent is_human:0 issue:291 where:github who:29139614
2025-06-01T22:15:55Z pull-was-opened 181044958 _job:34140 branch:renovate/iri-0.x-lockfile details:The pull request yegor256/0rsk#200 has been opened by @renovate[bot]. event_id:50381809101 event_type:PullRequestEvent is_human:0 issue:200 where:github who:29139614
2025-06-02T17:19:57Z pull-was-opened 840215648 _job:34140 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/baza.rb#76 has been opened by @renovate[bot]. event_id:50419224208 event_type:PullRequestEvent is_human:0 issue:76 where:github who:29139614
2025-06-02T17:09:53Z issue-was-opened 840215648 _job:34140 details:The issue zerocracy/baza.rb#75 has been opened by @yegor256. event_id:50418848615 event_type:IssuesEvent is_human:1 issue:75 where:github who:526301
2025-06-02T17:14:23Z pull-was-opened 799177290 _job:34140 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/judges-action#669 has been opened by @renovate[bot]. event_id:50419019950 event_type:PullRequestEvent is_human:0 issue:669 where:github who:29139614
2025-06-02T16:46:34Z issue-was-closed 799177290 _job:34140 details:The issue zerocracy/judges-action#659 has been closed by @yegor256. event_id:50417959264 event_type:IssuesEvent is_human:1 issue:659 where:github who:526301
2025-06-02T17:09:52Z label-was-attached 840215648 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#75. is_human:1 issue:75 label:bug where:github who:526301
2025-06-02T18:12:53Z pull-was-opened 849726475 _job:34140 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/swarm-template#94 has been opened by @renovate[bot]. event_id:50421187439 event_type:PullRequestEvent is_human:0 issue:94 where:github who:29139614
2025-06-02T18:40:48Z pull-was-opened 802720676 _job:34140 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/pages-action#292 has been opened by @renovate[bot]. event_id:50422261670 event_type:PullRequestEvent is_human:0 issue:292 where:github who:29139614
2025-06-02T18:33:15Z pull-was-opened 820463873 _job:34140 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/fbe#191 has been opened by @renovate[bot]. event_id:50421977282 event_type:PullRequestEvent is_human:0 issue:191 where:github who:29139614
2025-06-02T19:59:01Z pull-was-opened 799113787 _job:34140 branch:renovate/crate-ci-typos-1.x details:The pull request yegor256/judges#227 has been opened by @renovate[bot]. event_id:50425009359 event_type:PullRequestEvent is_human:0 issue:227 where:github who:29139614
2025-06-02T23:09:17Z pull-was-opened 181044958 _job:34140 branch:renovate/crate-ci-typos-1.x details:The pull request yegor256/0rsk#201 has been opened by @renovate[bot]. event_id:50430440328 event_type:PullRequestEvent is_human:0 issue:201 where:github who:29139614
2025-06-02T23:48:06Z pull-was-opened 798641472 _job:34140 branch:renovate/crate-ci-typos-1.x details:The pull request yegor256/factbase#234 has been opened by @renovate[bot]. event_id:50431229408 event_type:PullRequestEvent is_human:0 issue:234 where:github who:29139614
2025-06-03T05:02:13Z pull-was-closed 840215648 _job:34140 branch:renovate/rubocop-minitest-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#74 has been closed by @renovate[bot], with 4 HoC and 0 comments. event_id:50437421479 event_type:PullRequestEvent failed_builds:2 hoc:4 is_human:0 issue:74 succeeded_builds:8 where:github who:29139614
2025-06-03T05:02:10Z pull-was-closed 840215648 _job:34140 branch:renovate/rake-13.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#73 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:50437420671 event_type:PullRequestEvent failed_builds:2 hoc:2 is_human:0 issue:73 succeeded_builds:8 where:github who:29139614
2025-06-03T05:02:09Z pull-was-closed 840215648 _job:34140 branch:renovate/base64-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#72 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:50437420218 event_type:PullRequestEvent failed_builds:2 hoc:2 is_human:0 issue:72 succeeded_builds:8 where:github who:29139614
2025-06-03T05:03:28Z pull-was-merged 840215648 _job:34140 branch:renovate/crate-ci-typos-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#76 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:50437450091 event_type:PullRequestEvent failed_builds:2 hoc:2 is_human:1 issue:76 review_comments:0 succeeded_builds:8 where:github who:526301
2025-06-03T05:01:32Z pull-was-merged 840215648 _job:34140 branch:renovate/yegor256-copyrights-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#71 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:50437406372 event_type:PullRequestEvent failed_builds:2 hoc:2 is_human:1 issue:71 review_comments:0 succeeded_builds:8 where:github who:526301
2025-06-03T06:13:43Z issue-was-opened 799113787 _job:34140 details:The issue yegor256/judges#228 has been opened by @yegor256. is_human:1 issue:228 where:github who:526301
2025-06-03T09:39:47Z issue-was-opened 798641472 _job:34140 details:The issue yegor256/factbase#235 has been opened by @yegor256. event_id:50447951153 event_type:IssuesEvent is_human:1 issue:235 where:github who:526301
2025-06-03T09:55:43Z pull-was-opened 798641472 _job:34140 branch:benchmark-results details:The pull request yegor256/factbase#236 has been opened by @github-actions[bot]. event_id:50448723398 event_type:PullRequestEvent is_human:0 issue:236 where:github who:41898282
2025-06-03T09:54:31Z pull-was-closed 798641472 _job:34140 branch:renovate/rubocop-minitest-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#233 has been closed by @renovate[bot], with 6 HoC and 0 comments. event_id:50448667395 event_type:PullRequestEvent failed_builds:1 hoc:6 is_human:0 issue:233 succeeded_builds:10 where:github who:29139614
2025-06-03T09:54:28Z pull-was-closed 798641472 _job:34140 branch:renovate/rdoc-6.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#230 has been closed by @renovate[bot], with 4 HoC and 0 comments. event_id:50448665633 event_type:PullRequestEvent failed_builds:1 hoc:4 is_human:0 issue:230 succeeded_builds:10 where:github who:29139614
2025-06-03T09:54:27Z pull-was-closed 798641472 _job:34140 branch:renovate/rake-13.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#232 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:50448664562 event_type:PullRequestEvent failed_builds:1 hoc:2 is_human:0 issue:232 succeeded_builds:10 where:github who:29139614
2025-06-03T09:55:20Z pull-was-merged 798641472 _job:34140 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#222 has been closed by @yegor256, with 50 HoC and 0 comments. event_id:50448704405 event_type:PullRequestEvent failed_builds:0 hoc:50 is_human:1 issue:222 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-03T09:55:04Z pull-was-merged 798641472 _job:34140 branch:renovate/yegor256-copyrights-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#231 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:50448692959 event_type:PullRequestEvent failed_builds:1 hoc:2 is_human:1 issue:231 review_comments:0 succeeded_builds:10 where:github who:526301
2025-06-03T09:54:57Z pull-was-merged 798641472 _job:34140 branch:renovate/crate-ci-typos-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#234 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:50448687781 event_type:PullRequestEvent failed_builds:1 hoc:2 is_human:1 issue:234 review_comments:0 succeeded_builds:10 where:github who:526301
2025-06-03T10:47:46Z issue-was-opened 181044958 _job:34140 details:The issue yegor256/0rsk#202 has been opened by @artur-intech. event_id:50450970178 event_type:IssuesEvent is_human:1 issue:202 where:github who:22315378
2025-06-03T10:17:33Z issue-was-closed 798641472 _job:34140 details:The issue yegor256/factbase#235 has been closed by @yegor256. event_id:50449710259 event_type:IssuesEvent is_human:1 issue:235 where:github who:526301
2025-06-03T10:25:47Z pull-was-opened 799113787 _job:34140 branch:228 details:The pull request yegor256/judges#229 has been opened by @yegor256. event_id:50450053388 event_type:PullRequestEvent is_human:1 issue:229 where:github who:526301
2025-06-03T11:49:51Z pull-was-opened 802720676 _job:34140 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/pages-action#293 has been opened by @renovate[bot]. event_id:50453582609 event_type:PullRequestEvent is_human:0 issue:293 where:github who:29139614
2025-06-03T09:39:47Z label-was-attached 798641472 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue yegor256/factbase#235. is_human:1 issue:235 label:bug where:github who:526301
2025-06-03T14:18:58Z issue-was-opened 820463873 _job:34140 details:The issue zerocracy/fbe#192 has been opened by @yegor256. is_human:1 issue:192 where:github who:526301
2025-06-04T07:07:30Z pull-was-opened 799177290 _job:34140 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/judges-action#673 has been opened by @renovate[bot]. event_id:50491487995 event_type:PullRequestEvent is_human:0 issue:673 where:github who:29139614
2025-06-03T19:55:01Z pull-was-opened 799177290 _job:34140 branch:660 details:The pull request zerocracy/judges-action#672 has been opened by @yegorov. event_id:50474575850 event_type:PullRequestEvent is_human:1 issue:672 where:github who:2566462
2025-06-03T14:46:57Z pull-was-opened 799177290 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#671 has been opened by @renovate[bot]. event_id:50462389353 event_type:PullRequestEvent is_human:0 issue:671 where:github who:29139614
2025-06-03T12:19:17Z pull-was-opened 799177290 _job:34140 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/judges-action#670 has been opened by @renovate[bot]. event_id:50454882904 event_type:PullRequestEvent is_human:0 issue:670 where:github who:29139614
2025-06-03T14:30:21Z issue-was-closed 820463873 _job:34140 details:The issue zerocracy/fbe#192 has been closed by @yegor256. event_id:50461528495 event_type:IssuesEvent is_human:1 issue:192 where:github who:526301
2025-06-04T07:10:44Z pull-was-opened 849726475 _job:34140 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/swarm-template#97 has been opened by @renovate[bot]. event_id:50491610894 event_type:PullRequestEvent is_human:0 issue:97 where:github who:29139614
2025-06-04T06:16:34Z pull-was-opened 849726475 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#96 has been opened by @renovate[bot]. event_id:50489682634 event_type:PullRequestEvent is_human:0 issue:96 where:github who:29139614
2025-06-03T15:56:27Z pull-was-opened 849726475 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#95 has been opened by @renovate[bot]. event_id:50465683120 event_type:PullRequestEvent is_human:0 issue:95 where:github who:29139614
2025-06-04T06:54:45Z pull-was-opened 802720676 _job:34140 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/pages-action#296 has been opened by @renovate[bot]. event_id:50491001391 event_type:PullRequestEvent is_human:0 issue:296 where:github who:29139614
2025-06-04T06:54:37Z pull-was-opened 802720676 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#295 has been opened by @renovate[bot]. event_id:50490996973 event_type:PullRequestEvent is_human:0 issue:295 where:github who:29139614
2025-06-03T14:43:17Z pull-was-opened 802720676 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#294 has been opened by @renovate[bot]. event_id:50462204274 event_type:PullRequestEvent is_human:0 issue:294 where:github who:29139614
2025-06-03T06:13:44Z label-was-attached 799113787 _job:34140 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#228. is_human:1 issue:228 label:enhancement where:github who:526301
2024-07-28T08:29:24Z issue-was-assigned 802720676 _job:34140 assigner:526301 is_human:1 issue:69 where:github who:526301
2024-07-29T13:50:09Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:178 where:github who:526301
2024-08-13T03:15:35Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:184 where:github who:2566462
2024-08-15T04:46:49Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:188 where:github who:2566462
2024-07-30T05:00:03Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:198 where:github who:526301
2024-07-31T06:00:06Z issue-was-assigned 802720676 _job:34140 assigner:526301 is_human:1 issue:86 where:github who:526301
2025-06-03T14:18:59Z label-was-attached 820463873 _job:34140 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/fbe#192. is_human:1 issue:192 label:enhancement where:github who:526301
2024-07-31T14:29:59Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:99 where:github who:526301
2024-08-01T10:02:01Z issue-was-assigned 802720676 _job:34140 assigner:526301 is_human:1 issue:89 where:github who:526301
2024-08-04T03:39:50Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:103 where:github who:526301
2024-08-05T07:57:21Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:104 where:github who:526301
2024-08-05T13:57:23Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:106 where:github who:526301
2024-08-05T13:54:34Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:232 where:github who:526301
2024-08-07T09:31:46Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:55 where:github who:526301
2024-08-07T10:52:59Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:57 where:github who:526301
2024-08-07T12:36:07Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:58 where:github who:526301
2024-08-08T15:21:17Z issue-was-assigned 798641472 _job:34140 assigner:526301 is_human:1 issue:109 where:github who:526301
2024-08-09T08:46:26Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:108 where:github who:526301
2024-08-11T05:56:12Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:109 where:github who:526301
2024-08-11T08:01:51Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:256 where:github who:526301
2024-08-11T17:33:25Z issue-was-assigned 840215648 _job:34140 assigner:526301 is_human:1 issue:5 where:github who:526301
2024-08-12T05:45:05Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:62 where:github who:526301
2024-08-12T06:55:36Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:63 where:github who:526301
2024-08-12T08:52:44Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:64 where:github who:526301
2024-08-12T11:21:22Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:65 where:github who:526301
2024-08-13T05:23:30Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:113 where:github who:526301
2024-08-13T14:47:45Z issue-was-assigned 840215648 _job:34140 assigner:526301 is_human:1 issue:6 where:github who:526301
2024-08-13T14:57:22Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:272 where:github who:526301
2024-08-13T15:10:36Z issue-was-assigned 840215648 _job:34140 assigner:526301 is_human:1 issue:7 where:github who:526301
2024-08-14T06:13:53Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:114 where:github who:526301
2024-08-14T12:50:46Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:116 where:github who:526301
2024-08-16T04:28:56Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:72 where:github who:526301
2024-08-16T06:08:21Z issue-was-assigned 802720676 _job:34140 assigner:526301 is_human:1 issue:109 where:github who:526301
2024-08-17T05:15:34Z issue-was-assigned 802720676 _job:34140 assigner:526301 is_human:1 issue:111 where:github who:526301
2024-08-17T07:15:11Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:73 where:github who:526301
2024-08-20T16:44:01Z issue-was-assigned 802720676 _job:34140 assigner:526301 is_human:1 issue:116 where:github who:526301
2024-08-22T16:44:04Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:81 where:github who:526301
2024-08-26T15:46:02Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:83 where:github who:526301
2024-08-30T05:36:01Z issue-was-assigned 840215648 _job:34140 assigner:526301 is_human:1 issue:14 where:github who:526301
2024-09-17T20:55:17Z issue-was-assigned 802720676 _job:34140 assigner:526301 is_human:1 issue:131 where:github who:2566462
2024-10-14T05:38:56Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:136 where:github who:526301
2024-10-14T07:27:14Z issue-was-assigned 840215648 _job:34140 assigner:526301 is_human:1 issue:27 where:github who:526301
2025-06-04T10:56:29Z issue-was-opened 799113787 _job:34140 details:The issue yegor256/judges#230 has been opened by @yegor256. is_human:1 issue:230 where:github who:526301
2024-10-14T10:31:57Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:113 where:github who:526301
2024-10-14T13:45:32Z issue-was-assigned 802720676 _job:34140 assigner:526301 is_human:1 issue:154 where:github who:526301
2024-10-15T17:02:22Z issue-was-assigned 802720676 _job:34140 assigner:526301 is_human:1 issue:162 where:github who:526301
2024-12-28T05:57:48Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:158 where:github who:526301
2025-01-03T09:27:22Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:160 where:github who:526301
2025-01-27T12:03:43Z issue-was-assigned 798641472 _job:34140 assigner:526301 is_human:1 issue:149 where:github who:526301
2025-02-24T11:43:23Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:173 where:github who:526301
2025-02-24T15:56:19Z issue-was-assigned 798641472 _job:34140 assigner:526301 is_human:1 issue:174 where:github who:526301
2025-02-25T10:49:00Z issue-was-assigned 802720676 _job:34140 assigner:526301 is_human:1 issue:203 where:github who:526301
2025-02-27T11:24:20Z issue-was-assigned 798641472 _job:34140 assigner:526301 is_human:1 issue:177 where:github who:526301
2025-03-02T06:13:20Z issue-was-assigned 798641472 _job:34140 assigner:526301 is_human:1 issue:182 where:github who:526301
2025-03-02T06:10:35Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:145 where:github who:526301
2025-03-04T11:38:00Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:181 where:github who:526301
2025-03-13T07:53:09Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:492 where:github who:526301
2025-03-04T12:33:18Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:485 where:github who:526301
2025-03-04T03:35:48Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:477 where:github who:526301
2025-03-18T12:41:20Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:187 where:github who:526301
2025-03-17T17:32:14Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:186 where:github who:526301
2025-03-03T15:57:28Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:179 where:github who:526301
2025-03-03T11:53:51Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:178 where:github who:526301
2025-03-03T09:45:28Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:177 where:github who:526301
2025-02-25T10:24:35Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:175 where:github who:526301
2025-02-25T09:35:34Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:174 where:github who:526301
2025-03-19T06:58:55Z issue-was-assigned 802720676 _job:34140 assigner:526301 is_human:1 issue:228 where:github who:526301
2025-03-14T11:50:51Z issue-was-assigned 802720676 _job:34140 assigner:526301 is_human:1 issue:224 where:github who:526301
2025-03-04T04:23:53Z issue-was-assigned 802720676 _job:34140 assigner:526301 is_human:1 issue:210 where:github who:526301
2025-02-24T16:27:17Z issue-was-assigned 802720676 _job:34140 assigner:526301 is_human:1 issue:201 where:github who:526301
2025-03-19T17:20:50Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:188 where:github who:526301
2025-03-18T12:42:35Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:152 where:github who:526301
2025-03-14T14:08:25Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:151 where:github who:526301
2025-03-13T07:25:37Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:149 where:github who:526301
2025-03-13T07:09:16Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:148 where:github who:526301
2025-03-18T14:35:19Z issue-was-assigned 798641472 _job:34140 assigner:526301 is_human:1 issue:207 where:github who:526301
2025-03-17T18:12:51Z issue-was-assigned 798641472 _job:34140 assigner:526301 is_human:1 issue:205 where:github who:526301
2025-03-17T08:53:57Z issue-was-assigned 798641472 _job:34140 assigner:526301 is_human:1 issue:203 where:github who:526301
2025-03-14T08:43:39Z issue-was-assigned 798641472 _job:34140 assigner:526301 is_human:1 issue:201 where:github who:526301
2025-03-05T18:33:08Z issue-was-assigned 798641472 _job:34140 assigner:526301 is_human:1 issue:192 where:github who:526301
2025-03-05T08:18:58Z issue-was-assigned 798641472 _job:34140 assigner:526301 is_human:1 issue:190 where:github who:526301
2025-03-04T11:40:51Z issue-was-assigned 798641472 _job:34140 assigner:526301 is_human:1 issue:186 where:github who:526301
2025-03-20T06:02:15Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:189 where:github who:526301
2025-03-20T14:00:45Z issue-was-assigned 802720676 _job:34140 assigner:526301 is_human:1 issue:230 where:github who:526301
2025-03-24T08:17:00Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:190 where:github who:526301
2025-03-29T03:26:00Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:155 where:github who:526301
2025-03-29T02:56:00Z issue-was-assigned 840215648 _job:34140 assigner:526301 is_human:1 issue:47 where:github who:526301
2025-03-29T04:08:55Z issue-was-assigned 840215648 _job:34140 assigner:526301 is_human:1 issue:48 where:github who:526301
2025-03-29T05:39:13Z issue-was-assigned 840215648 _job:34140 assigner:526301 is_human:1 issue:49 where:github who:526301
2025-03-30T01:19:26Z issue-was-assigned 798641472 _job:34140 assigner:526301 is_human:1 issue:212 where:github who:526301
2025-03-30T07:03:35Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:156 where:github who:526301
2025-03-30T05:35:05Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:511 where:github who:526301
2025-03-30T06:16:42Z issue-was-assigned 798641472 _job:34140 assigner:526301 is_human:1 issue:215 where:github who:526301
2025-03-30T05:53:47Z issue-was-assigned 802720676 _job:34140 assigner:526301 is_human:1 issue:235 where:github who:526301
2025-03-30T00:56:57Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:192 where:github who:526301
2025-03-30T11:09:24Z issue-was-assigned 798641472 _job:34140 assigner:526301 is_human:1 issue:216 where:github who:526301
2025-03-30T13:21:21Z issue-was-assigned 798641472 _job:34140 assigner:526301 is_human:1 issue:218 where:github who:526301
2025-04-02T02:04:14Z issue-was-assigned 840215648 _job:34140 assigner:526301 is_human:1 issue:52 where:github who:526301
2025-04-05T04:44:32Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:195 where:github who:526301
2025-04-05T09:10:55Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:160 where:github who:526301
2025-04-06T01:24:38Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:535 where:github who:526301
2025-04-06T05:09:24Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:539 where:github who:526301
2025-04-05T23:56:37Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:161 where:github who:526301
2025-04-06T02:52:45Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:163 where:github who:526301
2025-04-06T02:14:27Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:162 where:github who:526301
2025-04-06T04:14:41Z issue-was-assigned 840215648 _job:34140 assigner:526301 is_human:1 issue:54 where:github who:526301
2025-05-04T09:00:45Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:545 where:github who:2566462
2025-04-30T04:59:10Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:544 where:github who:2566462
2025-04-08T11:31:58Z issue-was-assigned 840215648 _job:34140 assigner:526301 is_human:1 issue:55 where:github who:526301
2025-04-12T01:49:22Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:549 where:github who:526301
2025-04-14T06:46:52Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:552 where:github who:526301
2025-04-14T09:31:28Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:165 where:github who:526301
2025-04-15T07:32:29Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:166 where:github who:526301
2025-04-15T17:36:58Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:167 where:github who:526301
2025-04-15T17:32:51Z issue-was-assigned 798641472 _job:34140 assigner:526301 is_human:1 issue:223 where:github who:526301
2025-04-18T09:09:04Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:569 where:github who:526301
2025-04-18T11:24:24Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:573 where:github who:526301
2025-04-18T08:31:17Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:168 where:github who:526301
2025-04-18T13:45:20Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:199 where:github who:526301
2025-04-18T12:52:02Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:169 where:github who:526301
2025-04-19T15:21:10Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:201 where:github who:526301
2025-04-23T04:11:02Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:171 where:github who:526301
2025-04-29T09:51:51Z issue-was-assigned 974194993 _job:34140 assigner:526301 is_human:1 issue:4 where:github who:526301
2025-05-01T05:29:24Z issue-was-assigned 974194993 _job:34140 assigner:526301 is_human:1 issue:8 where:github who:526301
2025-06-04T10:56:31Z label-was-attached 799113787 _job:34140 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#230. is_human:1 issue:230 label:enhancement where:github who:526301
2025-06-04T11:16:28Z pull-was-opened 799113787 _job:34140 branch:230 details:The pull request yegor256/judges#231 has been opened by @yegor256. event_id:50502313691 event_type:PullRequestEvent is_human:1 issue:231 where:github who:526301
2025-06-04T11:32:27Z pull-was-opened 820463873 _job:34140 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/fbe#194 has been opened by @renovate[bot]. event_id:50502971093 event_type:PullRequestEvent is_human:0 issue:194 where:github who:29139614
2025-05-01T14:17:12Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:586 where:github who:526301
2025-05-01T13:50:41Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:205 where:github who:526301
2025-05-03T05:16:19Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:175 where:github who:2566462
2025-05-14T09:36:24Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:594 where:github who:2566462
2025-05-07T17:47:43Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:595 where:github who:2566462
2019-05-30T16:53:47Z issue-was-assigned 181044958 _job:34140 assigner:526301 is_human:1 issue:45 where:github who:526301
2019-05-29T08:50:29Z issue-was-assigned 181044958 _job:34140 assigner:526301 is_human:1 issue:42 where:github who:526301
2025-06-04T18:40:19Z pull-was-opened 849726475 _job:34140 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#98 has been opened by @renovate[bot]. event_id:50521995754 event_type:PullRequestEvent is_human:0 issue:98 where:github who:29139614
2025-06-05T09:32:51Z issue-was-opened 820463873 _job:34140 details:The issue zerocracy/fbe#195 has been opened by @yegor256. event_id:50547366207 event_type:IssuesEvent is_human:1 issue:195 where:github who:526301
2025-06-05T10:49:59Z pull-was-opened 799177290 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#681 has been opened by @renovate[bot]. event_id:50550643676 event_type:PullRequestEvent is_human:0 issue:681 where:github who:29139614
2025-06-04T18:33:40Z pull-was-opened 802720676 _job:34140 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#297 has been opened by @renovate[bot]. event_id:50521752085 event_type:PullRequestEvent is_human:0 issue:297 where:github who:29139614
2025-06-05T10:18:35Z issue-was-closed 820463873 _job:34140 details:The issue zerocracy/fbe#195 has been closed by @yegor256. event_id:50549370565 event_type:IssuesEvent is_human:1 issue:195 where:github who:526301
2025-06-05T11:13:21Z pull-was-closed 799177290 _job:34140 branch:renovate/fbe-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#681 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:50551577984 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:681 succeeded_builds:13 where:github who:29139614
2025-06-05T11:32:55Z issue-was-closed 799177290 _job:34140 details:The issue zerocracy/judges-action#680 has been closed by @yegor256. event_id:50552352566 event_type:IssuesEvent is_human:1 issue:680 where:github who:526301
2025-06-05T11:30:41Z pull-was-opened 799177290 _job:34140 branch:version-up details:The pull request zerocracy/judges-action#682 has been opened by @github-actions[bot]. event_id:50552263971 event_type:PullRequestEvent is_human:0 issue:682 where:github who:41898282
2025-06-05T07:22:20Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#680 has been opened by @yegor256. is_human:1 issue:680 where:github who:526301
2025-06-04T17:49:57Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#674 has been opened by @yegor256. is_human:1 issue:674 where:github who:526301
2025-06-05T09:32:51Z label-was-attached 820463873 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/fbe#195. is_human:1 issue:195 label:bug where:github who:526301
2025-06-05T11:33:05Z pull-was-merged 799177290 _job:34140 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#682 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:50552358886 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:682 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-05T12:19:22Z pull-was-opened 799177290 _job:34140 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#683 has been opened by @renovate[bot]. event_id:50554296739 event_type:PullRequestEvent is_human:0 issue:683 where:github who:29139614
2025-06-05T13:51:49Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#684 has been opened by @yegor256. event_id:50558748205 event_type:IssuesEvent is_human:1 issue:684 where:github who:526301
2025-06-04T17:49:59Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#674. is_human:1 issue:674 label:bug where:github who:526301
2025-06-05T07:22:22Z label-was-attached 799177290 _job:34140 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#680. is_human:1 issue:680 label:enhancement where:github who:526301
2025-06-05T13:51:48Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#684. is_human:1 issue:684 label:bug where:github who:526301
2025-06-05T17:32:59Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#686 has been opened by @yegor256. is_human:1 issue:686 where:github who:526301
2025-06-05T15:14:04Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#685 has been opened by @yegor256. is_human:1 issue:685 where:github who:526301
2025-06-05T18:55:02Z issue-was-opened 820463873 _job:34140 details:The issue zerocracy/fbe#197 has been opened by @yegor256. is_human:1 issue:197 where:github who:526301
2025-06-05T17:42:21Z pull-was-closed 181044958 _job:34140 branch:138-fix-build comments:4 comments_appreciated:1 comments_by_author:2 comments_by_reviewers:2 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/0rsk#143 has been closed by @artur-intech, with 2 HoC and 4 comments. event_id:50568817080 event_type:PullRequestEvent failed_builds:3 hoc:2 is_human:1 issue:143 succeeded_builds:8 where:github who:22315378
2025-06-05T18:56:04Z label-was-attached 820463873 _job:34140 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/fbe#197. is_human:1 issue:197 label:enhancement where:github who:526301
2025-05-18T09:59:26Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:601 where:github who:2566462
2025-06-05T18:17:54Z issue-was-closed 799177290 _job:34140 details:The issue zerocracy/judges-action#686 has been closed by @yegor256. event_id:50569987704 event_type:IssuesEvent is_human:1 issue:686 where:github who:526301
2025-06-05T15:14:06Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#685. is_human:1 issue:685 label:bug where:github who:526301
2025-06-05T17:33:01Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#686. is_human:1 issue:686 label:bug where:github who:526301
2025-06-06T00:26:11Z pull-was-opened 974194993 _job:34140 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/zerocracy-mcp-server#17 has been opened by @renovate[bot]. event_id:50580125428 event_type:PullRequestEvent is_human:0 issue:17 where:github who:29139614
2025-06-06T03:24:53Z issue-was-closed 181044958 _job:34140 details:The issue yegor256/0rsk#173 has been closed by @yegor256. event_id:50583540266 event_type:IssuesEvent is_human:1 issue:173 where:github who:526301
2025-05-15T17:47:25Z issue-was-assigned 799113787 _job:34140 assigner:526301 is_human:1 issue:210 where:github who:526301
2025-05-15T17:27:54Z issue-was-assigned 798641472 _job:34140 assigner:526301 is_human:1 issue:229 where:github who:526301
2025-05-16T16:29:03Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:181 where:github who:526301
2025-06-07T06:49:45Z issue-was-opened 820463873 _job:34140 details:The issue zerocracy/fbe#200 has been opened by @yegor256. is_human:1 issue:200 where:github who:526301
2025-06-07T05:25:52Z issue-was-opened 820463873 _job:34140 details:The issue zerocracy/fbe#199 has been opened by @yegor256. is_human:1 issue:199 where:github who:526301
2025-05-19T15:25:43Z issue-was-assigned 799177290 _job:34140 assigner:526301 is_human:1 issue:607 where:github who:2566462
2025-05-19T19:31:24Z issue-was-assigned 820463873 _job:34140 assigner:526301 is_human:1 issue:184 where:github who:526301
2025-06-07T05:25:53Z label-was-attached 820463873 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/fbe#199. is_human:1 issue:199 label:bug where:github who:526301
2025-06-07T06:49:46Z label-was-attached 820463873 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/fbe#200. is_human:1 issue:200 label:bug where:github who:526301
2025-06-07T07:27:37Z issue-was-opened 820463873 _job:34140 details:The issue zerocracy/fbe#201 has been opened by @yegor256. is_human:1 issue:201 where:github who:526301
2025-06-06T22:03:05Z pull-was-opened 849726475 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#100 has been opened by @renovate[bot]. event_id:50619052308 event_type:PullRequestEvent is_human:0 issue:100 where:github who:29139614
2025-06-07T05:08:51Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#688 has been opened by @yegor256. is_human:1 issue:688 where:github who:526301
2025-06-07T05:08:52Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#688. is_human:1 issue:688 label:bug where:github who:526301
2025-06-07T07:27:39Z label-was-attached 820463873 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/fbe#201. is_human:1 issue:201 label:bug where:github who:526301
2025-06-06T20:44:01Z pull-was-opened 799177290 _job:34140 branch:version-up details:The pull request zerocracy/judges-action#687 has been opened by @github-actions[bot]. event_id:50617128522 event_type:PullRequestEvent is_human:0 issue:687 where:github who:41898282
2025-06-06T19:27:01Z issue-was-closed 820463873 _job:34140 details:The issue zerocracy/fbe#197 has been closed by @yegor256. event_id:50614951315 event_type:IssuesEvent is_human:1 issue:197 where:github who:526301
2025-06-07T10:07:56Z pull-was-opened 849726475 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#101 has been opened by @renovate[bot]. event_id:50627974284 event_type:PullRequestEvent is_human:0 issue:101 where:github who:29139614
2025-06-07T07:14:53Z pull-was-opened 799177290 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#689 has been opened by @renovate[bot]. event_id:50626013089 event_type:PullRequestEvent is_human:0 issue:689 where:github who:29139614
2025-06-07T18:04:27Z pull-was-opened 849726475 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#102 has been opened by @renovate[bot]. event_id:50633910465 event_type:PullRequestEvent is_human:0 issue:102 where:github who:29139614
2025-06-07T13:47:16Z issue-was-opened 820463873 _job:34140 details:The issue zerocracy/fbe#202 has been opened by @yegor256. is_human:1 issue:202 where:github who:526301
2025-06-07T07:03:38Z issue-was-closed 820463873 _job:34140 details:The issue zerocracy/fbe#200 has been closed by @yegor256. event_id:50625882325 event_type:IssuesEvent is_human:1 issue:200 where:github who:526301
2025-06-07T06:54:21Z pull-was-closed 820463873 _job:34140 branch:renovate/rubocop-1.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#194 has been closed by @renovate[bot], with 6 HoC and 0 comments. event_id:50625768634 event_type:PullRequestEvent failed_builds:2 hoc:6 is_human:0 issue:194 succeeded_builds:8 where:github who:29139614
2025-06-07T13:47:17Z label-was-attached 820463873 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/fbe#202. is_human:1 issue:202 label:bug where:github who:526301
2025-06-07T12:24:55Z issue-was-closed 820463873 _job:34140 details:The issue zerocracy/fbe#201 has been closed by @yegor256. event_id:50629556860 event_type:IssuesEvent is_human:1 issue:201 where:github who:526301
2025-06-08T05:05:40Z pull-was-closed 802720676 _job:34140 branch:renovate/rubocop-1.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#296 has been closed by @renovate[bot], with 6 HoC and 0 comments. event_id:50640553988 event_type:PullRequestEvent failed_builds:1 hoc:6 is_human:0 issue:296 succeeded_builds:13 where:github who:29139614
2025-06-08T05:05:38Z pull-was-closed 802720676 _job:34140 branch:renovate/judges-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#297 has been closed by @renovate[bot], with 28 HoC and 0 comments. event_id:50640553789 event_type:PullRequestEvent failed_builds:1 hoc:28 is_human:0 issue:297 succeeded_builds:13 where:github who:29139614
2025-06-08T05:05:37Z pull-was-closed 802720676 _job:34140 branch:renovate/fbe-0.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#298 has been closed by @renovate[bot], with 74 HoC and 1 comments. event_id:50640553492 event_type:PullRequestEvent failed_builds:1 hoc:74 is_human:0 issue:298 succeeded_builds:13 where:github who:29139614
2025-06-08T04:59:49Z issue-was-opened 802720676 _job:34140 details:The issue zerocracy/pages-action#299 has been opened by @yegor256. event_id:50640495202 event_type:IssuesEvent is_human:1 issue:299 where:github who:526301
2025-06-08T04:59:11Z pull-was-closed 799177290 _job:34140 branch:renovate/fbe-0.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#689 has been closed by @renovate[bot], with 30 HoC and 1 comments. event_id:50640489845 event_type:PullRequestEvent failed_builds:2 hoc:30 is_human:0 issue:689 succeeded_builds:11 where:github who:29139614
2025-06-08T05:31:00Z pull-was-opened 799177290 _job:34140 branch:renovate/zerocracy-pages-action-0.x details:The pull request zerocracy/judges-action#691 has been opened by @renovate[bot]. event_id:50640798351 event_type:PullRequestEvent is_human:0 issue:691 where:github who:29139614
2025-06-08T05:30:57Z pull-was-opened 799177290 _job:34140 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#690 has been opened by @renovate[bot]. event_id:50640797206 event_type:PullRequestEvent is_human:0 issue:690 where:github who:29139614
2025-06-08T05:25:48Z issue-was-closed 799177290 _job:34140 details:The issue zerocracy/judges-action#688 has been closed by @yegor256. event_id:50640740345 event_type:IssuesEvent is_human:1 issue:688 where:github who:526301
2025-06-08T05:26:11Z issue-was-closed 802720676 _job:34140 details:The issue zerocracy/pages-action#299 has been closed by @yegor256. event_id:50640743802 event_type:IssuesEvent is_human:1 issue:299 where:github who:526301
2025-06-08T05:17:02Z pull-was-opened 802720676 _job:34140 branch:version-up details:The pull request zerocracy/pages-action#300 has been opened by @github-actions[bot]. event_id:50640656753 event_type:PullRequestEvent is_human:0 issue:300 where:github who:41898282
2025-06-08T03:55:36Z issue-was-closed 820463873 _job:34140 details:The issue zerocracy/fbe#202 has been closed by @yegor256. event_id:50639924203 event_type:IssuesEvent is_human:1 issue:202 where:github who:526301
2025-06-08T05:34:05Z pull-was-merged 799177290 _job:34140 branch:renovate/zerocracy-pages-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#691 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:50640829653 event_type:PullRequestEvent failed_builds:2 hoc:2 is_human:1 issue:691 review_comments:0 succeeded_builds:11 where:github who:526301
2025-06-08T05:25:58Z pull-was-merged 799177290 _job:34140 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#687 has been closed by @yegor256, with 4 HoC and 1 comments. event_id:50640741940 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:1 issue:687 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-08T05:26:37Z pull-was-merged 802720676 _job:34140 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#300 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:50640748380 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:300 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-08T05:55:36Z pull-was-merged 799177290 _job:34140 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#690 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:50641023506 event_type:PullRequestEvent failed_builds:1 hoc:2 is_human:1 issue:690 review_comments:0 succeeded_builds:12 where:github who:526301
2025-06-08T09:01:57Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#692 has been opened by @yegor256. event_id:50643024821 event_type:IssuesEvent is_human:1 issue:692 where:github who:526301
2025-06-08T04:59:49Z label-was-attached 802720676 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/pages-action#299. is_human:1 issue:299 label:bug where:github who:526301
2025-06-08T09:25:06Z pull-was-opened 799177290 _job:34140 branch:version-up details:The pull request zerocracy/judges-action#694 has been opened by @github-actions[bot]. event_id:50643295448 event_type:PullRequestEvent is_human:0 issue:694 where:github who:41898282
2025-06-08T09:24:12Z pull-was-opened 799177290 _job:34140 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#693 has been opened by @renovate[bot]. event_id:50643285144 event_type:PullRequestEvent is_human:0 issue:693 where:github who:29139614
2025-06-08T09:12:15Z issue-was-opened 799113787 _job:34140 details:The issue yegor256/judges#232 has been opened by @yegor256. event_id:50643145855 event_type:IssuesEvent is_human:1 issue:232 where:github who:526301
2025-06-08T09:51:01Z issue-was-opened 840215648 _job:34140 details:The issue zerocracy/baza.rb#77 has been opened by @yegor256. event_id:50643602281 event_type:IssuesEvent is_human:1 issue:77 where:github who:526301
2025-06-08T09:46:53Z issue-was-closed 799177290 _job:34140 details:The issue zerocracy/judges-action#692 has been closed by @yegor256. event_id:50643550890 event_type:IssuesEvent is_human:1 issue:692 where:github who:526301
2025-06-08T09:47:15Z pull-was-merged 799177290 _job:34140 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#693 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:50643555955 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:693 review_comments:0 succeeded_builds:13 where:github who:526301
2025-06-08T09:47:04Z pull-was-merged 799177290 _job:34140 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#694 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:50643553459 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:694 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-08T09:51:01Z label-was-attached 840215648 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#77. is_human:1 issue:77 label:bug where:github who:526301
2025-06-08T10:16:38Z issue-was-closed 840215648 _job:34140 details:The issue zerocracy/baza.rb#77 has been closed by @yegor256. event_id:50643906358 event_type:IssuesEvent is_human:1 issue:77 where:github who:526301
2025-06-08T10:41:30Z issue-was-closed 799113787 _job:34140 details:The issue yegor256/judges#232 has been closed by @yegor256. event_id:50644213248 event_type:IssuesEvent is_human:1 issue:232 where:github who:526301
2025-06-08T10:52:20Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#695 has been opened by @yegor256. event_id:50644344437 event_type:IssuesEvent is_human:1 issue:695 where:github who:526301
2025-06-08T11:16:13Z pull-was-closed 799177290 _job:34140 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#697 has been closed by @github-actions[bot], with 2 HoC and 1 comments. event_id:50644627756 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:697 succeeded_builds:0 where:github who:41898282
2025-06-08T11:15:57Z pull-was-opened 799177290 _job:34140 branch:version-up details:The pull request zerocracy/judges-action#697 has been opened by @github-actions[bot]. event_id:50644624542 event_type:PullRequestEvent is_human:0 issue:697 where:github who:41898282
2025-06-08T11:12:16Z pull-was-opened 799177290 _job:34140 branch:version-up details:The pull request zerocracy/judges-action#696 has been opened by @github-actions[bot]. event_id:50644579226 event_type:PullRequestEvent is_human:0 issue:696 where:github who:41898282
2025-06-08T11:12:10Z issue-was-closed 799177290 _job:34140 details:The issue zerocracy/judges-action#695 has been closed by @yegor256. event_id:50644578086 event_type:IssuesEvent is_human:1 issue:695 where:github who:526301
2025-06-08T09:01:57Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#692. is_human:1 issue:692 label:bug where:github who:526301
2025-06-08T10:52:20Z label-was-attached 799177290 _job:34140 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#695. is_human:1 issue:695 label:enhancement where:github who:526301
2025-06-08T12:30:24Z pull-was-opened 849726475 _job:34140 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#103 has been opened by @renovate[bot]. event_id:50645563288 event_type:PullRequestEvent is_human:0 issue:103 where:github who:29139614
2025-06-08T11:13:39Z pull-was-merged 799177290 _job:34140 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#696 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:50644597220 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:696 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-08T09:12:15Z label-was-attached 799113787 _job:34140 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#232. is_human:1 issue:232 label:enhancement where:github who:526301
2025-06-09T05:34:17Z issue-was-closed 820463873 _job:34140 details:The issue zerocracy/fbe#199 has been closed by @yegor256. event_id:50660101393 event_type:IssuesEvent is_human:1 issue:199 where:github who:526301
2025-06-09T09:03:41Z issue-was-closed 799177290 _job:34140 details:The issue zerocracy/judges-action#698 has been closed by @yegor256. event_id:50666759579 event_type:IssuesEvent is_human:1 issue:698 where:github who:526301
2025-06-09T09:02:11Z pull-was-opened 799177290 _job:34140 branch:version-up details:The pull request zerocracy/judges-action#699 has been opened by @github-actions[bot]. event_id:50666699461 event_type:PullRequestEvent is_human:0 issue:699 where:github who:41898282
2025-06-09T08:35:21Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#698 has been opened by @yegor256. event_id:50665694929 event_type:IssuesEvent is_human:1 issue:698 where:github who:526301
2025-06-09T08:35:00Z issue-was-closed 820463873 _job:34140 details:The issue zerocracy/fbe#204 has been closed by @yegor256. event_id:50665681804 event_type:IssuesEvent is_human:1 issue:204 where:github who:526301
2025-06-09T08:20:41Z issue-was-opened 820463873 _job:34140 details:The issue zerocracy/fbe#204 has been opened by @yegor256. event_id:50665175900 event_type:IssuesEvent is_human:1 issue:204 where:github who:526301
2025-06-09T09:03:49Z pull-was-merged 799177290 _job:34140 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#699 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:50666764406 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:699 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-09T08:20:41Z label-was-attached 820463873 _job:34140 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/fbe#204. is_human:1 issue:204 label:enhancement where:github who:526301
2025-06-09T11:00:40Z pull-was-opened 849726475 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#104 has been opened by @renovate[bot]. event_id:50671120368 event_type:PullRequestEvent is_human:0 issue:104 where:github who:29139614
2025-06-09T13:22:43Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#701 has been opened by @yegor256. is_human:1 issue:701 where:github who:526301
2025-06-09T13:19:40Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#700 has been opened by @yegor256. is_human:1 issue:700 where:github who:526301
2025-06-09T08:35:21Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#698. is_human:1 issue:698 label:bug where:github who:526301
2025-06-09T13:19:41Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#700. is_human:1 issue:700 label:bug where:github who:526301
2025-06-09T13:05:04Z issue-was-opened 820463873 _job:34140 details:The issue zerocracy/fbe#205 has been opened by @yegor256. event_id:50675716879 event_type:IssuesEvent is_human:1 issue:205 where:github who:526301
2025-06-09T13:17:39Z pull-was-opened 820463873 _job:34140 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/fbe#207 has been opened by @renovate[bot]. event_id:50676230749 event_type:PullRequestEvent is_human:0 issue:207 where:github who:29139614
2025-06-09T13:14:00Z issue-was-opened 820463873 _job:34140 details:The issue zerocracy/fbe#206 has been opened by @yegor256. event_id:50676080302 event_type:IssuesEvent is_human:1 issue:206 where:github who:526301
2025-06-09T13:16:47Z pull-was-merged 820463873 _job:34140 branch:renovate/rubocop-1.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#194 has been closed by @yegor256, with 6 HoC and 0 comments. event_id:50676193992 event_type:PullRequestEvent failed_builds:2 hoc:6 is_human:1 issue:194 review_comments:0 succeeded_builds:18 where:github who:526301
2025-06-09T13:22:45Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#701. is_human:1 issue:701 label:bug where:github who:526301
2025-06-09T13:05:03Z label-was-attached 820463873 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/fbe#205. is_human:1 issue:205 label:bug where:github who:526301
2025-06-09T13:13:59Z label-was-attached 820463873 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/fbe#206. is_human:1 issue:206 label:bug where:github who:526301
2025-06-09T13:13:59Z label-was-attached 820463873 _job:34140 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/fbe#206. is_human:1 issue:206 label:enhancement where:github who:526301
2025-06-10T09:48:55Z issue-was-opened 181044958 _job:34140 details:The issue yegor256/0rsk#203 has been opened by @artur-intech. event_id:50715962892 event_type:IssuesEvent is_human:1 issue:203 where:github who:22315378
2025-06-09T17:35:46Z issue-was-closed 840215648 _job:34140 details:The issue zerocracy/baza.rb#78 has been closed by @yegor256. event_id:50686978712 event_type:IssuesEvent is_human:1 issue:78 where:github who:526301
2025-06-09T17:16:49Z issue-was-opened 840215648 _job:34140 details:The issue zerocracy/baza.rb#78 has been opened by @yegor256. event_id:50686269331 event_type:IssuesEvent is_human:1 issue:78 where:github who:526301
2025-06-11T11:22:17Z issue-was-opened 820463873 _job:34140 details:The issue zerocracy/fbe#209 has been opened by @yegor256. event_id:50769635159 event_type:IssuesEvent is_human:1 issue:209 where:github who:526301
2025-06-09T20:48:46Z pull-was-opened 820463873 _job:34140 branch:205 details:The pull request zerocracy/fbe#208 has been opened by @yegorov. event_id:50693870278 event_type:PullRequestEvent is_human:1 issue:208 where:github who:2566462
2025-06-11T16:12:27Z pull-was-opened 802720676 _job:34140 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#301 has been opened by @renovate[bot]. event_id:50783653952 event_type:PullRequestEvent is_human:0 issue:301 where:github who:29139614
2025-06-10T19:14:37Z issue-was-closed 799113787 _job:34140 details:The issue yegor256/judges#197 has been closed by @yegor256. event_id:50740657176 event_type:IssuesEvent is_human:1 issue:197 where:github who:526301
2025-06-10T18:37:07Z issue-was-closed 799113787 _job:34140 details:The issue yegor256/judges#101 has been closed by @yegor256. event_id:50739314237 event_type:IssuesEvent is_human:1 issue:101 where:github who:526301
2025-06-10T18:39:11Z issue-was-closed 798641472 _job:34140 details:The issue yegor256/factbase#12 has been closed by @yegor256. event_id:50739386667 event_type:IssuesEvent is_human:1 issue:12 where:github who:526301
2025-06-10T18:39:03Z issue-was-closed 798641472 _job:34140 details:The issue yegor256/factbase#105 has been closed by @yegor256. event_id:50739382380 event_type:IssuesEvent is_human:1 issue:105 where:github who:526301
2025-06-10T19:14:36Z pull-was-merged 799113787 _job:34140 branch:copilot/fix-197 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#237 has been closed by @yegor256, with 17 HoC and 0 comments. event_id:50740656805 event_type:PullRequestEvent failed_builds:0 hoc:17 is_human:1 issue:237 review_comments:0 succeeded_builds:21 where:github who:526301
2025-06-10T18:37:06Z pull-was-merged 799113787 _job:34140 branch:copilot/fix-101 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:1 details:The pull request yegor256/judges#234 has been closed by @yegor256, with 29 HoC and 0 comments. event_id:50739313846 event_type:PullRequestEvent failed_builds:0 hoc:29 is_human:1 issue:234 review_comments:1 succeeded_builds:21 where:github who:526301
2025-06-09T17:16:49Z label-was-attached 840215648 _job:34140 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/baza.rb#78. is_human:1 issue:78 label:enhancement where:github who:526301
2025-06-11T19:47:04Z issue-was-closed 799177290 _job:34140 details:The issue zerocracy/judges-action#705 has been closed by @yegor256. event_id:50791678571 event_type:IssuesEvent is_human:1 issue:705 where:github who:526301
2025-06-11T13:49:17Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#705 has been opened by @yegor256. is_human:1 issue:705 where:github who:526301
2025-06-11T13:49:19Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#705. is_human:1 issue:705 label:bug where:github who:526301
2025-06-11T11:22:17Z label-was-attached 820463873 _job:34140 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/fbe#209. is_human:1 issue:209 label:enhancement where:github who:526301
2025-06-11T07:27:37Z issue-was-opened 840215648 _job:34140 details:The issue zerocracy/baza.rb#79 has been opened by @yegor256. is_human:1 issue:79 where:github who:526301
2025-06-11T20:30:10Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#709 has been opened by @yegor256. event_id:50793168797 event_type:IssuesEvent is_human:1 issue:709 where:github who:526301
2025-06-16T08:03:54Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#722 has been opened by @yegor256. event_id:50939657702 event_type:IssuesEvent is_human:1 issue:722 where:github who:526301
2025-06-15T19:18:46Z pull-was-opened 799177290 _job:34140 branch:version-up details:The pull request zerocracy/judges-action#721 has been opened by @github-actions[bot]. event_id:50924309631 event_type:PullRequestEvent is_human:0 issue:721 where:github who:41898282
2025-06-15T19:18:28Z issue-was-closed 799177290 _job:34140 details:The issue zerocracy/judges-action#718 has been closed by @yegor256. event_id:50924305102 event_type:IssuesEvent is_human:1 issue:718 where:github who:526301
2025-06-15T19:17:02Z pull-was-closed 799177290 _job:34140 branch:renovate/judges-0.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#719 has been closed by @renovate[bot], with 4 HoC and 1 comments. event_id:50924284276 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:719 succeeded_builds:13 where:github who:29139614
2025-06-15T19:17:01Z pull-was-opened 799177290 _job:34140 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#720 has been opened by @renovate[bot]. event_id:50924284159 event_type:PullRequestEvent is_human:0 issue:720 where:github who:29139614
2025-06-15T18:40:07Z pull-was-opened 799177290 _job:34140 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/judges-action#719 has been opened by @renovate[bot]. event_id:50923773870 event_type:PullRequestEvent is_human:0 issue:719 where:github who:29139614
2025-06-15T17:33:04Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#718 has been opened by @yegor256. event_id:50922811613 event_type:IssuesEvent is_human:1 issue:718 where:github who:526301
2025-06-15T16:12:31Z issue-was-closed 799177290 _job:34140 details:The issue zerocracy/judges-action#716 has been closed by @yegor256. event_id:50921589230 event_type:IssuesEvent is_human:1 issue:716 where:github who:526301
2025-06-15T16:11:17Z pull-was-opened 799177290 _job:34140 branch:version-up details:The pull request zerocracy/judges-action#717 has been opened by @github-actions[bot]. event_id:50921570625 event_type:PullRequestEvent is_human:0 issue:717 where:github who:41898282
2025-06-15T15:33:30Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#716 has been opened by @yegor256. event_id:50921018175 event_type:IssuesEvent is_human:1 issue:716 where:github who:526301
2025-06-15T11:18:49Z issue-was-closed 799177290 _job:34140 details:The issue zerocracy/judges-action#713 has been closed by @yegor256. event_id:50917266829 event_type:IssuesEvent is_human:1 issue:713 where:github who:526301
2025-06-15T08:36:30Z pull-was-opened 799177290 _job:34140 branch:version-up details:The pull request zerocracy/judges-action#715 has been opened by @github-actions[bot]. event_id:50915217132 event_type:PullRequestEvent is_human:0 issue:715 where:github who:41898282
2025-06-15T08:34:38Z pull-was-opened 799177290 _job:34140 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#714 has been opened by @renovate[bot]. event_id:50915195155 event_type:PullRequestEvent is_human:0 issue:714 where:github who:29139614
2025-06-15T06:00:38Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#713 has been opened by @yegor256. event_id:50913444470 event_type:IssuesEvent is_human:1 issue:713 where:github who:526301
2025-06-15T04:33:58Z issue-was-closed 799177290 _job:34140 details:The issue zerocracy/judges-action#711 has been closed by @yegor256. event_id:50912560883 event_type:IssuesEvent is_human:1 issue:711 where:github who:526301
2025-06-14T06:35:38Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#711 has been opened by @yegor256. event_id:50896426101 event_type:IssuesEvent is_human:1 issue:711 where:github who:526301
2025-06-14T06:34:52Z issue-was-closed 799177290 _job:34140 details:The issue zerocracy/judges-action#709 has been closed by @yegor256. event_id:50896417037 event_type:IssuesEvent is_human:1 issue:709 where:github who:526301
2025-06-16T08:03:20Z issue-was-closed 799113787 _job:34140 details:The issue yegor256/judges#243 has been closed by @yegor256. event_id:50939633199 event_type:IssuesEvent is_human:1 issue:243 where:github who:526301
2025-06-16T07:51:01Z issue-was-opened 799113787 _job:34140 details:The issue yegor256/judges#243 has been opened by @yegor256. event_id:50939104592 event_type:IssuesEvent is_human:1 issue:243 where:github who:526301
2025-06-15T18:53:54Z issue-was-closed 799113787 _job:34140 details:The issue yegor256/judges#242 has been closed by @yegor256. event_id:50923958845 event_type:IssuesEvent is_human:1 issue:242 where:github who:526301
2025-06-15T17:33:20Z issue-was-opened 799113787 _job:34140 details:The issue yegor256/judges#242 has been opened by @yegor256. event_id:50922815870 event_type:IssuesEvent is_human:1 issue:242 where:github who:526301
2025-06-15T14:00:32Z issue-was-closed 799113787 _job:34140 details:The issue yegor256/judges#241 has been closed by @yegor256. event_id:50919587386 event_type:IssuesEvent is_human:1 issue:241 where:github who:526301
2025-06-15T13:35:27Z issue-was-opened 799113787 _job:34140 details:The issue yegor256/judges#241 has been opened by @yegor256. event_id:50919232446 event_type:IssuesEvent is_human:1 issue:241 where:github who:526301
2025-06-15T07:16:56Z issue-was-closed 799113787 _job:34140 details:The issue yegor256/judges#240 has been closed by @yegor256. event_id:50914279271 event_type:IssuesEvent is_human:1 issue:240 where:github who:526301
2025-06-15T06:36:49Z issue-was-opened 799113787 _job:34140 details:The issue yegor256/judges#240 has been opened by @yegor256. event_id:50913836497 event_type:IssuesEvent is_human:1 issue:240 where:github who:526301
2025-06-12T14:58:17Z pull-was-opened 799113787 _job:34140 branch:renovate/cucumber-10.x details:The pull request yegor256/judges#239 has been opened by @renovate[bot]. event_id:50830493640 event_type:PullRequestEvent is_human:0 issue:239 where:github who:29139614
2025-06-16T07:36:51Z pull-was-opened 181044958 _job:34140 branch:56-db-teardown details:The pull request yegor256/0rsk#210 has been opened by @artur-intech. event_id:50938517481 event_type:PullRequestEvent is_human:1 issue:210 where:github who:22315378
2025-06-14T16:54:43Z issue-was-opened 181044958 _job:34140 details:The issue yegor256/0rsk#209 has been opened by @artur-intech. event_id:50904555343 event_type:IssuesEvent is_human:1 issue:209 where:github who:22315378
2025-06-13T06:42:00Z issue-was-opened 181044958 _job:34140 details:The issue yegor256/0rsk#208 has been opened by @artur-intech. event_id:50856350614 event_type:IssuesEvent is_human:1 issue:208 where:github who:22315378
2025-06-12T16:46:18Z issue-was-opened 181044958 _job:34140 details:The issue yegor256/0rsk#207 has been opened by @artur-intech. event_id:50835283903 event_type:IssuesEvent is_human:1 issue:207 where:github who:22315378
2025-06-12T14:51:06Z issue-was-opened 181044958 _job:34140 details:The issue yegor256/0rsk#206 has been opened by @artur-intech. event_id:50830123637 event_type:IssuesEvent is_human:1 issue:206 where:github who:22315378
2025-06-12T14:37:06Z issue-was-opened 181044958 _job:34140 details:The issue yegor256/0rsk#205 has been opened by @artur-intech. event_id:50829413123 event_type:IssuesEvent is_human:1 issue:205 where:github who:22315378
2025-06-12T14:24:25Z issue-was-opened 181044958 _job:34140 details:The issue yegor256/0rsk#204 has been opened by @artur-intech. event_id:50828740972 event_type:IssuesEvent is_human:1 issue:204 where:github who:22315378
2025-06-16T07:43:10Z issue-was-closed 840215648 _job:34140 details:The issue zerocracy/baza.rb#85 has been closed by @yegor256. event_id:50938778571 event_type:IssuesEvent is_human:1 issue:85 where:github who:526301
2025-06-16T07:25:18Z issue-was-opened 840215648 _job:34140 details:The issue zerocracy/baza.rb#85 has been opened by @yegor256. event_id:50938046686 event_type:IssuesEvent is_human:1 issue:85 where:github who:526301
2025-06-16T07:20:44Z issue-was-closed 840215648 _job:34140 details:The issue zerocracy/baza.rb#84 has been closed by @yegor256. event_id:50937859753 event_type:IssuesEvent is_human:1 issue:84 where:github who:526301
2025-06-16T07:09:39Z issue-was-opened 840215648 _job:34140 details:The issue zerocracy/baza.rb#84 has been opened by @yegor256. event_id:50937414661 event_type:IssuesEvent is_human:1 issue:84 where:github who:526301
2025-06-15T17:35:58Z issue-was-closed 840215648 _job:34140 details:The issue zerocracy/baza.rb#83 has been closed by @yegor256. event_id:50922854912 event_type:IssuesEvent is_human:1 issue:83 where:github who:526301
2025-06-15T17:18:23Z issue-was-opened 840215648 _job:34140 details:The issue zerocracy/baza.rb#83 has been opened by @yegor256. event_id:50922553047 event_type:IssuesEvent is_human:1 issue:83 where:github who:526301
2025-06-15T15:26:57Z issue-was-closed 840215648 _job:34140 details:The issue zerocracy/baza.rb#82 has been closed by @yegor256. event_id:50920920784 event_type:IssuesEvent is_human:1 issue:82 where:github who:526301
2025-06-15T15:09:31Z issue-was-opened 840215648 _job:34140 details:The issue zerocracy/baza.rb#82 has been opened by @yegor256. event_id:50920647209 event_type:IssuesEvent is_human:1 issue:82 where:github who:526301
2025-06-15T05:49:28Z issue-was-closed 840215648 _job:34140 details:The issue zerocracy/baza.rb#80 has been closed by @yegor256. event_id:50913333737 event_type:IssuesEvent is_human:1 issue:80 where:github who:526301
2025-06-12T08:59:56Z issue-was-opened 840215648 _job:34140 details:The issue zerocracy/baza.rb#80 has been opened by @yegor256. event_id:50813740435 event_type:IssuesEvent is_human:1 issue:80 where:github who:526301
2025-06-11T07:27:39Z label-was-attached 840215648 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#79. is_human:1 issue:79 label:bug where:github who:526301
2025-06-12T08:59:56Z label-was-attached 840215648 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#80. is_human:1 issue:80 label:bug where:github who:526301
2025-06-15T15:09:30Z label-was-attached 840215648 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#82. is_human:1 issue:82 label:bug where:github who:526301
2025-06-15T17:18:23Z label-was-attached 840215648 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#83. is_human:1 issue:83 label:bug where:github who:526301
2025-06-16T07:09:39Z label-was-attached 840215648 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#84. is_human:1 issue:84 label:bug where:github who:526301
2025-06-16T09:06:07Z issue-was-closed 820463873 _job:34140 details:The issue zerocracy/fbe#209 has been closed by @yegor256. event_id:50942469130 event_type:IssuesEvent is_human:1 issue:209 where:github who:526301
2025-06-15T18:46:06Z pull-was-opened 849726475 _job:34140 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#108 has been opened by @renovate[bot]. event_id:50923853442 event_type:PullRequestEvent is_human:0 issue:108 where:github who:29139614
2025-06-15T17:28:33Z pull-was-opened 849726475 _job:34140 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#107 has been opened by @renovate[bot]. event_id:50922734908 event_type:PullRequestEvent is_human:0 issue:107 where:github who:29139614
2025-06-15T09:14:54Z pull-was-opened 849726475 _job:34140 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#106 has been opened by @renovate[bot]. event_id:50915684602 event_type:PullRequestEvent is_human:0 issue:106 where:github who:29139614
2025-06-16T08:53:19Z pull-was-opened 799177290 _job:34140 branch:version-up details:The pull request zerocracy/judges-action#724 has been opened by @github-actions[bot]. event_id:50941859162 event_type:PullRequestEvent is_human:0 issue:724 where:github who:41898282
2025-06-16T08:52:57Z issue-was-closed 799177290 _job:34140 details:The issue zerocracy/judges-action#722 has been closed by @yegor256. event_id:50941840538 event_type:IssuesEvent is_human:1 issue:722 where:github who:526301
2025-06-16T08:51:22Z pull-was-opened 799177290 _job:34140 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#723 has been opened by @renovate[bot]. event_id:50941769930 event_type:PullRequestEvent is_human:0 issue:723 where:github who:29139614
2025-06-15T17:58:19Z pull-was-opened 802720676 _job:34140 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#304 has been opened by @renovate[bot]. event_id:50923166705 event_type:PullRequestEvent is_human:0 issue:304 where:github who:29139614
2025-06-15T16:43:58Z pull-was-opened 802720676 _job:34140 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#303 has been opened by @renovate[bot]. event_id:50922046615 event_type:PullRequestEvent is_human:0 issue:303 where:github who:29139614
2025-06-15T08:47:40Z pull-was-opened 802720676 _job:34140 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#302 has been opened by @renovate[bot]. event_id:50915346967 event_type:PullRequestEvent is_human:0 issue:302 where:github who:29139614
2025-06-16T07:25:18Z label-was-attached 840215648 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#85. is_human:1 issue:85 label:bug where:github who:526301
2025-06-15T19:18:37Z pull-was-merged 799177290 _job:34140 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#720 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:50924307215 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:720 review_comments:0 succeeded_builds:13 where:github who:526301
2025-06-15T16:12:40Z pull-was-merged 799177290 _job:34140 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#717 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:50921591632 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:717 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-15T11:18:58Z pull-was-merged 799177290 _job:34140 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#715 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:50917268661 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:715 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-16T08:53:14Z pull-was-merged 799177290 _job:34140 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#721 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:50941855523 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:721 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-16T08:53:05Z pull-was-merged 799177290 _job:34140 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#723 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:50941847965 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:723 review_comments:0 succeeded_builds:13 where:github who:526301
2025-06-15T07:59:49Z pull-was-opened 974194993 _job:34140 branch:renovate/major-jest-monorepo details:The pull request zerocracy/zerocracy-mcp-server#19 has been opened by @renovate[bot]. event_id:50914756767 event_type:PullRequestEvent is_human:0 issue:19 where:github who:29139614
2025-06-15T07:59:35Z pull-was-opened 974194993 _job:34140 branch:renovate/tsx-4.x-lockfile details:The pull request zerocracy/zerocracy-mcp-server#18 has been opened by @renovate[bot]. event_id:50914753954 event_type:PullRequestEvent is_human:0 issue:18 where:github who:29139614
2025-06-15T06:36:48Z label-was-attached 799113787 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#240. is_human:1 issue:240 label:bug where:github who:526301
2025-06-15T13:35:26Z label-was-attached 799113787 _job:34140 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#241. is_human:1 issue:241 label:enhancement where:github who:526301
2025-06-15T17:33:19Z label-was-attached 799113787 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#242. is_human:1 issue:242 label:bug where:github who:526301
2025-06-16T07:51:00Z label-was-attached 799113787 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#243. is_human:1 issue:243 label:bug where:github who:526301
2025-06-11T11:36:49Z issue-was-opened 799113787 _job:34140 details:The issue yegor256/judges#238 has been opened by @yegor256. is_human:1 issue:238 where:github who:526301
2025-06-16T13:07:42Z pull-was-opened 849726475 _job:34140 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#109 has been opened by @renovate[bot]. event_id:50953485069 event_type:PullRequestEvent is_human:0 issue:109 where:github who:29139614
2025-06-11T20:30:10Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#709. is_human:1 issue:709 label:bug where:github who:526301
2025-06-14T06:35:38Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#711. is_human:1 issue:711 label:bug where:github who:526301
2025-06-15T06:00:38Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#713. is_human:1 issue:713 label:bug where:github who:526301
2025-06-15T15:33:30Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#716. is_human:1 issue:716 label:bug where:github who:526301
2025-06-15T17:33:04Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#718. is_human:1 issue:718 label:bug where:github who:526301
2025-06-16T08:03:54Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#722. is_human:1 issue:722 label:bug where:github who:526301
2025-06-11T12:05:00Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#702 has been opened by @yegor256. is_human:1 issue:702 where:github who:526301
2025-06-16T14:43:37Z issue-was-closed 820463873 _job:34140 details:The issue zerocracy/fbe#206 has been closed by @yegor256. event_id:50958485689 event_type:IssuesEvent is_human:1 issue:206 where:github who:526301
2025-06-16T15:24:48Z pull-was-opened 181044958 _job:34140 branch:211-irb details:The pull request yegor256/0rsk#212 has been opened by @artur-intech. event_id:50960526543 event_type:PullRequestEvent is_human:1 issue:212 where:github who:22315378
2025-06-16T15:23:40Z issue-was-opened 181044958 _job:34140 details:The issue yegor256/0rsk#211 has been opened by @artur-intech. event_id:50960473317 event_type:IssuesEvent is_human:1 issue:211 where:github who:22315378
2025-06-11T11:36:51Z label-was-attached 799113787 _job:34140 details:The '#enhancement' label was attached by @yegor256 to the issue yegor256/judges#238. is_human:1 issue:238 label:enhancement where:github who:526301
2025-06-16T15:46:43Z pull-was-opened 799177290 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#725 has been opened by @renovate[bot]. event_id:50961527462 event_type:PullRequestEvent is_human:0 issue:725 where:github who:29139614
2025-06-16T16:13:17Z pull-was-opened 181044958 _job:34140 branch:213-verbose-logging details:The pull request yegor256/0rsk#214 has been opened by @artur-intech. event_id:50962711653 event_type:PullRequestEvent is_human:1 issue:214 where:github who:22315378
2025-06-16T16:08:22Z issue-was-opened 181044958 _job:34140 details:The issue yegor256/0rsk#213 has been opened by @artur-intech. event_id:50962500375 event_type:IssuesEvent is_human:1 issue:213 where:github who:22315378
2025-06-16T16:17:39Z pull-was-opened 181044958 _job:34140 branch:195-reload details:The pull request yegor256/0rsk#215 has been opened by @artur-intech. event_id:50962895488 event_type:PullRequestEvent is_human:1 issue:215 where:github who:22315378
2025-06-16T19:07:07Z pull-was-opened 802720676 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#305 has been opened by @renovate[bot]. event_id:50969494982 event_type:PullRequestEvent is_human:0 issue:305 where:github who:29139614
2025-06-16T20:57:26Z pull-was-opened 849726475 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#110 has been opened by @renovate[bot]. event_id:50973484011 event_type:PullRequestEvent is_human:0 issue:110 where:github who:29139614
2025-06-17T09:17:34Z issue-was-opened 181044958 _job:34140 details:The issue yegor256/0rsk#218 has been opened by @artur-intech. is_human:1 issue:218 where:github who:22315378
2025-06-17T09:07:25Z issue-was-opened 181044958 _job:34140 details:The issue yegor256/0rsk#216 has been opened by @artur-intech. is_human:1 issue:216 where:github who:22315378
2025-06-17T09:24:03Z issue-was-opened 820463873 _job:34140 details:The issue zerocracy/fbe#212 has been opened by @yegor256. is_human:1 issue:212 where:github who:526301
2025-06-17T15:14:03Z issue-was-opened 820463873 _job:34140 details:The issue zerocracy/fbe#214 has been opened by @yegor256. event_id:51012097271 event_type:IssuesEvent is_human:1 issue:214 where:github who:526301
2025-06-17T14:15:33Z pull-was-opened 820463873 _job:34140 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/fbe#213 has been opened by @renovate[bot]. event_id:51008843638 event_type:PullRequestEvent is_human:0 issue:213 where:github who:29139614
2025-06-17T11:53:10Z issue-was-closed 820463873 _job:34140 details:The issue zerocracy/fbe#212 has been closed by @yegor256. event_id:51001709060 event_type:IssuesEvent is_human:1 issue:212 where:github who:526301
2025-06-17T13:35:08Z pull-was-opened 799177290 _job:34140 branch:version-up details:The pull request zerocracy/judges-action#731 has been opened by @github-actions[bot]. event_id:51006798099 event_type:PullRequestEvent is_human:0 issue:731 where:github who:41898282
2025-06-17T13:31:51Z issue-was-closed 799177290 _job:34140 details:The issue zerocracy/judges-action#728 has been closed by @yegor256. event_id:51006623475 event_type:IssuesEvent is_human:1 issue:728 where:github who:526301
2025-06-17T12:54:05Z pull-was-opened 799177290 _job:34140 branch:version-up details:The pull request zerocracy/judges-action#730 has been opened by @github-actions[bot]. event_id:51004642636 event_type:PullRequestEvent is_human:0 issue:730 where:github who:41898282
2025-06-17T12:52:05Z pull-was-opened 799177290 _job:34140 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#729 has been opened by @renovate[bot]. event_id:51004540052 event_type:PullRequestEvent is_human:0 issue:729 where:github who:29139614
2025-06-17T12:20:11Z pull-was-closed 799177290 _job:34140 branch:renovate/rubocop-1.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#726 has been closed by @renovate[bot], with 4 HoC and 1 comments. event_id:51002961676 event_type:PullRequestEvent failed_builds:1 hoc:4 is_human:0 issue:726 succeeded_builds:12 where:github who:29139614
2025-06-17T11:53:43Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#728 has been opened by @yegor256. event_id:51001733255 event_type:IssuesEvent is_human:1 issue:728 where:github who:526301
2025-06-17T10:14:52Z pull-was-opened 799177290 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#727 has been opened by @renovate[bot]. event_id:50997476835 event_type:PullRequestEvent is_human:0 issue:727 where:github who:29139614
2025-06-17T09:46:51Z pull-was-opened 799177290 _job:34140 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/judges-action#726 has been opened by @renovate[bot]. event_id:50996162616 event_type:PullRequestEvent is_human:0 issue:726 where:github who:29139614
2025-06-17T13:04:53Z pull-was-opened 802720676 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#307 has been opened by @renovate[bot]. event_id:51005204204 event_type:PullRequestEvent is_human:0 issue:307 where:github who:29139614
2025-06-17T13:04:45Z pull-was-opened 802720676 _job:34140 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/pages-action#306 has been opened by @renovate[bot]. event_id:51005197111 event_type:PullRequestEvent is_human:0 issue:306 where:github who:29139614
2025-06-17T09:47:21Z pull-was-opened 181044958 _job:34140 branch:218-login-helper details:The pull request yegor256/0rsk#219 has been opened by @artur-intech. event_id:50996186616 event_type:PullRequestEvent is_human:1 issue:219 where:github who:22315378
2025-06-17T09:12:05Z pull-was-opened 181044958 _job:34140 branch:216-assert_page_response_status details:The pull request yegor256/0rsk#217 has been opened by @artur-intech. event_id:50994485556 event_type:PullRequestEvent is_human:1 issue:217 where:github who:22315378
2025-06-17T15:33:16Z pull-was-opened 799113787 _job:34140 branch:renovate/rubocop-1.x-lockfile details:The pull request yegor256/judges#244 has been opened by @renovate[bot]. event_id:51013047391 event_type:PullRequestEvent is_human:0 issue:244 where:github who:29139614
2025-06-17T11:30:00Z pull-was-opened 840215648 _job:34140 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/baza.rb#86 has been opened by @renovate[bot]. event_id:51000725135 event_type:PullRequestEvent is_human:0 issue:86 where:github who:29139614
2025-06-17T14:51:10Z pull-was-opened 849726475 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#111 has been opened by @renovate[bot]. event_id:51010892239 event_type:PullRequestEvent is_human:0 issue:111 where:github who:29139614
2025-06-17T13:35:58Z pull-was-merged 799177290 _job:34140 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#731 has been closed by @yegor256, with 0 HoC and 1 comments. event_id:51006841794 event_type:PullRequestEvent failed_builds:0 hoc:0 is_human:1 issue:731 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-17T13:32:08Z pull-was-merged 799177290 _job:34140 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#730 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51006637212 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:730 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-17T13:31:58Z pull-was-merged 799177290 _job:34140 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#729 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51006629417 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:729 review_comments:0 succeeded_builds:13 where:github who:526301
2025-06-18T06:13:38Z who-has-name _job:34140 is_human:1 name:danilax86 where:github who:46713109
2025-06-17T19:30:32Z pull-was-opened 820463873 _job:34140 branch:214 details:The pull request zerocracy/fbe#215 has been opened by @yegorov. event_id:51022447480 event_type:PullRequestEvent is_human:1 issue:215 where:github who:2566462
2025-06-17T09:24:04Z label-was-attached 820463873 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/fbe#212. is_human:1 issue:212 label:bug where:github who:526301
2025-06-17T15:14:01Z label-was-attached 820463873 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/fbe#214. is_human:1 issue:214 label:bug where:github who:526301
2025-06-18T06:37:06Z issue-was-opened 820463873 _job:34140 details:The issue zerocracy/fbe#216 has been opened by @yegor256. is_human:1 issue:216 where:github who:526301
2025-06-17T11:53:42Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#728. is_human:1 issue:728 label:bug where:github who:526301
2025-06-18T14:00:19Z issue-was-opened 840215648 _job:34140 details:The issue zerocracy/baza.rb#87 has been opened by @yegor256. is_human:1 issue:87 where:github who:526301
2025-06-18T03:53:07Z pull-was-opened 799177290 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#732 has been opened by @renovate[bot]. event_id:51034724456 event_type:PullRequestEvent is_human:0 issue:732 where:github who:29139614
2025-06-18T05:17:13Z pull-was-opened 799177290 _job:34140 branch:version-up details:The pull request zerocracy/judges-action#734 has been opened by @github-actions[bot]. event_id:51036648295 event_type:PullRequestEvent is_human:0 issue:734 where:github who:41898282
2025-06-18T04:46:15Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#733 has been opened by @yegor256. event_id:51035905197 event_type:IssuesEvent is_human:1 issue:733 where:github who:526301
2025-06-18T14:00:21Z label-was-attached 840215648 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#87. is_human:1 issue:87 label:bug where:github who:526301
2025-06-18T06:10:32Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#736 has been opened by @yegor256. event_id:51037847223 event_type:IssuesEvent is_human:1 issue:736 where:github who:526301
2025-06-18T05:29:58Z pull-was-opened 799177290 _job:34140 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#735 has been opened by @renovate[bot]. event_id:51036979722 event_type:PullRequestEvent is_human:0 issue:735 where:github who:29139614
2025-06-18T05:29:17Z issue-was-closed 799177290 _job:34140 details:The issue zerocracy/judges-action#733 has been closed by @yegor256. event_id:51036960757 event_type:IssuesEvent is_human:1 issue:733 where:github who:526301
2025-06-18T05:41:58Z pull-was-closed 798641472 _job:34140 branch:copilot/fix-117 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#237 has been closed by @yegor256, with 0 HoC and 0 comments. event_id:51037295659 event_type:PullRequestEvent failed_builds:1 hoc:0 is_human:1 issue:237 succeeded_builds:9 where:github who:526301
2025-06-18T04:54:50Z pull-was-opened 849726475 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#112 has been opened by @renovate[bot]. event_id:51036103000 event_type:PullRequestEvent is_human:0 issue:112 where:github who:29139614
2025-06-18T05:32:58Z pull-was-merged 799177290 _job:34140 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#735 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51037067750 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:735 review_comments:0 succeeded_builds:13 where:github who:526301
2025-06-18T05:29:26Z pull-was-merged 799177290 _job:34140 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#734 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51036964520 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:734 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-18T06:37:08Z label-was-attached 820463873 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/fbe#216. is_human:1 issue:216 label:bug where:github who:526301
2025-06-18T09:32:00Z pull-was-opened 799113787 _job:34140 branch:renovate/rdoc-6.x-lockfile details:The pull request yegor256/judges#245 has been opened by @renovate[bot]. event_id:51046663623 event_type:PullRequestEvent is_human:0 issue:245 where:github who:29139614
2025-06-18T04:46:14Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#733. is_human:1 issue:733 label:bug where:github who:526301
2025-06-18T06:01:20Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#736. is_human:1 issue:736 label:bug where:github who:526301
2025-06-18T15:51:26Z pull-was-opened 798641472 _job:34140 branch:renovate/rdoc-6.x-lockfile details:The pull request yegor256/factbase#238 has been opened by @renovate[bot]. event_id:51064865307 event_type:PullRequestEvent is_human:0 issue:238 where:github who:29139614
2025-06-19T06:34:23Z issue-was-closed 799177290 _job:34140 details:The issue zerocracy/judges-action#736 has been closed by @yegor256. event_id:51089875234 event_type:IssuesEvent is_human:1 issue:736 where:github who:526301
2025-06-19T06:31:30Z pull-was-opened 799177290 _job:34140 branch:version-up details:The pull request zerocracy/judges-action#737 has been opened by @github-actions[bot]. event_id:51089778945 event_type:PullRequestEvent is_human:0 issue:737 where:github who:41898282
2025-06-19T06:34:31Z pull-was-merged 799177290 _job:34140 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#737 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51089879635 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:737 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-20T07:15:16Z issue-was-opened 820463873 _job:34140 details:The issue zerocracy/fbe#217 has been opened by @yegor256. event_id:51133700117 event_type:IssuesEvent is_human:1 issue:217 where:github who:526301
2025-06-20T07:43:52Z issue-was-closed 820463873 _job:34140 details:The issue zerocracy/fbe#217 has been closed by @yegor256. event_id:51134702238 event_type:IssuesEvent is_human:1 issue:217 where:github who:526301
2025-06-11T12:32:12Z pull-was-opened 799177290 _job:34140 details:The pull zerocracy/judges-action#703 has been opened by @renovate[bot]. is_human:0 issue:703 stale:branch where:github who:29139614
2025-06-11T12:34:04Z pull-was-opened 799177290 _job:34140 details:The pull zerocracy/judges-action#704 has been opened by @github-actions[bot]. is_human:0 issue:704 stale:branch where:github who:41898282
2025-06-11T14:07:17Z pull-was-opened 799177290 _job:34140 details:The pull zerocracy/judges-action#706 has been opened by @renovate[bot]. is_human:0 issue:706 stale:branch where:github who:29139614
2025-06-11T14:09:13Z pull-was-opened 799177290 _job:34140 details:The pull zerocracy/judges-action#707 has been opened by @github-actions[bot]. is_human:0 issue:707 stale:branch where:github who:41898282
2025-06-11T14:13:45Z pull-was-opened 799177290 _job:34140 details:The pull zerocracy/judges-action#708 has been opened by @github-actions[bot]. is_human:0 issue:708 stale:branch where:github who:41898282
2025-06-11T16:08:55Z pull-was-opened 849726475 _job:34140 details:The pull zerocracy/swarm-template#105 has been opened by @renovate[bot]. is_human:0 issue:105 stale:branch where:github who:29139614
2025-06-18T08:31:02Z pull-was-opened 802720676 _job:34140 details:The pull zerocracy/pages-action#308 has been opened by @renovate[bot]. is_human:0 issue:308 stale:branch where:github who:29139614
2025-06-20T10:02:34Z pull-was-opened 802720676 _job:34140 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/pages-action#310 has been opened by @renovate[bot]. event_id:51140117178 event_type:PullRequestEvent is_human:0 issue:310 where:github who:29139614
2025-06-20T10:02:25Z pull-was-opened 802720676 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#309 has been opened by @renovate[bot]. event_id:51140111289 event_type:PullRequestEvent is_human:0 issue:309 where:github who:29139614
2025-06-20T07:15:15Z label-was-attached 820463873 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/fbe#217. is_human:1 issue:217 label:bug where:github who:526301
2025-06-20T12:11:39Z pull-was-opened 820463873 _job:34140 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/fbe#219 has been opened by @renovate[bot]. event_id:51144835792 event_type:PullRequestEvent is_human:0 issue:219 where:github who:29139614
2025-06-20T11:45:43Z issue-was-opened 820463873 _job:34140 details:The issue zerocracy/fbe#218 has been opened by @yegor256. event_id:51143889166 event_type:IssuesEvent is_human:1 issue:218 where:github who:526301
2025-06-20T12:29:37Z pull-was-opened 840215648 _job:34140 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/baza.rb#88 has been opened by @renovate[bot]. event_id:51145515056 event_type:PullRequestEvent is_human:0 issue:88 where:github who:29139614
2025-06-20T13:06:47Z issue-was-closed 820463873 _job:34140 details:The issue zerocracy/fbe#218 has been closed by @yegor256. event_id:51146977453 event_type:IssuesEvent is_human:1 issue:218 where:github who:526301
2025-06-20T12:02:50Z issue-was-opened 799113787 _job:34140 is_human:1 issue:247 where:github who:526301
2025-06-20T14:15:04Z issue-was-opened 820463873 _job:34140 details:The issue zerocracy/fbe#220 has been opened by @yegor256. event_id:51149755349 event_type:IssuesEvent is_human:1 issue:220 where:github who:526301
2025-06-20T08:56:04Z pull-was-opened 799113787 _job:34140 details:The pull yegor256/judges#246 has been opened by @renovate[bot]. is_human:0 issue:246 stale:branch where:github who:29139614
2025-06-20T16:26:41Z pull-was-opened 802720676 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#312 has been opened by @renovate[bot]. event_id:51154700700 event_type:PullRequestEvent is_human:0 issue:312 where:github who:29139614
2025-06-20T16:26:32Z pull-was-opened 802720676 _job:34140 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#311 has been opened by @renovate[bot]. event_id:51154695858 event_type:PullRequestEvent is_human:0 issue:311 where:github who:29139614
2025-06-20T16:10:15Z issue-was-closed 820463873 _job:34140 details:The issue zerocracy/fbe#220 has been closed by @yegor256. event_id:51154161939 event_type:IssuesEvent is_human:1 issue:220 where:github who:526301
2025-06-20T16:46:38Z pull-was-closed 802720676 _job:34140 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#311 has been closed by @renovate[bot], with 2 HoC and 2 comments. event_id:51155343296 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:311 succeeded_builds:14 where:github who:29139614
2025-06-20T16:34:48Z issue-was-opened 799177290 _job:34140 is_human:1 issue:747 where:github who:526301
2025-06-20T05:45:49Z pull-was-opened 799177290 _job:34140 branch:renovate/others-0.x-lockfile details:The pull request zerocracy/judges-action#738 has been opened by @renovate[bot]. event_id:51130976401 event_type:PullRequestEvent is_human:0 issue:738 where:github who:29139614
2025-06-20T07:43:00Z pull-was-opened 799177290 _job:34140 details:The pull zerocracy/judges-action#740 has been opened by @renovate[bot]. is_human:0 issue:740 stale:branch where:github who:29139614
2025-06-20T08:29:54Z pull-was-opened 799177290 _job:34140 details:The pull zerocracy/judges-action#741 has been opened by @github-actions[bot]. is_human:0 issue:741 stale:branch where:github who:41898282
2025-06-20T09:25:02Z pull-was-opened 799177290 _job:34140 details:The pull zerocracy/judges-action#743 has been opened by @renovate[bot]. is_human:0 issue:743 stale:branch where:github who:29139614
2025-06-20T09:26:43Z pull-was-opened 799177290 _job:34140 details:The pull zerocracy/judges-action#744 has been opened by @github-actions[bot]. is_human:0 issue:744 stale:branch where:github who:41898282
2025-06-20T13:11:17Z pull-was-opened 799177290 _job:34140 details:The pull zerocracy/judges-action#745 has been opened by @renovate[bot]. is_human:0 issue:745 stale:branch where:github who:29139614
2025-06-20T14:46:06Z pull-was-opened 799177290 _job:34140 details:The pull zerocracy/judges-action#746 has been opened by @renovate[bot]. is_human:0 issue:746 stale:branch where:github who:29139614
2025-06-20T07:08:21Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#739 has been opened by @yegor256. is_human:1 issue:739 where:github who:526301
2025-06-20T08:54:17Z issue-was-opened 799177290 _job:34140 details:The issue zerocracy/judges-action#742 has been opened by @yegor256. is_human:1 issue:742 where:github who:526301
2025-06-20T11:45:43Z label-was-attached 820463873 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/fbe#218. is_human:1 issue:218 label:bug where:github who:526301
2025-06-20T14:15:04Z label-was-attached 820463873 _job:34140 details:The '#enhancement' label was attached by @yegor256 to the issue zerocracy/fbe#220. is_human:1 issue:220 label:enhancement where:github who:526301
2025-06-20T07:08:22Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#739. is_human:1 issue:739 label:bug where:github who:526301
2025-06-20T08:54:19Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#742. is_human:1 issue:742 label:bug where:github who:526301
2025-06-20T16:34:50Z label-was-attached 799177290 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#747. is_human:1 issue:747 label:bug where:github who:526301
2025-06-20T08:17:16Z pull-was-closed 799177290 _job:34140 branch:renovate/fbe-0.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#740 has been closed by @renovate[bot], with 10 HoC and 1 comments. event_id:51135926869 event_type:PullRequestEvent failed_builds:1 hoc:10 is_human:0 issue:740 succeeded_builds:25 where:github who:29139614
2025-06-20T08:31:30Z issue-was-closed 799177290 _job:34140 details:The issue zerocracy/judges-action#739 has been closed by @yegor256. event_id:51136474435 event_type:IssuesEvent is_human:1 issue:739 where:github who:526301
2025-06-20T08:31:39Z pull-was-merged 799177290 _job:34140 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#741 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51136480236 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:741 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-20T11:39:09Z issue-was-closed 799177290 _job:34140 details:The issue zerocracy/judges-action#742 has been closed by @yegor256. event_id:51143659762 event_type:IssuesEvent is_human:1 issue:742 where:github who:526301
2025-06-20T11:39:22Z pull-was-merged 799177290 _job:34140 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#744 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51143667777 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:744 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-20T12:02:51Z label-was-attached 799113787 _job:34140 details:The '#bug' label was attached by @yegor256 to the issue yegor256/judges#247. is_human:1 issue:247 label:bug where:github who:526301
2025-06-20T13:10:31Z pull-was-merged 799177290 _job:34140 branch:renovate/fbe-0.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#740 has been closed by @yegor256, with 10 HoC and 1 comments. event_id:51147127134 event_type:PullRequestEvent failed_builds:1 hoc:10 is_human:1 issue:740 review_comments:0 succeeded_builds:25 where:github who:526301
2025-06-20T12:40:22Z pull-was-opened 849726475 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#113 has been opened by @renovate[bot]. event_id:51145931514 event_type:PullRequestEvent is_human:0 issue:113 where:github who:29139614
2025-06-20T13:05:31Z pull-was-closed 799113787 _job:34140 branch:renovate/rubocop-1.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#246 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:51146925389 event_type:PullRequestEvent failed_builds:2 hoc:2 is_human:0 issue:246 succeeded_builds:9 where:github who:29139614
2025-06-20T14:05:19Z pull-was-merged 799177290 _job:34140 branch:renovate/fbe-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#745 has been closed by @yegor256, with 2 HoC and 4 comments. event_id:51149356719 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:745 review_comments:0 succeeded_builds:13 where:github who:526301
2025-06-20T13:16:11Z issue-was-closed 799113787 _job:34140 details:The issue yegor256/judges#247 has been closed by @yegor256. event_id:51147354790 event_type:IssuesEvent is_human:1 issue:247 where:github who:526301
2025-06-20T14:03:24Z pull-was-opened 849726475 _job:34140 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#114 has been opened by @renovate[bot]. event_id:51149279444 event_type:PullRequestEvent is_human:0 issue:114 where:github who:29139614
2025-06-20T14:51:14Z pull-was-opened 849726475 _job:34140 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#115 has been opened by @renovate[bot]. event_id:51151234782 event_type:PullRequestEvent is_human:0 issue:115 where:github who:29139614
2025-06-20T16:56:16Z pull-was-opened 799177290 _job:34140 branch:version-up details:The pull request zerocracy/judges-action#748 has been opened by @github-actions[bot]. event_id:51155647515 event_type:PullRequestEvent is_human:0 issue:748 where:github who:41898282
2025-06-21T09:08:56Z pull-was-opened 802720676 _job:34140 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/pages-action#313 has been opened by @renovate[bot]. event_id:51171764062 event_type:PullRequestEvent is_human:0 issue:313 where:github who:29139614
2025-06-20T17:27:38Z pull-was-closed 799177290 _job:34140 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#749 has been closed by @renovate[bot], with 2 HoC and 1 comments. event_id:51156647309 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:749 succeeded_builds:13 where:github who:29139614
2025-06-20T17:27:13Z pull-was-opened 799177290 _job:34140 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#749 has been opened by @renovate[bot]. event_id:51156633474 event_type:PullRequestEvent is_human:0 issue:749 where:github who:29139614
2025-06-20T17:26:17Z issue-was-closed 799177290 _job:34140 details:The issue zerocracy/judges-action#747 has been closed by @yegor256. event_id:51156603658 event_type:IssuesEvent is_human:1 issue:747 where:github who:526301
2025-06-20T17:26:29Z pull-was-merged 799177290 _job:34140 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#748 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51156610315 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:748 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-21T10:38:08Z pull-was-opened 840215648 _job:34140 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/baza.rb#89 has been opened by @renovate[bot]. event_id:51172795184 event_type:PullRequestEvent is_human:0 issue:89 where:github who:29139614
2025-06-21T08:09:47Z pull-was-closed 798641472 _job:34147 branch:renovate/rdoc-6.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#238 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:51171110444 event_type:PullRequestEvent failed_builds:1 hoc:2 is_human:0 issue:238 succeeded_builds:10 where:github who:29139614
2025-06-21T09:42:16Z pull-was-opened 799177290 _job:34147 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/judges-action#752 has been opened by @renovate[bot]. event_id:51172145302 event_type:PullRequestEvent is_human:0 issue:752 where:github who:29139614
2025-06-21T09:13:43Z pull-was-opened 799177290 _job:34147 branch:renovate/decoor-0.x-lockfile details:The pull request zerocracy/judges-action#751 has been opened by @renovate[bot]. event_id:51171822362 event_type:PullRequestEvent is_human:0 issue:751 where:github who:29139614
2025-06-21T08:46:22Z pull-was-opened 799177290 _job:34147 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/judges-action#750 has been opened by @renovate[bot]. event_id:51171513488 event_type:PullRequestEvent is_human:0 issue:750 where:github who:29139614
2025-06-21T13:56:07Z pull-was-opened 849726475 _job:34147 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#116 has been opened by @renovate[bot]. event_id:51175165950 event_type:PullRequestEvent is_human:0 issue:116 where:github who:29139614
2025-06-21T08:39:11Z pull-was-merged 798641472 _job:34147 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#236 has been closed by @yegor256, with 48 HoC and 0 comments. event_id:51171437464 event_type:PullRequestEvent failed_builds:0 hoc:48 is_human:1 issue:236 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-22T10:07:52Z who-has-name _job:34147 is_human:0 name:dependabot[bot] where:github who:49699333
2025-06-22T12:32:43Z pull-was-opened 799177290 _job:34147 branch:version-up details:The pull request zerocracy/judges-action#754 has been opened by @github-actions[bot]. event_id:51189927491 event_type:PullRequestEvent is_human:0 issue:754 where:github who:41898282
2025-06-22T18:09:26Z who-has-name _job:34147 is_human:1 name:pnatashap where:github who:19815413
2025-06-23T04:24:41Z pull-was-opened 799177290 _job:34147 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#755 has been opened by @renovate[bot]. event_id:51203703812 event_type:PullRequestEvent is_human:0 issue:755 where:github who:29139614
2025-06-23T05:31:32Z issue-was-opened 799177290 _job:34147 details:The issue zerocracy/judges-action#756 has been opened by @yegor256. event_id:51205288707 event_type:IssuesEvent is_human:1 issue:756 where:github who:526301
2025-06-23T06:02:12Z pull-was-opened 849726475 _job:34147 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#117 has been opened by @renovate[bot]. event_id:51206141071 event_type:PullRequestEvent is_human:0 issue:117 where:github who:29139614
2025-06-23T05:46:47Z pull-was-opened 799177290 _job:34147 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#757 has been opened by @renovate[bot]. event_id:51205699805 event_type:PullRequestEvent is_human:0 issue:757 where:github who:29139614
2025-06-23T05:40:10Z issue-was-closed 799177290 _job:34147 details:The issue zerocracy/judges-action#756 has been closed by @yegor256. event_id:51205521994 event_type:IssuesEvent is_human:1 issue:756 where:github who:526301
2025-06-23T06:41:41Z pull-was-opened 802720676 _job:34147 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#314 has been opened by @renovate[bot]. event_id:51207453346 event_type:PullRequestEvent is_human:0 issue:314 where:github who:29139614
2024-05-31T08:26:05Z pull-was-opened 799113787 _job:34147 branch:renovate/rubocop-1.x details:yegor256/judges#45 has been opened by @renovate[bot]. is_human:0 issue:45 where:github who:29139614
2024-05-29T13:45:24Z pull-was-opened 799113787 _job:34147 branch:renovate/webmock-3.x details:yegor256/judges#40 has been opened by @renovate[bot]. is_human:0 issue:40 where:github who:29139614
2024-06-18T16:19:25Z pull-was-opened 799177290 _job:34147 branch:renovate/factbase-0.x-lockfile details:zerocracy/judges-action#35 has been opened by @renovate[bot]. is_human:0 issue:35 where:github who:29139614
2024-06-29T15:06:15Z pull-was-opened 799177290 _job:34147 branch:renovate/actions-checkout-2.x details:zerocracy/judges-action#41 has been opened by @renovate[bot]. is_human:0 issue:41 where:github who:29139614
2024-06-18T11:36:03Z pull-was-opened 799177290 _job:34147 branch:renovate/faraday-2.x details:zerocracy/judges-action#34 has been opened by @renovate[bot]. is_human:0 issue:34 where:github who:29139614
2024-07-06T09:44:29Z pull-was-opened 799177290 _job:34147 branch:renovate/zerocracy-pages-action-0.x details:zerocracy/judges-action#60 has been opened by @renovate[bot]. is_human:0 issue:60 where:github who:29139614
2024-07-10T11:24:57Z pull-was-opened 799113787 _job:34147 branch:renovate/rubocop-1.x details:yegor256/judges#78 has been opened by @renovate[bot]. is_human:0 issue:78 where:github who:29139614
2024-07-13T09:12:44Z pull-was-opened 799177290 _job:34147 branch:version-up details:zerocracy/judges-action#97 has been opened by @github-actions[bot]. is_human:0 issue:97 where:github who:41898282
2024-07-12T09:40:24Z pull-was-opened 798641472 _job:34147 branch:renovate/rubocop-1.x details:yegor256/factbase#95 has been opened by @renovate[bot]. is_human:0 issue:95 where:github who:29139614
2024-07-10T11:40:58Z pull-was-opened 820463873 _job:34147 branch:renovate/rubocop-1.x details:zerocracy/fbe#18 has been opened by @renovate[bot]. is_human:0 issue:18 where:github who:29139614
2025-02-06T06:45:50Z pull-was-opened 799113787 _job:34147 branch:renovate/webmock-3.x details:yegor256/judges#169 has been opened by @renovate[bot]. is_human:0 issue:169 where:github who:29139614
2025-03-12T14:35:23Z pull-was-opened 799177290 _job:34147 branch:renovate/factbase-0.x-lockfile details:zerocracy/judges-action#489 has been opened by @renovate[bot]. is_human:0 issue:489 where:github who:29139614
2024-12-26T18:23:07Z pull-was-opened 799177290 _job:34147 branch:renovate/ruby-3.x details:zerocracy/judges-action#443 has been opened by @renovate[bot]. is_human:0 issue:443 where:github who:29139614
2025-02-24T15:14:15Z pull-was-opened 799177290 _job:34147 branch:renovate/judges-0.x-lockfile details:zerocracy/judges-action#465 has been opened by @renovate[bot]. is_human:0 issue:465 where:github who:29139614
2025-02-06T04:36:14Z pull-was-opened 802720676 _job:34147 branch:renovate/webmock-3.x details:zerocracy/pages-action#197 has been opened by @renovate[bot]. is_human:0 issue:197 where:github who:29139614
2025-02-06T04:37:05Z pull-was-opened 840215648 _job:34147 branch:renovate/webmock-3.x details:zerocracy/baza.rb#39 has been opened by @renovate[bot]. is_human:0 issue:39 where:github who:29139614
2025-06-23T05:31:32Z label-was-attached 799177290 _job:34147 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#756. is_human:1 issue:756 label:bug where:github who:526301
2025-06-23T13:43:42Z pull-was-merged 799177290 _job:34147 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#754 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51226272879 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:754 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-23T15:10:13Z issue-was-opened 799177290 _job:34147 details:The issue zerocracy/judges-action#760 has been opened by @yegor256. event_id:51230706594 event_type:IssuesEvent is_human:1 issue:760 where:github who:526301
2025-06-23T16:50:36Z pull-was-opened 849726475 _job:34147 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#118 has been opened by @renovate[bot]. event_id:51235077600 event_type:PullRequestEvent is_human:0 issue:118 where:github who:29139614
2025-06-23T15:10:18Z label-was-attached 799177290 _job:34147 details:The '#bug' label was attached by @yegor256 to the issue zerocracy/judges-action#760. is_human:1 issue:760 label:bug where:github who:526301
2025-06-23T17:13:34Z pull-was-opened 802720676 _job:34147 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#315 has been opened by @renovate[bot]. event_id:51235969174 event_type:PullRequestEvent is_human:0 issue:315 where:github who:29139614
2024-06-04T08:30:43Z pull-was-closed 799113787 _job:34147 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#45 has been closed by @renovate[bot]. event_id:38974515956 event_type:PullRequestEvent hoc:6 is_human:0 issue:45 where:github who:29139614
2024-05-30T10:27:45Z pull-was-closed 799113787 _job:34147 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#40 has been closed by @renovate[bot]. event_id:38845934812 event_type:PullRequestEvent hoc:6 is_human:0 issue:40 where:github who:29139614
2024-07-02T06:25:49Z pull-was-closed 799177290 _job:34147 comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#35 has been closed by @renovate[bot]. event_id:39789398730 event_type:PullRequestEvent hoc:2 is_human:0 issue:35 where:github who:29139614
2024-06-29T16:06:34Z pull-was-closed 799177290 _job:34147 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#41 has been closed by @renovate[bot]. event_id:39732315046 event_type:PullRequestEvent hoc:2 is_human:0 issue:41 where:github who:29139614
2024-06-26T18:23:20Z pull-was-closed 799177290 _job:34147 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#34 has been closed by @renovate[bot]. event_id:39648114550 event_type:PullRequestEvent hoc:10 is_human:0 issue:34 where:github who:29139614
2024-07-06T09:52:27Z pull-was-closed 799177290 _job:34147 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#60 has been closed by @renovate[bot]. event_id:39917834990 event_type:PullRequestEvent hoc:2 is_human:0 issue:60 where:github who:29139614
2025-02-06T14:38:10Z pull-was-opened 840215648 _job:34147 branch:renovate/rspec-rails-7.x details:zerocracy/baza.rb#40 has been opened by @renovate[bot]. is_human:0 issue:40 where:github who:29139614
2025-01-03T13:53:18Z pull-was-opened 799177290 _job:34147 branch:version-up details:zerocracy/judges-action#447 has been opened by @github-actions[bot]. is_human:0 issue:447 where:github who:41898282
2025-01-28T08:57:05Z pull-was-opened 799177290 _job:34147 branch:version-up details:zerocracy/judges-action#458 has been opened by @github-actions[bot]. is_human:0 issue:458 where:github who:41898282
2025-02-27T11:13:47Z pull-was-opened 799177290 _job:34147 branch:renovate/rubocop-1.x details:zerocracy/judges-action#471 has been opened by @renovate[bot]. is_human:0 issue:471 where:github who:29139614
2025-02-21T16:14:42Z pull-was-opened 799177290 _job:34147 branch:renovate/factbase-0.x-lockfile details:zerocracy/judges-action#463 has been opened by @renovate[bot]. is_human:0 issue:463 where:github who:29139614
2025-03-12T12:25:33Z pull-was-opened 802720676 _job:34147 branch:issue-71 details:zerocracy/pages-action#217 has been opened by @legolass322. is_human:1 issue:217 where:github who:31362961
2025-03-12T12:14:50Z pull-was-opened 802720676 _job:34147 branch:issue-83 details:zerocracy/pages-action#216 has been opened by @legolass322. is_human:1 issue:216 where:github who:31362961
2025-03-19T08:24:29Z pull-was-opened 802720676 _job:34147 branch:version-up details:zerocracy/pages-action#229 has been opened by @github-actions[bot]. is_human:0 issue:229 where:github who:41898282
2025-03-19T11:23:45Z pull-was-opened 799177290 _job:34147 branch:version-up details:zerocracy/judges-action#504 has been opened by @github-actions[bot]. is_human:0 issue:504 where:github who:41898282
2025-06-05T11:12:34Z pull-was-opened 802720676 _job:34147 branch:renovate/fbe-0.x-lockfile details:zerocracy/pages-action#298 has been opened by @renovate[bot]. is_human:0 issue:298 where:github who:29139614
2025-06-24T12:18:10Z pull-was-opened 798641472 _job:34147 branch:benchmark-results details:The pull request yegor256/factbase#241 has been opened by @github-actions[bot]. event_id:51274565871 event_type:PullRequestEvent is_human:0 issue:241 where:github who:41898282
2025-06-24T16:26:24Z pull-was-opened 802720676 _job:34147 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#317 has been opened by @renovate[bot]. event_id:51286799013 event_type:PullRequestEvent is_human:0 issue:317 where:github who:29139614
2025-06-24T16:26:14Z pull-was-opened 802720676 _job:34147 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/pages-action#316 has been opened by @renovate[bot]. event_id:51286792601 event_type:PullRequestEvent is_human:0 issue:316 where:github who:29139614
2025-06-24T14:29:12Z pull-was-opened 849726475 _job:34147 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#119 has been opened by @renovate[bot]. event_id:51281219162 event_type:PullRequestEvent is_human:0 issue:119 where:github who:29139614
2025-06-24T13:51:48Z pull-was-closed 799177290 _job:34147 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#765 has been closed by @github-actions[bot], with 2 HoC and 0 comments. event_id:51279272011 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:765 succeeded_builds:0 where:github who:41898282
2025-06-24T13:51:37Z pull-was-opened 799177290 _job:34147 branch:version-up details:The pull request zerocracy/judges-action#765 has been opened by @github-actions[bot]. event_id:51279262651 event_type:PullRequestEvent is_human:0 issue:765 where:github who:41898282
2025-06-24T13:27:14Z pull-was-opened 799177290 _job:34147 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#764 has been opened by @renovate[bot]. event_id:51277981227 event_type:PullRequestEvent is_human:0 issue:764 where:github who:29139614
2025-06-24T13:00:55Z pull-was-opened 799177290 _job:34147 branch:version-up details:The pull request zerocracy/judges-action#763 has been opened by @github-actions[bot]. event_id:51276636432 event_type:PullRequestEvent is_human:0 issue:763 where:github who:41898282
2025-06-24T13:48:59Z pull-was-merged 799177290 _job:34147 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#763 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51279122242 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:763 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-24T13:48:47Z pull-was-merged 799177290 _job:34147 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#764 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51279111839 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:764 review_comments:0 succeeded_builds:13 where:github who:526301
2025-06-24T18:00:30Z pull-was-opened 840215648 _job:34147 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/baza.rb#90 has been opened by @renovate[bot]. event_id:51290454120 event_type:PullRequestEvent is_human:0 issue:90 where:github who:29139614
2025-06-25T07:17:52Z issue-was-closed 799177290 _job:34147 details:The issue zerocracy/judges-action#700 has been closed by @yegor256. event_id:51312134708 event_type:IssuesEvent is_human:1 issue:700 where:github who:526301
2025-06-25T07:09:35Z pull-was-opened 799177290 _job:34147 branch:version-up details:The pull request zerocracy/judges-action#767 has been opened by @github-actions[bot]. event_id:51311802374 event_type:PullRequestEvent is_human:0 issue:767 where:github who:41898282
2025-06-25T07:44:59Z pull-was-opened 799177290 _job:34147 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#768 has been opened by @renovate[bot]. event_id:51313254343 event_type:PullRequestEvent is_human:0 issue:768 where:github who:29139614
2025-06-25T06:40:57Z pull-was-merged 798641472 _job:34147 branch:copilot/fix-242 comments:6 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:4 comments_resolved:1 comments_to_code:2 details:The pull request yegor256/factbase#243 has been closed by @yegor256, with 100 HoC and 6 comments. event_id:51310727132 event_type:PullRequestEvent failed_builds:0 hoc:100 is_human:1 issue:243 review_comments:2 succeeded_builds:11 where:github who:526301
2025-06-25T07:18:01Z pull-was-merged 799177290 _job:34147 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#767 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51312140722 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:767 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-25T08:37:13Z pull-was-merged 799177290 _job:34147 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#768 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51315587314 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:768 review_comments:0 succeeded_builds:13 where:github who:526301
2025-06-27T06:08:50Z issue-was-opened 820463873 _job:34147 details:The issue zerocracy/fbe#227 has been opened by @yegor256. is_human:1 issue:227 where:github who:526301
2025-06-27T06:08:51Z label-was-attached 820463873 _job:34147 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/fbe#227. is_human:1 issue:227 label:bug where:github who:526301
2025-06-27T08:16:53Z pull-was-closed 799177290 _job:34147 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#777 has been closed by @renovate[bot], with 2 HoC and 1 comments. event_id:51414688647 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:777 succeeded_builds:26 where:github who:29139614
2025-06-27T08:16:10Z pull-was-opened 799177290 _job:34147 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#777 has been opened by @renovate[bot]. event_id:51414660028 event_type:PullRequestEvent is_human:0 issue:777 where:github who:29139614
2025-06-27T07:32:40Z pull-was-opened 799177290 _job:34147 branch:version-up details:The pull request zerocracy/judges-action#776 has been opened by @github-actions[bot]. event_id:51412999917 event_type:PullRequestEvent is_human:0 issue:776 where:github who:41898282
2025-06-27T05:26:45Z pull-was-closed 799177290 _job:34147 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#774 has been closed by @github-actions[bot], with 2 HoC and 0 comments. event_id:51409120649 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:774 succeeded_builds:0 where:github who:41898282
2025-06-27T05:26:36Z pull-was-opened 799177290 _job:34147 branch:version-up details:The pull request zerocracy/judges-action#774 has been opened by @github-actions[bot]. event_id:51409117003 event_type:PullRequestEvent is_human:0 issue:774 where:github who:41898282
2025-06-27T05:22:37Z pull-was-opened 799177290 _job:34147 branch:version-up details:The pull request zerocracy/judges-action#773 has been opened by @github-actions[bot]. event_id:51409021993 event_type:PullRequestEvent is_human:0 issue:773 where:github who:41898282
2025-06-27T05:20:57Z pull-was-opened 799177290 _job:34147 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#772 has been opened by @renovate[bot]. event_id:51408983012 event_type:PullRequestEvent is_human:0 issue:772 where:github who:29139614
2025-06-27T05:14:44Z pull-was-closed 799177290 _job:34147 branch:renovate/fbe-0.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#771 has been closed by @renovate[bot], with 2 HoC and 1 comments. event_id:51408839280 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:771 succeeded_builds:13 where:github who:29139614
2025-06-27T04:21:04Z pull-was-opened 799177290 _job:34147 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#771 has been opened by @renovate[bot]. event_id:51407646001 event_type:PullRequestEvent is_human:0 issue:771 where:github who:29139614
2025-06-27T07:49:26Z pull-was-merged 799177290 _job:34147 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#776 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51413628097 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:776 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-27T05:24:05Z pull-was-merged 799177290 _job:34147 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#773 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51409056086 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:773 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-27T05:23:56Z pull-was-merged 799177290 _job:34147 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#772 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51409052570 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:772 review_comments:0 succeeded_builds:13 where:github who:526301
2025-06-27T17:44:32Z pull-was-opened 799177290 _job:34147 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#780 has been opened by @renovate[bot]. event_id:51437289041 event_type:PullRequestEvent is_human:0 issue:780 where:github who:29139614
2025-06-27T17:34:23Z pull-was-opened 799177290 _job:34147 branch:version-up details:The pull request zerocracy/judges-action#779 has been opened by @github-actions[bot]. event_id:51436967545 event_type:PullRequestEvent is_human:0 issue:779 where:github who:41898282
2025-06-27T17:44:13Z pull-was-merged 799177290 _job:34147 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#777 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51437278963 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:777 review_comments:0 succeeded_builds:26 where:github who:526301
2025-06-27T17:44:01Z pull-was-merged 799177290 _job:34147 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#779 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51437272781 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:779 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-27T18:39:16Z pull-was-merged 799177290 _job:34147 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#780 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51439058944 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:780 review_comments:0 succeeded_builds:13 where:github who:526301
2025-06-28T00:04:30Z pull-was-opened 799113787 _job:34147 branch:renovate/eslint-monorepo details:The pull request yegor256/judges#249 has been opened by @renovate[bot]. event_id:51446658795 event_type:PullRequestEvent is_human:0 issue:249 where:github who:29139614
2025-06-30T09:19:09Z issue-was-opened 798641472 _job:34147 details:The issue yegor256/factbase#245 has been opened by @yegor256. event_id:51495560020 event_type:IssuesEvent is_human:1 issue:245 where:github who:526301
2025-06-30T08:50:43Z issue-was-opened 820463873 _job:34147 details:The issue zerocracy/fbe#230 has been opened by @yegor256. is_human:1 issue:230 where:github who:526301
2025-06-30T08:50:56Z label-was-attached 820463873 _job:34147 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/fbe#230. is_human:1 issue:230 label:bug where:github who:526301
2025-06-30T14:48:10Z pull-was-opened 799113787 _job:34147 details:The pull yegor256/judges#250 has been opened by @renovate[bot]. is_human:0 issue:250 stale:branch where:github who:29139614
2025-06-30T14:46:14Z pull-was-opened 799177290 _job:34147 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/judges-action#782 has been opened by @renovate[bot]. event_id:51510618383 event_type:PullRequestEvent is_human:0 issue:782 where:github who:29139614
2025-06-30T09:19:04Z label-was-attached 798641472 _job:34147 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#245. is_human:1 issue:245 label:bug where:github who:526301
2025-06-30T15:28:02Z pull-was-merged 799113787 _job:34147 branch:renovate/crate-ci-typos-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/judges#250 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:51512692211 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:250 review_comments:0 succeeded_builds:11 where:github who:526301
2025-06-30T16:33:40Z pull-was-opened 849726475 _job:34147 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/swarm-template#121 has been opened by @renovate[bot]. event_id:51515528948 event_type:PullRequestEvent is_human:0 issue:121 where:github who:29139614
2025-06-30T16:33:37Z pull-was-opened 849726475 _job:34147 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#120 has been opened by @renovate[bot]. event_id:51515526938 event_type:PullRequestEvent is_human:0 issue:120 where:github who:29139614
2025-06-30T15:42:34Z pull-was-opened 820463873 _job:34147 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/fbe#231 has been opened by @renovate[bot]. event_id:51513354233 event_type:PullRequestEvent is_human:0 issue:231 where:github who:29139614
2025-06-30T15:45:11Z pull-was-opened 799177290 _job:34147 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/judges-action#783 has been opened by @renovate[bot]. event_id:51513469270 event_type:PullRequestEvent is_human:0 issue:783 where:github who:29139614
2025-06-30T20:39:29Z pull-was-opened 840215648 _job:34147 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/baza.rb#91 has been opened by @renovate[bot]. event_id:51524423436 event_type:PullRequestEvent is_human:0 issue:91 where:github who:29139614
2025-06-30T18:27:01Z pull-was-opened 798641472 _job:34147 branch:renovate/crate-ci-typos-1.x details:The pull request yegor256/factbase#246 has been opened by @renovate[bot]. event_id:51519824409 event_type:PullRequestEvent is_human:0 issue:246 where:github who:29139614
2025-06-30T20:43:53Z pull-was-opened 802720676 _job:34147 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/pages-action#319 has been opened by @renovate[bot]. event_id:51524565204 event_type:PullRequestEvent is_human:0 issue:319 where:github who:29139614
2025-06-30T20:43:49Z pull-was-opened 802720676 _job:34147 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#318 has been opened by @renovate[bot]. event_id:51524563660 event_type:PullRequestEvent is_human:0 issue:318 where:github who:29139614
2025-07-01T05:38:11Z issue-was-opened 799113787 _job:34147 details:The issue yegor256/judges#252 has been opened by @yegor256. is_human:1 issue:252 where:github who:526301
2025-06-30T20:11:30Z pull-was-opened 820463873 _job:34147 branch:230 details:The pull request zerocracy/fbe#232 has been opened by @yegorov. event_id:51523484108 event_type:PullRequestEvent is_human:1 issue:232 where:github who:2566462
2024-12-24T05:50:07Z pull-was-opened 799113787 _job:34147 details:The pull yegor256/judges#157 has been opened by @yegor256. is_human:1 issue:157 stale:branch where:github who:526301
2025-01-27T11:25:55Z pull-was-opened 798641472 _job:34147 details:The pull yegor256/factbase#148 has been opened by @github-actions[bot]. is_human:0 issue:148 stale:branch where:github who:41898282
2025-02-06T11:49:41Z pull-was-opened 798641472 _job:34147 details:The pull yegor256/factbase#157 has been opened by @renovate[bot]. is_human:0 issue:157 stale:branch where:github who:29139614
2025-02-21T06:18:28Z pull-was-opened 798641472 _job:34147 details:The pull yegor256/factbase#162 has been opened by @renovate[bot]. is_human:0 issue:162 stale:branch where:github who:29139614
2025-02-24T13:32:39Z pull-was-opened 798641472 _job:34147 details:The pull yegor256/factbase#169 has been opened by @github-actions[bot]. is_human:0 issue:169 stale:branch where:github who:41898282
2025-02-26T09:49:42Z pull-was-opened 798641472 _job:34147 details:The pull yegor256/factbase#176 has been opened by @renovate[bot]. is_human:0 issue:176 stale:branch where:github who:29139614
2025-02-28T09:13:49Z pull-was-opened 798641472 _job:34147 details:The pull yegor256/factbase#179 has been opened by @github-actions[bot]. is_human:0 issue:179 stale:branch where:github who:41898282
2025-03-12T13:19:04Z pull-was-opened 798641472 _job:34147 details:The pull yegor256/factbase#194 has been opened by @github-actions[bot]. is_human:0 issue:194 stale:branch where:github who:41898282
2025-03-12T13:46:30Z pull-was-opened 798641472 _job:34147 details:The pull yegor256/factbase#196 has been opened by @github-actions[bot]. is_human:0 issue:196 stale:branch where:github who:41898282
2025-03-12T15:01:56Z pull-was-opened 798641472 _job:34147 details:The pull yegor256/factbase#197 has been opened by @yegor256. is_human:1 issue:197 stale:branch where:github who:526301
2024-12-24T07:42:51Z pull-was-opened 802720676 _job:34147 details:The pull zerocracy/pages-action#184 has been opened by @renovate[bot]. is_human:0 issue:184 stale:branch where:github who:29139614
2024-12-25T12:48:16Z pull-was-opened 802720676 _job:34147 details:The pull zerocracy/pages-action#185 has been opened by @renovate[bot]. is_human:0 issue:185 stale:branch where:github who:29139614
2025-03-12T12:00:23Z pull-was-opened 802720676 _job:34147 details:The pull zerocracy/pages-action#215 has been opened by @legolass322. is_human:1 issue:215 stale:branch where:github who:31362961
2025-03-12T12:43:27Z pull-was-opened 802720676 _job:34147 details:The pull zerocracy/pages-action#218 has been opened by @legolass322. is_human:1 issue:218 stale:branch where:github who:31362961
2025-04-16T12:56:56Z pull-was-opened 802720676 _job:34147 details:The pull zerocracy/pages-action#251 has been opened by @renovate[bot]. is_human:0 issue:251 stale:branch where:github who:29139614
2025-04-30T11:54:07Z pull-was-opened 802720676 _job:34147 details:The pull zerocracy/pages-action#259 has been opened by @renovate[bot]. is_human:0 issue:259 stale:branch where:github who:29139614
2025-04-30T11:54:15Z pull-was-opened 802720676 _job:34147 details:The pull zerocracy/pages-action#260 has been opened by @renovate[bot]. is_human:0 issue:260 stale:branch where:github who:29139614
2025-05-22T07:36:01Z pull-was-opened 802720676 _job:34147 details:The pull zerocracy/pages-action#272 has been opened by @yegor256. is_human:1 issue:272 stale:branch where:github who:526301
2025-05-22T07:51:21Z pull-was-opened 802720676 _job:34147 details:The pull zerocracy/pages-action#273 has been opened by @github-actions[bot]. is_human:0 issue:273 stale:branch where:github who:41898282
2025-05-22T10:02:12Z pull-was-opened 802720676 _job:34147 details:The pull zerocracy/pages-action#275 has been opened by @github-actions[bot]. is_human:0 issue:275 stale:branch where:github who:41898282
2024-05-11T13:45:57Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#2 has been opened by @github-actions[bot]. is_human:0 issue:2 stale:branch where:github who:41898282
2024-05-11T13:45:59Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#3 has been opened by @renovate[bot]. is_human:0 issue:3 stale:branch where:github who:29139614
2024-05-25T03:26:16Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#15 has been opened by @renovate[bot]. is_human:0 issue:15 stale:branch where:github who:29139614
2024-05-26T05:48:33Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#16 has been opened by @renovate[bot]. is_human:0 issue:16 stale:branch where:github who:29139614
2024-05-30T15:26:25Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#24 has been opened by @renovate[bot]. is_human:0 issue:24 stale:branch where:github who:29139614
2024-05-31T04:53:48Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#25 has been opened by @renovate[bot]. is_human:0 issue:25 stale:branch where:github who:29139614
2024-06-04T15:39:47Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#26 has been opened by @renovate[bot]. is_human:0 issue:26 stale:branch where:github who:29139614
2025-04-30T12:02:41Z pull-was-opened 840215648 _job:34147 details:The pull zerocracy/baza.rb#59 has been opened by @renovate[bot]. is_human:0 issue:59 stale:branch where:github who:29139614
2025-04-16T16:05:07Z pull-was-opened 849726475 _job:34147 details:The pull zerocracy/swarm-template#67 has been opened by @renovate[bot]. is_human:0 issue:67 stale:branch where:github who:29139614
2025-04-30T07:25:56Z pull-was-opened 849726475 _job:34147 details:The pull zerocracy/swarm-template#74 has been opened by @renovate[bot]. is_human:0 issue:74 stale:branch where:github who:29139614
2025-05-21T19:32:53Z pull-was-opened 849726475 _job:34147 details:The pull zerocracy/swarm-template#84 has been opened by @renovate[bot]. is_human:0 issue:84 stale:branch where:github who:29139614
2025-06-05T11:40:27Z pull-was-opened 849726475 _job:34147 details:The pull zerocracy/swarm-template#99 has been opened by @renovate[bot]. is_human:0 issue:99 stale:branch where:github who:29139614
2020-03-19T18:01:02Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#60 has been opened by @dependabot[bot]. is_human:0 issue:60 stale:branch where:github who:49699333
2020-05-26T16:09:07Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#62 has been opened by @dependabot[bot]. is_human:0 issue:62 stale:branch where:github who:49699333
2020-05-26T16:44:10Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#63 has been opened by @dependabot[bot]. is_human:0 issue:63 stale:branch where:github who:49699333
2022-11-05T04:07:25Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#69 has been opened by @renovate[bot]. is_human:0 issue:69 stale:branch where:github who:29139614
2022-11-05T04:07:46Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#70 has been opened by @renovate[bot]. is_human:0 issue:70 stale:branch where:github who:29139614
2022-11-05T06:12:43Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#72 has been opened by @renovate[bot]. is_human:0 issue:72 stale:branch where:github who:29139614
2022-11-05T06:13:05Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#73 has been opened by @renovate[bot]. is_human:0 issue:73 stale:branch where:github who:29139614
2022-11-05T08:57:51Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#74 has been opened by @renovate[bot]. is_human:0 issue:74 stale:branch where:github who:29139614
2022-11-05T08:58:09Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#75 has been opened by @renovate[bot]. is_human:0 issue:75 stale:branch where:github who:29139614
2022-11-05T10:46:42Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#76 has been opened by @renovate[bot]. is_human:0 issue:76 stale:branch where:github who:29139614
2022-11-05T10:47:00Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#77 has been opened by @renovate[bot]. is_human:0 issue:77 stale:branch where:github who:29139614
2022-11-05T12:29:08Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#78 has been opened by @renovate[bot]. is_human:0 issue:78 stale:branch where:github who:29139614
2022-11-05T12:29:32Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#79 has been opened by @renovate[bot]. is_human:0 issue:79 stale:branch where:github who:29139614
2024-06-13T04:14:59Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#33 has been opened by @github-actions[bot]. is_human:0 issue:33 stale:branch where:github who:41898282
2024-07-16T12:06:56Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#118 has been opened by @github-actions[bot]. is_human:0 issue:118 stale:branch where:github who:41898282
2023-07-04T19:08:28Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#81 has been opened by @dependabot[bot]. is_human:0 issue:81 stale:branch where:github who:49699333
2023-07-04T19:08:50Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#82 has been opened by @renovate[bot]. is_human:0 issue:82 stale:branch where:github who:29139614
2023-07-26T20:13:24Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#84 has been opened by @renovate[bot]. is_human:0 issue:84 stale:branch where:github who:29139614
2023-07-28T15:19:21Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#85 has been opened by @renovate[bot]. is_human:0 issue:85 stale:branch where:github who:29139614
2023-08-08T02:47:10Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#88 has been opened by @renovate[bot]. is_human:0 issue:88 stale:branch where:github who:29139614
2023-08-08T02:47:26Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#89 has been opened by @renovate[bot]. is_human:0 issue:89 stale:branch where:github who:29139614
2023-08-09T12:31:37Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#90 has been opened by @renovate[bot]. is_human:0 issue:90 stale:branch where:github who:29139614
2023-08-29T10:55:58Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#95 has been opened by @renovate[bot]. is_human:0 issue:95 stale:branch where:github who:29139614
2023-09-05T22:06:59Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#98 has been opened by @renovate[bot]. is_human:0 issue:98 stale:branch where:github who:29139614
2024-12-20T13:41:33Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#438 has been opened by @github-actions[bot]. is_human:0 issue:438 stale:branch where:github who:41898282
2024-12-20T15:56:38Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#439 has been opened by @renovate[bot]. is_human:0 issue:439 stale:branch where:github who:29139614
2024-12-24T06:14:22Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#441 has been opened by @renovate[bot]. is_human:0 issue:441 stale:branch where:github who:29139614
2024-12-24T06:14:28Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#442 has been opened by @github-actions[bot]. is_human:0 issue:442 stale:branch where:github who:41898282
2024-12-28T10:09:14Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#444 has been opened by @renovate[bot]. is_human:0 issue:444 stale:branch where:github who:29139614
2025-01-03T10:13:56Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#445 has been opened by @renovate[bot]. is_human:0 issue:445 stale:branch where:github who:29139614
2025-01-27T17:13:06Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#451 has been opened by @renovate[bot]. is_human:0 issue:451 stale:branch where:github who:29139614
2025-01-28T05:11:26Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#453 has been opened by @renovate[bot]. is_human:0 issue:453 stale:branch where:github who:29139614
2025-01-28T05:11:52Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#454 has been opened by @github-actions[bot]. is_human:0 issue:454 stale:branch where:github who:41898282
2025-01-31T11:13:08Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#460 has been opened by @renovate[bot]. is_human:0 issue:460 stale:branch where:github who:29139614
2025-02-06T04:52:11Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#461 has been opened by @renovate[bot]. is_human:0 issue:461 stale:branch where:github who:29139614
2025-02-24T16:40:33Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#466 has been opened by @renovate[bot]. is_human:0 issue:466 stale:branch where:github who:29139614
2025-02-24T16:40:37Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#467 has been opened by @renovate[bot]. is_human:0 issue:467 stale:branch where:github who:29139614
2025-02-24T16:41:15Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#468 has been opened by @github-actions[bot]. is_human:0 issue:468 stale:branch where:github who:41898282
2025-02-26T05:50:17Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#470 has been opened by @github-actions[bot]. is_human:0 issue:470 stale:branch where:github who:41898282
2025-03-19T06:59:04Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#501 has been opened by @github-actions[bot]. is_human:0 issue:501 stale:branch where:github who:41898282
2025-03-19T10:08:12Z pull-was-opened 799177290 _job:34147 details:The pull zerocracy/judges-action#502 has been opened by @renovate[bot]. is_human:0 issue:502 stale:branch where:github who:29139614
2024-02-04T16:45:09Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#101 has been opened by @renovate[bot]. is_human:0 issue:101 stale:branch where:github who:29139614
2024-02-04T17:29:08Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#102 has been opened by @renovate[bot]. is_human:0 issue:102 stale:branch where:github who:29139614
2024-02-29T01:50:12Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#105 has been opened by @renovate[bot]. is_human:0 issue:105 stale:branch where:github who:29139614
2024-03-01T23:38:06Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#108 has been opened by @dependabot[bot]. is_human:0 issue:108 stale:branch where:github who:49699333
2024-03-06T17:24:57Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#110 has been opened by @renovate[bot]. is_human:0 issue:110 stale:branch where:github who:29139614
2024-03-18T23:16:41Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#111 has been opened by @renovate[bot]. is_human:0 issue:111 stale:branch where:github who:29139614
2024-03-25T20:13:29Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#112 has been opened by @dependabot[bot]. is_human:0 issue:112 stale:branch where:github who:49699333
2024-04-01T14:55:56Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#113 has been opened by @renovate[bot]. is_human:0 issue:113 stale:branch where:github who:29139614
2024-04-01T14:56:13Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#114 has been opened by @renovate[bot]. is_human:0 issue:114 stale:branch where:github who:29139614
2024-05-13T23:38:12Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#115 has been opened by @dependabot[bot]. is_human:0 issue:115 stale:branch where:github who:49699333
2024-05-16T21:11:48Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#116 has been opened by @dependabot[bot]. is_human:0 issue:116 stale:branch where:github who:49699333
2024-07-01T18:16:26Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#117 has been opened by @renovate[bot]. is_human:0 issue:117 stale:branch where:github who:29139614
2024-07-18T23:20:16Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#118 has been opened by @renovate[bot]. is_human:0 issue:118 stale:branch where:github who:29139614
2024-08-11T06:25:06Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#119 has been opened by @renovate[bot]. is_human:0 issue:119 stale:branch where:github who:29139614
2024-11-18T22:26:35Z pull-was-opened 181044958 _job:34147 details:The pull yegor256/0rsk#120 has been opened by @renovate[bot]. is_human:0 issue:120 stale:branch where:github who:29139614
2025-07-15T08:51:40Z code-was-contributed 802720676 _job:34147 comments:4 details:The pull request zerocracy/pages-action#324 with 2 HoC created by @renovate[bot] was merged by @rultor after 3h10m of being in review and 4 comments. hoc:2 is_human:0 issue:324 merger:8086956 review_comments:0 seconds:11419 where:github who:29139614
2025-08-19T03:13:35Z code-was-contributed 820463873 _job:34147 comments:4 details:The pull request zerocracy/fbe#274 with 2 HoC created by @renovate[bot] was merged by @rultor after 4h37m of being in review and 4 comments. hoc:2 is_human:0 issue:274 merger:8086956 review_comments:0 seconds:16655 where:github who:29139614
2025-08-23T07:01:06Z code-was-contributed 799177290 _job:34147 comments:1 details:The pull request zerocracy/judges-action#916 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1h14m of being in review and 1 comments. hoc:2 is_human:0 issue:916 merger:526301 review_comments:0 seconds:4498 where:github who:41898282
2025-08-23T07:01:00Z code-was-contributed 799177290 _job:34147 comments:1 details:The pull request zerocracy/judges-action#917 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 16m28s of being in review and 1 comments. hoc:2 is_human:0 issue:917 merger:526301 review_comments:0 seconds:989 where:github who:29139614
2025-05-12T03:46:27Z dud-was-closed 181044958 _job:34147 closer:8086956 details:In the repository #181044958, the user #22315378 submitted the issue #144 which was later closed by the user #8086956 not becoming a bug or enhancement; this means that the issue was not valid, maybe a duplicate or simply a mistake. is_human:1 issue:144 where:github who:22315378
2025-07-01T05:39:11Z label-was-attached 799113787 _job:34158 details:The 'enhancement' label was attached by @yegor256 to the issue yegor256/judges#252. is_human:1 issue:252 label:enhancement where:github who:526301
2025-07-01T08:17:50Z pull-was-closed 799177290 _job:34158 branch:renovate/judges-0.x-lockfile comments:1 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#784 has been closed by @renovate[bot], with 2 HoC and 1 comments. event_id:51543618037 event_type:PullRequestEvent failed_builds:2 hoc:2 is_human:0 issue:784 succeeded_builds:24 where:github who:29139614
2025-07-01T07:54:19Z pull-was-opened 799177290 _job:34158 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/judges-action#784 has been opened by @renovate[bot]. event_id:51542512862 event_type:PullRequestEvent is_human:0 issue:784 where:github who:29139614
2025-03-19T10:08:16Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#503 has been opened by @renovate[bot]. is_human:0 issue:503 stale:branch where:github who:29139614
2025-04-16T12:04:35Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#564 has been opened by @github-actions[bot]. is_human:0 issue:564 stale:branch where:github who:41898282
2025-04-16T16:26:41Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#566 has been opened by @github-actions[bot]. is_human:0 issue:566 stale:branch where:github who:41898282
2025-04-16T17:06:41Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#567 has been opened by @renovate[bot]. is_human:0 issue:567 stale:branch where:github who:29139614
2025-04-16T17:36:44Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#568 has been opened by @github-actions[bot]. is_human:0 issue:568 stale:branch where:github who:41898282
2025-04-30T06:09:24Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#583 has been opened by @renovate[bot]. is_human:0 issue:583 stale:branch where:github who:29139614
2025-04-30T06:56:52Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#584 has been opened by @renovate[bot]. is_human:0 issue:584 stale:branch where:github who:29139614
2025-05-22T07:16:22Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#619 has been opened by @yegor256. is_human:1 issue:619 stale:branch where:github who:526301
2025-05-22T07:35:43Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#620 has been opened by @github-actions[bot]. is_human:0 issue:620 stale:branch where:github who:41898282
2025-05-22T08:12:36Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#621 has been opened by @renovate[bot]. is_human:0 issue:621 stale:branch where:github who:29139614
2025-05-22T08:12:44Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#622 has been opened by @renovate[bot]. is_human:0 issue:622 stale:branch where:github who:29139614
2025-05-22T10:08:07Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#624 has been opened by @renovate[bot]. is_human:0 issue:624 stale:branch where:github who:29139614
2025-05-22T10:22:21Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#625 has been opened by @github-actions[bot]. is_human:0 issue:625 stale:branch where:github who:41898282
2025-05-22T10:43:37Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#626 has been opened by @github-actions[bot]. is_human:0 issue:626 stale:branch where:github who:41898282
2025-05-22T11:12:44Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#627 has been opened by @renovate[bot]. is_human:0 issue:627 stale:branch where:github who:29139614
2025-06-04T18:07:38Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#675 has been opened by @renovate[bot]. is_human:0 issue:675 stale:branch where:github who:29139614
2025-06-04T18:09:29Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#676 has been opened by @github-actions[bot]. is_human:0 issue:676 stale:branch where:github who:41898282
2025-06-05T03:25:25Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#677 has been opened by @renovate[bot]. is_human:0 issue:677 stale:branch where:github who:29139614
2025-06-05T03:27:16Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#678 has been opened by @github-actions[bot]. is_human:0 issue:678 stale:branch where:github who:41898282
2025-06-05T03:30:34Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#679 has been opened by @github-actions[bot]. is_human:0 issue:679 stale:branch where:github who:41898282
2025-02-13T04:56:43Z pull-was-opened 181044958 _job:34158 details:The pull yegor256/0rsk#122 has been opened by @renovate[bot]. is_human:0 issue:122 stale:branch where:github who:29139614
2025-05-22T11:21:38Z pull-was-opened 181044958 _job:34158 details:The pull yegor256/0rsk#172 has been opened by @artur-intech. is_human:1 issue:172 stale:branch where:github who:22315378
2025-07-01T07:53:31Z pull-was-merged 799177290 _job:34158 branch:renovate/crate-ci-typos-1.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#782 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51542476256 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:782 review_comments:0 succeeded_builds:13 where:github who:526301
2025-07-01T07:53:18Z pull-was-merged 799177290 _job:34158 branch:renovate/judges-0.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#783 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51542467419 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:783 review_comments:0 succeeded_builds:13 where:github who:526301
2025-07-01T12:18:40Z pull-was-opened 799177290 _job:34158 branch:version-up details:The pull request zerocracy/judges-action#785 has been opened by @github-actions[bot]. event_id:51555038318 event_type:PullRequestEvent is_human:0 issue:785 where:github who:41898282
2025-07-01T12:23:06Z pull-was-merged 799177290 _job:34158 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#785 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51555253029 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:785 review_comments:0 succeeded_builds:0 where:github who:526301
2025-07-01T11:56:39Z pull-was-merged 799177290 _job:34158 branch:renovate/judges-0.x-lockfile comments:1 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#784 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51554001068 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:784 review_comments:0 succeeded_builds:13 where:github who:526301
2025-07-01T13:23:40Z pull-was-opened 799177290 _job:34158 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#786 has been opened by @renovate[bot]. event_id:51558322642 event_type:PullRequestEvent is_human:0 issue:786 where:github who:29139614
2025-07-01T14:24:59Z pull-was-merged 799177290 _job:34158 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#786 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51561582544 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:786 review_comments:0 succeeded_builds:13 where:github who:526301
2025-07-01T16:13:19Z pull-was-merged 840215648 _job:34158 branch:renovate/crate-ci-typos-1.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#91 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51566733213 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:91 review_comments:0 succeeded_builds:10 where:github who:526301
2025-07-01T20:25:16Z pull-was-closed 840215648 _job:34158 branch:renovate/factbase-0.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#90 has been closed by @renovate[bot], with 2 HoC and 1 comments. event_id:51575706061 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:90 succeeded_builds:10 where:github who:29139614
2025-07-03T06:14:07Z issue-was-opened 840215648 _job:34158 details:The issue zerocracy/baza.rb#93 has been opened by @yegor256. is_human:1 issue:93 where:github who:526301
2025-07-03T06:13:10Z issue-was-opened 799177290 _job:34158 details:The issue zerocracy/judges-action#787 has been opened by @yegor256. is_human:1 issue:787 where:github who:526301
2025-07-03T06:39:24Z issue-was-closed 840215648 _job:34158 details:The issue zerocracy/baza.rb#93 has been closed by @yegor256. event_id:51640380852 event_type:IssuesEvent is_human:1 issue:93 where:github who:526301
2025-07-03T09:12:03Z issue-was-opened 820463873 _job:34158 details:The issue zerocracy/fbe#235 has been opened by @yegor256. is_human:1 issue:235 where:github who:526301
2025-07-03T07:23:06Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#788 has been opened by @github-actions[bot]. is_human:0 issue:788 stale:branch where:github who:41898282
2025-07-03T07:41:13Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#789 has been opened by @renovate[bot]. is_human:0 issue:789 stale:branch where:github who:29139614
2025-07-03T09:50:14Z issue-was-opened 799177290 _job:34158 details:The issue zerocracy/judges-action#790 has been opened by @yegor256. is_human:1 issue:790 where:github who:526301
2025-07-03T06:13:12Z label-was-attached 799177290 _job:34158 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#787. is_human:1 issue:787 label:bug where:github who:526301
2025-07-03T09:50:15Z label-was-attached 799177290 _job:34158 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#790. is_human:1 issue:790 label:bug where:github who:526301
2025-07-03T09:12:05Z label-was-attached 820463873 _job:34158 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/fbe#235. is_human:1 issue:235 label:bug where:github who:526301
2025-07-03T10:18:01Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#791 has been opened by @github-actions[bot]. is_human:0 issue:791 stale:branch where:github who:41898282
2025-07-03T10:45:46Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#792 has been opened by @renovate[bot]. is_human:0 issue:792 stale:branch where:github who:29139614
2025-07-03T11:43:16Z pull-was-opened 799177290 _job:34158 details:The pull zerocracy/judges-action#793 has been opened by @github-actions[bot]. is_human:0 issue:793 stale:branch where:github who:41898282
2025-07-03T14:14:27Z pull-was-opened 799177290 _job:34158 branch:version-up details:The pull request zerocracy/judges-action#795 has been opened by @github-actions[bot]. event_id:51660543971 event_type:PullRequestEvent is_human:0 issue:795 where:github who:41898282
2025-07-03T14:15:53Z pull-was-merged 799177290 _job:34158 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#795 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51660613328 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:795 review_comments:0 succeeded_builds:0 where:github who:526301
2025-07-03T14:49:13Z pull-was-opened 799177290 _job:34158 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#796 has been opened by @renovate[bot]. event_id:51662254259 event_type:PullRequestEvent is_human:0 issue:796 where:github who:29139614
2025-07-04T00:09:57Z pull-was-opened 798641472 _job:34158 branch:renovate/rdoc-6.x-lockfile details:The pull request yegor256/factbase#247 has been opened by @renovate[bot]. event_id:51679387356 event_type:PullRequestEvent is_human:0 issue:247 where:github who:29139614
2025-07-04T05:45:40Z pull-was-merged 798641472 _job:34158 branch:renovate/crate-ci-typos-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#246 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:51686013591 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:246 review_comments:0 succeeded_builds:11 where:github who:526301
2025-07-04T05:45:33Z pull-was-merged 798641472 _job:34158 branch:renovate/rdoc-6.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#247 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:51686010444 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:247 review_comments:0 succeeded_builds:11 where:github who:526301
2025-07-04T06:47:51Z pull-was-merged 799177290 _job:34158 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#796 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51687785328 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:796 review_comments:0 succeeded_builds:13 where:github who:526301
2025-07-04T10:29:47Z pull-was-merged 799177290 _job:34158 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#798 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51696310674 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:798 review_comments:0 succeeded_builds:0 where:github who:526301
2025-07-04T10:20:35Z pull-was-opened 799177290 _job:34158 branch:version-up details:The pull request zerocracy/judges-action#798 has been opened by @github-actions[bot]. event_id:51695955185 event_type:PullRequestEvent is_human:0 issue:798 where:github who:41898282
2025-07-04T10:46:39Z pull-was-merged 799177290 _job:34158 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#799 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51696955301 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:799 review_comments:0 succeeded_builds:13 where:github who:526301
2025-07-04T10:30:32Z pull-was-opened 799177290 _job:34158 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#799 has been opened by @renovate[bot]. event_id:51696341626 event_type:PullRequestEvent is_human:0 issue:799 where:github who:29139614
2025-07-04T13:29:41Z issue-was-opened 798641472 _job:34158 details:The issue yegor256/factbase#249 has been opened by @yegor256. is_human:1 issue:249 where:github who:526301
2025-07-04T13:29:42Z label-was-attached 798641472 _job:34158 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#249. is_human:1 issue:249 label:bug where:github who:526301
2025-04-30T12:28:43Z issue-was-assigned 974194993 _job:34158 assigner:526301 details:zerocracy/zerocracy-mcp-server#5 was assigned to @yegor256 by @yegor256 . is_human:1 issue:5 where:github who:526301
2025-05-27T15:59:55Z issue-was-assigned 840215648 _job:34158 assigner:526301 details:zerocracy/baza.rb#69 was assigned to @yegor256 by @yegor256 . is_human:1 issue:69 where:github who:526301
2025-06-02T17:31:06Z issue-was-assigned 840215648 _job:34158 assigner:526301 details:zerocracy/baza.rb#75 was assigned to @yegor256 by @yegor256 . is_human:1 issue:75 where:github who:526301
2025-06-08T09:51:00Z issue-was-assigned 840215648 _job:34158 assigner:526301 details:zerocracy/baza.rb#77 was assigned to @yegor256 by @yegor256 . is_human:1 issue:77 where:github who:526301
2025-06-09T17:16:48Z issue-was-assigned 840215648 _job:34158 assigner:526301 details:zerocracy/baza.rb#78 was assigned to @yegor256 by @yegor256 . is_human:1 issue:78 where:github who:526301
2025-06-11T07:27:37Z issue-was-assigned 840215648 _job:34158 assigner:526301 details:zerocracy/baza.rb#79 was assigned to @yegor256 by @yegor256 . is_human:1 issue:79 where:github who:526301
2025-06-12T08:59:54Z issue-was-assigned 840215648 _job:34158 assigner:526301 details:zerocracy/baza.rb#80 was assigned to @yegor256 by @yegor256 . is_human:1 issue:80 where:github who:526301
2025-06-15T15:09:29Z issue-was-assigned 840215648 _job:34158 assigner:526301 details:zerocracy/baza.rb#82 was assigned to @yegor256 by @yegor256 . is_human:1 issue:82 where:github who:526301
2025-06-15T17:18:21Z issue-was-assigned 840215648 _job:34158 assigner:526301 details:zerocracy/baza.rb#83 was assigned to @yegor256 by @yegor256 . is_human:1 issue:83 where:github who:526301
2025-06-16T07:09:38Z issue-was-assigned 840215648 _job:34158 assigner:526301 details:zerocracy/baza.rb#84 was assigned to @yegor256 by @yegor256 . is_human:1 issue:84 where:github who:526301
2025-06-16T07:25:16Z issue-was-assigned 840215648 _job:34158 assigner:526301 details:zerocracy/baza.rb#85 was assigned to @yegor256 by @yegor256 . is_human:1 issue:85 where:github who:526301
2025-06-18T14:00:20Z issue-was-assigned 840215648 _job:34158 assigner:526301 details:zerocracy/baza.rb#87 was assigned to @yegor256 by @yegor256 . is_human:1 issue:87 where:github who:526301
2025-07-03T06:14:08Z issue-was-assigned 840215648 _job:34158 assigner:526301 details:zerocracy/baza.rb#93 was assigned to @yegor256 by @yegor256 . is_human:1 issue:93 where:github who:526301
2025-04-30T04:47:52Z issue-was-assigned 820463873 _job:34158 assigner:526301 details:zerocracy/fbe#173 was assigned to @yegor256 by @yegor256 . is_human:1 issue:173 where:github who:526301
2025-06-03T14:18:58Z issue-was-assigned 820463873 _job:34158 assigner:526301 details:zerocracy/fbe#192 was assigned to @yegor256 by @yegor256 . is_human:1 issue:192 where:github who:526301
2025-06-05T09:32:49Z issue-was-assigned 820463873 _job:34158 assigner:526301 details:zerocracy/fbe#195 was assigned to @yegor256 by @yegor256 . is_human:1 issue:195 where:github who:526301
2025-06-07T06:42:59Z issue-was-assigned 820463873 _job:34158 assigner:526301 details:zerocracy/fbe#199 was assigned to @yegorov by @yegor256 . is_human:1 issue:199 where:github who:2566462
2025-06-07T06:49:45Z issue-was-assigned 820463873 _job:34158 assigner:526301 details:zerocracy/fbe#200 was assigned to @yegor256 by @yegor256 . is_human:1 issue:200 where:github who:526301
2025-06-07T07:27:38Z issue-was-assigned 820463873 _job:34158 assigner:526301 details:zerocracy/fbe#201 was assigned to @yegor256 by @yegor256 . is_human:1 issue:201 where:github who:526301
2025-06-07T13:47:16Z issue-was-assigned 820463873 _job:34158 assigner:526301 details:zerocracy/fbe#202 was assigned to @yegor256 by @yegor256 . is_human:1 issue:202 where:github who:526301
2025-06-09T08:20:40Z issue-was-assigned 820463873 _job:34158 assigner:526301 details:zerocracy/fbe#204 was assigned to @yegor256 by @yegor256 . is_human:1 issue:204 where:github who:526301
2025-06-09T14:53:44Z issue-was-assigned 820463873 _job:34158 assigner:526301 details:zerocracy/fbe#205 was assigned to @yegorov by @yegor256 . is_human:1 issue:205 where:github who:2566462
2025-06-09T14:53:37Z issue-was-assigned 820463873 _job:34158 assigner:526301 details:zerocracy/fbe#206 was assigned to @yegorov by @yegor256 . is_human:1 issue:206 where:github who:2566462
2025-06-11T11:28:48Z issue-was-assigned 820463873 _job:34158 assigner:526301 details:zerocracy/fbe#209 was assigned to @yegorov by @yegor256 . is_human:1 issue:209 where:github who:2566462
2025-06-17T09:24:03Z issue-was-assigned 820463873 _job:34158 assigner:526301 details:zerocracy/fbe#212 was assigned to @yegor256 by @yegor256 . is_human:1 issue:212 where:github who:526301
2025-06-18T06:37:06Z issue-was-assigned 820463873 _job:34158 assigner:526301 details:zerocracy/fbe#216 was assigned to @yegor256 by @yegor256 . is_human:1 issue:216 where:github who:526301
2025-05-22T07:22:10Z issue-was-assigned 802720676 _job:34158 assigner:526301 details:zerocracy/pages-action#271 was assigned to @yegor256 by @yegor256 . is_human:1 issue:271 where:github who:526301
2025-06-20T07:15:14Z issue-was-assigned 820463873 _job:34158 assigner:526301 details:zerocracy/fbe#217 was assigned to @yegor256 by @yegor256 . is_human:1 issue:217 where:github who:526301
2025-05-22T09:48:34Z issue-was-assigned 802720676 _job:34158 assigner:526301 details:zerocracy/pages-action#274 was assigned to @yegor256 by @yegor256 . is_human:1 issue:274 where:github who:526301
2025-06-20T11:45:41Z issue-was-assigned 820463873 _job:34158 assigner:526301 details:zerocracy/fbe#218 was assigned to @yegor256 by @yegor256 . is_human:1 issue:218 where:github who:526301
2025-05-23T08:23:04Z issue-was-assigned 802720676 _job:34158 assigner:526301 details:zerocracy/pages-action#276 was assigned to @yegor256 by @yegor256 . is_human:1 issue:276 where:github who:526301
2025-06-20T14:15:03Z issue-was-assigned 820463873 _job:34158 assigner:526301 details:zerocracy/fbe#220 was assigned to @yegor256 by @yegor256 . is_human:1 issue:220 where:github who:526301
2025-05-23T13:15:03Z issue-was-assigned 802720676 _job:34158 assigner:526301 details:zerocracy/pages-action#278 was assigned to @yegor256 by @yegor256 . is_human:1 issue:278 where:github who:526301
2025-05-27T08:54:15Z issue-was-assigned 802720676 _job:34158 assigner:526301 details:zerocracy/pages-action#283 was assigned to @yegor256 by @yegor256 . is_human:1 issue:283 where:github who:526301
2025-07-04T14:52:54Z pull-was-opened 799177290 _job:34158 branch:version-up details:The pull request zerocracy/judges-action#801 has been opened by @github-actions[bot]. event_id:51706252292 event_type:PullRequestEvent is_human:0 issue:801 where:github who:41898282
2025-06-08T04:59:47Z issue-was-assigned 802720676 _job:34158 assigner:526301 details:zerocracy/pages-action#299 was assigned to @yegor256 by @yegor256 . is_human:1 issue:299 where:github who:526301
2024-12-24T05:57:17Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#440 was assigned to @yegor256 by @yegor256 . is_human:1 issue:440 where:github who:526301
2025-01-03T13:39:32Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#446 was assigned to @yegor256 by @yegor256 . is_human:1 issue:446 where:github who:526301
2025-02-24T15:06:53Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#464 was assigned to @yegor256 by @yegor256 . is_human:1 issue:464 where:github who:526301
2025-03-19T05:58:40Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#500 was assigned to @yegor256 by @yegor256 . is_human:1 issue:500 where:github who:526301
2025-04-16T16:12:22Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#565 was assigned to @yegor256 by @yegor256 . is_human:1 issue:565 where:github who:526301
2025-05-21T09:14:45Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#614 was assigned to @yegor256 by @yegor256 . is_human:1 issue:614 where:github who:526301
2025-05-22T07:04:03Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#618 was assigned to @yegor256 by @yegor256 . is_human:1 issue:618 where:github who:526301
2025-05-22T09:44:14Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#623 was assigned to @yegor256 by @yegor256 . is_human:1 issue:623 where:github who:526301
2025-05-23T05:59:56Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#628 was assigned to @yegor256 by @yegor256 . is_human:1 issue:628 where:github who:526301
2025-05-23T10:44:10Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#632 was assigned to @yegor256 by @yegor256 . is_human:1 issue:632 where:github who:526301
2025-05-23T17:01:43Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#634 was assigned to @yegor256 by @yegor256 . is_human:1 issue:634 where:github who:526301
2024-12-24T05:36:02Z issue-was-assigned 799113787 _job:34158 assigner:526301 details:yegor256/judges#156 was assigned to @yegor256 by @yegor256 . is_human:1 issue:156 where:github who:526301
2025-05-26T09:42:59Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#635 was assigned to @yegor256 by @yegor256 . is_human:1 issue:635 where:github who:526301
2025-05-26T15:37:34Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#637 was assigned to @yegorov by @yegor256 . is_human:1 issue:637 where:github who:2566462
2025-03-12T13:35:15Z issue-was-assigned 799113787 _job:34158 assigner:526301 details:yegor256/judges#183 was assigned to @yegor256 by @yegor256 . is_human:1 issue:183 where:github who:526301
2025-05-27T08:54:19Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#639 was assigned to @yegor256 by @yegor256 . is_human:1 issue:639 where:github who:526301
2025-01-28T05:19:44Z issue-was-assigned 798641472 _job:34158 assigner:526301 details:yegor256/factbase#154 was assigned to @yegor256 by @yegor256 . is_human:1 issue:154 where:github who:526301
2025-05-27T10:19:53Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#644 was assigned to @yegor256 by @yegor256 . is_human:1 issue:644 where:github who:526301
2025-01-28T05:35:03Z issue-was-assigned 798641472 _job:34158 assigner:526301 details:yegor256/factbase#155 was assigned to @yegor256 by @yegor256 . is_human:1 issue:155 where:github who:526301
2025-02-21T06:07:16Z issue-was-assigned 798641472 _job:34158 assigner:526301 details:yegor256/factbase#161 was assigned to @yegor256 by @yegor256 . is_human:1 issue:161 where:github who:526301
2025-05-21T09:47:57Z issue-was-assigned 799113787 _job:34158 assigner:526301 details:yegor256/judges#213 was assigned to @yegor256 by @yegor256 . is_human:1 issue:213 where:github who:526301
2025-02-24T11:52:19Z issue-was-assigned 798641472 _job:34158 assigner:526301 details:yegor256/factbase#166 was assigned to @yegor256 by @yegor256 . is_human:1 issue:166 where:github who:526301
2025-05-26T09:44:57Z issue-was-assigned 799113787 _job:34158 assigner:526301 details:yegor256/judges#215 was assigned to @yegor256 by @yegor256 . is_human:1 issue:215 where:github who:526301
2025-02-24T13:37:17Z issue-was-assigned 798641472 _job:34158 assigner:526301 details:yegor256/factbase#170 was assigned to @yegor256 by @yegor256 . is_human:1 issue:170 where:github who:526301
2025-05-27T08:16:21Z issue-was-assigned 799113787 _job:34158 assigner:526301 details:yegor256/judges#218 was assigned to @yegor256 by @yegor256 . is_human:1 issue:218 where:github who:526301
2025-06-24T20:41:02Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#648 was assigned to @yegorov by @yegor256 . is_human:1 issue:648 where:github who:2566462
2025-02-24T14:40:08Z issue-was-assigned 798641472 _job:34158 assigner:526301 details:yegor256/factbase#172 was assigned to @yegor256 by @yegor256 . is_human:1 issue:172 where:github who:526301
2025-05-28T06:54:37Z issue-was-assigned 799113787 _job:34158 assigner:526301 details:yegor256/judges#220 was assigned to @yegor256 by @yegor256 . is_human:1 issue:220 where:github who:526301
2025-02-24T15:23:49Z issue-was-assigned 798641472 _job:34158 assigner:526301 details:yegor256/factbase#173 was assigned to @yegor256 by @yegor256 . is_human:1 issue:173 where:github who:526301
2025-06-03T06:13:43Z issue-was-assigned 799113787 _job:34158 assigner:526301 details:yegor256/judges#228 was assigned to @yegor256 by @yegor256 . is_human:1 issue:228 where:github who:526301
2025-05-27T17:59:08Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#651 was assigned to @yegorov by @yegor256 . is_human:1 issue:651 where:github who:2566462
2025-03-12T13:45:16Z issue-was-assigned 798641472 _job:34158 assigner:526301 details:yegor256/factbase#195 was assigned to @yegor256 by @yegor256 . is_human:1 issue:195 where:github who:526301
2025-06-04T10:56:29Z issue-was-assigned 799113787 _job:34158 assigner:526301 details:yegor256/judges#230 was assigned to @yegor256 by @yegor256 . is_human:1 issue:230 where:github who:526301
2025-06-08T09:12:14Z issue-was-assigned 799113787 _job:34158 assigner:526301 details:yegor256/judges#232 was assigned to @yegor256 by @yegor256 . is_human:1 issue:232 where:github who:526301
2025-06-03T09:39:46Z issue-was-assigned 798641472 _job:34158 assigner:526301 details:yegor256/factbase#235 was assigned to @yegor256 by @yegor256 . is_human:1 issue:235 where:github who:526301
2025-06-11T11:36:50Z issue-was-assigned 799113787 _job:34158 assigner:526301 details:yegor256/judges#238 was assigned to @yegor256 by @yegor256 . is_human:1 issue:238 where:github who:526301
2025-05-29T11:33:39Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#659 was assigned to @yegorov by @yegor256 . is_human:1 issue:659 where:github who:2566462
2025-06-15T06:36:47Z issue-was-assigned 799113787 _job:34158 assigner:526301 details:yegor256/judges#240 was assigned to @yegor256 by @yegor256 . is_human:1 issue:240 where:github who:526301
2025-05-29T15:47:18Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#660 was assigned to @yegorov by @yegor256 . is_human:1 issue:660 where:github who:2566462
2025-06-15T13:35:25Z issue-was-assigned 799113787 _job:34158 assigner:526301 details:yegor256/judges#241 was assigned to @yegor256 by @yegor256 . is_human:1 issue:241 where:github who:526301
2025-06-04T17:49:57Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#674 was assigned to @yegor256 by @yegor256 . is_human:1 issue:674 where:github who:526301
2025-06-15T17:33:18Z issue-was-assigned 799113787 _job:34158 assigner:526301 details:yegor256/judges#242 was assigned to @yegor256 by @yegor256 . is_human:1 issue:242 where:github who:526301
2025-06-05T07:22:20Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#680 was assigned to @yegor256 by @yegor256 . is_human:1 issue:680 where:github who:526301
2025-06-16T07:50:59Z issue-was-assigned 799113787 _job:34158 assigner:526301 details:yegor256/judges#243 was assigned to @yegor256 by @yegor256 . is_human:1 issue:243 where:github who:526301
2025-06-20T12:02:51Z issue-was-assigned 799113787 _job:34158 assigner:526301 details:yegor256/judges#247 was assigned to @yegor256 by @yegor256 . is_human:1 issue:247 where:github who:526301
2025-06-05T17:32:59Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#686 was assigned to @yegor256 by @yegor256 . is_human:1 issue:686 where:github who:526301
2025-06-07T05:08:51Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#688 was assigned to @yegor256 by @yegor256 . is_human:1 issue:688 where:github who:526301
2025-06-08T09:01:55Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#692 was assigned to @yegor256 by @yegor256 . is_human:1 issue:692 where:github who:526301
2025-06-08T10:52:19Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#695 was assigned to @yegor256 by @yegor256 . is_human:1 issue:695 where:github who:526301
2025-06-09T08:35:20Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#698 was assigned to @yegor256 by @yegor256 . is_human:1 issue:698 where:github who:526301
2025-06-11T12:05:01Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#702 was assigned to @yegor256 by @yegor256 . is_human:1 issue:702 where:github who:526301
2025-06-11T13:49:17Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#705 was assigned to @yegor256 by @yegor256 . is_human:1 issue:705 where:github who:526301
2025-06-14T10:10:30Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#711 was assigned to @yegorov by @yegor256 . is_human:1 issue:711 where:github who:2566462
2025-06-15T06:00:36Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#713 was assigned to @yegor256 by @yegor256 . is_human:1 issue:713 where:github who:526301
2025-06-15T15:33:29Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#716 was assigned to @yegor256 by @yegor256 . is_human:1 issue:716 where:github who:526301
2025-06-15T17:33:03Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#718 was assigned to @yegor256 by @yegor256 . is_human:1 issue:718 where:github who:526301
2025-06-16T08:03:53Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#722 was assigned to @yegor256 by @yegor256 . is_human:1 issue:722 where:github who:526301
2025-06-17T11:53:41Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#728 was assigned to @yegor256 by @yegor256 . is_human:1 issue:728 where:github who:526301
2025-06-18T04:46:14Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#733 was assigned to @yegor256 by @yegor256 . is_human:1 issue:733 where:github who:526301
2025-06-18T06:01:19Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#736 was assigned to @yegor256 by @yegor256 . is_human:1 issue:736 where:github who:526301
2025-06-20T08:54:18Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#742 was assigned to @yegor256 by @yegor256 . is_human:1 issue:742 where:github who:526301
2025-06-20T16:34:49Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#747 was assigned to @yegor256 by @yegor256 . is_human:1 issue:747 where:github who:526301
2025-07-03T06:13:10Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#787 was assigned to @yegor256 by @yegor256 . is_human:1 issue:787 where:github who:526301
2025-07-03T09:50:14Z issue-was-assigned 799177290 _job:34158 assigner:526301 details:zerocracy/judges-action#790 was assigned to @yegor256 by @yegor256 . is_human:1 issue:790 where:github who:526301
2024-05-11T13:47:20Z pull-was-closed 799177290 _job:34158 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#2 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:2 succeeded_builds:0 where:github who:41898282
2024-05-11T13:48:19Z pull-was-closed 799177290 _job:34158 branch:renovate/actions-checkout-digest comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#3 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:3 succeeded_builds:0 where:github who:29139614
2025-07-04T15:27:41Z pull-was-opened 799177290 _job:34158 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#802 has been opened by @renovate[bot]. event_id:51707414411 event_type:PullRequestEvent is_human:0 issue:802 where:github who:29139614
2020-07-07T17:01:01Z pull-was-closed 181044958 _job:34158 branch:dependabot/bundler/actionview-6.0.2.2 comments:14 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:13 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#60 has been 'pull-was-closed'. failed_builds:0 hoc:36 is_human:0 issue:60 succeeded_builds:0 where:github who:49699333
2020-06-24T18:13:07Z pull-was-closed 181044958 _job:34158 branch:dependabot/bundler/actionpack-6.0.3.1 comments:11 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:10 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#62 has been 'pull-was-closed'. failed_builds:0 hoc:40 is_human:0 issue:62 succeeded_builds:0 where:github who:49699333
2020-08-05T07:33:28Z pull-was-closed 181044958 _job:34158 branch:dependabot/bundler/activesupport-6.0.3.1 comments:16 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:15 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#63 has been 'pull-was-closed'. failed_builds:0 hoc:40 is_human:1 issue:63 succeeded_builds:0 where:github who:526301
2025-06-18T03:28:05Z pull-was-merged 820463873 _job:34158 branch:214 comments:2 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/fbe#215 has been 'pull-was-merged'. failed_builds:0 hoc:43 is_human:1 issue:215 review_comments:0 succeeded_builds:10 where:github who:526301
2025-07-02T04:22:17Z pull-was-merged 820463873 _job:34158 branch:renovate/crate-ci-typos-1.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/fbe#231 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:231 review_comments:0 succeeded_builds:10 where:github who:526301
2025-07-04T16:29:06Z pull-was-closed 799177290 _job:34158 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#803 has been closed by @github-actions[bot], with 0 HoC and 1 comments. event_id:51709121717 event_type:PullRequestEvent failed_builds:0 hoc:0 is_human:0 issue:803 succeeded_builds:0 where:github who:41898282
2025-07-04T16:28:59Z pull-was-opened 799177290 _job:34158 branch:version-up details:The pull request zerocracy/judges-action#803 has been opened by @github-actions[bot]. event_id:51709119008 event_type:PullRequestEvent is_human:0 issue:803 where:github who:41898282
2025-07-04T16:26:16Z pull-was-merged 799177290 _job:34158 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#801 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51709047972 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:801 review_comments:0 succeeded_builds:0 where:github who:526301
2025-07-04T16:26:06Z pull-was-merged 799177290 _job:34158 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#802 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51709042882 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:802 review_comments:0 succeeded_builds:13 where:github who:526301
2024-05-27T08:00:45Z pull-was-closed 799177290 _job:34158 branch:renovate/factbase-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#15 has been 'pull-was-closed'. failed_builds:2 hoc:6 is_human:0 issue:15 succeeded_builds:6 where:github who:29139614
2024-05-31T08:32:21Z pull-was-closed 799177290 _job:34158 branch:renovate/judges-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#16 has been 'pull-was-closed'. failed_builds:1 hoc:6 is_human:0 issue:16 succeeded_builds:7 where:github who:29139614
2024-12-24T05:51:19Z pull-was-merged 799113787 _job:34158 branch:156 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/judges#157 has been 'pull-was-merged'. failed_builds:0 hoc:54 is_human:1 issue:157 review_comments:0 succeeded_builds:8 where:github who:526301
2024-02-29T01:50:15Z pull-was-closed 181044958 _job:34158 branch:renovate/rubygems-rack-vulnerability comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#69 has been 'pull-was-closed'. failed_builds:0 hoc:6 is_human:0 issue:69 succeeded_builds:0 where:github who:29139614
2025-03-12T18:08:36Z pull-was-merged 802720676 _job:34158 branch:issue-72 comments:10 comments_appreciated:1 comments_by_author:4 comments_by_reviewers:6 comments_resolved:0 comments_to_code:6 details:Apparently, zerocracy/pages-action#215 has been 'pull-was-merged'. failed_builds:0 hoc:27 is_human:1 issue:215 review_comments:6 succeeded_builds:12 where:github who:526301
2023-07-04T19:09:03Z pull-was-closed 181044958 _job:34158 branch:renovate/rubygems-sinatra-vulnerability comments:5 comments_appreciated:1 comments_by_author:1 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#70 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:70 succeeded_builds:0 where:github who:29139614
2025-06-04T17:36:22Z pull-was-merged 799113787 _job:34158 branch:renovate/yegor256-copyrights-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/judges#222 has been 'pull-was-merged'. failed_builds:2 hoc:2 is_human:1 issue:222 review_comments:0 succeeded_builds:9 where:github who:526301
2025-03-12T16:40:40Z pull-was-merged 802720676 _job:34158 branch:issue-82 comments:4 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:2 comments_resolved:0 comments_to_code:2 details:Apparently, zerocracy/pages-action#218 has been 'pull-was-merged'. failed_builds:0 hoc:19 is_human:1 issue:218 review_comments:2 succeeded_builds:12 where:github who:526301
2023-07-04T19:09:01Z pull-was-closed 181044958 _job:34158 branch:renovate/rerun-0.x comments:5 comments_appreciated:1 comments_by_author:1 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#72 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:72 succeeded_builds:0 where:github who:29139614
2025-06-04T17:15:30Z pull-was-closed 799113787 _job:34158 branch:renovate/base64-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/judges#223 has been 'pull-was-closed'. failed_builds:2 hoc:2 is_human:0 issue:223 succeeded_builds:9 where:github who:29139614
2025-01-27T11:23:43Z pull-was-merged 798641472 _job:34158 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#145 has been 'pull-was-merged'. failed_builds:0 hoc:50 is_human:1 issue:145 review_comments:0 succeeded_builds:0 where:github who:526301
2024-06-11T14:46:43Z pull-was-closed 799177290 _job:34158 branch:renovate/factbase-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#24 has been 'pull-was-closed'. failed_builds:0 hoc:4 is_human:0 issue:24 succeeded_builds:8 where:github who:29139614
2025-03-19T08:10:47Z pull-was-closed 802720676 _job:34158 branch:renovate/fbe-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#226 has been 'pull-was-closed'. failed_builds:0 hoc:28 is_human:0 issue:226 succeeded_builds:12 where:github who:29139614
2024-06-04T08:53:05Z pull-was-closed 799177290 _job:34158 branch:renovate/rubocop-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#25 has been 'pull-was-closed'. failed_builds:1 hoc:8 is_human:0 issue:25 succeeded_builds:7 where:github who:29139614
2025-03-19T08:10:46Z pull-was-closed 802720676 _job:34158 branch:renovate/factbase-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#227 has been 'pull-was-closed'. failed_builds:0 hoc:22 is_human:0 issue:227 succeeded_builds:12 where:github who:29139614
2025-06-04T17:15:31Z pull-was-closed 799113787 _job:34158 branch:renovate/rake-13.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/judges#224 has been 'pull-was-closed'. failed_builds:2 hoc:2 is_human:0 issue:224 succeeded_builds:9 where:github who:29139614
2023-07-04T19:09:05Z pull-was-closed 181044958 _job:34158 branch:renovate/sass-3.x comments:5 comments_appreciated:1 comments_by_author:1 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#73 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:73 succeeded_builds:0 where:github who:29139614
2025-02-21T06:17:29Z pull-was-closed 798641472 _job:34158 branch:renovate/rubocop-1.x comments:1 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#146 has been 'pull-was-closed'. failed_builds:4 hoc:11 is_human:1 issue:146 succeeded_builds:5 where:github who:526301
2024-06-11T09:37:45Z pull-was-closed 799177290 _job:34158 branch:renovate/judges-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#26 has been 'pull-was-closed'. failed_builds:1 hoc:4 is_human:0 issue:26 succeeded_builds:7 where:github who:29139614
2025-06-04T17:15:34Z pull-was-closed 799113787 _job:34158 branch:renovate/rubocop-minitest-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/judges#226 has been 'pull-was-closed'. failed_builds:2 hoc:4 is_human:0 issue:226 succeeded_builds:9 where:github who:29139614
2023-07-04T19:08:52Z pull-was-closed 181044958 _job:34158 branch:renovate/codecov-0.x comments:16 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:16 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#74 has been 'pull-was-closed'. failed_builds:0 hoc:24 is_human:0 issue:74 succeeded_builds:0 where:github who:29139614
2025-01-27T09:00:19Z pull-was-closed 798641472 _job:34158 branch:renovate/rubocop-performance-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#147 has been 'pull-was-closed'. failed_builds:3 hoc:6 is_human:0 issue:147 succeeded_builds:6 where:github who:29139614
2025-01-27T11:35:48Z pull-was-merged 798641472 _job:34158 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#148 has been 'pull-was-merged'. failed_builds:0 hoc:25 is_human:1 issue:148 review_comments:0 succeeded_builds:0 where:github who:526301
2025-04-30T12:54:40Z pull-was-closed 802720676 _job:34158 branch:renovate/factbase-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#259 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:259 succeeded_builds:12 where:github who:29139614
2023-07-04T19:08:54Z pull-was-closed 181044958 _job:34158 branch:renovate/glogin-0.x comments:5 comments_appreciated:1 comments_by_author:1 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#75 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:75 succeeded_builds:0 where:github who:29139614
2025-06-04T17:36:15Z pull-was-merged 799113787 _job:34158 branch:renovate/crate-ci-typos-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/judges#227 has been 'pull-was-merged'. failed_builds:3 hoc:2 is_human:1 issue:227 review_comments:0 succeeded_builds:8 where:github who:526301
2025-01-27T16:28:17Z pull-was-merged 798641472 _job:34158 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#150 has been 'pull-was-merged'. failed_builds:0 hoc:25 is_human:1 issue:150 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-27T06:37:03Z pull-was-closed 181044958 _job:34158 branch:renovate/haml-5.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#76 has been 'pull-was-closed'. failed_builds:3 hoc:6 is_human:0 issue:76 succeeded_builds:6 where:github who:29139614
2025-01-27T16:24:43Z pull-was-merged 798641472 _job:34158 branch:149 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#151 has been 'pull-was-merged'. failed_builds:0 hoc:643 is_human:1 issue:151 review_comments:0 succeeded_builds:9 where:github who:526301
2025-05-22T07:39:57Z pull-was-merged 802720676 _job:34158 branch:271 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#272 has been 'pull-was-merged'. failed_builds:0 hoc:21 is_human:1 issue:272 review_comments:0 succeeded_builds:15 where:github who:526301
2025-06-04T17:36:02Z pull-was-merged 799113787 _job:34158 branch:228 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/judges#229 has been 'pull-was-merged'. failed_builds:0 hoc:136 is_human:1 issue:229 review_comments:0 succeeded_builds:11 where:github who:526301
2023-07-04T19:08:56Z pull-was-closed 181044958 _job:34158 branch:renovate/iri-0.x comments:4 comments_appreciated:1 comments_by_author:1 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#77 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:77 succeeded_builds:0 where:github who:29139614
2025-02-21T09:45:54Z pull-was-closed 798641472 _job:34158 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#153 has been 'pull-was-closed'. failed_builds:0 hoc:43 is_human:1 issue:153 succeeded_builds:0 where:github who:526301
2025-05-22T08:05:57Z pull-was-merged 802720676 _job:34158 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#273 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:273 review_comments:0 succeeded_builds:0 where:github who:526301
2023-07-04T19:08:58Z pull-was-closed 181044958 _job:34161 branch:renovate/minitest-5.x comments:5 comments_appreciated:1 comments_by_author:1 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#78 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:78 succeeded_builds:0 where:github who:29139614
2023-07-04T19:08:59Z pull-was-closed 181044958 _job:34161 branch:renovate/minitest-reporters-1.x comments:5 comments_appreciated:1 comments_by_author:1 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#79 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:79 succeeded_builds:0 where:github who:29139614
2025-02-21T06:17:21Z pull-was-merged 798641472 _job:34161 branch:renovate/rspec-rails-7.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#157 has been 'pull-was-merged'. failed_builds:4 hoc:6 is_human:1 issue:157 review_comments:0 succeeded_builds:5 where:github who:526301
2025-05-22T10:06:57Z pull-was-merged 802720676 _job:34161 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#275 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:275 review_comments:0 succeeded_builds:0 where:github who:526301
2024-06-13T04:15:08Z pull-was-closed 799177290 _job:34161 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#33 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:33 succeeded_builds:0 where:github who:41898282
2024-02-29T01:03:28Z pull-was-closed 181044958 _job:34161 branch:dependabot/bundler/rack-2.2.6.4 comments:4 comments_appreciated:1 comments_by_author:1 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#81 has been 'pull-was-closed'. failed_builds:0 hoc:6 is_human:0 issue:81 succeeded_builds:0 where:github who:49699333
2025-02-21T06:17:16Z pull-was-merged 798641472 _job:34161 branch:renovate/rubocop-rake-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#160 has been 'pull-was-merged'. failed_builds:4 hoc:18 is_human:1 issue:160 review_comments:0 succeeded_builds:5 where:github who:526301
2025-02-21T06:19:12Z pull-was-closed 798641472 _job:34161 branch:renovate/rubocop-rspec-3.x comments:1 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#162 has been 'pull-was-closed'. failed_builds:4 hoc:2 is_human:0 issue:162 succeeded_builds:6 where:github who:29139614
2025-02-24T11:51:58Z pull-was-merged 798641472 _job:34161 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#165 has been 'pull-was-merged'. failed_builds:0 hoc:20 is_human:1 issue:165 review_comments:0 succeeded_builds:0 where:github who:526301
2025-02-24T13:30:55Z pull-was-merged 798641472 _job:34161 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#168 has been 'pull-was-merged'. failed_builds:0 hoc:31 is_human:1 issue:168 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-27T06:37:06Z pull-was-closed 181044958 _job:34161 branch:renovate/minitest-5.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#84 has been 'pull-was-closed'. failed_builds:3 hoc:6 is_human:0 issue:84 succeeded_builds:6 where:github who:29139614
2024-07-16T12:07:07Z pull-was-closed 799177290 _job:34161 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#118 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:118 succeeded_builds:0 where:github who:41898282
2025-02-24T13:32:54Z pull-was-merged 798641472 _job:34161 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#169 has been 'pull-was-merged'. failed_builds:0 hoc:32 is_human:1 issue:169 review_comments:0 succeeded_builds:0 where:github who:526301
2024-02-04T16:45:12Z pull-was-closed 181044958 _job:34161 branch:renovate/loog-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#85 has been 'pull-was-closed'. failed_builds:0 hoc:6 is_human:0 issue:85 succeeded_builds:0 where:github who:29139614
2025-02-28T09:11:50Z pull-was-merged 798641472 _job:34161 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#175 has been 'pull-was-merged'. failed_builds:0 hoc:38 is_human:1 issue:175 review_comments:0 succeeded_builds:0 where:github who:526301
2025-02-28T09:21:19Z pull-was-merged 798641472 _job:34161 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#179 has been 'pull-was-merged'. failed_builds:0 hoc:40 is_human:1 issue:179 review_comments:0 succeeded_builds:0 where:github who:526301
2024-02-04T16:45:16Z pull-was-closed 181044958 _job:34161 branch:renovate/sinatra-3.x comments:1 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#88 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:88 succeeded_builds:0 where:github who:29139614
2025-03-12T08:03:11Z pull-was-merged 798641472 _job:34161 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#189 has been 'pull-was-merged'. failed_builds:0 hoc:48 is_human:1 issue:189 review_comments:0 succeeded_builds:0 where:github who:526301
2024-02-04T16:45:17Z pull-was-closed 181044958 _job:34161 branch:renovate/sinatra-contrib-3.x comments:1 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#89 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:89 succeeded_builds:0 where:github who:29139614
2025-03-12T13:34:47Z pull-was-merged 798641472 _job:34161 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#194 has been 'pull-was-merged'. failed_builds:0 hoc:48 is_human:1 issue:194 review_comments:0 succeeded_builds:0 where:github who:526301
2024-02-04T16:45:20Z pull-was-closed 181044958 _job:34161 branch:renovate/ubuntu-22.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#90 has been 'pull-was-closed'. failed_builds:0 hoc:6 is_human:0 issue:90 succeeded_builds:0 where:github who:29139614
2025-03-12T16:35:14Z pull-was-merged 798641472 _job:34161 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#196 has been 'pull-was-merged'. failed_builds:0 hoc:48 is_human:1 issue:196 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-12T15:08:06Z pull-was-merged 798641472 _job:34161 branch:195 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#197 has been 'pull-was-merged'. failed_builds:0 hoc:143 is_human:1 issue:197 review_comments:0 succeeded_builds:10 where:github who:526301
2025-04-30T06:29:14Z pull-was-merged 798641472 _job:34161 branch:539 comments:7 comments_appreciated:2 comments_by_author:1 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#226 has been 'pull-was-merged'. failed_builds:0 hoc:15 is_human:1 issue:226 review_comments:0 succeeded_builds:10 where:github who:526301
2024-02-04T16:45:14Z pull-was-closed 181044958 _job:34161 branch:renovate/rubocop-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#95 has been 'pull-was-closed'. failed_builds:0 hoc:26 is_human:0 issue:95 succeeded_builds:0 where:github who:29139614
2024-02-04T16:45:18Z pull-was-closed 181044958 _job:34161 branch:renovate/sprockets-4.x comments:6 comments_appreciated:2 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#98 has been 'pull-was-closed'. failed_builds:0 hoc:6 is_human:0 issue:98 succeeded_builds:0 where:github who:29139614
2024-11-18T22:26:37Z pull-was-closed 181044958 _job:34161 branch:renovate/sinatra-4.x comments:3 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#101 has been 'pull-was-closed'. failed_builds:2 hoc:2 is_human:0 issue:101 succeeded_builds:2 where:github who:29139614
2024-07-18T23:20:18Z pull-was-closed 181044958 _job:34161 branch:renovate/sinatra-contrib-4.x comments:1 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#102 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:102 succeeded_builds:0 where:github who:29139614
2024-12-24T03:03:57Z pull-was-merged 799177290 _job:34161 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#438 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:438 review_comments:0 succeeded_builds:0 where:github who:526301
2025-02-13T04:56:46Z pull-was-closed 181044958 _job:34161 branch:renovate/rack-3.x comments:2 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#105 has been 'pull-was-closed'. failed_builds:3 hoc:2 is_human:0 issue:105 succeeded_builds:4 where:github who:29139614
2024-12-24T06:15:23Z pull-was-merged 799177290 _job:34161 branch:renovate/zerocracy-judges-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#441 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:441 review_comments:0 succeeded_builds:8 where:github who:526301
2024-12-24T06:15:08Z pull-was-merged 799177290 _job:34161 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#442 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:442 review_comments:0 succeeded_builds:0 where:github who:526301
2024-03-05T11:20:11Z pull-was-closed 181044958 _job:34161 branch:dependabot/bundler/actionpack-7.1.3.2 comments:4 comments_appreciated:1 comments_by_author:1 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#108 has been 'pull-was-closed'. failed_builds:0 hoc:21 is_human:0 issue:108 succeeded_builds:0 where:github who:49699333
2024-08-11T06:25:07Z pull-was-closed 181044958 _job:34161 branch:renovate/rubocop-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#110 has been 'pull-was-closed'. failed_builds:2 hoc:28 is_human:0 issue:110 succeeded_builds:2 where:github who:29139614
2024-07-01T18:16:29Z pull-was-closed 181044958 _job:34161 branch:renovate/rspec-rails-6.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#111 has been 'pull-was-closed'. failed_builds:2 hoc:58 is_human:0 issue:111 succeeded_builds:2 where:github who:29139614
2025-01-28T05:17:48Z pull-was-merged 799177290 _job:34161 branch:renovate/zerocracy-judges-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#453 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:453 review_comments:0 succeeded_builds:8 where:github who:526301
2025-01-28T05:17:37Z pull-was-merged 799177290 _job:34161 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#454 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:454 review_comments:0 succeeded_builds:0 where:github who:526301
2025-01-28T08:56:42Z pull-was-closed 799177290 _job:34161 branch:renovate/factbase-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#456 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:456 succeeded_builds:8 where:github who:29139614
2025-02-13T04:56:44Z pull-was-closed 181044958 _job:34161 branch:renovate/rack-2.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#113 has been 'pull-was-closed'. failed_builds:3 hoc:6 is_human:0 issue:113 succeeded_builds:4 where:github who:29139614
2025-03-27T06:37:10Z pull-was-closed 181044958 _job:34161 branch:renovate/rubocop-rspec-2.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#114 has been 'pull-was-closed'. failed_builds:3 hoc:9 is_human:0 issue:114 succeeded_builds:4 where:github who:29139614
2025-02-27T01:33:27Z pull-was-merged 799177290 _job:34161 branch:renovate/rubocop-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#460 has been 'pull-was-merged'. failed_builds:0 hoc:8 is_human:1 issue:460 review_comments:0 succeeded_builds:10 where:github who:526301
2025-02-24T16:23:12Z pull-was-closed 799177290 _job:34161 branch:renovate/webmock-3.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#461 has been 'pull-was-closed'. failed_builds:1 hoc:6 is_human:0 issue:461 succeeded_builds:8 where:github who:29139614
2025-02-21T18:11:12Z pull-was-closed 799177290 _job:34161 branch:renovate/jamesives-github-pages-deploy-action-4.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#462 has been 'pull-was-closed'. failed_builds:1 hoc:2 is_human:0 issue:462 succeeded_builds:8 where:github who:29139614
2025-03-27T06:37:05Z pull-was-closed 181044958 _job:34161 branch:renovate/loog-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#117 has been 'pull-was-closed'. failed_builds:3 hoc:6 is_human:0 issue:117 succeeded_builds:6 where:github who:29139614
2025-02-24T17:05:53Z pull-was-merged 799177290 _job:34161 branch:renovate/zerocracy-judges-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#466 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:466 review_comments:0 succeeded_builds:10 where:github who:526301
2025-03-27T06:37:07Z pull-was-closed 181044958 _job:34161 branch:renovate/pgtk-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#118 has been 'pull-was-closed'. failed_builds:2 hoc:22 is_human:0 issue:118 succeeded_builds:5 where:github who:29139614
2025-02-24T17:05:43Z pull-was-merged 799177290 _job:34161 branch:renovate/zerocracy-pages-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#467 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:467 review_comments:0 succeeded_builds:10 where:github who:526301
2025-03-27T06:37:09Z pull-was-closed 181044958 _job:34161 branch:renovate/rspec-rails-6.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#119 has been 'pull-was-closed'. failed_builds:3 hoc:14 is_human:0 issue:119 succeeded_builds:6 where:github who:29139614
2025-02-24T16:59:52Z pull-was-merged 799177290 _job:34161 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#468 has been 'pull-was-merged'. failed_builds:0 hoc:4 is_human:1 issue:468 review_comments:0 succeeded_builds:0 where:github who:526301
2025-02-27T01:33:18Z pull-was-merged 799177290 _job:34161 branch:renovate/zerocracy-pages-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#469 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:469 review_comments:0 succeeded_builds:10 where:github who:526301
2025-03-27T06:37:01Z pull-was-closed 181044958 _job:34161 branch:renovate/glogin-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/0rsk#122 has been 'pull-was-closed'. failed_builds:3 hoc:6 is_human:0 issue:122 succeeded_builds:4 where:github who:29139614
2025-02-27T01:33:07Z pull-was-merged 799177290 _job:34161 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#470 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:470 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-19T06:44:19Z pull-was-closed 799177290 _job:34161 branch:renovate/fbe-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#497 has been 'pull-was-closed'. failed_builds:2 hoc:16 is_human:0 issue:497 succeeded_builds:9 where:github who:29139614
2025-03-19T06:44:17Z pull-was-closed 799177290 _job:34161 branch:renovate/factbase-0.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#499 has been 'pull-was-closed'. failed_builds:1 hoc:8 is_human:0 issue:499 succeeded_builds:10 where:github who:29139614
2025-03-19T07:08:19Z pull-was-merged 799177290 _job:34161 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#501 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:501 review_comments:0 succeeded_builds:0 where:github who:526301
2025-03-19T11:22:28Z pull-was-merged 799177290 _job:34161 branch:renovate/zerocracy-judges-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#502 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:502 review_comments:0 succeeded_builds:11 where:github who:526301
2025-03-19T11:22:22Z pull-was-merged 799177290 _job:34161 branch:renovate/zerocracy-pages-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#503 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:503 review_comments:0 succeeded_builds:11 where:github who:526301
2025-04-16T12:05:19Z pull-was-merged 799177290 _job:34161 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#564 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:564 review_comments:0 succeeded_builds:0 where:github who:526301
2025-04-16T17:36:16Z pull-was-merged 799177290 _job:34161 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#566 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:566 review_comments:0 succeeded_builds:0 where:github who:526301
2025-04-16T17:37:50Z pull-was-closed 799177290 _job:34161 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#568 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:568 succeeded_builds:0 where:github who:41898282
2025-05-22T07:21:04Z pull-was-merged 799177290 _job:34161 branch:618 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#619 has been 'pull-was-merged'. failed_builds:0 hoc:45 is_human:1 issue:619 review_comments:0 succeeded_builds:14 where:github who:526301
2025-05-22T10:20:19Z pull-was-merged 799177290 _job:34161 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#620 has been 'pull-was-merged'. failed_builds:0 hoc:4 is_human:1 issue:620 review_comments:0 succeeded_builds:0 where:github who:526301
2025-05-22T10:20:05Z pull-was-merged 799177290 _job:34161 branch:renovate/zerocracy-pages-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#624 has been 'pull-was-merged'. failed_builds:1 hoc:2 is_human:1 issue:624 review_comments:0 succeeded_builds:13 where:github who:526301
2025-05-22T10:22:29Z pull-was-closed 799177290 _job:34161 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#625 has been 'pull-was-closed'. failed_builds:0 hoc:0 is_human:0 issue:625 succeeded_builds:0 where:github who:41898282
2025-05-22T10:44:28Z pull-was-merged 799177290 _job:34161 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#626 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:626 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-04T17:49:31Z pull-was-merged 799177290 _job:34161 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#671 has been 'pull-was-merged'. failed_builds:0 hoc:43 is_human:1 issue:671 review_comments:0 succeeded_builds:13 where:github who:526301
2025-06-04T18:08:43Z pull-was-merged 799177290 _job:34161 branch:renovate/zerocracy-judges-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#675 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:675 review_comments:0 succeeded_builds:13 where:github who:526301
2025-06-04T18:11:13Z pull-was-merged 799177290 _job:34161 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#676 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:676 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-05T03:28:02Z pull-was-merged 799177290 _job:34161 branch:renovate/zerocracy-judges-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#677 has been 'pull-was-merged'. failed_builds:1 hoc:2 is_human:1 issue:677 review_comments:0 succeeded_builds:12 where:github who:526301
2025-06-05T03:28:12Z pull-was-merged 799177290 _job:34161 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#678 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:678 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-05T03:30:39Z pull-was-closed 799177290 _job:34161 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#679 has been 'pull-was-closed'. failed_builds:0 hoc:0 is_human:0 issue:679 succeeded_builds:0 where:github who:41898282
2025-06-11T12:36:37Z pull-was-merged 799177290 _job:34161 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#703 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:703 review_comments:0 succeeded_builds:13 where:github who:526301
2025-06-11T12:36:27Z pull-was-merged 799177290 _job:34161 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#704 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:704 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-11T14:11:09Z pull-was-merged 799177290 _job:34161 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#706 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:706 review_comments:0 succeeded_builds:13 where:github who:526301
2025-06-11T14:11:21Z pull-was-merged 799177290 _job:34161 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#707 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:707 review_comments:0 succeeded_builds:0 where:github who:526301
2025-06-11T14:13:56Z pull-was-closed 799177290 _job:34161 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#708 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:708 succeeded_builds:0 where:github who:41898282
2025-07-03T07:40:33Z pull-was-merged 799177290 _job:34161 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#788 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:788 review_comments:0 succeeded_builds:0 where:github who:526301
2025-07-03T09:13:39Z pull-was-merged 799177290 _job:34161 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#789 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:789 review_comments:0 succeeded_builds:13 where:github who:526301
2025-07-03T11:40:36Z pull-was-merged 799177290 _job:34161 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#791 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:791 review_comments:0 succeeded_builds:0 where:github who:526301
2025-07-03T11:40:28Z pull-was-merged 799177290 _job:34161 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#792 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:792 review_comments:0 succeeded_builds:13 where:github who:526301
2025-07-03T11:43:25Z pull-was-closed 799177290 _job:34161 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#793 has been 'pull-was-closed'. failed_builds:0 hoc:0 is_human:0 issue:793 succeeded_builds:0 where:github who:41898282
2025-07-07T07:28:44Z git-was-pushed 820463873 _job:34161 commit:6af18afe543764e640850da862ffa63c27b51879 default_branch:master details:A new Git push #25334313354 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:51761591120 event_type:PushEvent is_human:1 push_id:25334313354 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-07T07:27:46Z git-was-pushed 820463873 _job:34161 commit:9d508abff87ad0b0d1e4b6a437ed4d790abeee57 default_branch:master details:A new Git push #25334295492 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:51761552459 event_type:PushEvent is_human:1 push_id:25334295492 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-07T08:06:37Z git-was-pushed 799177290 _job:34161 commit:8b6c03fa94050ed0643cad99329f24a958fe1200 default_branch:master details:A new Git push #25335039473 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:51763202098 event_type:PushEvent is_human:1 push_id:25335039473 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-07T08:04:21Z git-was-pushed 799177290 _job:34161 commit:01e256fe22d6acbca750f950caffc554d87d4371 default_branch:master details:A new Git push #25334995877 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:51763102916 event_type:PushEvent is_human:1 push_id:25334995877 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-07T07:58:16Z git-was-pushed 799177290 _job:34161 commit:6b7aea60a74d3d84a96f7cc1e52204030d6e2ff5 default_branch:master details:A new Git push #25334872915 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:51762833388 event_type:PushEvent is_human:1 push_id:25334872915 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-07T12:19:16Z issue-was-opened 799177290 _job:34161 details:The issue zerocracy/judges-action#804 has been opened by @yegor256. is_human:1 issue:804 where:github who:526301
2025-07-07T12:19:17Z label-was-attached 799177290 _job:34161 details:The 'enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#804. is_human:1 issue:804 label:enhancement where:github who:526301
2025-07-07T17:03:58Z git-was-pushed 799177290 _job:34161 commit:c5bc5c00f8c9caa3a4e3e719ef7f09a5f48e86c7 default_branch:master details:A new Git push #25346552705 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:51787913559 event_type:PushEvent is_human:1 push_id:25346552705 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-08T08:33:01Z issue-was-opened 840215648 _job:34161 details:The issue zerocracy/baza.rb#95 has been opened by @yegor256. is_human:1 issue:95 where:github who:526301
2025-07-08T12:26:37Z issue-was-opened 799177290 _job:34161 details:The issue zerocracy/judges-action#805 has been opened by @yegor256. is_human:1 issue:805 where:github who:526301
2025-07-08T08:33:03Z label-was-attached 840215648 _job:34161 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#95. is_human:1 issue:95 label:bug where:github who:526301
2025-07-08T08:33:02Z issue-was-assigned 840215648 _job:34161 assigner:526301 details:zerocracy/baza.rb#95 was assigned to @yegor256 by @yegor256 . is_human:1 issue:95 where:github who:526301
2025-07-08T12:26:37Z issue-was-assigned 799177290 _job:34161 assigner:526301 details:zerocracy/judges-action#805 was assigned to @yegor256 by @yegor256 . is_human:1 issue:805 where:github who:526301
2025-07-09T03:17:13Z pull-was-merged 799177290 _job:34161 branch:renovate/fbe-0.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#771 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51856369223 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:771 review_comments:0 succeeded_builds:13 where:github who:526301
2025-07-09T03:17:06Z pull-was-merged 799177290 _job:34161 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#807 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:51856366611 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:807 review_comments:0 succeeded_builds:13 where:github who:526301
2025-07-08T12:26:39Z label-was-attached 799177290 _job:34161 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#805. is_human:1 issue:805 label:bug where:github who:526301
2025-07-09T07:50:03Z git-was-pushed 840215648 _job:34161 commit:9fe63ca69f41132b21d350c2259d10c133efe1df default_branch:master details:A new Git push #25383912149 has arrived to zerocracy/baza.rb, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:51864400989 event_type:PushEvent is_human:1 push_id:25383912149 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-09T07:48:39Z git-was-pushed 840215648 _job:34161 commit:f560023c4ff409f7e11979ec12cc2cf92274b1d1 default_branch:master details:A new Git push #25383884864 has arrived to zerocracy/baza.rb, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:51864341215 event_type:PushEvent is_human:1 push_id:25383884864 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-08T12:49:30Z pull-was-opened 799177290 _job:34161 details:The pull zerocracy/judges-action#806 has been opened by @github-actions[bot]. is_human:0 issue:806 stale:branch where:github who:41898282
2025-07-08T08:34:00Z pull-was-opened 840215648 _job:34161 details:The pull zerocracy/baza.rb#96 has been opened by @renovate[bot]. is_human:0 issue:96 stale:branch where:github who:29139614
2025-07-08T08:58:32Z pull-was-merged 840215648 _job:34161 branch:renovate/rubocop-1.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/baza.rb#96 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:96 review_comments:0 succeeded_builds:10 where:github who:526301
2025-07-08T13:05:23Z pull-was-merged 799177290 _job:34161 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#806 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:806 review_comments:0 succeeded_builds:0 where:github who:526301
2025-07-08T13:06:08Z pull-was-opened 799177290 _job:34161 branch:renovate/zerocracy-judges-action-0.x details:zerocracy/judges-action#807 has been opened by @renovate[bot]. is_human:0 issue:807 where:github who:29139614
2025-07-10T08:45:40Z pull-was-closed 849726475 _job:34161 branch:renovate/judges-0.x-lockfile comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:2 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/swarm-template#120 has been 'pull-was-closed'. failed_builds:0 hoc:6 is_human:0 issue:120 succeeded_builds:10 where:github who:29139614
2025-07-10T04:50:34Z git-was-pushed 799177290 _job:34161 commit:8e8a2c52b4ddbfb4e27123c35c171f53c74678e9 default_branch:master details:A new Git push #25405151021 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:51908041465 event_type:PushEvent is_human:1 push_id:25405151021 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-10T04:36:19Z git-was-pushed 840215648 _job:34161 commit:56001e48b42b76bf96451899d27edf32a6b4e9f0 default_branch:master details:A new Git push #25404990360 has arrived to zerocracy/baza.rb, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:51907719527 event_type:PushEvent is_human:1 push_id:25404990360 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-08T12:06:49Z pull-was-opened 820463873 _job:34161 details:The pull zerocracy/fbe#245 has been opened by @renovate[bot]. is_human:0 issue:245 stale:branch where:github who:29139614
2025-07-08T14:49:48Z pull-was-merged 820463873 _job:34161 branch:renovate/rubocop-1.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/fbe#245 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:245 review_comments:0 succeeded_builds:10 where:github who:526301
2025-07-11T06:20:09Z git-was-pushed 799177290 _job:34161 commit:d5f969e68ef028f4d75a2fd42b8bc63d4e9026db default_branch:master details:A new Git push #25430503899 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:51960178204 event_type:PushEvent is_human:1 push_id:25430503899 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-11T07:14:09Z pull-was-opened 802720676 _job:34161 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#321 has been opened by @renovate[bot]. event_id:51961987005 event_type:PullRequestEvent is_human:0 issue:321 where:github who:29139614
2025-07-11T08:06:25Z pull-was-opened 849726475 _job:34161 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#122 has been opened by @renovate[bot]. event_id:51963948425 event_type:PullRequestEvent is_human:0 issue:122 where:github who:29139614
2025-07-08T10:56:00Z pull-was-opened 802720676 _job:34161 details:The pull zerocracy/pages-action#320 has been opened by @renovate[bot]. is_human:0 issue:320 stale:branch where:github who:29139614
2025-07-12T00:37:16Z pull-was-opened 799113787 _job:34161 branch:renovate/eslint-monorepo details:The pull request yegor256/judges#256 has been opened by @renovate[bot]. event_id:51997223709 event_type:PullRequestEvent is_human:0 issue:256 where:github who:29139614
2025-07-08T14:50:33Z pull-was-opened 799113787 _job:34161 details:The pull yegor256/judges#255 has been opened by @renovate[bot]. is_human:0 issue:255 stale:branch where:github who:29139614
2025-07-13T06:06:17Z git-was-pushed 799113787 _job:34161 commit:65675802f8da23bbab8345ec519d57a559034907 default_branch:master details:A new Git push #25461911856 has arrived to yegor256/judges, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52017814451 event_type:PushEvent is_human:1 push_id:25461911856 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-13T05:51:00Z git-was-pushed 799113787 _job:34161 commit:7c5436e6d83f4cbf05dde28a6e6102601011e0c8 default_branch:master details:A new Git push #25461805445 has arrived to yegor256/judges, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52017657759 event_type:PushEvent is_human:1 push_id:25461805445 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-13T05:40:22Z git-was-pushed 840215648 _job:34161 commit:14c8615a22b14c8b9de3c13fd6937c20c17db37f default_branch:master details:A new Git push #25461737239 has arrived to zerocracy/baza.rb, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52017554602 event_type:PushEvent is_human:1 push_id:25461737239 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-13T08:44:12Z pull-was-merged 799177290 _job:34161 branch:renovate/zerocracy-judges-action-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#811 has been closed by @yegor256, with 2 HoC and 3 comments. event_id:52019597057 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:811 review_comments:0 succeeded_builds:13 where:github who:526301
2025-07-13T06:53:33Z pull-was-opened 799177290 _job:34161 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#811 has been opened by @renovate[bot]. event_id:52018316855 event_type:PullRequestEvent is_human:0 issue:811 where:github who:29139614
2025-07-13T06:52:52Z pull-was-merged 799177290 _job:34161 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#810 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:52018308080 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:810 review_comments:0 succeeded_builds:0 where:github who:526301
2025-07-13T06:43:59Z pull-was-opened 799177290 _job:34161 branch:version-up details:The pull request zerocracy/judges-action#810 has been opened by @github-actions[bot]. event_id:52018211692 event_type:PullRequestEvent is_human:0 issue:810 where:github who:41898282
2025-07-13T06:21:46Z git-was-pushed 799177290 _job:34161 commit:d3321b91e14751cf7b8f88d290e4f87e2f623e26 default_branch:master details:A new Git push #25462020525 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52017976623 event_type:PushEvent is_human:1 push_id:25462020525 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-13T09:35:44Z pull-was-opened 802720676 _job:34161 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#322 has been opened by @renovate[bot]. event_id:52020250860 event_type:PullRequestEvent is_human:0 issue:322 where:github who:29139614
2025-07-14T00:40:54Z pull-was-opened 840215648 _job:34161 branch:renovate/simplecov-cobertura-3.x details:The pull request zerocracy/baza.rb#99 has been opened by @renovate[bot]. event_id:52032151258 event_type:PullRequestEvent is_human:0 issue:99 where:github who:29139614
2025-07-14T01:29:38Z pull-was-opened 802720676 _job:34161 branch:renovate/simplecov-cobertura-3.x details:The pull request zerocracy/pages-action#323 has been opened by @renovate[bot]. event_id:52033001032 event_type:PullRequestEvent is_human:0 issue:323 where:github who:29139614
2025-07-14T01:24:02Z pull-was-opened 820463873 _job:34161 branch:renovate/simplecov-cobertura-3.x details:The pull request zerocracy/fbe#248 has been opened by @renovate[bot]. event_id:52032897753 event_type:PullRequestEvent is_human:0 issue:248 where:github who:29139614
2025-07-14T00:39:00Z pull-was-opened 799177290 _job:34161 branch:renovate/simplecov-cobertura-3.x details:The pull request zerocracy/judges-action#812 has been opened by @renovate[bot]. event_id:52032119783 event_type:PullRequestEvent is_human:0 issue:812 where:github who:29139614
2025-07-14T02:36:40Z pull-was-opened 849726475 _job:34161 branch:renovate/simplecov-cobertura-3.x details:The pull request zerocracy/swarm-template#123 has been opened by @renovate[bot]. event_id:52034316313 event_type:PullRequestEvent is_human:0 issue:123 where:github who:29139614
2025-07-14T03:32:08Z pull-was-opened 798641472 _job:34161 branch:renovate/simplecov-cobertura-3.x details:The pull request yegor256/factbase#253 has been opened by @renovate[bot]. event_id:52035437256 event_type:PullRequestEvent is_human:0 issue:253 where:github who:29139614
2025-07-14T03:43:49Z pull-was-opened 799113787 _job:34161 branch:renovate/simplecov-cobertura-3.x details:The pull request yegor256/judges#258 has been opened by @renovate[bot]. event_id:52035671073 event_type:PullRequestEvent is_human:0 issue:258 where:github who:29139614
2025-07-08T09:03:47Z pull-was-opened 798641472 _job:34161 details:The pull yegor256/factbase#250 has been opened by @renovate[bot]. is_human:0 issue:250 stale:branch where:github who:29139614
2025-07-10T10:48:24Z pull-was-opened 798641472 _job:34161 details:The pull yegor256/factbase#251 has been opened by @renovate[bot]. is_human:0 issue:251 stale:branch where:github who:29139614
2025-07-10T10:48:32Z pull-was-opened 798641472 _job:34161 details:The pull yegor256/factbase#252 has been opened by @renovate[bot]. is_human:0 issue:252 stale:branch where:github who:29139614
2025-07-15T04:39:48Z pull-was-opened 799177290 _job:34161 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#813 has been opened by @renovate[bot]. event_id:52087372237 event_type:PullRequestEvent is_human:0 issue:813 where:github who:29139614
2025-07-15T05:41:21Z pull-was-opened 802720676 _job:34161 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#324 has been opened by @renovate[bot]. event_id:52089004128 event_type:PullRequestEvent is_human:0 issue:324 where:github who:29139614
2025-07-15T07:40:33Z pull-was-opened 849726475 _job:34161 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#124 has been opened by @renovate[bot]. event_id:52093382489 event_type:PullRequestEvent is_human:0 issue:124 where:github who:29139614
2025-07-19T06:57:37Z pull-was-opened 849726475 _job:34161 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#125 has been opened by @renovate[bot]. event_id:52286340554 event_type:PullRequestEvent is_human:0 issue:125 where:github who:29139614
2025-07-19T06:04:13Z pull-was-opened 799177290 _job:34161 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#815 has been opened by @renovate[bot]. event_id:52285712259 event_type:PullRequestEvent is_human:0 issue:815 where:github who:29139614
2025-07-19T09:59:48Z pull-was-opened 802720676 _job:34161 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#325 has been opened by @renovate[bot]. event_id:52288486710 event_type:PullRequestEvent is_human:0 issue:325 where:github who:29139614
2025-07-20T06:28:38Z issue-was-closed 799177290 _job:34161 details:The issue zerocracy/judges-action#652 has been closed by @yegor256. event_id:52302332489 event_type:IssuesEvent is_human:1 issue:652 where:github who:526301
2025-07-22T07:24:14Z issue-was-opened 799177290 _job:34161 details:The issue zerocracy/judges-action#816 has been opened by @yegor256. is_human:1 issue:816 where:github who:526301
2025-07-22T07:24:16Z label-was-attached 799177290 _job:34161 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#816. is_human:1 issue:816 label:bug where:github who:526301
2024-06-26T18:04:02Z issue-was-closed 820463873 _job:34161 details:Apparently, zerocracy/fbe#1 has been 'issue-was-closed'. is_human:1 issue:1 where:github who:526301
2024-05-12T12:58:23Z issue-was-closed 799177290 _job:34161 details:Apparently, zerocracy/judges-action#1 has been 'issue-was-closed'. is_human:1 issue:1 where:github who:526301
2019-04-15T17:13:08Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#1 has been 'issue-was-closed'. is_human:1 issue:1 where:github who:526301
2024-05-11T13:27:36Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#1 has been 'issue-was-closed'. is_human:1 issue:1 where:github who:526301
2024-05-10T17:48:48Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#1 has been 'issue-was-closed'. is_human:1 issue:1 where:github who:526301
2025-04-30T09:44:59Z issue-was-closed 974194993 _job:34161 details:Apparently, zerocracy/zerocracy-mcp-server#4 has been 'issue-was-closed'. is_human:1 issue:4 where:github who:526301
2019-04-16T11:32:57Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#2 has been 'issue-was-closed'. is_human:1 issue:2 where:github who:526301
2024-06-26T18:19:22Z issue-was-closed 820463873 _job:34161 details:Apparently, zerocracy/fbe#3 has been 'issue-was-closed'. is_human:1 issue:3 where:github who:526301
2024-05-12T13:04:58Z issue-was-closed 799177290 _job:34161 details:Apparently, zerocracy/judges-action#6 has been 'issue-was-closed'. is_human:1 issue:6 where:github who:526301
2025-04-30T14:53:00Z issue-was-closed 974194993 _job:34161 details:Apparently, zerocracy/zerocracy-mcp-server#5 has been 'issue-was-closed'. is_human:1 issue:5 where:github who:526301
2025-06-04T17:07:02Z issue-was-closed 840215648 _job:34161 details:Apparently, zerocracy/baza.rb#75 has been 'issue-was-closed'. is_human:1 issue:75 where:github who:526301
2019-04-16T14:41:28Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#3 has been 'issue-was-closed'. is_human:1 issue:3 where:github who:526301
2024-05-12T08:56:06Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#4 has been 'issue-was-closed'. is_human:1 issue:4 where:github who:526301
2024-05-10T18:41:57Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#8 has been 'issue-was-closed'. is_human:1 issue:8 where:github who:526301
2024-06-26T18:34:09Z issue-was-closed 820463873 _job:34161 details:Apparently, zerocracy/fbe#4 has been 'issue-was-closed'. is_human:1 issue:4 where:github who:526301
2024-05-22T06:44:06Z issue-was-closed 799177290 _job:34161 details:Apparently, zerocracy/judges-action#7 has been 'issue-was-closed'. is_human:1 issue:7 where:github who:526301
2025-06-11T11:35:55Z issue-was-closed 840215648 _job:34161 details:Apparently, zerocracy/baza.rb#79 has been 'issue-was-closed'. is_human:1 issue:79 where:github who:526301
2019-04-17T10:11:56Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#4 has been 'issue-was-closed'. is_human:1 issue:4 where:github who:526301
2024-05-12T16:05:30Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#5 has been 'issue-was-closed'. is_human:1 issue:5 where:github who:526301
2024-05-10T20:23:06Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#9 has been 'issue-was-closed'. is_human:1 issue:9 where:github who:526301
2024-06-28T14:47:27Z issue-was-closed 820463873 _job:34161 details:Apparently, zerocracy/fbe#5 has been 'issue-was-closed'. is_human:1 issue:5 where:github who:526301
2025-06-18T14:31:48Z issue-was-closed 840215648 _job:34161 details:Apparently, zerocracy/baza.rb#87 has been 'issue-was-closed'. is_human:1 issue:87 where:github who:526301
2019-04-30T05:41:03Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#5 has been 'issue-was-closed'. is_human:1 issue:5 where:github who:526301
2024-05-12T16:06:48Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#6 has been 'issue-was-closed'. is_human:1 issue:6 where:github who:526301
2024-05-10T20:56:26Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#10 has been 'issue-was-closed'. is_human:1 issue:10 where:github who:526301
2024-07-01T07:51:43Z issue-was-closed 820463873 _job:34161 details:Apparently, zerocracy/fbe#7 has been 'issue-was-closed'. is_human:1 issue:7 where:github who:526301
2025-07-08T09:12:21Z issue-was-closed 840215648 _job:34161 details:Apparently, zerocracy/baza.rb#95 has been 'issue-was-closed'. is_human:1 issue:95 where:github who:526301
2019-04-29T14:13:13Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#6 has been 'issue-was-closed'. is_human:1 issue:6 where:github who:526301
2024-05-12T19:17:42Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#7 has been 'issue-was-closed'. is_human:1 issue:7 where:github who:526301
2024-05-10T22:10:55Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#11 has been 'issue-was-closed'. is_human:1 issue:11 where:github who:526301
2024-07-02T11:32:33Z issue-was-closed 820463873 _job:34161 details:Apparently, zerocracy/fbe#8 has been 'issue-was-closed'. is_human:1 issue:8 where:github who:526301
2019-04-29T18:57:11Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#7 has been 'issue-was-closed'. is_human:1 issue:7 where:github who:526301
2024-05-12T19:30:48Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#8 has been 'issue-was-closed'. is_human:1 issue:8 where:github who:526301
2024-05-11T06:05:39Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#13 has been 'issue-was-closed'. is_human:1 issue:13 where:github who:526301
2024-07-02T15:57:55Z issue-was-closed 820463873 _job:34161 details:Apparently, zerocracy/fbe#9 has been 'issue-was-closed'. is_human:1 issue:9 where:github who:526301
2024-05-27T08:33:51Z issue-was-closed 799177290 _job:34161 details:Apparently, zerocracy/judges-action#18 has been 'issue-was-closed'. is_human:1 issue:18 where:github who:526301
2019-04-30T05:40:55Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#8 has been 'issue-was-closed'. is_human:1 issue:8 where:github who:526301
2024-05-13T00:08:13Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#9 has been 'issue-was-closed'. is_human:1 issue:9 where:github who:526301
2024-05-11T13:18:32Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#14 has been 'issue-was-closed'. is_human:1 issue:14 where:github who:526301
2024-07-05T06:54:09Z issue-was-closed 820463873 _job:34161 details:Apparently, zerocracy/fbe#11 has been 'issue-was-closed'. is_human:1 issue:11 where:github who:526301
2024-05-29T23:11:34Z issue-was-closed 799177290 _job:34161 details:Apparently, zerocracy/judges-action#20 has been 'issue-was-closed'. is_human:1 issue:20 where:github who:526301
2019-04-30T08:54:56Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#9 has been 'issue-was-closed'. is_human:1 issue:9 where:github who:526301
2024-05-13T08:08:43Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#10 has been 'issue-was-closed'. is_human:1 issue:10 where:github who:526301
2024-05-12T12:58:18Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#15 has been 'issue-was-closed'. is_human:1 issue:15 where:github who:526301
2024-07-06T07:16:59Z issue-was-closed 820463873 _job:34161 details:Apparently, zerocracy/fbe#12 has been 'issue-was-closed'. is_human:1 issue:12 where:github who:526301
2024-05-30T12:51:55Z issue-was-closed 799177290 _job:34161 details:Apparently, zerocracy/judges-action#21 has been 'issue-was-closed'. is_human:1 issue:21 where:github who:526301
2019-05-03T05:54:34Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#10 has been 'issue-was-closed'. is_human:1 issue:10 where:github who:526301
2024-05-13T08:40:44Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#11 has been 'issue-was-closed'. is_human:1 issue:11 where:github who:526301
2024-05-12T19:02:14Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#16 has been 'issue-was-closed'. is_human:1 issue:16 where:github who:526301
2024-07-06T09:47:21Z issue-was-closed 820463873 _job:34161 details:Apparently, zerocracy/fbe#13 has been 'issue-was-closed'. is_human:1 issue:13 where:github who:526301
2024-07-16T12:06:30Z issue-was-closed 799177290 _job:34161 details:Apparently, zerocracy/judges-action#115 has been 'issue-was-closed'. is_human:1 issue:115 where:github who:526301
2024-05-13T14:48:45Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#12 has been 'issue-was-closed'. is_human:1 issue:12 where:github who:526301
2024-05-12T22:07:39Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#17 has been 'issue-was-closed'. is_human:1 issue:17 where:github who:526301
2024-07-06T10:10:09Z issue-was-closed 820463873 _job:34161 details:Apparently, zerocracy/fbe#14 has been 'issue-was-closed'. is_human:1 issue:14 where:github who:526301
2024-05-13T16:15:18Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#13 has been 'issue-was-closed'. is_human:1 issue:13 where:github who:526301
2024-05-12T22:52:12Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#18 has been 'issue-was-closed'. is_human:1 issue:18 where:github who:526301
2024-07-06T18:13:55Z issue-was-closed 820463873 _job:34161 details:Apparently, zerocracy/fbe#15 has been 'issue-was-closed'. is_human:1 issue:15 where:github who:526301
2024-05-14T15:36:06Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#14 has been 'issue-was-closed'. is_human:1 issue:14 where:github who:526301
2024-05-13T00:29:09Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#19 has been 'issue-was-closed'. is_human:1 issue:19 where:github who:526301
2024-07-16T06:54:29Z issue-was-closed 820463873 _job:34161 details:Apparently, zerocracy/fbe#24 has been 'issue-was-closed'. is_human:1 issue:24 where:github who:526301
2024-05-14T19:13:52Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#15 has been 'issue-was-closed'. is_human:1 issue:15 where:github who:526301
2024-05-13T00:52:09Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#20 has been 'issue-was-closed'. is_human:1 issue:20 where:github who:526301
2024-07-16T07:31:51Z issue-was-closed 820463873 _job:34161 details:Apparently, zerocracy/fbe#25 has been 'issue-was-closed'. is_human:1 issue:25 where:github who:526301
2019-05-07T15:01:17Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#15 has been 'issue-was-closed'. is_human:1 issue:15 where:github who:526301
2024-05-14T20:10:56Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#16 has been 'issue-was-closed'. is_human:1 issue:16 where:github who:526301
2024-05-13T08:54:26Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#21 has been 'issue-was-closed'. is_human:1 issue:21 where:github who:526301
2024-05-15T00:21:22Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#17 has been 'issue-was-closed'. is_human:1 issue:17 where:github who:526301
2024-05-14T01:13:53Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#22 has been 'issue-was-closed'. is_human:1 issue:22 where:github who:526301
2025-04-16T11:36:50Z issue-was-closed 820463873 _job:34161 details:Apparently, zerocracy/fbe#167 has been 'issue-was-closed'. is_human:1 issue:167 where:github who:526301
2019-05-07T15:01:27Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#17 has been 'issue-was-closed'. is_human:1 issue:17 where:github who:526301
2024-05-15T01:12:42Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#18 has been 'issue-was-closed'. is_human:1 issue:18 where:github who:526301
2024-05-14T13:08:39Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#23 has been 'issue-was-closed'. is_human:1 issue:23 where:github who:526301
2025-04-30T05:54:06Z issue-was-closed 820463873 _job:34161 details:Apparently, zerocracy/fbe#173 has been 'issue-was-closed'. is_human:1 issue:173 where:github who:526301
2025-03-19T09:44:40Z issue-was-closed 802720676 _job:34161 details:Apparently, zerocracy/pages-action#228 has been 'issue-was-closed'. is_human:1 issue:228 where:github who:526301
2019-05-01T14:47:13Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#18 has been 'issue-was-closed'. is_human:1 issue:18 where:github who:526301
2024-05-15T02:49:33Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#19 has been 'issue-was-closed'. is_human:1 issue:19 where:github who:526301
2024-05-14T23:46:34Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#24 has been 'issue-was-closed'. is_human:1 issue:24 where:github who:526301
2025-05-22T07:39:57Z issue-was-closed 802720676 _job:34161 details:Apparently, zerocracy/pages-action#271 has been 'issue-was-closed'. is_human:1 issue:271 where:github who:526301
2019-05-13T10:28:22Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#19 has been 'issue-was-closed'. is_human:1 issue:19 where:github who:526301
2024-05-15T21:12:10Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#20 has been 'issue-was-closed'. is_human:1 issue:20 where:github who:526301
2024-05-15T02:13:09Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#25 has been 'issue-was-closed'. is_human:1 issue:25 where:github who:526301
2025-06-18T03:28:06Z issue-was-closed 820463873 _job:34161 details:Apparently, zerocracy/fbe#214 has been 'issue-was-closed'. is_human:1 issue:214 where:github who:526301
2025-05-22T10:05:13Z issue-was-closed 802720676 _job:34161 details:Apparently, zerocracy/pages-action#274 has been 'issue-was-closed'. is_human:1 issue:274 where:github who:526301
2024-12-19T15:12:48Z issue-was-closed 799177290 _job:34161 details:Apparently, zerocracy/judges-action#424 has been 'issue-was-closed'. is_human:1 issue:424 where:github who:526301
2019-05-05T08:44:07Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#20 has been 'issue-was-closed'. is_human:1 issue:20 where:github who:526301
2024-05-15T22:38:45Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#21 has been 'issue-was-closed'. is_human:1 issue:21 where:github who:526301
2024-05-15T18:16:05Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#26 has been 'issue-was-closed'. is_human:1 issue:26 where:github who:526301
2025-06-18T09:05:37Z issue-was-closed 820463873 _job:34161 details:Apparently, zerocracy/fbe#216 has been 'issue-was-closed'. is_human:1 issue:216 where:github who:526301
2024-05-15T23:02:04Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#22 has been 'issue-was-closed'. is_human:1 issue:22 where:github who:526301
2024-05-15T19:30:37Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#27 has been 'issue-was-closed'. is_human:1 issue:27 where:github who:526301
2025-06-27T07:09:19Z issue-was-closed 820463873 _job:34161 details:Apparently, zerocracy/fbe#227 has been 'issue-was-closed'. is_human:1 issue:227 where:github who:526301
2024-05-16T22:44:38Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#24 has been 'issue-was-closed'. is_human:1 issue:24 where:github who:526301
2024-05-15T20:02:01Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#28 has been 'issue-was-closed'. is_human:1 issue:28 where:github who:526301
2024-12-20T13:44:40Z issue-was-closed 799177290 _job:34161 details:Apparently, zerocracy/judges-action#437 has been 'issue-was-closed'. is_human:1 issue:437 where:github who:526301
2019-05-09T11:12:09Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#23 has been 'issue-was-closed'. is_human:1 issue:23 where:github who:526301
2024-05-17T00:20:25Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#25 has been 'issue-was-closed'. is_human:1 issue:25 where:github who:526301
2024-05-15T20:40:19Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#29 has been 'issue-was-closed'. is_human:1 issue:29 where:github who:526301
2025-07-10T04:00:27Z issue-was-closed 820463873 _job:34161 details:Apparently, zerocracy/fbe#235 has been 'issue-was-closed'. is_human:1 issue:235 where:github who:526301
2024-12-24T06:15:00Z issue-was-closed 799177290 _job:34161 details:Apparently, zerocracy/judges-action#440 has been 'issue-was-closed'. is_human:1 issue:440 where:github who:526301
2019-05-10T14:35:54Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#24 has been 'issue-was-closed'. is_human:1 issue:24 where:github who:526301
2024-05-17T12:54:14Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#26 has been 'issue-was-closed'. is_human:1 issue:26 where:github who:526301
2024-05-16T01:42:00Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#30 has been 'issue-was-closed'. is_human:1 issue:30 where:github who:526301
2025-01-03T14:05:50Z issue-was-closed 799177290 _job:34161 details:Apparently, zerocracy/judges-action#446 has been 'issue-was-closed'. is_human:1 issue:446 where:github who:526301
2019-05-12T05:56:16Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#25 has been 'issue-was-closed'. is_human:1 issue:25 where:github who:526301
2024-05-17T20:39:36Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#27 has been 'issue-was-closed'. is_human:1 issue:27 where:github who:526301
2024-05-17T20:23:43Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#32 has been 'issue-was-closed'. is_human:1 issue:32 where:github who:526301
2025-02-24T16:59:41Z issue-was-closed 799177290 _job:34161 details:Apparently, zerocracy/judges-action#464 has been 'issue-was-closed'. is_human:1 issue:464 where:github who:526301
2019-05-12T07:34:13Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#26 has been 'issue-was-closed'. is_human:1 issue:26 where:github who:526301
2024-05-21T02:36:34Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#28 has been 'issue-was-closed'. is_human:1 issue:28 where:github who:526301
2024-05-17T22:55:38Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#33 has been 'issue-was-closed'. is_human:1 issue:33 where:github who:526301
2025-03-19T07:08:06Z issue-was-closed 799177290 _job:34161 details:Apparently, zerocracy/judges-action#500 has been 'issue-was-closed'. is_human:1 issue:500 where:github who:526301
2019-05-12T16:16:20Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#27 has been 'issue-was-closed'. is_human:1 issue:27 where:github who:526301
2024-05-19T18:42:51Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#29 has been 'issue-was-closed'. is_human:1 issue:29 where:github who:526301
2024-05-18T14:48:33Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#34 has been 'issue-was-closed'. is_human:1 issue:34 where:github who:526301
2025-04-16T12:05:07Z issue-was-closed 799177290 _job:34161 details:Apparently, zerocracy/judges-action#562 has been 'issue-was-closed'. is_human:1 issue:562 where:github who:526301
2019-05-13T14:18:55Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#28 has been 'issue-was-closed'. is_human:1 issue:28 where:github who:526301
2024-05-21T03:00:29Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#30 has been 'issue-was-closed'. is_human:1 issue:30 where:github who:526301
2024-05-19T04:49:26Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#35 has been 'issue-was-closed'. is_human:1 issue:35 where:github who:526301
2025-04-16T17:36:05Z issue-was-closed 799177290 _job:34161 details:Apparently, zerocracy/judges-action#565 has been 'issue-was-closed'. is_human:1 issue:565 where:github who:526301
2019-05-14T08:28:42Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#29 has been 'issue-was-closed'. is_human:1 issue:29 where:github who:526301
2024-05-21T14:08:42Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#31 has been 'issue-was-closed'. is_human:1 issue:31 where:github who:526301
2024-05-19T07:36:56Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#36 has been 'issue-was-closed'. is_human:1 issue:36 where:github who:526301
2024-05-24T21:43:17Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#34 has been 'issue-was-closed'. is_human:1 issue:34 where:github who:526301
2024-05-19T08:29:21Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#37 has been 'issue-was-closed'. is_human:1 issue:37 where:github who:526301
2025-05-22T07:21:04Z issue-was-closed 799177290 _job:34161 details:Apparently, zerocracy/judges-action#618 has been 'issue-was-closed'. is_human:1 issue:618 where:github who:526301
2024-05-25T03:29:26Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#35 has been 'issue-was-closed'. is_human:1 issue:35 where:github who:526301
2024-05-19T10:07:10Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#38 has been 'issue-was-closed'. is_human:1 issue:38 where:github who:526301
2025-05-22T10:44:21Z issue-was-closed 799177290 _job:34161 details:Apparently, zerocracy/judges-action#623 has been 'issue-was-closed'. is_human:1 issue:623 where:github who:526301
2024-05-27T07:59:29Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#36 has been 'issue-was-closed'. is_human:1 issue:36 where:github who:526301
2024-05-19T12:03:41Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#39 has been 'issue-was-closed'. is_human:1 issue:39 where:github who:526301
2024-05-19T18:36:35Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#40 has been 'issue-was-closed'. is_human:1 issue:40 where:github who:526301
2025-06-26T05:09:09Z issue-was-closed 799177290 _job:34161 details:Apparently, zerocracy/judges-action#648 has been 'issue-was-closed'. is_human:1 issue:648 where:github who:526301
2019-05-17T09:47:09Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#34 has been 'issue-was-closed'. is_human:1 issue:34 where:github who:526301
2024-05-27T15:12:45Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#38 has been 'issue-was-closed'. is_human:1 issue:38 where:github who:526301
2024-05-21T02:48:02Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#41 has been 'issue-was-closed'. is_human:1 issue:41 where:github who:526301
2019-05-19T06:07:30Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#35 has been 'issue-was-closed'. is_human:1 issue:35 where:github who:526301
2024-05-21T13:33:53Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#42 has been 'issue-was-closed'. is_human:1 issue:42 where:github who:526301
2019-05-19T08:23:30Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#36 has been 'issue-was-closed'. is_human:1 issue:36 where:github who:526301
2024-07-17T09:52:00Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#89 has been 'issue-was-closed'. is_human:1 issue:89 where:github who:526301
2024-05-25T02:18:18Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#45 has been 'issue-was-closed'. is_human:1 issue:45 where:github who:526301
2025-06-04T18:08:34Z issue-was-closed 799177290 _job:34161 details:Apparently, zerocracy/judges-action#674 has been 'issue-was-closed'. is_human:1 issue:674 where:github who:526301
2019-05-19T17:45:21Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#37 has been 'issue-was-closed'. is_human:1 issue:37 where:github who:526301
2024-07-17T12:20:03Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#90 has been 'issue-was-closed'. is_human:1 issue:90 where:github who:526301
2024-05-25T01:49:40Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#46 has been 'issue-was-closed'. is_human:1 issue:46 where:github who:526301
2019-05-21T08:41:57Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#38 has been 'issue-was-closed'. is_human:1 issue:38 where:github who:526301
2024-05-25T02:35:53Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#47 has been 'issue-was-closed'. is_human:1 issue:47 where:github who:526301
2019-05-21T09:01:58Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#39 has been 'issue-was-closed'. is_human:1 issue:39 where:github who:526301
2024-05-25T05:49:58Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#48 has been 'issue-was-closed'. is_human:1 issue:48 where:github who:526301
2025-03-19T11:21:43Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#139 has been 'issue-was-closed'. is_human:1 issue:139 where:github who:526301
2024-05-25T20:35:17Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#49 has been 'issue-was-closed'. is_human:1 issue:49 where:github who:526301
2025-06-11T12:36:20Z issue-was-closed 799177290 _job:34161 details:Apparently, zerocracy/judges-action#702 has been 'issue-was-closed'. is_human:1 issue:702 where:github who:526301
2024-05-26T11:39:18Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#50 has been 'issue-was-closed'. is_human:1 issue:50 where:github who:526301
2024-05-26T16:50:05Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#51 has been 'issue-was-closed'. is_human:1 issue:51 where:github who:526301
2025-07-03T07:40:23Z issue-was-closed 799177290 _job:34161 details:Apparently, zerocracy/judges-action#787 has been 'issue-was-closed'. is_human:1 issue:787 where:github who:526301
2019-05-29T15:17:30Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#43 has been 'issue-was-closed'. is_human:1 issue:43 where:github who:526301
2024-05-27T01:20:11Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#52 has been 'issue-was-closed'. is_human:1 issue:52 where:github who:526301
2025-07-03T11:40:19Z issue-was-closed 799177290 _job:34161 details:Apparently, zerocracy/judges-action#790 has been 'issue-was-closed'. is_human:1 issue:790 where:github who:526301
2019-05-30T16:53:10Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#44 has been 'issue-was-closed'. is_human:1 issue:44 where:github who:526301
2024-12-24T05:51:20Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#156 has been 'issue-was-closed'. is_human:1 issue:156 where:github who:526301
2024-05-27T03:01:04Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#53 has been 'issue-was-closed'. is_human:1 issue:53 where:github who:526301
2024-05-30T13:05:57Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#54 has been 'issue-was-closed'. is_human:1 issue:54 where:github who:526301
2025-07-08T12:49:07Z issue-was-closed 799177290 _job:34161 details:Apparently, zerocracy/judges-action#805 has been 'issue-was-closed'. is_human:1 issue:805 where:github who:526301
2025-06-04T17:36:03Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#228 has been 'issue-was-closed'. is_human:1 issue:228 where:github who:526301
2024-05-30T15:14:48Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#55 has been 'issue-was-closed'. is_human:1 issue:55 where:github who:526301
2019-07-07T19:32:02Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#47 has been 'issue-was-closed'. is_human:1 issue:47 where:github who:526301
2025-06-04T17:14:57Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#230 has been 'issue-was-closed'. is_human:1 issue:230 where:github who:526301
2024-06-03T09:04:08Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#57 has been 'issue-was-closed'. is_human:1 issue:57 where:github who:526301
2019-07-07T19:01:23Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#48 has been 'issue-was-closed'. is_human:1 issue:48 where:github who:526301
2025-06-11T12:12:57Z issue-was-closed 799113787 _job:34161 details:Apparently, yegor256/judges#238 has been 'issue-was-closed'. is_human:1 issue:238 where:github who:526301
2019-07-14T19:49:38Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#49 has been 'issue-was-closed'. is_human:1 issue:49 where:github who:526301
2019-07-15T06:55:22Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#50 has been 'issue-was-closed'. is_human:1 issue:50 where:github who:526301
2019-10-18T23:35:38Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#52 has been 'issue-was-closed'. is_human:1 issue:52 where:github who:526301
2025-01-27T16:24:43Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#149 has been 'issue-was-closed'. is_human:1 issue:149 where:github who:526301
2019-10-27T04:15:13Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#53 has been 'issue-was-closed'. is_human:1 issue:53 where:github who:526301
2025-01-28T05:32:43Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#154 has been 'issue-was-closed'. is_human:1 issue:154 where:github who:526301
2019-12-13T05:39:50Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#54 has been 'issue-was-closed'. is_human:1 issue:54 where:github who:526301
2025-02-24T12:12:22Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#166 has been 'issue-was-closed'. is_human:1 issue:166 where:github who:526301
2020-03-16T15:16:08Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#59 has been 'issue-was-closed'. is_human:1 issue:59 where:github who:526301
2025-02-24T14:12:44Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#170 has been 'issue-was-closed'. is_human:1 issue:170 where:github who:526301
2025-02-24T14:48:06Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#172 has been 'issue-was-closed'. is_human:1 issue:172 where:github who:526301
2025-02-24T15:35:27Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#173 has been 'issue-was-closed'. is_human:1 issue:173 where:github who:526301
2025-03-12T15:08:07Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#195 has been 'issue-was-closed'. is_human:1 issue:195 where:github who:526301
2024-01-31T07:28:11Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#80 has been 'issue-was-closed'. is_human:1 issue:80 where:github who:526301
2025-03-19T05:57:30Z issue-was-closed 798641472 _job:34161 details:Apparently, yegor256/factbase#207 has been 'issue-was-closed'. is_human:1 issue:207 where:github who:526301
2025-06-11T14:13:14Z issue-was-closed 181044958 _job:34161 details:Apparently, yegor256/0rsk#196 has been 'issue-was-closed'. is_human:1 issue:196 where:github who:22315378
2025-07-22T07:28:21Z git-was-pushed 799177290 _job:34161 commit:6673e9ceee9bf903e76065e5d2900f4f47e9d88c default_branch:master details:A new Git push #25643554900 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52377172178 event_type:PushEvent is_human:1 push_id:25643554900 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-22T09:28:19Z git-was-pushed 799177290 _job:34161 commit:02bc3abc5b6430ab399dbc0e3b95b4a2d8a62b1e default_branch:master details:A new Git push #25646128578 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52382857766 event_type:PushEvent is_human:1 push_id:25646128578 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-22T09:31:54Z git-was-pushed 799177290 _job:34161 commit:5a42f830765337d5f29ba8e51c252a247bdf44c4 default_branch:master details:A new Git push #25646210941 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52383032990 event_type:PushEvent is_human:1 push_id:25646210941 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-22T10:01:26Z pull-was-opened 799177290 _job:34161 branch:version-up details:The pull request zerocracy/judges-action#819 has been opened by @github-actions[bot]. event_id:52384488385 event_type:PullRequestEvent is_human:0 issue:819 where:github who:41898282
2025-07-22T09:58:32Z pull-was-opened 799177290 _job:34161 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#818 has been opened by @renovate[bot]. event_id:52384339601 event_type:PullRequestEvent is_human:0 issue:818 where:github who:29139614
2025-07-22T10:11:27Z pull-was-merged 799177290 _job:34161 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#818 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:818 review_comments:0 succeeded_builds:13 where:github who:526301
2025-07-22T10:11:18Z pull-was-merged 799177290 _job:34161 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#819 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:819 review_comments:0 succeeded_builds:0 where:github who:526301
2025-07-23T19:53:54Z pull-was-opened 849726475 _job:34161 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#126 has been opened by @renovate[bot]. event_id:52464011631 event_type:PullRequestEvent is_human:0 issue:126 where:github who:29139614
2025-07-24T10:46:14Z pull-was-opened 820463873 _job:34161 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/fbe#252 has been opened by @renovate[bot]. event_id:52491095492 event_type:PullRequestEvent is_human:0 issue:252 where:github who:29139614
2025-07-23T17:37:38Z git-was-pushed 820463873 _job:34161 commit:01efdd8af3cbce2ef617757ad291b207004d43ec default_branch:master details:A new Git push #25682336635 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52458831004 event_type:PushEvent is_human:1 push_id:25682336635 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-23T17:36:26Z git-was-pushed 820463873 _job:34161 commit:cdef6cf7aedcf8b70e92927f587c63c6cff44432 default_branch:master details:A new Git push #25682312774 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52458778930 event_type:PushEvent is_human:1 push_id:25682312774 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-23T17:33:17Z git-was-pushed 820463873 _job:34161 commit:9b1bd7fe00412b81ec1b2e25419732811f9d47b7 default_branch:master details:A new Git push #25682248181 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52458644013 event_type:PushEvent is_human:1 push_id:25682248181 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-24T11:52:24Z pull-was-opened 799177290 _job:34161 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/judges-action#822 has been opened by @renovate[bot]. event_id:52493820447 event_type:PullRequestEvent is_human:0 issue:822 where:github who:29139614
2025-07-23T17:58:47Z pull-was-opened 799177290 _job:34161 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/judges-action#821 has been opened by @renovate[bot]. event_id:52459666889 event_type:PullRequestEvent is_human:0 issue:821 where:github who:29139614
2025-07-23T17:58:38Z pull-was-opened 799177290 _job:34161 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#820 has been opened by @renovate[bot]. event_id:52459661382 event_type:PullRequestEvent is_human:0 issue:820 where:github who:29139614
2025-07-24T14:50:27Z pull-was-opened 840215648 _job:34161 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/baza.rb#102 has been opened by @renovate[bot]. event_id:52502691869 event_type:PullRequestEvent is_human:0 issue:102 where:github who:29139614
2025-07-23T21:14:06Z pull-was-opened 840215648 _job:34161 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/baza.rb#101 has been opened by @renovate[bot]. event_id:52466822987 event_type:PullRequestEvent is_human:0 issue:101 where:github who:29139614
2025-07-24T10:09:27Z pull-was-opened 799113787 _job:34161 branch:renovate/rubocop-1.x-lockfile details:The pull request yegor256/judges#259 has been opened by @renovate[bot]. event_id:52489484311 event_type:PullRequestEvent is_human:0 issue:259 where:github who:29139614
2025-07-24T09:56:24Z pull-was-opened 798641472 _job:34161 branch:benchmark-results details:The pull request yegor256/factbase#257 has been opened by @github-actions[bot]. event_id:52488868522 event_type:PullRequestEvent is_human:0 issue:257 where:github who:41898282
2025-07-24T09:55:41Z pull-was-opened 798641472 _job:34161 branch:renovate/rubocop-1.x-lockfile details:The pull request yegor256/factbase#256 has been opened by @renovate[bot]. event_id:52488835233 event_type:PullRequestEvent is_human:0 issue:256 where:github who:29139614
2025-07-23T17:35:13Z pull-was-merged 798641472 _job:34161 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#241 has been closed by @yegor256, with 49 HoC and 0 comments. event_id:52458728257 event_type:PullRequestEvent failed_builds:0 hoc:49 is_human:1 issue:241 review_comments:0 succeeded_builds:0 where:github who:526301
2025-07-24T12:58:38Z pull-was-opened 802720676 _job:34161 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/pages-action#328 has been opened by @renovate[bot]. event_id:52496905402 event_type:PullRequestEvent is_human:0 issue:328 where:github who:29139614
2025-07-23T19:48:31Z pull-was-opened 802720676 _job:34161 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/pages-action#327 has been opened by @renovate[bot]. event_id:52463819875 event_type:PullRequestEvent is_human:0 issue:327 where:github who:29139614
2025-07-23T19:48:24Z pull-was-opened 802720676 _job:34161 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#326 has been opened by @renovate[bot]. event_id:52463815252 event_type:PullRequestEvent is_human:0 issue:326 where:github who:29139614
2025-07-25T06:30:44Z pull-was-closed 799177290 _job:34161 branch:renovate/fbe-0.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#820 has been 'pull-was-closed'. failed_builds:2 hoc:4 is_human:0 issue:820 succeeded_builds:11 where:github who:29139614
2025-07-25T06:01:54Z git-was-pushed 799177290 _job:34161 commit:33140d403d000e055769b366ff03968d35e97471 default_branch:master details:A new Git push #25716928599 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52529819019 event_type:PushEvent is_human:1 push_id:25716928599 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-25T07:33:06Z pull-was-opened 799177290 _job:34161 branch:version-up details:The pull request zerocracy/judges-action#824 has been opened by @github-actions[bot]. event_id:52532847357 event_type:PullRequestEvent is_human:0 issue:824 where:github who:41898282
2025-07-25T07:46:25Z pull-was-opened 799177290 _job:34161 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#825 has been opened by @renovate[bot]. event_id:52533342977 event_type:PullRequestEvent is_human:0 issue:825 where:github who:29139614
2025-07-25T07:45:39Z pull-was-merged 799177290 _job:34161 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#824 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:52533315197 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:824 review_comments:0 succeeded_builds:0 where:github who:526301
2025-07-27T19:18:24Z git-was-pushed 799113787 _job:34161 commit:f662ecd23ce813b6ebb958a6f6cca2d62a273042 default_branch:master details:A new Git push #25755486852 has arrived to yegor256/judges, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52598893416 event_type:PushEvent is_human:1 push_id:25755486852 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-27T19:54:15Z pull-was-opened 799177290 _job:34161 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/judges-action#826 has been opened by @renovate[bot]. event_id:52599335050 event_type:PullRequestEvent is_human:0 issue:826 where:github who:29139614
2025-07-27T20:57:43Z pull-was-opened 802720676 _job:34161 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#329 has been opened by @renovate[bot]. event_id:52600111079 event_type:PullRequestEvent is_human:0 issue:329 where:github who:29139614
2025-07-27T22:01:18Z pull-was-opened 849726475 _job:34161 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#127 has been opened by @renovate[bot]. event_id:52600865539 event_type:PullRequestEvent is_human:0 issue:127 where:github who:29139614
2025-07-28T17:06:26Z pull-was-opened 798641472 _job:34161 details:The pull yegor256/factbase#260 has been opened by @github-actions[bot]. is_human:0 issue:260 stale:branch where:github who:41898282
2025-07-28T17:05:46Z pull-was-closed 798641472 _job:34161 branch:renovate/rubocop-1.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#256 has been 'pull-was-closed'. failed_builds:3 hoc:6 is_human:0 issue:256 succeeded_builds:8 where:github who:29139614
2025-07-28T17:05:24Z pull-was-merged 798641472 _job:34161 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#257 has been 'pull-was-merged'. failed_builds:0 hoc:51 is_human:1 issue:257 review_comments:0 succeeded_builds:0 where:github who:526301
2025-07-28T17:27:56Z pull-was-opened 799177290 _job:34161 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/judges-action#827 has been opened by @renovate[bot]. event_id:52641262908 event_type:PullRequestEvent is_human:0 issue:827 where:github who:29139614
2025-07-28T19:04:11Z pull-was-opened 799177290 _job:34161 details:The pull zerocracy/judges-action#828 has been opened by @renovate[bot]. is_human:0 issue:828 stale:branch where:github who:29139614
2025-07-30T04:04:44Z pull-was-opened 799177290 _job:34161 details:The pull zerocracy/judges-action#830 has been opened by @github-actions[bot]. is_human:0 issue:830 stale:branch where:github who:41898282
2025-07-30T04:43:30Z pull-was-opened 799177290 _job:34161 details:The pull zerocracy/judges-action#831 has been opened by @renovate[bot]. is_human:0 issue:831 stale:branch where:github who:29139614
2025-07-30T04:47:10Z pull-was-opened 799177290 _job:34161 details:The pull zerocracy/judges-action#832 has been opened by @github-actions[bot]. is_human:0 issue:832 stale:branch where:github who:41898282
2025-07-30T03:40:26Z git-was-pushed 799177290 _job:34189 commit:29969d3d4d0dcf0345950c1d940089c5b5447db1 default_branch:master details:A new Git push #25810014182 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52711366525 event_type:PushEvent is_human:1 push_id:25810014182 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-30T04:03:26Z git-was-pushed 798641472 _job:34189 commit:6031aced418ce0be0d3d1c3864deeaa7766d928e default_branch:master details:A new Git push #25810287653 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52711869028 event_type:PushEvent is_human:1 push_id:25810287653 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-30T04:00:03Z git-was-pushed 798641472 _job:34189 commit:d6d0878e967a7dd939735a38fa008771491873e1 default_branch:master details:A new Git push #25810233645 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52711778805 event_type:PushEvent is_human:1 push_id:25810233645 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-31T09:50:37Z pull-was-opened 799177290 _job:34189 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/judges-action#841 has been opened by @renovate[bot]. event_id:52775890759 event_type:PullRequestEvent is_human:0 issue:841 where:github who:29139614
2025-07-30T15:49:45Z pull-was-closed 799177290 _job:34189 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#840 has been closed by @github-actions[bot], with 0 HoC and 1 comments. event_id:52741856143 event_type:PullRequestEvent failed_builds:0 hoc:0 is_human:0 issue:840 succeeded_builds:0 where:github who:41898282
2025-07-30T15:49:37Z pull-was-opened 799177290 _job:34189 branch:version-up details:The pull request zerocracy/judges-action#840 has been opened by @github-actions[bot]. event_id:52741849406 event_type:PullRequestEvent is_human:0 issue:840 where:github who:41898282
2025-07-30T15:46:30Z pull-was-merged 799177290 _job:34189 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#839 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:52741702472 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:839 review_comments:0 succeeded_builds:0 where:github who:526301
2025-07-30T15:46:21Z pull-was-merged 799177290 _job:34189 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#838 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:52741695836 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:838 review_comments:0 succeeded_builds:13 where:github who:526301
2025-07-30T15:33:11Z pull-was-opened 799177290 _job:34189 branch:version-up details:The pull request zerocracy/judges-action#839 has been opened by @github-actions[bot]. event_id:52741079897 event_type:PullRequestEvent is_human:0 issue:839 where:github who:41898282
2025-07-30T15:30:31Z pull-was-opened 799177290 _job:34189 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#838 has been opened by @renovate[bot]. event_id:52740953349 event_type:PullRequestEvent is_human:0 issue:838 where:github who:29139614
2025-07-30T15:08:48Z git-was-pushed 799177290 _job:34189 commit:3fa110888177b5afd0fb5ee01e7fffcc6eeb74b9 default_branch:master details:A new Git push #25823614067 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52739873278 event_type:PushEvent is_human:1 push_id:25823614067 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-30T14:37:47Z git-was-pushed 799177290 _job:34189 commit:1faeeab298613f9962087ddbecaa89ba626c335c default_branch:master details:A new Git push #25822864129 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52738240466 event_type:PushEvent is_human:1 push_id:25822864129 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-30T07:41:21Z pull-was-closed 799177290 _job:34189 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#836 has been closed by @github-actions[bot], with 2 HoC and 1 comments. event_id:52718559808 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:836 succeeded_builds:0 where:github who:41898282
2025-07-30T07:41:13Z pull-was-opened 799177290 _job:34189 branch:version-up details:The pull request zerocracy/judges-action#836 has been opened by @github-actions[bot]. event_id:52718553684 event_type:PullRequestEvent is_human:0 issue:836 where:github who:41898282
2025-07-30T07:38:07Z pull-was-merged 799177290 _job:34189 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#834 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:52718423908 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:834 review_comments:0 succeeded_builds:0 where:github who:526301
2025-07-30T07:37:58Z pull-was-merged 799177290 _job:34189 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#835 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:52718417041 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:835 review_comments:0 succeeded_builds:13 where:github who:526301
2025-07-30T07:04:27Z pull-was-opened 799177290 _job:34189 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#835 has been opened by @renovate[bot]. event_id:52717045627 event_type:PullRequestEvent is_human:0 issue:835 where:github who:29139614
2025-07-30T06:39:00Z pull-was-opened 799177290 _job:34189 branch:version-up details:The pull request zerocracy/judges-action#834 has been opened by @github-actions[bot]. event_id:52716087335 event_type:PullRequestEvent is_human:0 issue:834 where:github who:41898282
2025-07-30T06:29:43Z pull-was-closed 799177290 _job:34189 branch:renovate/factbase-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#827 has been closed by @renovate[bot], with 2 HoC and 4 comments. event_id:52715756239 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:827 succeeded_builds:13 where:github who:29139614
2025-07-30T06:14:32Z git-was-pushed 799177290 _job:34189 commit:bf6cd1ad35138220e6bb53e05c416cf46b8114cb default_branch:master details:A new Git push #25812020178 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52715244256 event_type:PushEvent is_human:1 push_id:25812020178 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-30T04:47:16Z pull-was-closed 799177290 _job:34189 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#832 has been closed by @github-actions[bot], with 0 HoC and 0 comments. event_id:52712863564 event_type:PullRequestEvent failed_builds:0 hoc:0 is_human:0 issue:832 succeeded_builds:0 where:github who:41898282
2025-07-30T04:44:04Z pull-was-merged 799177290 _job:34189 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#830 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:52712786372 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:830 review_comments:0 succeeded_builds:0 where:github who:526301
2025-07-30T04:43:58Z pull-was-merged 799177290 _job:34189 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#831 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:52712783584 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:831 review_comments:0 succeeded_builds:13 where:github who:526301
2025-07-31T12:00:44Z pull-was-opened 840215648 _job:34189 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/baza.rb#107 has been opened by @renovate[bot]. event_id:52781513303 event_type:PullRequestEvent is_human:0 issue:107 where:github who:29139614
2025-07-31T02:52:20Z pull-was-opened 840215648 _job:34189 branch:renovate/rack-3.x-lockfile details:The pull request zerocracy/baza.rb#106 has been opened by @renovate[bot]. event_id:52762023237 event_type:PullRequestEvent is_human:0 issue:106 where:github who:29139614
2025-07-30T08:52:40Z pull-was-opened 840215648 _job:34189 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/baza.rb#105 has been opened by @renovate[bot]. event_id:52721710433 event_type:PullRequestEvent is_human:0 issue:105 where:github who:29139614
2025-07-30T05:31:42Z pull-was-opened 840215648 _job:34189 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/baza.rb#104 has been opened by @renovate[bot]. event_id:52713982949 event_type:PullRequestEvent is_human:0 issue:104 where:github who:29139614
2025-07-31T11:48:08Z pull-was-opened 820463873 _job:34189 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/fbe#254 has been opened by @renovate[bot]. event_id:52780973354 event_type:PullRequestEvent is_human:0 issue:254 where:github who:29139614
2025-07-31T09:57:34Z pull-was-opened 802720676 _job:34189 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/pages-action#333 has been opened by @renovate[bot]. event_id:52776215453 event_type:PullRequestEvent is_human:0 issue:333 where:github who:29139614
2025-07-31T13:37:27Z pull-was-opened 799113787 _job:34189 branch:renovate/rubocop-1.x-lockfile details:The pull request yegor256/judges#262 has been opened by @renovate[bot]. event_id:52786227112 event_type:PullRequestEvent is_human:0 issue:262 where:github who:29139614
2025-07-30T05:59:59Z git-was-pushed 798641472 _job:34189 commit:7373ad8079cc491e53899c72f771d533ef8e3f59 default_branch:master details:A new Git push #25811788959 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52714782739 event_type:PushEvent is_human:1 push_id:25811788959 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-30T05:46:40Z git-was-pushed 798641472 _job:34189 commit:e800bcdd93ba23342b609a223f8babf109c41cc9 default_branch:master details:A new Git push #25811602082 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52714406161 event_type:PushEvent is_human:1 push_id:25811602082 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-30T05:43:29Z git-was-pushed 798641472 _job:34189 commit:67ed61701bd6b217ecefa550fcac66ca9872a050 default_branch:master details:A new Git push #25811555678 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52714315616 event_type:PushEvent is_human:1 push_id:25811555678 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-30T05:39:42Z git-was-pushed 798641472 _job:34189 commit:e2b3affe11fc69490988f05bfd4cc4c20abd179e default_branch:master details:A new Git push #25811498490 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52714206951 event_type:PushEvent is_human:1 push_id:25811498490 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-30T05:06:24Z git-was-pushed 798641472 _job:34189 commit:0ca55e7363897bc8a704f99e2f70477ae87333fc default_branch:master details:A new Git push #25811052193 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52713329610 event_type:PushEvent is_human:1 push_id:25811052193 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-30T04:51:26Z git-was-pushed 798641472 _job:34189 commit:d1d8dc485b722ad39b9c4f8d01dc1eff5a32cbaf default_branch:master details:A new Git push #25810860345 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52712961019 event_type:PushEvent is_human:1 push_id:25810860345 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-30T04:45:02Z git-was-pushed 798641472 _job:34189 commit:3d0971905d1effa2c9630d651108b2b7e0474467 default_branch:master details:A new Git push #25810780362 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52712808529 event_type:PushEvent is_human:1 push_id:25810780362 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-30T04:43:23Z git-was-pushed 798641472 _job:34189 commit:28a82ffb6c55173b2680b6d1ea31151e9da6810d default_branch:master details:A new Git push #25810760458 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52712769718 event_type:PushEvent is_human:1 push_id:25810760458 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-29T00:07:35Z pull-was-opened 802720676 _job:34189 branch:renovate/factbase-0.x-lockfile details:The pull zerocracy/pages-action#330 has been opened by @renovate[bot]. is_human:0 issue:330 where:github who:29139614
2025-07-29T00:07:44Z pull-was-opened 802720676 _job:34189 branch:renovate/judges-0.x-lockfile details:The pull zerocracy/pages-action#331 has been opened by @renovate[bot]. is_human:0 issue:331 where:github who:29139614
2025-07-30T19:09:34Z pull-was-opened 802720676 _job:34189 branch:renovate/fbe-0.x-lockfile details:The pull zerocracy/pages-action#332 has been opened by @renovate[bot]. is_human:0 issue:332 where:github who:29139614
2025-07-28T19:37:24Z pull-was-opened 840215648 _job:34189 branch:renovate/factbase-0.x-lockfile details:The pull zerocracy/baza.rb#103 has been opened by @renovate[bot]. is_human:0 issue:103 where:github who:29139614
2025-07-31T03:32:33Z pull-was-closed 802720676 _job:34189 branch:renovate/factbase-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#330 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:330 succeeded_builds:14 where:github who:29139614
2025-07-30T14:53:41Z pull-was-merged 820463873 _job:34189 branch:renovate/rubocop-1.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/fbe#252 has been 'pull-was-merged'. failed_builds:0 hoc:6 is_human:1 issue:252 review_comments:0 succeeded_builds:10 where:github who:526301
2025-08-01T00:14:45Z pull-was-opened 840215648 _job:34189 branch:renovate/puma-6.x-lockfile details:The pull request zerocracy/baza.rb#108 has been opened by @renovate[bot]. event_id:52809689250 event_type:PullRequestEvent is_human:0 issue:108 where:github who:29139614
2025-08-01T06:09:11Z git-was-pushed 799177290 _job:34189 commit:0ae0020ad8caeb511023c67f6669b933c47d60ee default_branch:master details:A new Git push #25861794702 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52818129052 event_type:PushEvent is_human:1 push_id:25861794702 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-01T06:33:37Z pull-was-opened 799177290 _job:34189 branch:version-up details:The pull request zerocracy/judges-action#843 has been opened by @github-actions[bot]. event_id:52818924704 event_type:PullRequestEvent is_human:0 issue:843 where:github who:41898282
2025-08-01T07:26:55Z pull-was-merged 799177290 _job:34189 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#843 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:843 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-01T07:27:39Z pull-was-opened 799177290 _job:34189 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#844 has been opened by @renovate[bot]. event_id:52820888298 event_type:PullRequestEvent is_human:0 issue:844 where:github who:29139614
2025-08-01T07:40:05Z pull-was-merged 799177290 _job:34189 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#844 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:844 review_comments:0 succeeded_builds:13 where:github who:526301
2025-08-04T16:06:06Z code-was-contributed 181044958 _job:34189 comments:2 details:The pull request yegor256/0rsk#221 with 36 HoC created by @renovate[bot] was merged by @rultor after 3w4d of being in review and 2 comments. hoc:36 is_human:0 issue:221 merger:8086956 review_comments:0 seconds:2175337 where:github who:29139614
2025-08-08T21:08:09Z code-was-contributed 181044958 _job:34189 comments:2 details:The pull request yegor256/0rsk#226 with 2 HoC created by @renovate[bot] was merged by @rultor after 22h44m of being in review and 2 comments. hoc:2 is_human:0 issue:226 merger:8086956 review_comments:0 seconds:81888 where:github who:29139614
2025-08-03T14:32:38Z git-was-pushed 820463873 _job:34189 commit:aa337669ce6250484437bce27e1319867b9ae808 default_branch:master details:A new Git push #25898301689 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52883815384 event_type:PushEvent is_human:1 push_id:25898301689 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-03T14:31:00Z git-was-pushed 820463873 _job:34189 commit:3c551b7bab7a96ae83cbf89da58cf3006c1c6811 default_branch:master details:A new Git push #25898284406 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52883789905 event_type:PushEvent is_human:1 push_id:25898284406 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-03T16:30:15Z git-was-pushed 820463873 _job:34189 commit:55c4f42bc2ed5fb02ace63443053b350bd89ee3a default_branch:master details:A new Git push #25899423842 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52885541483 event_type:PushEvent is_human:1 push_id:25899423842 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-03T15:30:35Z git-was-pushed 820463873 _job:34189 commit:ed65477ac39d130a29c4297bbb073208b9bc8729 default_branch:master details:A new Git push #25898861176 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52884676391 event_type:PushEvent is_human:1 push_id:25898861176 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-03T17:45:36Z pull-was-opened 802720676 _job:34189 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#334 has been opened by @renovate[bot]. event_id:52886598605 event_type:PullRequestEvent is_human:0 issue:334 where:github who:29139614
2025-08-04T04:08:41Z issue-was-opened 840215648 _job:34189 details:The issue zerocracy/baza.rb#109 has been opened by @yegor256. event_id:52895830717 event_type:IssuesEvent is_human:1 issue:109 where:github who:526301
2025-08-03T16:56:48Z pull-was-opened 849726475 _job:34189 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#130 has been opened by @renovate[bot]. event_id:52885906551 event_type:PullRequestEvent is_human:0 issue:130 where:github who:29139614
2025-08-03T18:03:49Z pull-was-opened 799177290 _job:34189 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#848 has been opened by @renovate[bot]. event_id:52886841963 event_type:PullRequestEvent is_human:0 issue:848 where:github who:29139614
2025-08-03T18:02:51Z pull-was-merged 799177290 _job:34189 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#847 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:52886828518 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:847 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-03T17:17:13Z pull-was-opened 799177290 _job:34189 branch:version-up details:The pull request zerocracy/judges-action#847 has been opened by @github-actions[bot]. event_id:52886196440 event_type:PullRequestEvent is_human:0 issue:847 where:github who:41898282
2025-08-03T16:53:14Z pull-was-closed 799177290 _job:34189 branch:renovate/fbe-0.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#846 has been closed by @renovate[bot], with 2 HoC and 1 comments. event_id:52885858095 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:846 succeeded_builds:13 where:github who:29139614
2025-08-03T16:52:19Z git-was-pushed 799177290 _job:34189 commit:3c42423de635586456a2efe68fab7ccf550569e5 default_branch:master details:A new Git push #25899619154 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52885844773 event_type:PushEvent is_human:1 push_id:25899619154 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-03T15:17:27Z git-was-pushed 799177290 _job:34189 commit:1ada3715c31ef7caeebe5807e30e9429e6a26fe6 default_branch:master details:A new Git push #25898734671 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:52884481956 event_type:PushEvent is_human:1 push_id:25898734671 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-03T15:03:10Z pull-was-opened 799177290 _job:34189 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#846 has been opened by @renovate[bot]. event_id:52884265699 event_type:PullRequestEvent is_human:0 issue:846 where:github who:29139614
2025-07-28T23:09:13Z pull-was-opened 849726475 _job:34189 branch:renovate/judges-0.x-lockfile details:The pull zerocracy/swarm-template#128 has been opened by @renovate[bot]. is_human:0 issue:128 where:github who:29139614
2025-07-30T19:53:54Z pull-was-opened 849726475 _job:34189 branch:renovate/fbe-0.x-lockfile details:The pull zerocracy/swarm-template#129 has been opened by @renovate[bot]. is_human:0 issue:129 where:github who:29139614
2025-08-04T04:08:41Z label-was-attached 840215648 _job:34189 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#109. is_human:1 issue:109 label:bug where:github who:526301
2025-08-04T16:01:55Z pull-was-opened 798641472 _job:34189 branch:renovate/crate-ci-typos-1.x details:The pull request yegor256/factbase#266 has been opened by @renovate[bot]. event_id:52925633809 event_type:PullRequestEvent is_human:0 issue:266 where:github who:29139614
2025-08-04T17:51:57Z pull-was-opened 849726475 _job:34189 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/swarm-template#131 has been opened by @renovate[bot]. event_id:52929986289 event_type:PullRequestEvent is_human:0 issue:131 where:github who:29139614
2025-08-04T16:31:46Z pull-was-opened 820463873 _job:34189 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/fbe#257 has been opened by @renovate[bot]. event_id:52926880550 event_type:PullRequestEvent is_human:0 issue:257 where:github who:29139614
2025-08-04T16:47:09Z pull-was-opened 840215648 _job:34189 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/baza.rb#110 has been opened by @renovate[bot]. event_id:52927481661 event_type:PullRequestEvent is_human:0 issue:110 where:github who:29139614
2025-08-04T16:06:46Z pull-was-opened 181044958 _job:34189 branch:renovate/crate-ci-typos-1.x details:The pull request yegor256/0rsk#223 has been opened by @renovate[bot]. event_id:52925844613 event_type:PullRequestEvent is_human:0 issue:223 where:github who:29139614
2025-08-04T17:48:21Z pull-was-opened 802720676 _job:34189 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/pages-action#335 has been opened by @renovate[bot]. event_id:52929853715 event_type:PullRequestEvent is_human:0 issue:335 where:github who:29139614
2025-08-04T16:30:27Z pull-was-opened 799177290 _job:34189 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/judges-action#849 has been opened by @renovate[bot]. event_id:52926826733 event_type:PullRequestEvent is_human:0 issue:849 where:github who:29139614
2025-08-04T16:05:34Z pull-was-opened 799113787 _job:34189 branch:renovate/crate-ci-typos-1.x details:The pull request yegor256/judges#263 has been opened by @renovate[bot]. event_id:52925793250 event_type:PullRequestEvent is_human:0 issue:263 where:github who:29139614
2025-07-10T08:51:45Z pull-was-opened 181044958 _job:34189 branch:renovate/rack-2.x-lockfile details:The pull yegor256/0rsk#220 has been opened by @renovate[bot]. is_human:0 issue:220 where:github who:29139614
2025-07-29T03:14:37Z pull-was-opened 181044958 _job:34189 branch:renovate/sentry-ruby-monorepo details:The pull yegor256/0rsk#222 has been opened by @renovate[bot]. is_human:0 issue:222 where:github who:29139614
2025-08-04T21:48:55Z pull-was-opened 798641472 _job:34189 branch:renovate/crate-ci-typos-1.x details:The pull request yegor256/factbase#267 has been opened by @renovate[bot]. event_id:52938220432 event_type:PullRequestEvent is_human:0 issue:267 where:github who:29139614
2025-08-05T08:22:15Z issue-was-opened 840215648 _job:34189 details:The issue zerocracy/baza.rb#111 has been opened by @yegor256. is_human:1 issue:111 where:github who:526301
2025-08-05T08:22:23Z label-was-attached 840215648 _job:34189 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#111. is_human:1 issue:111 label:bug where:github who:526301
2025-08-05T04:51:26Z pull-was-opened 181044958 _job:34189 branch:renovate/thin-2.x details:The pull request yegor256/0rsk#225 has been opened by @renovate[bot]. event_id:52948029853 event_type:PullRequestEvent is_human:0 issue:225 where:github who:29139614
2025-08-05T12:31:23Z pull-was-opened 802720676 _job:34189 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/pages-action#336 has been opened by @renovate[bot]. event_id:52967401422 event_type:PullRequestEvent is_human:0 issue:336 where:github who:29139614
2025-08-05T12:30:36Z pull-was-opened 799177290 _job:34189 branch:renovate/rubocop-1.x-lockfile details:The pull zerocracy/judges-action#851 has been opened by @renovate[bot]. is_human:0 issue:851 where:github who:29139614
2025-08-07T11:37:21Z issue-was-opened 799113787 _job:34189 details:The issue yegor256/judges#265 has been opened by @yegor256. event_id:53069667870 event_type:IssuesEvent is_human:1 issue:265 where:github who:526301
2025-08-07T13:25:17Z git-was-pushed 840215648 _job:34189 commit:babbae3c4255c83763789c17d72acb1217edc64b default_branch:master details:A new Git push #25991261042 has arrived to zerocracy/baza.rb, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53074809838 event_type:PushEvent is_human:1 push_id:25991261042 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-07T13:24:28Z git-was-pushed 840215648 _job:34189 commit:ed34440cf0c6a40f889063a22d9934659a48720a default_branch:master details:A new Git push #25991241095 has arrived to zerocracy/baza.rb, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53074767381 event_type:PushEvent is_human:1 push_id:25991241095 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-07T20:08:32Z pull-was-merged 820463873 _job:34189 branch:renovate/crate-ci-typos-1.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/fbe#257 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:257 review_comments:0 succeeded_builds:10 where:github who:526301
2025-08-08T09:53:58Z git-was-pushed 799113787 _job:34189 commit:ba9dd5d4ac74649e44c1c6972a3371cecb95b5dd default_branch:master details:A new Git push #26010952949 has arrived to yegor256/judges, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53115281492 event_type:PushEvent is_human:1 push_id:26010952949 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-07T11:37:21Z label-was-attached 799113787 _job:34189 details:The 'bug' label was attached by @yegor256 to the issue yegor256/judges#265. is_human:1 issue:265 label:bug where:github who:526301
2025-08-08T11:02:34Z pull-was-opened 799177290 _job:34189 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/judges-action#860 has been opened by @renovate[bot]. event_id:53118009412 event_type:PullRequestEvent is_human:0 issue:860 where:github who:29139614
2025-08-08T11:26:34Z issue-was-closed 820463873 _job:34189 details:The issue zerocracy/fbe#264 has been closed by @yegor256. event_id:53118907823 event_type:IssuesEvent is_human:1 issue:264 where:github who:526301
2025-08-08T12:09:58Z git-was-pushed 820463873 _job:34189 commit:55c3d5da966b47d07e9a45bbe06957d921e3c91d default_branch:master details:A new Git push #26013512703 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53120584768 event_type:PushEvent is_human:1 push_id:26013512703 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-08T08:26:06Z issue-was-opened 799177290 _job:34189 details:The issue zerocracy/judges-action#858 has been opened by @yegor256. is_human:1 issue:858 where:github who:526301
2025-08-08T11:03:10Z issue-was-opened 820463873 _job:34189 details:The issue zerocracy/fbe#264 has been opened by @yegor256. is_human:1 issue:264 where:github who:526301
2025-08-08T12:39:38Z git-was-pushed 820463873 _job:34189 commit:a783e103cb265e7eceb7cf31731f160ca34787ed default_branch:master details:A new Git push #26014121591 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53121828199 event_type:PushEvent is_human:1 push_id:26014121591 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-08T08:50:23Z issue-was-closed 799177290 _job:34189 details:Apparently, zerocracy/judges-action#858 has been 'issue-was-closed'. is_human:1 issue:858 where:github who:526301
2025-08-05T13:53:34Z pull-was-opened 799113787 _job:34189 branch:renovate/rubocop-1.x-lockfile details:The pull yegor256/judges#264 has been opened by @renovate[bot]. is_human:0 issue:264 where:github who:29139614
2025-08-07T22:33:14Z pull-was-opened 799113787 _job:34189 branch:renovate/crate-ci-typos-1.x details:The pull yegor256/judges#266 has been opened by @renovate[bot]. is_human:0 issue:266 where:github who:29139614
2025-08-05T14:24:21Z pull-was-opened 798641472 _job:34189 branch:renovate/rubocop-1.x-lockfile details:The pull yegor256/factbase#268 has been opened by @renovate[bot]. is_human:0 issue:268 where:github who:29139614
2025-08-07T22:33:03Z pull-was-opened 798641472 _job:34189 branch:renovate/crate-ci-typos-1.x details:The pull yegor256/factbase#269 has been opened by @renovate[bot]. is_human:0 issue:269 where:github who:29139614
2025-08-08T00:43:04Z pull-was-opened 799177290 _job:34189 branch:renovate/crate-ci-typos-1.x details:The pull zerocracy/judges-action#855 has been opened by @renovate[bot]. is_human:0 issue:855 where:github who:29139614
2025-08-08T06:29:11Z pull-was-opened 799177290 _job:34189 branch:renovate/baza.rb-0.x-lockfile details:The pull zerocracy/judges-action#856 has been opened by @renovate[bot]. is_human:0 issue:856 where:github who:29139614
2025-08-08T08:49:22Z pull-was-opened 799177290 _job:34189 branch:version-up details:The pull zerocracy/judges-action#859 has been opened by @github-actions[bot]. is_human:0 issue:859 where:github who:41898282
2025-08-05T13:01:34Z pull-was-opened 820463873 _job:34189 branch:renovate/rubocop-1.x-lockfile details:The pull zerocracy/fbe#259 has been opened by @renovate[bot]. is_human:0 issue:259 where:github who:29139614
2025-08-07T21:12:48Z pull-was-opened 820463873 _job:34189 branch:renovate/crate-ci-typos-1.x details:The pull zerocracy/fbe#261 has been opened by @renovate[bot]. is_human:0 issue:261 where:github who:29139614
2025-08-05T13:09:07Z pull-was-opened 840215648 _job:34189 branch:renovate/rubocop-1.x-lockfile details:The pull zerocracy/baza.rb#112 has been opened by @renovate[bot]. is_human:0 issue:112 where:github who:29139614
2025-08-08T01:20:20Z pull-was-opened 840215648 _job:34189 branch:renovate/crate-ci-typos-1.x details:The pull zerocracy/baza.rb#114 has been opened by @renovate[bot]. is_human:0 issue:114 where:github who:29139614
2025-08-08T08:24:40Z pull-was-merged 799177290 _job:34189 branch:renovate/baza.rb-0.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#856 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:856 review_comments:0 succeeded_builds:13 where:github who:526301
2025-08-08T08:50:30Z pull-was-merged 799177290 _job:34189 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#859 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:859 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-08T14:45:43Z pull-was-closed 799177290 _job:34189 branch:renovate/fbe-0.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#860 has been 'pull-was-closed'. failed_builds:2 hoc:2 is_human:0 issue:860 succeeded_builds:11 where:github who:29139614
2025-08-08T12:55:49Z git-was-pushed 820463873 _job:34189 commit:37382b4169326263fd1fff97c54a7eccf629f16d default_branch:master details:A new Git push #26014458894 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53122512343 event_type:PushEvent is_human:1 push_id:26014458894 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-07T20:26:09Z pull-was-opened 802720676 _job:34189 branch:renovate/fbe-0.x-lockfile details:The pull zerocracy/pages-action#337 has been opened by @renovate[bot]. is_human:0 issue:337 where:github who:29139614
2025-08-08T01:19:23Z pull-was-opened 802720676 _job:34189 branch:renovate/crate-ci-typos-1.x details:The pull zerocracy/pages-action#338 has been opened by @renovate[bot]. is_human:0 issue:338 where:github who:29139614
2025-08-08T09:49:10Z pull-was-opened 802720676 _job:34189 branch:renovate/factbase-0.x-lockfile details:The pull zerocracy/pages-action#339 has been opened by @renovate[bot]. is_human:0 issue:339 where:github who:29139614
2025-08-07T21:28:49Z pull-was-opened 849726475 _job:34189 branch:renovate/crate-ci-typos-1.x details:The pull zerocracy/swarm-template#132 has been opened by @renovate[bot]. is_human:0 issue:132 where:github who:29139614
2025-08-07T21:29:11Z pull-was-opened 849726475 _job:34189 branch:renovate/fbe-0.x-lockfile details:The pull zerocracy/swarm-template#133 has been opened by @renovate[bot]. is_human:0 issue:133 where:github who:29139614
2025-08-08T14:24:49Z git-was-pushed 799177290 _job:34189 commit:66b77f1376569e3f033c705d3f781fcf3d798e8b default_branch:master details:A new Git push #26016375128 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53126525532 event_type:PushEvent is_human:1 push_id:26016375128 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-08T14:48:34Z pull-was-opened 799177290 _job:34189 branch:version-up details:The pull request zerocracy/judges-action#863 has been opened by @github-actions[bot]. event_id:53127587889 event_type:PullRequestEvent is_human:0 issue:863 where:github who:41898282
2025-08-08T14:45:43Z pull-was-opened 799177290 _job:34189 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#862 has been opened by @renovate[bot]. event_id:53127464536 event_type:PullRequestEvent is_human:0 issue:862 where:github who:29139614
2025-08-08T16:25:44Z pull-was-merged 799177290 _job:34189 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#862 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:862 review_comments:0 succeeded_builds:13 where:github who:526301
2025-08-08T16:39:21Z pull-was-closed 802720676 _job:34189 branch:renovate/factbase-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#339 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:339 succeeded_builds:14 where:github who:29139614
2025-08-08T16:25:35Z pull-was-merged 799177290 _job:34189 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#863 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:863 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-08T16:27:57Z pull-was-reviewed 802720676 _job:34189 comments:4 commits:1 details:The pull request zerocracy/pages-action#339 has been reviewed by @yegor256 with 2 HoC and 4 comments. event_id:53131624002 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:339 review_comments:0 where:github who:526301
2025-01-24T14:15:11Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:c8ddaccadefe36e19b81a826a470847e8917d48a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/c8ddaccadefe36e19b81a826a470847e8917d48a/#commitcomment-151731008 is_human:1 where:github who:526301 why:Pushed c8ddaccad to the default branch 'master' in yegor256/factbase
2025-01-27T12:18:42Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:919018db86ec8cdcb19928353a28f152a2a5175c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/919018db86ec8cdcb19928353a28f152a2a5175c/#commitcomment-151801430 is_human:1 where:github who:526301 why:Pushed 919018db8 to the default branch 'master' in zerocracy/fbe
2025-01-27T16:16:26Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:5f13d750af8c447479d4c16c42e9b356c2bba296 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/5f13d750af8c447479d4c16c42e9b356c2bba296/#commitcomment-151810511 is_human:1 where:github who:526301 why:Pushed 5f13d750a to the default branch 'master' in zerocracy/baza.rb
2025-01-28T21:15:11Z push-to-master-was-punished 802720676 _job:34189 award:-16 commit:203f9637c20933f54d54f29a7b32909065b1aa59 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/203f9637c20933f54d54f29a7b32909065b1aa59/#commitcomment-151871452 is_human:1 where:github who:526301 why:Pushed 203f9637c to the default branch 'master' in zerocracy/pages-action
2025-01-30T11:14:49Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:1618c188b8258bbafc5a28190da4106e1e4386fe default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/1618c188b8258bbafc5a28190da4106e1e4386fe/#commitcomment-151945964 is_human:1 where:github who:526301 why:Pushed 1618c188b to the default branch 'master' in yegor256/factbase
2025-01-30T12:17:58Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:0c9f7019df391489d3a0aff80ab55823565a3bc8 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/0c9f7019df391489d3a0aff80ab55823565a3bc8/#commitcomment-151948183 is_human:1 where:github who:526301 why:Pushed 0c9f7019d to the default branch 'master' in zerocracy/judges-action
2025-01-30T13:18:01Z push-to-master-was-punished 849726475 _job:34189 award:-16 commit:6b37488da26beb5fc9a0c23990c484702dacf16b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/swarm-template, the penalty amount is -16. href:https://github.com/zerocracy/swarm-template/commit/6b37488da26beb5fc9a0c23990c484702dacf16b/#commitcomment-151950463 is_human:1 where:github who:526301 why:Pushed 6b37488da to the default branch 'master' in zerocracy/swarm-template
2025-01-30T20:15:17Z push-to-master-was-punished 799113787 _job:34189 award:-16 commit:6ad2e466f6d9833bca9085e545ba99bc5d1c0e4c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/6ad2e466f6d9833bca9085e545ba99bc5d1c0e4c/#commitcomment-151970016 is_human:1 where:github who:526301 why:Pushed 6ad2e466f to the default branch 'master' in yegor256/judges
2025-03-20T08:09:20Z push-to-master-was-punished 849726475 _job:34189 award:-16 commit:01bd3bea6cc4b542616fb63108be34ddf56693ac default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/swarm-template, the penalty amount is -16. href:https://github.com/zerocracy/swarm-template/commit/01bd3bea6cc4b542616fb63108be34ddf56693ac/#commitcomment-154024239 is_human:1 where:github who:526301 why:Pushed 01bd3bea6 to the default branch 'master' in zerocracy/swarm-template
2025-03-20T08:09:21Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:142dfe1abb6e1eeda4770a06124ceb42a033aeed default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/142dfe1abb6e1eeda4770a06124ceb42a033aeed/#commitcomment-154024240 is_human:1 where:github who:526301 why:Pushed 142dfe1ab to the default branch 'master' in zerocracy/judges-action
2025-03-20T08:09:21Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:98cd19205e1f6d1b4883c3bdc88481b1939a7248 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/98cd19205e1f6d1b4883c3bdc88481b1939a7248/#commitcomment-154024241 is_human:1 where:github who:526301 why:Pushed 98cd19205 to the default branch 'master' in zerocracy/judges-action
2025-03-20T08:09:21Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:10710ac932f63c1045cd8efe1723749e1f73bf26 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/10710ac932f63c1045cd8efe1723749e1f73bf26/#commitcomment-154024244 is_human:1 where:github who:526301 why:Pushed 10710ac93 to the default branch 'master' in zerocracy/judges-action
2025-04-05T12:09:58Z code-contribution-was-rewarded 840215648 _job:34189 award:4 details:It's time to reward @yegor256 for the code contributed in zerocracy/baza.rb#46, the reward amount is 4. done:2025-08-21T13:56:00Z href:https://github.com/zerocracy/baza.rb/issues/46/#issuecomment-2780717314 is_human:1 issue:46 where:github who:526301 why:Contributed code in zerocracy/baza.rb#46
2025-04-05T12:09:37Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:70c1547e5c971a93bd91d4e4960ddbb732b07c3e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/70c1547e5c971a93bd91d4e4960ddbb732b07c3e/#commitcomment-154896703 is_human:1 where:github who:526301 why:Pushed 70c1547e5 to the default branch 'master' in yegor256/factbase
2025-04-05T12:09:37Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:dd7e3385f1b01dc7923c37b0f52e0492a9017333 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/dd7e3385f1b01dc7923c37b0f52e0492a9017333/#commitcomment-154896704 is_human:1 where:github who:526301 why:Pushed dd7e3385f to the default branch 'master' in yegor256/factbase
2025-04-05T12:09:37Z push-to-master-was-punished 799113787 _job:34189 award:-16 commit:9ddc05d2221616c4dcbb5a3eb88c7767b28ca999 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/9ddc05d2221616c4dcbb5a3eb88c7767b28ca999/#commitcomment-154896705 is_human:1 where:github who:526301 why:Pushed 9ddc05d22 to the default branch 'master' in yegor256/judges
2025-04-05T12:09:38Z push-to-master-was-punished 799113787 _job:34189 award:-16 commit:91ff2d019f3a444e56630499b847fc4d67f0528a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/91ff2d019f3a444e56630499b847fc4d67f0528a/#commitcomment-154896709 is_human:1 where:github who:526301 why:Pushed 91ff2d019 to the default branch 'master' in yegor256/judges
2025-04-05T12:09:38Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:e4587b5a237fb44a913692af30cc6429d3ff88dd default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/e4587b5a237fb44a913692af30cc6429d3ff88dd/#commitcomment-154896710 is_human:1 where:github who:526301 why:Pushed e4587b5a2 to the default branch 'master' in zerocracy/fbe
2025-04-05T12:09:38Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:5882efc508b59f50123546d7a6cdc1d3c81c9b2b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/5882efc508b59f50123546d7a6cdc1d3c81c9b2b/#commitcomment-154896711 is_human:1 where:github who:526301 why:Pushed 5882efc50 to the default branch 'master' in yegor256/factbase
2025-04-05T12:09:38Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:487f8ecef5f470af5530f1662ab1f5cff5f08c7c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/487f8ecef5f470af5530f1662ab1f5cff5f08c7c/#commitcomment-154896713 is_human:1 where:github who:526301 why:Pushed 487f8ecef to the default branch 'master' in yegor256/factbase
2025-04-05T12:09:38Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:0945ab833bb004a5593eae188cb737423ff7ffcc default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/0945ab833bb004a5593eae188cb737423ff7ffcc/#commitcomment-154896714 is_human:1 where:github who:526301 why:Pushed 0945ab833 to the default branch 'master' in yegor256/factbase
2025-04-05T12:09:39Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:103d174241a31ab3fbcc1beb8303701881a0125b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/103d174241a31ab3fbcc1beb8303701881a0125b/#commitcomment-154896715 is_human:1 where:github who:526301 why:Pushed 103d17424 to the default branch 'master' in zerocracy/judges-action
2025-04-05T12:09:39Z push-to-master-was-punished 802720676 _job:34189 award:-16 commit:fefda932037e167a01ef7a29653a5417f6b3b689 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/fefda932037e167a01ef7a29653a5417f6b3b689/#commitcomment-154896716 is_human:1 where:github who:526301 why:Pushed fefda9320 to the default branch 'master' in zerocracy/pages-action
2025-04-05T12:09:39Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:ad2e10add354a3d6f98b5a8a0fd3b0d3a7dbe892 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/ad2e10add354a3d6f98b5a8a0fd3b0d3a7dbe892/#commitcomment-154896717 is_human:1 where:github who:526301 why:Pushed ad2e10add to the default branch 'master' in zerocracy/baza.rb
2025-04-05T12:09:40Z push-to-master-was-punished 849726475 _job:34189 award:-16 commit:d5dcc293dcda36185ab992065f4efc0ecd83a62f default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/swarm-template, the penalty amount is -16. href:https://github.com/zerocracy/swarm-template/commit/d5dcc293dcda36185ab992065f4efc0ecd83a62f/#commitcomment-154896718 is_human:1 where:github who:526301 why:Pushed d5dcc293d to the default branch 'master' in zerocracy/swarm-template
2025-04-05T12:09:40Z push-to-master-was-punished 799113787 _job:34189 award:-16 commit:121bcb835789f8865ab41bac6126a636fa654ff9 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/121bcb835789f8865ab41bac6126a636fa654ff9/#commitcomment-154896719 is_human:1 where:github who:526301 why:Pushed 121bcb835 to the default branch 'master' in yegor256/judges
2025-04-05T12:09:40Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:94deb61837830ffb685631a8bfe7adcdac025668 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/94deb61837830ffb685631a8bfe7adcdac025668/#commitcomment-154896721 is_human:1 where:github who:526301 why:Pushed 94deb6183 to the default branch 'master' in zerocracy/fbe
2025-04-05T12:09:40Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:d32eade9c7bb544ff5ccb5315c48b4c528ab6302 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/d32eade9c7bb544ff5ccb5315c48b4c528ab6302/#commitcomment-154896722 is_human:1 where:github who:526301 why:Pushed d32eade9c to the default branch 'master' in zerocracy/fbe
2025-04-05T12:09:41Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:1bc5e0410969bf2dec6ca2329cc47ba464ff0171 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/1bc5e0410969bf2dec6ca2329cc47ba464ff0171/#commitcomment-154896723 is_human:1 where:github who:526301 why:Pushed 1bc5e0410 to the default branch 'master' in zerocracy/fbe
2025-04-05T12:09:41Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:945561cbe9a844fa175e3fdf4541768f301fcb57 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/945561cbe9a844fa175e3fdf4541768f301fcb57/#commitcomment-154896724 is_human:1 where:github who:526301 why:Pushed 945561cbe to the default branch 'master' in zerocracy/fbe
2025-04-05T12:09:41Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:9ebca7630907398b780ff7792f5bb932ecc5c3dc default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/9ebca7630907398b780ff7792f5bb932ecc5c3dc/#commitcomment-154896725 is_human:1 where:github who:526301 why:Pushed 9ebca7630 to the default branch 'master' in zerocracy/fbe
2025-04-05T12:09:41Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:9f4ffbb0d644d9a96e99b5091bf2710da3bb94a3 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/9f4ffbb0d644d9a96e99b5091bf2710da3bb94a3/#commitcomment-154896726 is_human:1 where:github who:526301 why:Pushed 9f4ffbb0d to the default branch 'master' in zerocracy/fbe
2025-04-05T12:09:41Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:aa0e7079fed5076a4b8b35dae9bd8f4d5ffffa62 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/aa0e7079fed5076a4b8b35dae9bd8f4d5ffffa62/#commitcomment-154896727 is_human:1 where:github who:526301 why:Pushed aa0e7079f to the default branch 'master' in zerocracy/fbe
2025-04-05T12:09:41Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:4756037e4b1d9ee956c20cebb38f9ca9411f0d2a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/4756037e4b1d9ee956c20cebb38f9ca9411f0d2a/#commitcomment-154896728 is_human:1 where:github who:526301 why:Pushed 4756037e4 to the default branch 'master' in zerocracy/baza.rb
2025-04-05T12:09:42Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:5845047a102f37cef39e9db5380a8e500cab3351 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/5845047a102f37cef39e9db5380a8e500cab3351/#commitcomment-154896729 is_human:1 where:github who:526301 why:Pushed 5845047a1 to the default branch 'master' in zerocracy/baza.rb
2025-04-05T12:09:42Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:9f04b981a90751660919e8621c78b14a631cf31d default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/9f04b981a90751660919e8621c78b14a631cf31d/#commitcomment-154896731 is_human:1 where:github who:526301 why:Pushed 9f04b981a to the default branch 'master' in zerocracy/baza.rb
2025-04-05T12:09:42Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:7c5435dcfed0b8148b97d7fe39bdd30d8acd8890 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/7c5435dcfed0b8148b97d7fe39bdd30d8acd8890/#commitcomment-154896733 is_human:1 where:github who:526301 why:Pushed 7c5435dcf to the default branch 'master' in zerocracy/baza.rb
2025-04-05T12:09:42Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:7057e6136af3f003dc679f33f65088b1aeb619e2 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/7057e6136af3f003dc679f33f65088b1aeb619e2/#commitcomment-154896736 is_human:1 where:github who:526301 why:Pushed 7057e6136 to the default branch 'master' in zerocracy/baza.rb
2025-04-05T12:09:42Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:bdd6637caece9355853d46bf2d3268f7903d763f default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/bdd6637caece9355853d46bf2d3268f7903d763f/#commitcomment-154896737 is_human:1 where:github who:526301 why:Pushed bdd6637ca to the default branch 'master' in zerocracy/baza.rb
2025-04-05T12:09:42Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:64b1b8738ba6ccb3c2095cd4c96314608d855c6b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/64b1b8738ba6ccb3c2095cd4c96314608d855c6b/#commitcomment-154896738 is_human:1 where:github who:526301 why:Pushed 64b1b8738 to the default branch 'master' in zerocracy/baza.rb
2025-04-05T12:09:43Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:fd6d73cd0486278e3ad31632ecea838a95c55910 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/fd6d73cd0486278e3ad31632ecea838a95c55910/#commitcomment-154896739 is_human:1 where:github who:526301 why:Pushed fd6d73cd0 to the default branch 'master' in zerocracy/baza.rb
2025-04-05T12:09:43Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:96ed00b1d2724999d7ec82a9127bfdc0bce92990 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/96ed00b1d2724999d7ec82a9127bfdc0bce92990/#commitcomment-154896740 is_human:1 where:github who:526301 why:Pushed 96ed00b1d to the default branch 'master' in yegor256/factbase
2025-04-05T12:09:43Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:709931249fd36525cec70d3287783b2621ab8aec default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/709931249fd36525cec70d3287783b2621ab8aec/#commitcomment-154896741 is_human:1 where:github who:526301 why:Pushed 709931249 to the default branch 'master' in yegor256/factbase
2025-04-05T12:09:43Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:d3b615f5aa155a9a79b3d5729b3d16432f807f5a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/d3b615f5aa155a9a79b3d5729b3d16432f807f5a/#commitcomment-154896742 is_human:1 where:github who:526301 why:Pushed d3b615f5a to the default branch 'master' in yegor256/factbase
2025-04-05T12:09:43Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:48158322435d6587a028f66d70447eff7fa1209d default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/48158322435d6587a028f66d70447eff7fa1209d/#commitcomment-154896743 is_human:1 where:github who:526301 why:Pushed 481583224 to the default branch 'master' in yegor256/factbase
2025-04-05T12:09:43Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:9207245c58396e207eb632ea0f30a50fa48e8f91 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/9207245c58396e207eb632ea0f30a50fa48e8f91/#commitcomment-154896744 is_human:1 where:github who:526301 why:Pushed 9207245c5 to the default branch 'master' in yegor256/factbase
2025-04-05T12:09:44Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:0f55d01f802457c0bdec3a473266e8953c4291c8 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/0f55d01f802457c0bdec3a473266e8953c4291c8/#commitcomment-154896745 is_human:1 where:github who:526301 why:Pushed 0f55d01f8 to the default branch 'master' in yegor256/factbase
2025-04-05T12:09:44Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:7a4b015c89ff7020aec76506f130cbe45387468d default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/7a4b015c89ff7020aec76506f130cbe45387468d/#commitcomment-154896746 is_human:1 where:github who:526301 why:Pushed 7a4b015c8 to the default branch 'master' in zerocracy/judges-action
2025-04-05T12:09:44Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:79374ca293da7a7479b1a53754ca63d556c31121 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/79374ca293da7a7479b1a53754ca63d556c31121/#commitcomment-154896747 is_human:1 where:github who:526301 why:Pushed 79374ca29 to the default branch 'master' in yegor256/factbase
2025-04-05T12:09:44Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:70d2eaa8ad65ee0858b44683a980513b6b352ae8 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/70d2eaa8ad65ee0858b44683a980513b6b352ae8/#commitcomment-154896748 is_human:1 where:github who:526301 why:Pushed 70d2eaa8a to the default branch 'master' in yegor256/factbase
2025-04-05T12:09:44Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:8b16ece7450af3dcd5dd9521b08e4e86be8ae9fb default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/8b16ece7450af3dcd5dd9521b08e4e86be8ae9fb/#commitcomment-154896749 is_human:1 where:github who:526301 why:Pushed 8b16ece74 to the default branch 'master' in yegor256/factbase
2025-04-05T12:09:44Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:7f12ff6e47f29c8fdf8854f5d52395a4d65e1a3b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/7f12ff6e47f29c8fdf8854f5d52395a4d65e1a3b/#commitcomment-154896750 is_human:1 where:github who:526301 why:Pushed 7f12ff6e4 to the default branch 'master' in zerocracy/fbe
2025-04-05T12:09:45Z push-to-master-was-punished 802720676 _job:34189 award:-16 commit:fc150bf46481b136ad077cd77d32938dd49b422d default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/fc150bf46481b136ad077cd77d32938dd49b422d/#commitcomment-154896751 is_human:1 where:github who:526301 why:Pushed fc150bf46 to the default branch 'master' in zerocracy/pages-action
2025-04-05T12:09:45Z push-to-master-was-punished 799113787 _job:34189 award:-16 commit:723df5c3f8de04996626e09e89fc7f892f6cfeda default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/723df5c3f8de04996626e09e89fc7f892f6cfeda/#commitcomment-154896753 is_human:1 where:github who:526301 why:Pushed 723df5c3f to the default branch 'master' in yegor256/judges
2025-04-05T12:09:45Z push-to-master-was-punished 799113787 _job:34189 award:-16 commit:f3a2057836f467747734cba12839e29c8ef10651 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/f3a2057836f467747734cba12839e29c8ef10651/#commitcomment-154896754 is_human:1 where:github who:526301 why:Pushed f3a205783 to the default branch 'master' in yegor256/judges
2025-04-05T12:09:45Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:8b6090ea0b6f793473cd1c12b54d48c3adddc7ba default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/8b6090ea0b6f793473cd1c12b54d48c3adddc7ba/#commitcomment-154896755 is_human:1 where:github who:526301 why:Pushed 8b6090ea0 to the default branch 'master' in zerocracy/judges-action
2025-04-05T12:09:45Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:0484d65de7f49f38fb42517c23c4edf6ccfb709c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/0484d65de7f49f38fb42517c23c4edf6ccfb709c/#commitcomment-154896756 is_human:1 where:github who:526301 why:Pushed 0484d65de to the default branch 'master' in yegor256/factbase
2025-04-05T12:09:46Z push-to-master-was-punished 799113787 _job:34189 award:-16 commit:5862f483e6d51f1329cb1d2f3e0136cacd5f587c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/5862f483e6d51f1329cb1d2f3e0136cacd5f587c/#commitcomment-154896757 is_human:1 where:github who:526301 why:Pushed 5862f483e to the default branch 'master' in yegor256/judges
2025-04-05T12:09:46Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:ad5990b0df6b9c4081fcb712b5daa70799ecc9f8 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/ad5990b0df6b9c4081fcb712b5daa70799ecc9f8/#commitcomment-154896759 is_human:1 where:github who:526301 why:Pushed ad5990b0d to the default branch 'master' in yegor256/factbase
2025-04-05T12:09:46Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:74c284d987afc3ca146081a65addc3d2bf0e9f0c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/74c284d987afc3ca146081a65addc3d2bf0e9f0c/#commitcomment-154896761 is_human:1 where:github who:526301 why:Pushed 74c284d98 to the default branch 'master' in zerocracy/judges-action
2025-04-05T12:09:46Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:4fb301c0a9f629aa6dcfc093797873128792bd88 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/4fb301c0a9f629aa6dcfc093797873128792bd88/#commitcomment-154896763 is_human:1 where:github who:526301 why:Pushed 4fb301c0a to the default branch 'master' in yegor256/factbase
2025-04-05T12:09:46Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:ccf200d143a8427d008583e9eb839089448dd096 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/ccf200d143a8427d008583e9eb839089448dd096/#commitcomment-154896764 is_human:1 where:github who:526301 why:Pushed ccf200d14 to the default branch 'master' in yegor256/factbase
2025-04-05T12:09:46Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:8aa01ccaae5c728adfc779092c713a96a98226c7 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/8aa01ccaae5c728adfc779092c713a96a98226c7/#commitcomment-154896765 is_human:1 where:github who:526301 why:Pushed 8aa01ccaa to the default branch 'master' in zerocracy/judges-action
2025-04-05T12:09:47Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:b3f80fe54a745e3fa255d203b38b78d9d0d4e220 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/b3f80fe54a745e3fa255d203b38b78d9d0d4e220/#commitcomment-154896766 is_human:1 where:github who:526301 why:Pushed b3f80fe54 to the default branch 'master' in zerocracy/judges-action
2025-04-05T12:09:47Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:0164a86dd2bcad2c7851c9c9e278549ac989218a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/0164a86dd2bcad2c7851c9c9e278549ac989218a/#commitcomment-154896767 is_human:1 where:github who:526301 why:Pushed 0164a86dd to the default branch 'master' in zerocracy/baza.rb
2025-04-05T12:09:47Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:39221b628da027180d6e9fd019777ec050ad51d0 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/39221b628da027180d6e9fd019777ec050ad51d0/#commitcomment-154896768 is_human:1 where:github who:526301 why:Pushed 39221b628 to the default branch 'master' in zerocracy/baza.rb
2025-04-05T12:09:47Z push-to-master-was-punished 799113787 _job:34189 award:-16 commit:48801515a8393bb2c923ab093293a3086fcc8a55 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/48801515a8393bb2c923ab093293a3086fcc8a55/#commitcomment-154896770 is_human:1 where:github who:526301 why:Pushed 48801515a to the default branch 'master' in yegor256/judges
2025-04-05T21:07:40Z code-review-was-rewarded 799177290 _job:34189 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#528, the reward amount is 4. done:2025-08-21T13:56:01Z href:https://github.com/zerocracy/judges-action/issues/528/#issuecomment-2781094687 is_human:1 issue:528 where:github who:526301 why:Reviewed code in zerocracy/judges-action#528
2025-04-12T05:08:38Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:7c20c38085484a9b38e3c5d0eb957ef33aeb5ab7 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/7c20c38085484a9b38e3c5d0eb957ef33aeb5ab7/#commitcomment-155228011 is_human:1 where:github who:526301 why:Pushed 7c20c3808 to the default branch 'master' in zerocracy/judges-action
2025-04-12T05:08:38Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:84dd47fb974ef08922ce53abc7ad2eb46f57cfab default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/84dd47fb974ef08922ce53abc7ad2eb46f57cfab/#commitcomment-155228012 is_human:1 where:github who:526301 why:Pushed 84dd47fb9 to the default branch 'master' in zerocracy/judges-action
2025-04-12T05:08:38Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:d3d396f95e6b8ffb58a463cf1e1ecebe3417e2e3 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/d3d396f95e6b8ffb58a463cf1e1ecebe3417e2e3/#commitcomment-155228014 is_human:1 where:github who:526301 why:Pushed d3d396f95 to the default branch 'master' in zerocracy/judges-action
2025-04-12T05:08:38Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:4ee8268e56c6a28678b39f44a1aa66636ed1454e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/4ee8268e56c6a28678b39f44a1aa66636ed1454e/#commitcomment-155228015 is_human:1 where:github who:526301 why:Pushed 4ee8268e5 to the default branch 'master' in zerocracy/judges-action
2025-04-12T05:08:39Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:51e58b31e9a69b956a72ba3ef88feabd12b8d38b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/51e58b31e9a69b956a72ba3ef88feabd12b8d38b/#commitcomment-155228016 is_human:1 where:github who:526301 why:Pushed 51e58b31e to the default branch 'master' in zerocracy/judges-action
2025-04-12T05:08:39Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:47deeae602556088a516d4e32ae9b3a517b23e0e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/47deeae602556088a516d4e32ae9b3a517b23e0e/#commitcomment-155228017 is_human:1 where:github who:526301 why:Pushed 47deeae60 to the default branch 'master' in zerocracy/judges-action
2025-04-12T07:07:56Z push-to-master-was-punished 802720676 _job:34189 award:-16 commit:b5c9cf9a9c76e16c4fe524dc099d671d530c6dfb default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/b5c9cf9a9c76e16c4fe524dc099d671d530c6dfb/#commitcomment-155230285 is_human:1 where:github who:526301 why:Pushed b5c9cf9a9 to the default branch 'master' in zerocracy/pages-action
2025-04-12T12:10:27Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:116e6a5f6ec07c79cb39989bcae779c02dfc0b3e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/116e6a5f6ec07c79cb39989bcae779c02dfc0b3e/#commitcomment-155235709 is_human:1 where:github who:526301 why:Pushed 116e6a5f6 to the default branch 'master' in zerocracy/baza.rb
2025-04-12T12:10:27Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:806f501cd717bfb09fbd683cc6f953db18743ea4 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/806f501cd717bfb09fbd683cc6f953db18743ea4/#commitcomment-155235711 is_human:1 where:github who:526301 why:Pushed 806f501cd to the default branch 'master' in zerocracy/baza.rb
2025-04-14T19:12:42Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:193ba9197939e6f9928a886f4c25cb0250adf699 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/193ba9197939e6f9928a886f4c25cb0250adf699/#commitcomment-155362403 is_human:1 where:github who:526301 why:Pushed 193ba9197 to the default branch 'master' in zerocracy/fbe
2025-04-14T19:12:42Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:5b8a174293ba092d337ff42f429d8b1fa71578f8 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/5b8a174293ba092d337ff42f429d8b1fa71578f8/#commitcomment-155362406 is_human:1 where:github who:526301 why:Pushed 5b8a17429 to the default branch 'master' in zerocracy/fbe
2025-04-14T19:12:42Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:ac436d21a5e770d1623f53a999fda549e6c17e65 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/ac436d21a5e770d1623f53a999fda549e6c17e65/#commitcomment-155362407 is_human:1 where:github who:526301 why:Pushed ac436d21a to the default branch 'master' in zerocracy/fbe
2025-04-16T20:08:56Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:48aced7b3264471505568eb4533d40c20e40f317 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/48aced7b3264471505568eb4533d40c20e40f317/#commitcomment-155498579 is_human:1 where:github who:526301 why:Pushed 48aced7b3 to the default branch 'master' in yegor256/factbase
2025-04-16T20:08:56Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:55b1fe72ed8f31b4e733b97cd277bdcc6459324f default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/55b1fe72ed8f31b4e733b97cd277bdcc6459324f/#commitcomment-155498581 is_human:1 where:github who:526301 why:Pushed 55b1fe72e to the default branch 'master' in yegor256/factbase
2025-04-16T20:08:56Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:cbb52cb2da43dcb329f87f8f810811319524491e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/cbb52cb2da43dcb329f87f8f810811319524491e/#commitcomment-155498584 is_human:1 where:github who:526301 why:Pushed cbb52cb2d to the default branch 'master' in yegor256/factbase
2025-04-18T13:13:22Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:34d29eefce9c559cd09b160f9314ffda0aacc569 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/34d29eefce9c559cd09b160f9314ffda0aacc569/#commitcomment-155581831 is_human:1 where:github who:526301 why:Pushed 34d29eefc to the default branch 'master' in zerocracy/judges-action
2025-04-18T13:13:22Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:1025b97aa2ae9657f885890bfe09bb07f47d91cc default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/1025b97aa2ae9657f885890bfe09bb07f47d91cc/#commitcomment-155581832 is_human:1 where:github who:526301 why:Pushed 1025b97aa to the default branch 'master' in zerocracy/judges-action
2025-04-18T20:07:21Z push-to-master-was-punished 799113787 _job:34189 award:-16 commit:eb65dfff1e608c98b64da9c61d48b7654e11fef6 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/eb65dfff1e608c98b64da9c61d48b7654e11fef6/#commitcomment-155593569 is_human:1 where:github who:526301 why:Pushed eb65dfff1 to the default branch 'master' in yegor256/judges
2025-04-23T15:08:53Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:a7ff49ef519b4b3944ca52adaf3c4c4da767ed91 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/a7ff49ef519b4b3944ca52adaf3c4c4da767ed91/#commitcomment-155766971 is_human:1 where:github who:526301 why:Pushed a7ff49ef5 to the default branch 'master' in zerocracy/fbe
2025-04-23T15:08:53Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:4f111c51dd2b94453cf470d4750b47d88cede14e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/4f111c51dd2b94453cf470d4750b47d88cede14e/#commitcomment-155766972 is_human:1 where:github who:526301 why:Pushed 4f111c51d to the default branch 'master' in zerocracy/fbe
2025-04-29T14:12:25Z push-to-master-was-punished 974194993 _job:34189 award:-16 commit:d145ea8eca2c7eff32d45acb3e37a8ffb8fa4d01 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/zerocracy-mcp-server, the penalty amount is -16. href:https://github.com/zerocracy/zerocracy-mcp-server/commit/d145ea8eca2c7eff32d45acb3e37a8ffb8fa4d01/#commitcomment-156072571 is_human:1 where:github who:526301 why:Pushed d145ea8ec to the default branch 'master' in zerocracy/zerocracy-mcp-server
2025-04-29T14:12:25Z push-to-master-was-punished 974194993 _job:34189 award:-16 commit:fa8b160d68e0475e6ca9d6c5435745bcf1248d4c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/zerocracy-mcp-server, the penalty amount is -16. href:https://github.com/zerocracy/zerocracy-mcp-server/commit/fa8b160d68e0475e6ca9d6c5435745bcf1248d4c/#commitcomment-156072572 is_human:1 where:github who:526301 why:Pushed fa8b160d6 to the default branch 'master' in zerocracy/zerocracy-mcp-server
2025-05-01T15:10:31Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:0ec49eb8d9b5e48dbe00d70a15cf638efe451d41 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/0ec49eb8d9b5e48dbe00d70a15cf638efe451d41/#commitcomment-156178533 is_human:1 where:github who:526301 why:Pushed 0ec49eb8d to the default branch 'master' in zerocracy/judges-action
2025-05-01T15:10:31Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:c6d02f1b779565ee1a8b9182a81de204ddb54f0b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/c6d02f1b779565ee1a8b9182a81de204ddb54f0b/#commitcomment-156178534 is_human:1 where:github who:526301 why:Pushed c6d02f1b7 to the default branch 'master' in zerocracy/judges-action
2025-05-01T18:11:44Z push-to-master-was-punished 799113787 _job:34189 award:-16 commit:9e849ddd324311c73fa0bc33b4b3fc7ce1f919b0 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/9e849ddd324311c73fa0bc33b4b3fc7ce1f919b0/#commitcomment-156186777 is_human:1 where:github who:526301 why:Pushed 9e849ddd3 to the default branch 'master' in yegor256/judges
2025-05-04T17:39:55Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:a5b7919b8fc6291d3f6ef935494a784a71acc7cc default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/a5b7919b8fc6291d3f6ef935494a784a71acc7cc/#commitcomment-156361209 is_human:1 where:github who:526301 why:Pushed a5b7919b8 to the default branch 'master' in yegor256/factbase
2025-05-05T04:13:43Z push-to-master-was-punished 802720676 _job:34189 award:-16 commit:52ec1c941e46a42ce5899443fd682e59fd10f60e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/52ec1c941e46a42ce5899443fd682e59fd10f60e/#commitcomment-156378485 is_human:1 where:github who:526301 why:Pushed 52ec1c941 to the default branch 'master' in zerocracy/pages-action
2025-05-05T15:41:32Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:c83f3414ddb95687e31efa027697c925d994f3f9 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/c83f3414ddb95687e31efa027697c925d994f3f9/#commitcomment-156401915 is_human:1 where:github who:526301 why:Pushed c83f3414d to the default branch 'master' in zerocracy/fbe
2025-05-05T16:44:51Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:a1e77cfcbaddd53816c48438efb8a853423326ca default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/a1e77cfcbaddd53816c48438efb8a853423326ca/#commitcomment-156406137 is_human:1 where:github who:526301 why:Pushed a1e77cfcb to the default branch 'master' in zerocracy/baza.rb
2025-05-06T08:45:04Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:d57b88f3a554ed41b9e95eb496c52091c3a7c5f1 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/d57b88f3a554ed41b9e95eb496c52091c3a7c5f1/#commitcomment-156447821 is_human:1 where:github who:526301 why:Pushed d57b88f3a to the default branch 'master' in zerocracy/judges-action
2025-05-06T09:13:14Z push-to-master-was-punished 799113787 _job:34189 award:-16 commit:b901e55c52ec0168ad2c4005fad492352141c8b7 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/b901e55c52ec0168ad2c4005fad492352141c8b7/#commitcomment-156448989 is_human:1 where:github who:526301 why:Pushed b901e55c5 to the default branch 'master' in yegor256/judges
2025-05-08T06:13:43Z push-to-master-was-punished 974194993 _job:34189 award:-16 commit:741c5facf2766e213b8cba7dd88b135d396401ae default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/zerocracy-mcp-server, the penalty amount is -16. href:https://github.com/zerocracy/zerocracy-mcp-server/commit/741c5facf2766e213b8cba7dd88b135d396401ae/#commitcomment-156586129 is_human:1 where:github who:526301 why:Pushed 741c5facf to the default branch 'master' in zerocracy/zerocracy-mcp-server
2025-05-08T06:46:59Z push-to-master-was-punished 849726475 _job:34189 award:-16 commit:19b44c99cff29afe7c1e69ebfebb90adc425f31a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/swarm-template, the penalty amount is -16. href:https://github.com/zerocracy/swarm-template/commit/19b44c99cff29afe7c1e69ebfebb90adc425f31a/#commitcomment-156587149 is_human:1 where:github who:526301 why:Pushed 19b44c99c to the default branch 'master' in zerocracy/swarm-template
2025-05-08T08:12:45Z push-to-master-was-punished 181044958 _job:34189 award:-16 commit:3d62bc591ef8c80c3f4e33f9e581581e2fa30f00 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/3d62bc591ef8c80c3f4e33f9e581581e2fa30f00/#commitcomment-156592592 is_human:1 where:github who:526301 why:Pushed 3d62bc591 to the default branch 'master' in yegor256/0rsk
2025-05-08T08:12:46Z push-to-master-was-punished 181044958 _job:34189 award:-16 commit:a9aea651c8ed56d1c0366a775edc75adbc5a13aa default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/a9aea651c8ed56d1c0366a775edc75adbc5a13aa/#commitcomment-156592593 is_human:1 where:github who:526301 why:Pushed a9aea651c to the default branch 'master' in yegor256/0rsk
2025-05-12T16:44:33Z push-to-master-was-punished 974194993 _job:34189 award:-16 commit:d427f5ffc784a6ed53267c8846793279ea60af4c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/zerocracy-mcp-server, the penalty amount is -16. href:https://github.com/zerocracy/zerocracy-mcp-server/commit/d427f5ffc784a6ed53267c8846793279ea60af4c/#commitcomment-156844565 is_human:1 where:github who:526301 why:Pushed d427f5ffc to the default branch 'master' in zerocracy/zerocracy-mcp-server
2025-05-14T05:45:12Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:47abec871dec2c5329b1bf3349ce3b5afcd754c3 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/47abec871dec2c5329b1bf3349ce3b5afcd754c3/#commitcomment-156976231 is_human:1 where:github who:526301 why:Pushed 47abec871 to the default branch 'master' in zerocracy/fbe
2025-05-14T05:45:12Z push-to-master-was-punished 849726475 _job:34189 award:-16 commit:73a7ee1b1c676bd16fd119e345f5de5af09f60bd default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/swarm-template, the penalty amount is -16. href:https://github.com/zerocracy/swarm-template/commit/73a7ee1b1c676bd16fd119e345f5de5af09f60bd/#commitcomment-156976233 is_human:1 where:github who:526301 why:Pushed 73a7ee1b1 to the default branch 'master' in zerocracy/swarm-template
2025-05-14T05:45:13Z push-to-master-was-punished 799113787 _job:34189 award:-16 commit:8ddcada3bcff51fdc08cd73dddaea46c1f683ffe default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/8ddcada3bcff51fdc08cd73dddaea46c1f683ffe/#commitcomment-156976236 is_human:1 where:github who:526301 why:Pushed 8ddcada3b to the default branch 'master' in yegor256/judges
2025-05-14T05:45:13Z push-to-master-was-punished 181044958 _job:34189 award:-16 commit:4a57ed5d1f7368e3130d346ab4113f820f20b320 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/4a57ed5d1f7368e3130d346ab4113f820f20b320/#commitcomment-156976238 is_human:1 where:github who:526301 why:Pushed 4a57ed5d1 to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:13Z push-to-master-was-punished 181044958 _job:34189 award:-16 commit:7aa179a385047f2ab365df0388def0116c626197 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/7aa179a385047f2ab365df0388def0116c626197/#commitcomment-156976239 is_human:1 where:github who:526301 why:Pushed 7aa179a38 to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:13Z push-to-master-was-punished 181044958 _job:34189 award:-16 commit:ed98d6230a35a7bc8e656e27757ce1735c4d4fd1 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/ed98d6230a35a7bc8e656e27757ce1735c4d4fd1/#commitcomment-156976240 is_human:1 where:github who:526301 why:Pushed ed98d6230 to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:13Z push-to-master-was-punished 181044958 _job:34189 award:-16 commit:4023b7c733461e77f4b2c8facd4ca4e0dd12ed68 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/4023b7c733461e77f4b2c8facd4ca4e0dd12ed68/#commitcomment-156976241 is_human:1 where:github who:526301 why:Pushed 4023b7c73 to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:14Z push-to-master-was-punished 181044958 _job:34189 award:-16 commit:8291d66c347404ffd2f7f1e11ead52adbf617d2f default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/8291d66c347404ffd2f7f1e11ead52adbf617d2f/#commitcomment-156976243 is_human:1 where:github who:526301 why:Pushed 8291d66c3 to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:14Z push-to-master-was-punished 181044958 _job:34189 award:-16 commit:f8baa3cf43e70d8d7df0df525feeef77051b8b8e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/f8baa3cf43e70d8d7df0df525feeef77051b8b8e/#commitcomment-156976246 is_human:1 where:github who:526301 why:Pushed f8baa3cf4 to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:14Z push-to-master-was-punished 181044958 _job:34189 award:-16 commit:07a6864917e34b343b8ee583dee67d97f21f1c71 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/07a6864917e34b343b8ee583dee67d97f21f1c71/#commitcomment-156976247 is_human:1 where:github who:526301 why:Pushed 07a686491 to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:14Z push-to-master-was-punished 181044958 _job:34189 award:-16 commit:b92f0798769e04f8156131e7c2d0b62dc514559c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/b92f0798769e04f8156131e7c2d0b62dc514559c/#commitcomment-156976248 is_human:1 where:github who:526301 why:Pushed b92f07987 to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:14Z push-to-master-was-punished 181044958 _job:34189 award:-16 commit:de602813157435a2c5270c9bf876287f7ec4bb51 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/de602813157435a2c5270c9bf876287f7ec4bb51/#commitcomment-156976250 is_human:1 where:github who:526301 why:Pushed de6028131 to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:15Z push-to-master-was-punished 181044958 _job:34189 award:-16 commit:a6ca8127ac205998cdf2d5abbc2cb05918f53261 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/a6ca8127ac205998cdf2d5abbc2cb05918f53261/#commitcomment-156976252 is_human:1 where:github who:526301 why:Pushed a6ca8127a to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:15Z push-to-master-was-punished 181044958 _job:34189 award:-16 commit:e645ff978d6a68f0b55eb9e54d3d3b259c9be2b2 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/e645ff978d6a68f0b55eb9e54d3d3b259c9be2b2/#commitcomment-156976253 is_human:1 where:github who:526301 why:Pushed e645ff978 to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:15Z push-to-master-was-punished 181044958 _job:34189 award:-16 commit:f97024b49e4ff0ea8df7bb7c405f65f02aa286fc default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/f97024b49e4ff0ea8df7bb7c405f65f02aa286fc/#commitcomment-156976254 is_human:1 where:github who:526301 why:Pushed f97024b49 to the default branch 'master' in yegor256/0rsk
2025-05-14T05:45:15Z push-to-master-was-punished 802720676 _job:34189 award:-16 commit:171ea2312f811c69cf1ee1856be71a15b633f124 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/171ea2312f811c69cf1ee1856be71a15b633f124/#commitcomment-156976257 is_human:1 where:github who:526301 why:Pushed 171ea2312 to the default branch 'master' in zerocracy/pages-action
2025-05-14T05:45:16Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:88a7f9ea6e7f0681e4be1afd878efd82de01b9c0 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/88a7f9ea6e7f0681e4be1afd878efd82de01b9c0/#commitcomment-156976258 is_human:1 where:github who:526301 why:Pushed 88a7f9ea6 to the default branch 'master' in zerocracy/baza.rb
2025-05-14T05:45:16Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:baad9ca9bb91a3d0a2dd65c5fb8ed4e560eb957c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/baad9ca9bb91a3d0a2dd65c5fb8ed4e560eb957c/#commitcomment-156976260 is_human:1 where:github who:526301 why:Pushed baad9ca9b to the default branch 'master' in zerocracy/judges-action
2025-05-14T05:45:16Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:01d8653040dea3ed3ab243da2d61d527440b2d06 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/01d8653040dea3ed3ab243da2d61d527440b2d06/#commitcomment-156976262 is_human:1 where:github who:526301 why:Pushed 01d865304 to the default branch 'master' in yegor256/factbase
2025-05-18T18:45:46Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:5f3178ff2299298ebdcf91ba8de093825080494a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/5f3178ff2299298ebdcf91ba8de093825080494a/#commitcomment-157326340 is_human:1 where:github who:526301 why:Pushed 5f3178ff2 to the default branch 'master' in zerocracy/judges-action
2025-05-19T10:45:32Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:576db82271bb062fc7b93329bf0e993fb20477dc default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/576db82271bb062fc7b93329bf0e993fb20477dc/#commitcomment-157361625 is_human:1 where:github who:526301 why:Pushed 576db8227 to the default branch 'master' in zerocracy/fbe
2025-05-19T10:45:33Z push-to-master-was-punished 181044958 _job:34189 award:-16 commit:aa1070c37c2db9a82c9dd78810799707d4920550 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/aa1070c37c2db9a82c9dd78810799707d4920550/#commitcomment-157361627 is_human:1 where:github who:526301 why:Pushed aa1070c37 to the default branch 'master' in yegor256/0rsk
2025-05-19T10:45:33Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:756c10bcb5c17c0cc003a114b2d8d35a6053783c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/756c10bcb5c17c0cc003a114b2d8d35a6053783c/#commitcomment-157361630 is_human:1 where:github who:526301 why:Pushed 756c10bcb to the default branch 'master' in zerocracy/baza.rb
2025-05-19T11:11:29Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:c406fdbd24bbea55a8396c81589f874347d1debb default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/c406fdbd24bbea55a8396c81589f874347d1debb/#commitcomment-157361631 is_human:1 where:github who:526301 why:Pushed c406fdbd2 to the default branch 'master' in yegor256/factbase
2025-05-19T11:11:30Z push-to-master-was-punished 799113787 _job:34189 award:-16 commit:ee07a8aab80f43ed9f03b1144e6fc9fa19fba4bc default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/ee07a8aab80f43ed9f03b1144e6fc9fa19fba4bc/#commitcomment-157361632 is_human:1 where:github who:526301 why:Pushed ee07a8aab to the default branch 'master' in yegor256/judges
2025-05-19T11:11:30Z push-to-master-was-punished 802720676 _job:34189 award:-16 commit:e7cafe288d7ecf688d4d8b8510a01f46c67d088c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/e7cafe288d7ecf688d4d8b8510a01f46c67d088c/#commitcomment-157361633 is_human:1 where:github who:526301 why:Pushed e7cafe288 to the default branch 'master' in zerocracy/pages-action
2025-05-19T11:40:53Z push-to-master-was-punished 974194993 _job:34189 award:-16 commit:e425fac38daa18ee74d941c732cb4292b5cd7ae0 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/zerocracy-mcp-server, the penalty amount is -16. href:https://github.com/zerocracy/zerocracy-mcp-server/commit/e425fac38daa18ee74d941c732cb4292b5cd7ae0/#commitcomment-157368634 is_human:1 where:github who:526301 why:Pushed e425fac38 to the default branch 'master' in zerocracy/zerocracy-mcp-server
2025-05-19T11:40:54Z push-to-master-was-punished 849726475 _job:34189 award:-16 commit:8a31706c638f60ec7c5befc37332849dc16a1fcd default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/swarm-template, the penalty amount is -16. href:https://github.com/zerocracy/swarm-template/commit/8a31706c638f60ec7c5befc37332849dc16a1fcd/#commitcomment-157368636 is_human:1 where:github who:526301 why:Pushed 8a31706c6 to the default branch 'master' in zerocracy/swarm-template
2025-05-23T09:44:08Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:0d6c0739e5273bcb72c9790ad4abd66c33026971 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/0d6c0739e5273bcb72c9790ad4abd66c33026971/#commitcomment-157815618 is_human:1 where:github who:526301 why:Pushed 0d6c0739e to the default branch 'master' in zerocracy/judges-action
2025-05-23T09:44:08Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:d22c2fa0250d9a44f415ee2cdb896d7ae8cbac6f default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/d22c2fa0250d9a44f415ee2cdb896d7ae8cbac6f/#commitcomment-157815619 is_human:1 where:github who:526301 why:Pushed d22c2fa02 to the default branch 'master' in zerocracy/judges-action
2025-05-23T09:44:09Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:4a8dd726a6ed48a8434ec6ccf3b613fdbc1d7fda default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/4a8dd726a6ed48a8434ec6ccf3b613fdbc1d7fda/#commitcomment-157815620 is_human:1 where:github who:526301 why:Pushed 4a8dd726a to the default branch 'master' in zerocracy/judges-action
2025-05-26T11:12:27Z push-to-master-was-punished 802720676 _job:34189 award:-16 commit:571fb981e82903431b2fb24c625ac943403d9553 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/571fb981e82903431b2fb24c625ac943403d9553/#commitcomment-158019289 is_human:1 where:github who:526301 why:Pushed 571fb981e to the default branch 'master' in zerocracy/pages-action
2025-05-26T11:12:27Z push-to-master-was-punished 799113787 _job:34189 award:-16 commit:1ce1cc9bc0bf4b99efbdab28931f514c06dac75f default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/1ce1cc9bc0bf4b99efbdab28931f514c06dac75f/#commitcomment-158019291 is_human:1 where:github who:526301 why:Pushed 1ce1cc9bc to the default branch 'master' in yegor256/judges
2025-05-27T14:13:59Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:971c99dd2f2c9c46ebbd483669caad8610487340 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/971c99dd2f2c9c46ebbd483669caad8610487340/#commitcomment-158126689 is_human:1 where:github who:526301 why:Pushed 971c99dd2 to the default branch 'master' in zerocracy/fbe
2025-05-28T00:34:57Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:41e2632ae92faf658d9cf5ee0ed4b984feb0ec3b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/41e2632ae92faf658d9cf5ee0ed4b984feb0ec3b/#commitcomment-158176399 is_human:1 where:github who:526301 why:Pushed 41e2632ae to the default branch 'master' in zerocracy/baza.rb
2025-05-28T17:43:11Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:16e0d45108359693dfc146e95452c2da2365a477 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/16e0d45108359693dfc146e95452c2da2365a477/#commitcomment-158284782 is_human:1 where:github who:526301 why:Pushed 16e0d4510 to the default branch 'master' in zerocracy/judges-action
2025-05-28T20:44:44Z push-to-master-was-punished 181044958 _job:34189 award:-16 commit:8385d2f5115a8650bbd829fc6181d70dc3c799ac default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/8385d2f5115a8650bbd829fc6181d70dc3c799ac/#commitcomment-158306679 is_human:1 where:github who:526301 why:Pushed 8385d2f51 to the default branch 'master' in yegor256/0rsk
2025-05-28T20:44:44Z push-to-master-was-punished 181044958 _job:34189 award:-16 commit:0a8098e19332d7967519acbaa9bc1f2657ab8fe5 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/0rsk, the penalty amount is -16. href:https://github.com/yegor256/0rsk/commit/0a8098e19332d7967519acbaa9bc1f2657ab8fe5/#commitcomment-158306681 is_human:1 where:github who:526301 why:Pushed 0a8098e19 to the default branch 'master' in yegor256/0rsk
2025-06-30T21:43:52Z push-to-master-was-punished 799113787 _job:34189 award:-16 commit:ee49d39ba7efecf5706167ab938217d45f2e0528 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/ee49d39ba7efecf5706167ab938217d45f2e0528/#commitcomment-161160492 is_human:1 where:github who:526301 why:Pushed ee49d39ba to the default branch 'master' in yegor256/judges
2025-06-30T21:43:53Z push-to-master-was-punished 799113787 _job:34189 award:-16 commit:28281decabf5024e21835aae692c0a8d656259e1 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/28281decabf5024e21835aae692c0a8d656259e1/#commitcomment-161160494 is_human:1 where:github who:526301 why:Pushed 28281deca to the default branch 'master' in yegor256/judges
2025-06-30T21:43:53Z push-to-master-was-punished 799113787 _job:34189 award:-16 commit:cf8b08ef77fbd631140504a3f1141a3abf76a1c0 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/cf8b08ef77fbd631140504a3f1141a3abf76a1c0/#commitcomment-161160495 is_human:1 where:github who:526301 why:Pushed cf8b08ef7 to the default branch 'master' in yegor256/judges
2025-06-30T21:43:54Z push-to-master-was-punished 799113787 _job:34189 award:-16 commit:a16d22f16de5541e6feb0a8523cb6ac4d16f704c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/a16d22f16de5541e6feb0a8523cb6ac4d16f704c/#commitcomment-161160496 is_human:1 where:github who:526301 why:Pushed a16d22f16 to the default branch 'master' in yegor256/judges
2025-07-07T10:03:59Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:8b6c03fa94050ed0643cad99329f24a958fe1200 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/8b6c03fa94050ed0643cad99329f24a958fe1200/#commitcomment-161573654 is_human:1 where:github who:526301 why:Pushed 8b6c03fa9 to the default branch 'master' in zerocracy/judges-action
2025-07-07T10:04:00Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:01e256fe22d6acbca750f950caffc554d87d4371 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/01e256fe22d6acbca750f950caffc554d87d4371/#commitcomment-161573656 is_human:1 where:github who:526301 why:Pushed 01e256fe2 to the default branch 'master' in zerocracy/judges-action
2025-07-07T10:04:00Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:6b7aea60a74d3d84a96f7cc1e52204030d6e2ff5 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/6b7aea60a74d3d84a96f7cc1e52204030d6e2ff5/#commitcomment-161573657 is_human:1 where:github who:526301 why:Pushed 6b7aea60a to the default branch 'master' in zerocracy/judges-action
2025-07-22T17:01:17Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:6673e9ceee9bf903e76065e5d2900f4f47e9d88c default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/6673e9ceee9bf903e76065e5d2900f4f47e9d88c/#commitcomment-162612127 is_human:1 where:github who:526301 why:Pushed 6673e9cee to the default branch 'master' in zerocracy/judges-action
2025-07-25T06:30:38Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:01efdd8af3cbce2ef617757ad291b207004d43ec default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/01efdd8af3cbce2ef617757ad291b207004d43ec/#commitcomment-162845172 is_human:1 where:github who:526301 why:Pushed 01efdd8af to the default branch 'master' in zerocracy/fbe
2025-07-25T06:30:39Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:cdef6cf7aedcf8b70e92927f587c63c6cff44432 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/cdef6cf7aedcf8b70e92927f587c63c6cff44432/#commitcomment-162845173 is_human:1 where:github who:526301 why:Pushed cdef6cf7a to the default branch 'master' in zerocracy/fbe
2025-07-25T06:30:40Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:9b1bd7fe00412b81ec1b2e25419732811f9d47b7 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/9b1bd7fe00412b81ec1b2e25419732811f9d47b7/#commitcomment-162845175 is_human:1 where:github who:526301 why:Pushed 9b1bd7fe0 to the default branch 'master' in zerocracy/fbe
2025-07-27T20:28:07Z push-to-master-was-punished 799113787 _job:34189 award:-16 commit:f662ecd23ce813b6ebb958a6f6cca2d62a273042 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/f662ecd23ce813b6ebb958a6f6cca2d62a273042/#commitcomment-162940862 is_human:1 where:github who:526301 why:Pushed f662ecd23 to the default branch 'master' in yegor256/judges
2024-08-13T17:19:29Z push-to-master-was-punished 840215648 _job:34189 award:-20 cause:144545 commit:43618e64e0540c13566c46bb6b06fed079d263f5 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -20. href:https://github.com/zerocracy/baza.rb/commit/43618e64e0540c13566c46bb6b06fed079d263f5/#commitcomment-145339626 is_human:1 where:github who:526301 why:Pushed 43618e64e to default branch 'master' in zerocracy/baza.rb
2024-08-14T16:20:01Z push-to-master-was-punished 799113787 _job:34189 award:-20 cause:148046 commit:d6ad7856dac3fd7a640cfcfadcab1e2c4591be29 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -20. href:https://github.com/yegor256/judges/commit/d6ad7856dac3fd7a640cfcfadcab1e2c4591be29/#commitcomment-145384338 is_human:1 where:github who:526301 why:Pushed d6ad7856d to default branch 'master' in yegor256/judges
2024-08-14T17:19:34Z push-to-master-was-punished 820463873 _job:34189 award:-20 cause:148291 commit:827a9f99bfbb773b74eb29dc96a96b4e9eae9a6b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -20. href:https://github.com/zerocracy/fbe/commit/827a9f99bfbb773b74eb29dc96a96b4e9eae9a6b/#commitcomment-145387370 is_human:1 where:github who:526301 why:Pushed 827a9f99b to default branch 'master' in zerocracy/fbe
2024-08-16T07:19:39Z push-to-master-was-punished 802720676 _job:34189 award:-20 cause:155067 commit:aa46b1c3469eff07afc95fdaba5c031f7ed7fe89 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -20. href:https://github.com/zerocracy/pages-action/commit/aa46b1c3469eff07afc95fdaba5c031f7ed7fe89/#commitcomment-145444299 is_human:1 where:github who:526301 why:Pushed aa46b1c34 to default branch 'master' in zerocracy/pages-action
2024-08-16T21:22:44Z push-to-master-was-punished 799177290 _job:34189 award:-20 cause:157337 commit:fc33bb18bfb68596558b7cf3f477cc6dc329afc5 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -20. href:https://github.com/zerocracy/judges-action/commit/fc33bb18bfb68596558b7cf3f477cc6dc329afc5/#commitcomment-145470443 is_human:1 where:github who:526301 why:Pushed fc33bb18b to default branch 'master' in zerocracy/judges-action
2024-08-18T03:20:35Z push-to-master-was-punished 840215648 _job:34189 award:-20 cause:162493 commit:dfa9cb302c6cd60de3ff44932a14bebabb79462a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -20. href:https://github.com/zerocracy/baza.rb/commit/dfa9cb302c6cd60de3ff44932a14bebabb79462a/#commitcomment-145488362 is_human:1 where:github who:526301 why:Pushed dfa9cb302 to default branch 'master' in zerocracy/baza.rb
2024-08-19T06:24:19Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:0cf5bddc4bfeca0b5150388081448e7f65285b4e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/0cf5bddc4bfeca0b5150388081448e7f65285b4e/#commitcomment-145505107 is_human:1 where:github who:526301 why:Pushed 0cf5bddc4 to the default branch 'master' in zerocracy/fbe
2024-08-20T19:21:18Z push-to-master-was-punished 802720676 _job:34189 award:-16 commit:5f5af672f4939af35a72bd1b44b45938b13dfa04 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/5f5af672f4939af35a72bd1b44b45938b13dfa04/#commitcomment-145575232 is_human:1 where:github who:526301 why:Pushed 5f5af672f to the default branch 'master' in zerocracy/pages-action
2024-08-26T12:27:05Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:1e7a21edd4f004386b8565a83fe56eda3470654f default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/1e7a21edd4f004386b8565a83fe56eda3470654f/#commitcomment-145832153 is_human:1 where:github who:526301 why:Pushed 1e7a21edd to the default branch 'master' in zerocracy/fbe
2024-08-30T06:25:39Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:9c144e6dcea937be7d6cebbc9753147890295b70 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/9c144e6dcea937be7d6cebbc9753147890295b70/#commitcomment-146022499 is_human:1 where:github who:526301 why:Pushed 9c144e6dc to the default branch 'master' in zerocracy/baza.rb
2024-08-30T07:28:33Z push-to-master-was-punished 849726475 _job:34189 award:-16 commit:cc2ce445875637531868b682e3a8674102ee290a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/swarm-template, the penalty amount is -16. href:https://github.com/zerocracy/swarm-template/commit/cc2ce445875637531868b682e3a8674102ee290a/#commitcomment-146023862 is_human:1 where:github who:526301 why:Pushed cc2ce4458 to the default branch 'master' in zerocracy/swarm-template
2024-09-02T07:25:01Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:4a1eb160261ca0e634ce74e007e993713e4e41b4 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/4a1eb160261ca0e634ce74e007e993713e4e41b4/#commitcomment-146083292 is_human:1 where:github who:526301 why:Pushed 4a1eb1602 to the default branch 'master' in yegor256/factbase
2024-09-03T08:26:49Z push-to-master-was-punished 849726475 _job:34189 award:-16 commit:f9a1e207261922903ff8700698fc963ddbbbdf23 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/swarm-template, the penalty amount is -16. href:https://github.com/zerocracy/swarm-template/commit/f9a1e207261922903ff8700698fc963ddbbbdf23/#commitcomment-146173741 is_human:1 where:github who:526301 why:Pushed f9a1e2072 to the default branch 'master' in zerocracy/swarm-template
2024-09-04T20:30:26Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:72418ad40cafbf0cad0a3cfc81023cb28ac0b83f default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/72418ad40cafbf0cad0a3cfc81023cb28ac0b83f/#commitcomment-146253276 is_human:1 where:github who:526301 why:Pushed 72418ad40 to the default branch 'master' in zerocracy/judges-action
2024-09-08T15:30:23Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:2cd5e36288f37ce13c4249c237f2b3c7f474efde default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/2cd5e36288f37ce13c4249c237f2b3c7f474efde/#commitcomment-146398754 is_human:1 where:github who:526301 why:Pushed 2cd5e3628 to the default branch 'master' in zerocracy/baza.rb
2024-09-10T21:30:38Z push-to-master-was-punished 849726475 _job:34189 award:-16 commit:78e79e61267682990beb594d480729f21065c53b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/swarm-template, the penalty amount is -16. href:https://github.com/zerocracy/swarm-template/commit/78e79e61267682990beb594d480729f21065c53b/#commitcomment-146521361 is_human:1 where:github who:526301 why:Pushed 78e79e612 to the default branch 'master' in zerocracy/swarm-template
2024-09-16T07:36:26Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:1a8fafd8ca8dfd73bfedef7742865125ef6c00e8 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/1a8fafd8ca8dfd73bfedef7742865125ef6c00e8/#commitcomment-146754463 is_human:1 where:github who:526301 why:Pushed 1a8fafd8c to the default branch 'master' in zerocracy/judges-action
2024-09-16T12:39:48Z push-to-master-was-punished 799113787 _job:34189 award:-16 commit:e5bd441635c2154334b9cda41f8072c20faf1208 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/e5bd441635c2154334b9cda41f8072c20faf1208/#commitcomment-146765092 is_human:1 where:github who:526301 why:Pushed e5bd44163 to the default branch 'master' in yegor256/judges
2024-09-16T12:39:55Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:004acc0c6ed1a803deaff12272060632f4346886 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/004acc0c6ed1a803deaff12272060632f4346886/#commitcomment-146765093 is_human:1 where:github who:526301 why:Pushed 004acc0c6 to the default branch 'master' in yegor256/factbase
2024-09-17T14:38:13Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:93b3fab7c892d66894bd3f34d6fe16c82e132fff default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/93b3fab7c892d66894bd3f34d6fe16c82e132fff/#commitcomment-146828547 is_human:1 where:github who:526301 why:Pushed 93b3fab7c to the default branch 'master' in zerocracy/fbe
2024-09-23T05:37:49Z push-to-master-was-punished 802720676 _job:34189 award:-16 commit:3403180847d6dcbb1295760b83da05e07761654d default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/3403180847d6dcbb1295760b83da05e07761654d/#commitcomment-147054438 is_human:1 where:github who:526301 why:Pushed 340318084 to the default branch 'master' in zerocracy/pages-action
2024-09-25T07:40:52Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:467ef56e76394c8c98ffb250038e6edf0d4550d1 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/467ef56e76394c8c98ffb250038e6edf0d4550d1/#commitcomment-147169907 is_human:1 where:github who:526301 why:Pushed 467ef56e7 to the default branch 'master' in zerocracy/fbe
2024-10-13T05:45:09Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:dfbde502112c2f388c498a930c98b20157ab9efb default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/dfbde502112c2f388c498a930c98b20157ab9efb/#commitcomment-147884381 is_human:1 where:github who:526301 why:Pushed dfbde5021 to the default branch 'master' in zerocracy/fbe
2024-10-14T08:49:08Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:71e25f9dcb405f7f09d34ca16019f6e95ee567ae default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/71e25f9dcb405f7f09d34ca16019f6e95ee567ae/#commitcomment-147905100 is_human:1 where:github who:526301 why:Pushed 71e25f9dc to the default branch 'master' in zerocracy/baza.rb
2024-10-14T19:11:53Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:aa7863870202d080ca08f443f5ef3e2f99d462fb default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/aa7863870202d080ca08f443f5ef3e2f99d462fb/#commitcomment-147925060 is_human:1 where:github who:526301 why:Pushed aa7863870 to the default branch 'master' in zerocracy/judges-action
2024-10-14T19:12:03Z push-to-master-was-punished 802720676 _job:34189 award:-16 commit:99625fe58924efaa08da96a669e82caeb56a1b4a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/99625fe58924efaa08da96a669e82caeb56a1b4a/#commitcomment-147925064 is_human:1 where:github who:526301 why:Pushed 99625fe58 to the default branch 'master' in zerocracy/pages-action
2024-12-04T11:02:29Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:81bf061da40f3e4fe955527de31944ac0cc29099 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/81bf061da40f3e4fe955527de31944ac0cc29099/#commitcomment-149919335 is_human:1 where:github who:526301 why:Pushed 81bf061da to the default branch 'master' in yegor256/factbase
2024-12-19T03:40:16Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:b2727bd5a9211e03420d9167e213884890a9167a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/b2727bd5a9211e03420d9167e213884890a9167a/#commitcomment-150514227 is_human:1 where:github who:526301 why:Pushed b2727bd5a to the default branch 'master' in yegor256/factbase
2024-12-19T03:40:30Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:dc1175b76b8a384562cf0ee44b82fcefcf930645 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/dc1175b76b8a384562cf0ee44b82fcefcf930645/#commitcomment-150514230 is_human:1 where:github who:526301 why:Pushed dc1175b76 to the default branch 'master' in zerocracy/baza.rb
2024-12-19T03:40:44Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:a8091455fd044c41a007715dd2fd392a8130519b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/a8091455fd044c41a007715dd2fd392a8130519b/#commitcomment-150514231 is_human:1 where:github who:526301 why:Pushed a8091455f to the default branch 'master' in zerocracy/fbe
2025-01-02T13:27:47Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:aafaa7ac109380aed2f91885491f81b6a01d390e default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/aafaa7ac109380aed2f91885491f81b6a01d390e/#commitcomment-150707740 is_human:1 where:github who:526301 why:Pushed aafaa7ac1 to the default branch 'master' in zerocracy/baza.rb
2025-01-02T14:18:40Z push-to-master-was-punished 799113787 _job:34189 award:-16 commit:42c57f7962ab8e9f075fd3ab99a699e74e5b1e24 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/42c57f7962ab8e9f075fd3ab99a699e74e5b1e24/#commitcomment-150868966 is_human:1 where:github who:526301 why:Pushed 42c57f796 to the default branch 'master' in yegor256/judges
2025-01-03T12:17:58Z push-to-master-was-punished 798641472 _job:34189 award:-16 commit:134bfdcd05bb1ff252e7e11b770ecce30fe57271 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/134bfdcd05bb1ff252e7e11b770ecce30fe57271/#commitcomment-150894504 is_human:1 where:github who:526301 why:Pushed 134bfdcd0 to the default branch 'master' in yegor256/factbase
2025-01-09T22:15:01Z push-to-master-was-punished 840215648 _job:34189 award:-16 commit:4ebcec8b7b16768c19ef5c5deaca27634baa2023 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/baza.rb, the penalty amount is -16. href:https://github.com/zerocracy/baza.rb/commit/4ebcec8b7b16768c19ef5c5deaca27634baa2023/#commitcomment-151152385 is_human:1 where:github who:526301 why:Pushed 4ebcec8b7 to the default branch 'master' in zerocracy/baza.rb
2025-01-09T23:15:37Z push-to-master-was-punished 820463873 _job:34189 award:-16 commit:6313fea6f62fa4dbe362547d54c4764c894feadf default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/6313fea6f62fa4dbe362547d54c4764c894feadf/#commitcomment-151156237 is_human:1 where:github who:526301 why:Pushed 6313fea6f to the default branch 'master' in zerocracy/fbe
2025-01-10T00:31:18Z push-to-master-was-punished 799177290 _job:34189 award:-16 commit:8498e1b07d167c0cb29a6eac4a84e04e7b5d0666 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/8498e1b07d167c0cb29a6eac4a84e04e7b5d0666/#commitcomment-151158247 is_human:1 where:github who:526301 why:Pushed 8498e1b07 to the default branch 'master' in zerocracy/judges-action
2025-01-10T05:15:49Z push-to-master-was-punished 849726475 _job:34189 award:-16 commit:41e0cbf43b235cd59a9c94839130d208dcda0cf1 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/swarm-template, the penalty amount is -16. href:https://github.com/zerocracy/swarm-template/commit/41e0cbf43b235cd59a9c94839130d208dcda0cf1/#commitcomment-151163578 is_human:1 where:github who:526301 why:Pushed 41e0cbf43 to the default branch 'master' in zerocracy/swarm-template
2025-01-10T07:15:53Z push-to-master-was-punished 802720676 _job:34189 award:-16 commit:049d90b1082157c98732ff461110720d31eb9697 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/049d90b1082157c98732ff461110720d31eb9697/#commitcomment-151165807 is_human:1 where:github who:526301 why:Pushed 049d90b10 to the default branch 'master' in zerocracy/pages-action
2025-08-09T06:36:43Z issue-was-opened 798641472 _job:34189 details:The issue yegor256/factbase#272 has been opened by @yegor256. is_human:1 issue:272 tombstone:2025-08-29T03:10:09Z where:github who:526301
2025-08-09T06:36:45Z label-was-attached 798641472 _job:34189 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#272. is_human:1 issue:272 label:bug tombstone:2025-08-29T03:10:09Z where:github who:526301
2025-08-09T07:26:17Z issue-was-closed 798641472 _job:34189 details:Apparently, yegor256/factbase#272 has been 'issue-was-closed'. is_human:1 issue:272 tombstone:2025-08-29T03:10:09Z where:github who:526301
2025-08-09T06:36:43Z issue-was-assigned 798641472 _job:34189 assigner:526301 details:yegor256/factbase#272 was assigned to @yegor256 by @yegor256 . is_human:1 issue:272 tombstone:2025-08-29T03:10:09Z where:github who:526301
2025-08-09T07:31:24Z pull-was-closed 799177290 _job:34189 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#869 has been closed by @github-actions[bot], with 2 HoC and 1 comments. event_id:53150118253 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:869 succeeded_builds:0 where:github who:41898282
2025-08-09T07:31:02Z pull-was-opened 799177290 _job:34189 branch:version-up details:The pull request zerocracy/judges-action#869 has been opened by @github-actions[bot]. event_id:53150113837 event_type:PullRequestEvent is_human:0 issue:869 where:github who:41898282
2025-08-09T07:27:52Z pull-was-merged 799177290 _job:34189 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#866 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:53150077946 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:866 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-09T07:27:46Z pull-was-merged 799177290 _job:34189 branch:renovate/factbase-0.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#867 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:53150076825 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:867 review_comments:0 succeeded_builds:13 where:github who:526301
2025-08-09T07:27:40Z pull-was-merged 799177290 _job:34189 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#868 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:53150075882 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:868 review_comments:0 succeeded_builds:13 where:github who:526301
2025-08-09T07:10:12Z pull-was-opened 799177290 _job:34189 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#868 has been opened by @renovate[bot]. event_id:53149875967 event_type:PullRequestEvent is_human:0 issue:868 where:github who:29139614
2025-08-09T07:10:08Z pull-was-opened 799177290 _job:34189 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/judges-action#867 has been opened by @renovate[bot]. event_id:53149875223 event_type:PullRequestEvent is_human:0 issue:867 where:github who:29139614
2025-08-09T06:45:29Z pull-was-opened 799177290 _job:34189 branch:version-up details:The pull request zerocracy/judges-action#866 has been opened by @github-actions[bot]. event_id:53149589462 event_type:PullRequestEvent is_human:0 issue:866 where:github who:41898282
2025-08-09T06:13:07Z git-was-pushed 799177290 _job:34189 commit:c1874b55828233442df94483e0e6d87cfe77bbb3 default_branch:master details:A new Git push #26028184279 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53149213475 event_type:PushEvent is_human:1 push_id:26028184279 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-09T06:08:44Z git-was-pushed 799177290 _job:34189 commit:633efa32a9f03079e56af71e339ee3263597e232 default_branch:master details:A new Git push #26028153683 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53149164005 event_type:PushEvent is_human:1 push_id:26028153683 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-09T07:26:44Z pull-was-merged 798641472 _job:34189 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/factbase#260 has been closed by @yegor256, with 52 HoC and 0 comments. event_id:53150065414 event_type:PullRequestEvent failed_builds:0 hoc:52 is_human:1 issue:260 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-09T06:42:03Z git-was-pushed 798641472 _job:34189 commit:b64ad8a05db7e224f931d22769f7ffd7ba282278 default_branch:master details:A new Git push #26028400017 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53149552613 event_type:PushEvent is_human:1 push_id:26028400017 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-09T06:40:59Z git-was-pushed 798641472 _job:34189 commit:0deee1d4d40a33c0d65fa24214993ac1b75070d3 default_branch:master details:A new Git push #26028392443 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53149541347 event_type:PushEvent is_human:1 push_id:26028392443 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-09T05:49:06Z git-was-pushed 820463873 _job:34189 commit:0b2f1804a0d39517deed5f96ac403c49e637bb36 default_branch:master details:A new Git push #26028008744 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53148932541 event_type:PushEvent is_human:1 push_id:26028008744 ref:refs/heads/master to_master:1 where:github who:526301
2025-02-06T04:32:00Z pull-was-opened 820463873 _job:34196 branch:renovate/webmock-3.x details:The pull zerocracy/fbe#139 has been opened earlier by @renovate[bot]. is_human:0 issue:139 where:github who:29139614
2025-02-24T13:57:19Z pull-was-opened 798641472 _job:34196 branch:benchmark-results details:The pull yegor256/factbase#171 has been opened earlier by @github-actions[bot]. is_human:0 issue:171 where:github who:41898282
2025-08-10T12:14:15Z issue-was-opened 798641472 _job:34196 details:The issue yegor256/factbase#273 has been opened by @yegor256. event_id:53170835566 event_type:IssuesEvent is_human:1 issue:273 where:github who:526301
2025-08-10T12:56:15Z git-was-pushed 799177290 _job:34196 commit:7078015f4abcc1bfda39778ed6045f9c5e8c500a default_branch:master details:A new Git push #26042655265 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53171530657 event_type:PushEvent is_human:1 push_id:26042655265 ref:refs/heads/master to_master:1 where:github who:526301
2025-01-31T11:30:31Z pull-was-opened 799113787 _job:34196 branch:renovate/rubocop-1.x details:The pull yegor256/judges#168 has been opened earlier by @renovate[bot]. is_human:0 issue:168 where:github who:29139614
2025-02-28T14:23:32Z pull-was-opened 798641472 _job:34196 branch:benchmark-results details:The pull yegor256/factbase#180 has been opened earlier by @github-actions[bot]. is_human:0 issue:180 where:github who:41898282
2025-01-31T10:33:26Z pull-was-opened 849726475 _job:34196 branch:renovate/rubocop-1.x details:The pull zerocracy/swarm-template#46 has been opened earlier by @renovate[bot]. is_human:0 issue:46 where:github who:29139614
2025-05-21T17:45:55Z pull-was-opened 840215648 _job:34196 branch:renovate/rubocop-1.x-lockfile details:The pull zerocracy/baza.rb#67 has been opened earlier by @renovate[bot]. is_human:0 issue:67 where:github who:29139614
2025-02-13T04:56:32Z pull-was-opened 181044958 _job:34196 branch:renovate/rubygems-rack-vulnerability details:The pull yegor256/0rsk#121 has been opened earlier by @renovate[bot]. is_human:0 issue:121 where:github who:29139614
2025-03-27T06:37:00Z pull-was-opened 181044958 _job:34196 branch:renovate/rubocop-rspec-3.x details:The pull yegor256/0rsk#124 has been opened earlier by @renovate[bot]. is_human:0 issue:124 where:github who:29139614
2025-03-27T09:09:44Z pull-was-opened 181044958 _job:34196 branch:renovate/sinatra-contrib-4.x details:The pull yegor256/0rsk#125 has been opened earlier by @renovate[bot]. is_human:0 issue:125 where:github who:29139614
2025-08-10T12:14:14Z label-was-attached 798641472 _job:34196 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#273. is_human:1 issue:273 label:bug where:github who:526301
2025-08-10T15:17:19Z pull-was-opened 798641472 _job:34196 branch:benchmark-results details:The pull request yegor256/factbase#274 has been opened by @github-actions[bot]. event_id:53173955991 event_type:PullRequestEvent is_human:0 issue:274 where:github who:41898282
2025-08-10T15:16:36Z git-was-pushed 798641472 _job:34196 commit:e2b18ed40809c41bcac44570f91c962946164ac1 default_branch:master details:A new Git push #26044167491 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53173944306 event_type:PushEvent is_human:1 push_id:26044167491 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-10T15:52:39Z git-was-pushed 798641472 _job:34196 commit:b624e4879696a69813e6ae47a496dc003f7ad3db default_branch:master details:A new Git push #26044536092 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53174544301 event_type:PushEvent is_human:1 push_id:26044536092 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-10T15:50:29Z git-was-pushed 798641472 _job:34196 commit:992b9ea8340339f59621564229503c0d1cc927f6 default_branch:master details:A new Git push #26044514431 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53174508208 event_type:PushEvent is_human:1 push_id:26044514431 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-10T16:38:43Z git-was-pushed 799177290 _job:34196 commit:47380fe550cc14961c03fc6b9b6d436fbf933f9b default_branch:master details:A new Git push #26044971693 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53175233183 event_type:PushEvent is_human:1 push_id:26044971693 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-10T16:30:10Z pull-was-opened 799177290 _job:34196 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/judges-action#871 has been opened by @renovate[bot]. event_id:53175107430 event_type:PullRequestEvent is_human:0 issue:871 where:github who:29139614
2025-08-10T16:41:03Z git-was-pushed 798641472 _job:34196 commit:9893aa21d5f50a3b2be237a838071c5f9362e71a default_branch:master details:A new Git push #26044992579 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53175265885 event_type:PushEvent is_human:1 push_id:26044992579 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-10T16:27:28Z git-was-pushed 798641472 _job:34196 commit:3d7b3664ad11df241810d37969c090b948873a73 default_branch:master details:A new Git push #26044867458 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53175066895 event_type:PushEvent is_human:1 push_id:26044867458 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-10T16:56:23Z pull-was-closed 799177290 _job:34196 branch:renovate/factbase-0.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#871 has been closed by @renovate[bot], with 2 HoC and 1 comments. event_id:53175486519 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:871 succeeded_builds:13 where:github who:29139614
2025-08-10T16:44:25Z git-was-pushed 798641472 _job:34196 commit:5bdf78fed9fd7f8e9edbfa13e62004b04274ea24 default_branch:master details:A new Git push #26045022359 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53175313395 event_type:PushEvent is_human:1 push_id:26045022359 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-10T16:43:25Z git-was-pushed 798641472 _job:34196 commit:5ced35ac8d66493845cb65387d55d036c8f03014 default_branch:master details:A new Git push #26045013473 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53175299181 event_type:PushEvent is_human:1 push_id:26045013473 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-10T16:42:16Z git-was-pushed 798641472 _job:34196 commit:97abf5f5777519e387665e2e9cd8188ec868a3d2 default_branch:master details:A new Git push #26045003527 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53175283231 event_type:PushEvent is_human:1 push_id:26045003527 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-10T17:09:35Z git-was-pushed 820463873 _job:34196 commit:e151f655e26c209c8f515ba43556ac0ecb6320eb default_branch:master details:A new Git push #26045259847 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53175686938 event_type:PushEvent is_human:1 push_id:26045259847 ref:refs/heads/master to_master:1 where:github who:526301
2025-07-10T11:50:29Z pull-was-opened 181044958 _job:34196 branch:renovate/pgtk-0.x-lockfile details:The pull yegor256/0rsk#221 has been opened earlier by @renovate[bot]. is_human:0 issue:221 where:github who:29139614
2025-08-07T22:23:21Z pull-was-opened 181044958 _job:34196 branch:renovate/crate-ci-typos-1.x details:The pull yegor256/0rsk#226 has been opened earlier by @renovate[bot]. is_human:0 issue:226 where:github who:29139614
2025-08-10T17:57:57Z pull-was-merged 799177290 _job:34196 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#873 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:53176406785 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:873 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-10T17:53:35Z pull-was-opened 799177290 _job:34196 branch:version-up details:The pull request zerocracy/judges-action#873 has been opened by @github-actions[bot]. event_id:53176340348 event_type:PullRequestEvent is_human:0 issue:873 where:github who:41898282
2025-08-10T17:29:07Z git-was-pushed 799177290 _job:34196 commit:55db043c6739953b04cac3e889acd233b0185a58 default_branch:master details:A new Git push #26045453041 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53175996792 event_type:PushEvent is_human:1 push_id:26045453041 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-10T17:55:57Z code-review-was-rewarded 799177290 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#870, the reward amount is 4. done:2025-08-21T13:56:05Z href:https://github.com/zerocracy/judges-action/issues/870/#issuecomment-3172817462 is_human:1 issue:870 where:github who:526301 why:Reviewed code in zerocracy/judges-action#870
2025-08-10T17:56:02Z code-review-was-rewarded 802720676 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/pages-action#344, the reward amount is 4. done:2025-08-21T13:56:06Z href:https://github.com/zerocracy/pages-action/issues/344/#issuecomment-3172817478 is_human:1 issue:344 where:github who:526301 why:Reviewed code in zerocracy/pages-action#344
2025-08-10T17:56:06Z code-review-was-rewarded 802720676 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/pages-action#345, the reward amount is 4. done:2025-08-21T13:56:07Z href:https://github.com/zerocracy/pages-action/issues/345/#issuecomment-3172817487 is_human:1 issue:345 where:github who:526301 why:Reviewed code in zerocracy/pages-action#345
2025-08-10T17:56:11Z code-review-was-rewarded 849726475 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/swarm-template#138, the reward amount is 4. done:2025-08-21T13:56:08Z href:https://github.com/zerocracy/swarm-template/issues/138/#issuecomment-3172817503 is_human:1 issue:138 where:github who:526301 why:Reviewed code in zerocracy/swarm-template#138
2025-08-10T20:00:47Z resolved-bug-was-rewarded 798641472 _job:34196 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#276 in 0 hours, the reward amount is 12. done:2025-08-21T13:56:09Z href:https://github.com/yegor256/factbase/issues/276/#issuecomment-3172860066 is_human:1 issue:276 where:github who:526301 why:Resolved bug in yegor256/factbase#276
2025-08-10T20:00:50Z resolved-bug-was-rewarded 820463873 _job:34196 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#270 in 0 hours, the reward amount is 12. done:2025-08-21T13:56:10Z href:https://github.com/zerocracy/fbe/issues/270/#issuecomment-3172860082 is_human:1 issue:270 where:github who:526301 why:Resolved bug in zerocracy/fbe#270
2025-08-10T20:00:54Z resolved-bug-was-rewarded 799177290 _job:34196 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#872 in 0 hours, the reward amount is 12. done:2025-08-21T13:56:10Z href:https://github.com/zerocracy/judges-action/issues/872/#issuecomment-3172860094 is_human:1 issue:872 where:github who:526301 why:Resolved bug in zerocracy/judges-action#872
2025-08-10T17:57:57Z code-was-contributed 799177290 _job:34196 comments:1 details:The pull request zerocracy/judges-action#873 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 4m21s of being in review and 1 comments. hoc:2 is_human:0 issue:873 merger:526301 review_comments:0 seconds:262 where:github who:41898282
2025-08-11T04:47:44Z code-review-was-rewarded 849726475 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/swarm-template#139, the reward amount is 4. done:2025-08-21T13:56:11Z href:https://github.com/zerocracy/swarm-template/issues/139/#issuecomment-3173262141 is_human:1 issue:139 where:github who:526301 why:Reviewed code in zerocracy/swarm-template#139
2025-08-11T04:47:48Z code-review-was-rewarded 799177290 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#874, the reward amount is 4. done:2025-08-21T13:56:12Z href:https://github.com/zerocracy/judges-action/issues/874/#issuecomment-3173262179 is_human:1 issue:874 where:github who:526301 why:Reviewed code in zerocracy/judges-action#874
2025-08-11T04:47:52Z code-review-was-rewarded 840215648 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/baza.rb#118, the reward amount is 4. done:2025-08-21T13:56:13Z href:https://github.com/zerocracy/baza.rb/issues/118/#issuecomment-3173262214 is_human:1 issue:118 where:github who:526301 why:Reviewed code in zerocracy/baza.rb#118
2025-08-11T04:47:57Z code-review-was-rewarded 802720676 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/pages-action#346, the reward amount is 4. done:2025-08-21T13:56:14Z href:https://github.com/zerocracy/pages-action/issues/346/#issuecomment-3173262240 is_human:1 issue:346 where:github who:526301 why:Reviewed code in zerocracy/pages-action#346
2025-08-11T10:01:56Z code-review-was-rewarded 181044958 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in yegor256/0rsk#198, the reward amount is 4. done:2025-08-21T13:56:15Z href:https://github.com/yegor256/0rsk/issues/198/#issuecomment-3174042073 is_human:1 issue:198 where:github who:526301 why:Reviewed code in yegor256/0rsk#198
2025-08-11T10:30:01Z code-review-was-rewarded 181044958 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in yegor256/0rsk#199, the reward amount is 4. done:2025-08-21T13:56:16Z href:https://github.com/yegor256/0rsk/issues/199/#issuecomment-3174134777 is_human:1 issue:199 where:github who:526301 why:Reviewed code in yegor256/0rsk#199
2025-08-11T10:30:06Z code-review-was-rewarded 181044958 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in yegor256/0rsk#227, the reward amount is 4. done:2025-08-21T13:56:17Z href:https://github.com/yegor256/0rsk/issues/227/#issuecomment-3174134832 is_human:1 issue:227 where:github who:526301 why:Reviewed code in yegor256/0rsk#227
2025-08-11T11:07:39Z code-review-was-rewarded 181044958 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in yegor256/0rsk#224, the reward amount is 4. done:2025-08-21T13:56:17Z href:https://github.com/yegor256/0rsk/issues/224/#issuecomment-3174264462 is_human:1 issue:224 where:github who:526301 why:Reviewed code in yegor256/0rsk#224
2025-08-11T20:28:25Z resolved-bug-was-rewarded 840215648 _job:34196 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/baza.rb#120 in 0 hours, the reward amount is 12. done:2025-08-21T13:56:18Z href:https://github.com/zerocracy/baza.rb/issues/120/#issuecomment-3176799153 is_human:1 issue:120 where:github who:526301 why:Resolved bug in zerocracy/baza.rb#120
2025-08-11T17:54:15Z git-was-pushed 840215648 _job:34196 commit:3da5f9f3283a4d47df367783778372a9c5ea3ba1 default_branch:master details:A new Git push #26067459184 has arrived to zerocracy/baza.rb, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53220379342 event_type:PushEvent is_human:1 push_id:26067459184 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-11T17:52:31Z git-was-pushed 840215648 _job:34196 commit:ce0ba2a0e8bab1d76bb37f085463590843dc7e07 default_branch:master details:A new Git push #26067425648 has arrived to zerocracy/baza.rb, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53220305272 event_type:PushEvent is_human:1 push_id:26067425648 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-12T03:04:32Z code-review-was-rewarded 799177290 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#875, the reward amount is 4. done:2025-08-21T13:56:19Z href:https://github.com/zerocracy/judges-action/issues/875/#issuecomment-3177536646 is_human:1 issue:875 where:github who:526301 why:Reviewed code in zerocracy/judges-action#875
2025-08-12T03:04:35Z code-review-was-rewarded 802720676 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/pages-action#347, the reward amount is 4. done:2025-08-21T13:56:20Z href:https://github.com/zerocracy/pages-action/issues/347/#issuecomment-3177536686 is_human:1 issue:347 where:github who:526301 why:Reviewed code in zerocracy/pages-action#347
2025-08-12T03:04:40Z code-review-was-rewarded 840215648 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/baza.rb#119, the reward amount is 4. done:2025-08-21T13:56:21Z href:https://github.com/zerocracy/baza.rb/issues/119/#issuecomment-3177536722 is_human:1 issue:119 where:github who:526301 why:Reviewed code in zerocracy/baza.rb#119
2025-08-12T03:04:43Z code-review-was-rewarded 798641472 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in yegor256/factbase#277, the reward amount is 4. done:2025-08-21T13:56:22Z href:https://github.com/yegor256/factbase/issues/277/#issuecomment-3177536786 is_human:1 issue:277 where:github who:526301 why:Reviewed code in yegor256/factbase#277
2025-08-12T03:04:47Z code-review-was-rewarded 799113787 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in yegor256/judges#269, the reward amount is 4. done:2025-08-21T13:56:23Z href:https://github.com/yegor256/judges/issues/269/#issuecomment-3177536840 is_human:1 issue:269 where:github who:526301 why:Reviewed code in yegor256/judges#269
2025-08-12T03:04:51Z code-review-was-rewarded 820463873 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/fbe#271, the reward amount is 4. done:2025-08-21T13:56:24Z href:https://github.com/zerocracy/fbe/issues/271/#issuecomment-3177536881 is_human:1 issue:271 where:github who:526301 why:Reviewed code in zerocracy/fbe#271
2025-08-12T03:04:55Z code-review-was-rewarded 849726475 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/swarm-template#140, the reward amount is 4. done:2025-08-21T13:56:25Z href:https://github.com/zerocracy/swarm-template/issues/140/#issuecomment-3177536923 is_human:1 issue:140 where:github who:526301 why:Reviewed code in zerocracy/swarm-template#140
2025-08-11T18:29:07Z pull-was-opened 799177290 _job:34196 branch:renovate/baza.rb-0.x-lockfile details:The pull request zerocracy/judges-action#876 has been opened by @renovate[bot]. event_id:53221841588 event_type:PullRequestEvent is_human:0 issue:876 where:github who:29139614
2025-08-11T18:55:09Z pull-was-opened 974194993 _job:34196 branch:renovate/actions-checkout-5.x details:The pull request zerocracy/zerocracy-mcp-server#20 has been opened by @renovate[bot]. event_id:53222893302 event_type:PullRequestEvent is_human:0 issue:20 where:github who:29139614
2025-08-12T08:53:32Z issue-was-opened 799177290 _job:34196 details:The issue zerocracy/judges-action#877 has been opened by @yegor256. is_human:1 issue:877 where:github who:526301
2025-08-12T08:53:33Z label-was-attached 799177290 _job:34196 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#877. is_human:1 issue:877 label:bug where:github who:526301
2025-08-12T09:02:32Z code-was-contributed 799177290 _job:34196 comments:4 details:The pull request zerocracy/judges-action#876 with 2 HoC created by @renovate[bot] was merged by @rultor after 14h33m of being in review and 4 comments. hoc:2 is_human:0 issue:876 merger:8086956 review_comments:0 seconds:52405 where:github who:29139614
2025-08-12T12:41:19Z issue-was-closed 799177290 _job:34196 details:Apparently, zerocracy/judges-action#877 has been 'issue-was-closed'. is_human:1 issue:877 where:github who:526301
2025-08-12T14:07:41Z issue-was-opened 799177290 _job:34196 details:The issue zerocracy/judges-action#878 has been opened by @yegor256. is_human:1 issue:878 where:github who:526301
2025-08-12T15:21:09Z issue-was-assigned 799177290 _job:34196 assigner:526301 details:zerocracy/judges-action#878 was assigned to @yegorov by @yegor256 . is_human:1 issue:878 where:github who:2566462
2025-08-12T14:07:42Z label-was-attached 799177290 _job:34196 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#878. is_human:1 issue:878 label:bug where:github who:526301
2025-08-13T03:21:38Z pull-was-reviewed 802720676 _job:34196 comments:2 commits:1 details:The pull request zerocracy/pages-action#348 has been reviewed by @yegor256 with 2 HoC and 2 comments. event_id:53292884884 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:348 review_comments:0 where:github who:526301
2025-08-13T07:57:45Z code-review-was-rewarded 840215648 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/baza.rb#121, the reward amount is 4. done:2025-08-21T13:56:25Z href:https://github.com/zerocracy/baza.rb/issues/121/#issuecomment-3182639321 is_human:1 issue:121 where:github who:526301 why:Reviewed code in zerocracy/baza.rb#121
2025-08-13T09:04:51Z code-review-was-rewarded 820463873 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/fbe#272, the reward amount is 4. done:2025-08-21T13:56:26Z href:https://github.com/zerocracy/fbe/issues/272/#issuecomment-3182867358 is_human:1 issue:272 where:github who:526301 why:Reviewed code in zerocracy/fbe#272
2025-08-13T13:08:56Z code-review-was-rewarded 181044958 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in yegor256/0rsk#228, the reward amount is 4. done:2025-08-21T13:56:27Z href:https://github.com/yegor256/0rsk/issues/228/#issuecomment-3183859543 is_human:1 issue:228 where:github who:526301 why:Reviewed code in yegor256/0rsk#228
2025-08-13T17:23:38Z resolved-bug-was-rewarded 820463873 _job:34196 award:12 details:It's time to reward @yegorov for the bug resolved in zerocracy/fbe#263 in 4 hours, the reward amount is 12. done:2025-08-21T13:56:28Z href:https://github.com/zerocracy/fbe/issues/263/#issuecomment-3184808392 is_human:1 issue:263 receipt:receipt-#34395 where:github who:2566462 why:Resolved bug in zerocracy/fbe#263
2025-08-14T01:55:07Z code-contribution-was-rewarded 820463873 _job:34196 award:4 details:It's time to reward @yegorov for the code contributed in zerocracy/fbe#273, the reward amount is 4. done:2025-08-21T13:56:29Z href:https://github.com/zerocracy/fbe/issues/273/#issuecomment-3186442159 is_human:1 issue:273 receipt:receipt-#34440 where:github who:2566462 why:Contributed code in zerocracy/fbe#273
2025-08-14T04:34:23Z resolved-bug-was-rewarded 820463873 _job:34196 award:4 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#267 in 134 hours, the reward amount is 4. done:2025-08-21T13:56:30Z href:https://github.com/zerocracy/fbe/issues/267/#issuecomment-3186831394 is_human:1 issue:267 where:github who:526301 why:Resolved bug in zerocracy/fbe#267
2025-08-14T05:34:29Z issue-was-opened 799177290 _job:34196 details:The issue zerocracy/judges-action#880 has been opened by @yegor256. is_human:1 issue:880 where:github who:526301
2025-08-14T05:34:30Z label-was-attached 799177290 _job:34196 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#880. is_human:1 issue:880 label:bug where:github who:526301
2025-08-14T10:25:02Z issue-was-closed 799177290 _job:34196 details:Apparently, zerocracy/judges-action#880 has been 'issue-was-closed'. is_human:1 issue:880 where:github who:526301
2025-08-14T09:31:16Z pull-was-opened 799177290 _job:34196 branch:version-up details:The pull zerocracy/judges-action#881 has been opened by @github-actions[bot]. is_human:0 issue:881 where:github who:41898282
2025-08-14T09:33:57Z pull-was-opened 799177290 _job:34196 branch:renovate/zerocracy-judges-action-0.x details:The pull zerocracy/judges-action#882 has been opened by @renovate[bot]. is_human:0 issue:882 where:github who:29139614
2025-08-14T10:24:13Z pull-was-opened 799177290 _job:34196 branch:version-up details:The pull zerocracy/judges-action#883 has been opened by @github-actions[bot]. is_human:0 issue:883 where:github who:41898282
2025-08-14T10:20:55Z pull-was-merged 799177290 _job:34196 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#881 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:881 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-14T10:20:43Z pull-was-merged 799177290 _job:34196 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#882 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:882 review_comments:0 succeeded_builds:13 where:github who:526301
2025-08-14T10:24:24Z pull-was-closed 799177290 _job:34196 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#883 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:883 succeeded_builds:0 where:github who:41898282
2025-08-14T10:20:55Z code-was-contributed 799177290 _job:34196 comments:1 details:The pull request zerocracy/judges-action#881 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 49m38s of being in review and 1 comments. hoc:2 is_human:0 issue:881 merger:526301 review_comments:0 seconds:2979 where:github who:41898282
2025-08-14T10:20:43Z code-was-contributed 799177290 _job:34196 comments:1 details:The pull request zerocracy/judges-action#882 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 46m45s of being in review and 1 comments. hoc:2 is_human:0 issue:882 merger:526301 review_comments:0 seconds:2806 where:github who:29139614
2025-08-14T19:10:27Z resolved-bug-was-rewarded 799177290 _job:34196 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#884 in 1 hours, the reward amount is 12. done:2025-08-21T13:56:31Z href:https://github.com/zerocracy/judges-action/issues/884/#issuecomment-3189588098 is_human:1 issue:884 where:github who:526301 why:Resolved bug in zerocracy/judges-action#884
2025-08-14T05:36:12Z git-was-pushed 799177290 _job:34196 commit:3d9fbfc313da8d60ae02fbd1751fc3d656bd9e99 default_branch:master details:A new Git push #26129242557 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53349415279 event_type:PushEvent is_human:1 push_id:26129242557 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-14T20:35:01Z push-to-master-was-punished 799177290 _job:34196 award:-16 commit:3d9fbfc313da8d60ae02fbd1751fc3d656bd9e99 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/3d9fbfc313da8d60ae02fbd1751fc3d656bd9e99/#commitcomment-164021455 is_human:1 where:github who:526301 why:Pushed 3d9fbfc31 to the default branch 'master' in zerocracy/judges-action
2025-08-14T07:22:19Z git-was-pushed 799177290 _job:34196 commit:c3575c39eb0ec6fb9ebd58e5cdd38fc09fe5841e default_branch:master details:A new Git push #26130974904 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53352969590 event_type:PushEvent is_human:1 push_id:26130974904 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-14T09:03:57Z git-was-pushed 799177290 _job:34196 commit:663f33c3dffcb595784a97662b55acb96ae5311a default_branch:master details:A new Git push #26133018175 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53357378363 event_type:PushEvent is_human:1 push_id:26133018175 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-14T23:59:51Z code-review-was-rewarded 799177290 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#879, the reward amount is 4. done:2025-08-21T13:56:32Z href:https://github.com/zerocracy/judges-action/issues/879/#issuecomment-3190236034 is_human:1 issue:879 where:github who:526301 why:Reviewed code in zerocracy/judges-action#879
2025-08-14T15:11:44Z pull-was-merged 799177290 _job:34196 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#885 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:53374556262 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:885 review_comments:0 succeeded_builds:13 where:github who:526301
2025-08-14T15:11:38Z pull-was-merged 799177290 _job:34196 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#886 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:53374551278 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:886 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-14T15:02:24Z pull-was-opened 799177290 _job:34196 branch:version-up details:The pull request zerocracy/judges-action#886 has been opened by @github-actions[bot]. event_id:53374091810 event_type:PullRequestEvent is_human:0 issue:886 where:github who:41898282
2025-08-14T14:59:21Z pull-was-opened 799177290 _job:34196 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#885 has been opened by @renovate[bot]. event_id:53373929589 event_type:PullRequestEvent is_human:0 issue:885 where:github who:29139614
2025-08-14T13:43:05Z git-was-pushed 799177290 _job:34196 commit:dfbb184beb6b597d07152b8a8021374639fc96d3 default_branch:master details:A new Git push #26139009420 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53370001828 event_type:PushEvent is_human:1 push_id:26139009420 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-14T13:41:20Z git-was-pushed 799177290 _job:34196 commit:ba0687408d6cefc3aaa5c439858dff65c7d1f27b default_branch:master details:A new Git push #26138967245 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53369915110 event_type:PushEvent is_human:1 push_id:26138967245 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-14T13:37:17Z git-was-pushed 799177290 _job:34196 commit:f5222967402c6780f8f106348bd25bcff19e03d4 default_branch:master details:A new Git push #26138869813 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53369706005 event_type:PushEvent is_human:1 push_id:26138869813 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-15T08:48:30Z issue-was-opened 840215648 _job:34196 details:The issue zerocracy/baza.rb#122 has been opened by @yegor256. event_id:53404492480 event_type:IssuesEvent is_human:1 issue:122 where:github who:526301
2025-08-15T08:48:30Z label-was-attached 840215648 _job:34196 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#122. is_human:1 issue:122 label:bug where:github who:526301
2025-08-14T15:11:44Z code-was-contributed 799177290 _job:34196 comments:1 details:The pull request zerocracy/judges-action#885 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 12m22s of being in review and 1 comments. hoc:2 is_human:0 issue:885 merger:526301 review_comments:0 seconds:743 where:github who:29139614
2025-08-14T15:11:38Z code-was-contributed 799177290 _job:34196 comments:1 details:The pull request zerocracy/judges-action#886 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 9m13s of being in review and 1 comments. hoc:2 is_human:0 issue:886 merger:526301 review_comments:0 seconds:554 where:github who:41898282
2025-08-15T10:58:49Z code-review-was-rewarded 798641472 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in yegor256/factbase#278, the reward amount is 4. done:2025-08-21T13:56:33Z href:https://github.com/yegor256/factbase/issues/278/#issuecomment-3191251232 is_human:1 issue:278 where:github who:526301 why:Reviewed code in yegor256/factbase#278
2025-08-15T13:33:15Z resolved-bug-was-rewarded 798641472 _job:34196 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#279 in 0 hours, the reward amount is 12. done:2025-08-21T13:56:33Z href:https://github.com/yegor256/factbase/issues/279/#issuecomment-3191513167 is_human:1 issue:279 where:github who:526301 why:Resolved bug in yegor256/factbase#279
2025-08-15T14:36:12Z pull-was-opened 840215648 _job:34196 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/baza.rb#123 has been opened by @renovate[bot]. event_id:53415219869 event_type:PullRequestEvent is_human:0 issue:123 tombstone:2025-08-29T03:10:09Z where:github who:29139614
2025-08-15T11:21:21Z pull-was-opened 799177290 _job:34196 branch:renovate/zerocracy-judges-action-0.x details:The pull zerocracy/judges-action#888 has been opened by @renovate[bot]. is_human:0 issue:888 where:github who:29139614
2025-08-15T11:22:42Z pull-was-opened 799177290 _job:34196 branch:version-up details:The pull zerocracy/judges-action#889 has been opened by @github-actions[bot]. is_human:0 issue:889 where:github who:41898282
2025-08-15T12:26:13Z pull-was-opened 799177290 _job:34196 branch:version-up details:The pull zerocracy/judges-action#890 has been opened by @github-actions[bot]. is_human:0 issue:890 where:github who:41898282
2025-08-15T12:22:40Z pull-was-merged 799177290 _job:34196 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#888 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:888 review_comments:0 succeeded_builds:13 where:github who:526301
2025-08-15T12:22:48Z pull-was-merged 799177290 _job:34196 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#889 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:889 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-15T12:26:19Z pull-was-closed 799177290 _job:34196 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#890 has been 'pull-was-closed'. failed_builds:0 hoc:0 is_human:0 issue:890 succeeded_builds:0 where:github who:41898282
2025-08-15T17:04:19Z resolved-bug-was-rewarded 799177290 _job:34196 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#887 in 1 hours, the reward amount is 12. done:2025-08-21T13:56:34Z href:https://github.com/zerocracy/judges-action/issues/887/#issuecomment-3192197345 is_human:1 issue:887 where:github who:526301 why:Resolved bug in zerocracy/judges-action#887
2025-08-15T16:26:56Z pull-was-reviewed 840215648 _job:34196 comments:4 commits:1 details:The pull request zerocracy/baza.rb#123 has been reviewed by @yegor256 with 2 HoC and 4 comments. event_id:53419206998 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:123 review_comments:0 tombstone:2025-08-29T03:10:09Z where:github who:526301
2025-08-15T12:22:40Z code-was-contributed 799177290 _job:34196 comments:1 details:The pull request zerocracy/judges-action#888 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1h1m of being in review and 1 comments. hoc:2 is_human:0 issue:888 merger:526301 review_comments:0 seconds:3679 where:github who:29139614
2025-08-15T12:22:48Z code-was-contributed 799177290 _job:34196 comments:1 details:The pull request zerocracy/judges-action#889 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1h0m of being in review and 1 comments. hoc:2 is_human:0 issue:889 merger:526301 review_comments:0 seconds:3606 where:github who:41898282
2025-08-15T16:34:42Z code-was-contributed 840215648 _job:34196 comments:4 details:The pull request zerocracy/baza.rb#123 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h58m of being in review and 4 comments. hoc:2 is_human:0 issue:123 merger:8086956 review_comments:0 seconds:7110 tombstone:2025-08-29T03:10:09Z where:github who:29139614
2025-08-15T16:26:56Z code-was-reviewed 840215648 _job:34196 author:29139614 comments:4 details:The pull request zerocracy/baza.rb#123 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 1h50m and 4 comments. hoc:2 is_human:1 issue:123 review_comments:0 seconds:6644 tombstone:2025-08-29T03:10:09Z where:github who:526301
2025-08-15T18:30:35Z code-review-was-rewarded 840215648 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/baza.rb#123, the reward amount is 4. done:2025-08-21T13:56:35Z href:https://github.com/zerocracy/baza.rb/issues/123/#issuecomment-3192387141 is_human:1 issue:123 where:github who:526301 why:Reviewed code in zerocracy/baza.rb#123
2025-08-15T18:30:54Z resolved-bug-was-rewarded 799177290 _job:34196 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#891 in 2 hours, the reward amount is 12. done:2025-08-21T14:52:51Z href:https://github.com/zerocracy/judges-action/issues/891/#issuecomment-3192389879 is_human:1 issue:891 where:github who:526301 why:Resolved bug in zerocracy/judges-action#891
2025-08-15T10:50:53Z git-was-pushed 798641472 _job:34196 commit:8886f6eca2164c98e815b306f6c7eafd8ade55e7 default_branch:master details:A new Git push #26157928656 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53408064274 event_type:PushEvent is_human:1 push_id:26157928656 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-15T10:46:55Z git-was-pushed 798641472 _job:34196 commit:b3ab8d045001850c702ecf872a63371bbeed5534 default_branch:master details:A new Git push #26157871866 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53407957994 event_type:PushEvent is_human:1 push_id:26157871866 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-16T04:08:05Z push-to-master-was-punished 798641472 _job:34196 award:-16 commit:8886f6eca2164c98e815b306f6c7eafd8ade55e7 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/8886f6eca2164c98e815b306f6c7eafd8ade55e7/#commitcomment-164085898 is_human:1 where:github who:526301 why:Pushed 8886f6eca to the default branch 'master' in yegor256/factbase
2025-08-16T04:08:06Z push-to-master-was-punished 798641472 _job:34196 award:-16 commit:b3ab8d045001850c702ecf872a63371bbeed5534 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/b3ab8d045001850c702ecf872a63371bbeed5534/#commitcomment-164085899 is_human:1 where:github who:526301 why:Pushed b3ab8d045 to the default branch 'master' in yegor256/factbase
2025-08-15T11:00:47Z git-was-pushed 799177290 _job:34196 commit:feea96de10da59ff7ec03e7ed93b710db34fbf11 default_branch:master details:A new Git push #26158070854 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53408331805 event_type:PushEvent is_human:1 push_id:26158070854 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-15T14:18:59Z git-was-pushed 799177290 _job:34196 commit:d3aecb5121aae3a8b4b3794cf8711cd8d5bea398 default_branch:master details:A new Git push #26161275718 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53414554751 event_type:PushEvent is_human:1 push_id:26161275718 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-15T14:40:40Z pull-was-opened 799177290 _job:34196 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#892 has been opened by @renovate[bot]. event_id:53415382006 event_type:PullRequestEvent is_human:0 issue:892 where:github who:29139614
2025-08-15T14:43:49Z pull-was-opened 799177290 _job:34196 branch:version-up details:The pull request zerocracy/judges-action#893 has been opened by @github-actions[bot]. event_id:53415498275 event_type:PullRequestEvent is_human:0 issue:893 where:github who:41898282
2025-08-15T16:35:17Z pull-was-merged 799177290 _job:34196 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#892 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:892 review_comments:0 succeeded_builds:13 where:github who:526301
2025-08-15T16:35:23Z pull-was-merged 799177290 _job:34196 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#893 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:893 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-15T16:39:07Z pull-was-closed 799177290 _job:34196 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#894 has been closed by @github-actions[bot], with 0 HoC and 1 comments. event_id:53419602851 event_type:PullRequestEvent failed_builds:0 hoc:0 is_human:0 issue:894 succeeded_builds:0 where:github who:41898282
2025-08-15T16:38:50Z pull-was-opened 799177290 _job:34196 branch:version-up details:The pull request zerocracy/judges-action#894 has been opened by @github-actions[bot]. event_id:53419594145 event_type:PullRequestEvent is_human:0 issue:894 where:github who:41898282
2025-08-15T16:35:17Z code-was-contributed 799177290 _job:34196 comments:1 details:The pull request zerocracy/judges-action#892 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1h54m of being in review and 1 comments. hoc:2 is_human:0 issue:892 merger:526301 review_comments:0 seconds:6877 where:github who:29139614
2025-08-15T16:35:23Z code-was-contributed 799177290 _job:34196 comments:1 details:The pull request zerocracy/judges-action#893 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1h51m of being in review and 1 comments. hoc:2 is_human:0 issue:893 merger:526301 review_comments:0 seconds:6694 where:github who:41898282
2025-08-18T05:07:30Z code-review-was-rewarded 799113787 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in yegor256/judges#268, the reward amount is 4. done:2025-08-21T14:52:51Z href:https://github.com/yegor256/judges/issues/268/#issuecomment-3195115472 is_human:1 issue:268 where:github who:526301 why:Reviewed code in yegor256/judges#268
2025-08-18T04:48:56Z git-was-pushed 799113787 _job:34196 commit:cecd42c260dc150fd5e0d45954a942068d21e453 default_branch:master details:A new Git push #26196032478 has arrived to yegor256/judges, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53472726369 event_type:PushEvent is_human:1 push_id:26196032478 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-18T04:47:52Z git-was-pushed 799113787 _job:34196 commit:6f6e906225dfd4fa7635decfb06f125dad3a0f00 default_branch:master details:A new Git push #26196020221 has arrived to yegor256/judges, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53472701809 event_type:PushEvent is_human:1 push_id:26196020221 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-18T04:42:13Z git-was-pushed 799113787 _job:34196 commit:c3f703777b4093715168458ebb3de7dc4d289b5b default_branch:master details:A new Git push #26195956336 has arrived to yegor256/judges, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53472571585 event_type:PushEvent is_human:1 push_id:26195956336 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-18T05:28:16Z push-to-master-was-punished 799113787 _job:34196 award:-16 commit:cecd42c260dc150fd5e0d45954a942068d21e453 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/cecd42c260dc150fd5e0d45954a942068d21e453/#commitcomment-164136068 is_human:1 where:github who:526301 why:Pushed cecd42c26 to the default branch 'master' in yegor256/judges
2025-08-18T05:28:17Z push-to-master-was-punished 799113787 _job:34196 award:-16 commit:6f6e906225dfd4fa7635decfb06f125dad3a0f00 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/6f6e906225dfd4fa7635decfb06f125dad3a0f00/#commitcomment-164136069 is_human:1 where:github who:526301 why:Pushed 6f6e90622 to the default branch 'master' in yegor256/judges
2025-08-18T05:28:17Z push-to-master-was-punished 799113787 _job:34196 award:-16 commit:c3f703777b4093715168458ebb3de7dc4d289b5b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/c3f703777b4093715168458ebb3de7dc4d289b5b/#commitcomment-164136070 is_human:1 where:github who:526301 why:Pushed c3f703777 to the default branch 'master' in yegor256/judges
2025-08-18T05:37:31Z pull-was-opened 799177290 _job:34196 branch:version-up details:The pull request zerocracy/judges-action#897 has been opened by @github-actions[bot]. event_id:53473960450 event_type:PullRequestEvent is_human:0 issue:897 where:github who:41898282
2025-08-18T05:14:18Z git-was-pushed 799177290 _job:34196 commit:bd80aba8d51b8a4e7fb887ac853e0ffd68eb4e1d default_branch:master details:A new Git push #26196340991 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53473346997 event_type:PushEvent is_human:1 push_id:26196340991 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-18T06:02:53Z pull-was-opened 799177290 _job:34196 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#898 has been opened by @renovate[bot]. event_id:53474692077 event_type:PullRequestEvent is_human:0 issue:898 where:github who:29139614
2025-08-18T06:50:33Z pull-was-merged 799177290 _job:34196 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#897 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:897 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-18T06:49:57Z pull-was-merged 799177290 _job:34196 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#898 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:898 review_comments:0 succeeded_builds:13 where:github who:526301
2025-08-18T09:30:54Z pull-was-opened 802720676 _job:34196 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#349 has been opened by @renovate[bot]. event_id:53483413961 event_type:PullRequestEvent is_human:0 issue:349 where:github who:29139614
2025-08-18T06:50:53Z git-was-pushed 799177290 _job:34196 commit:ed2bb50cf08f75f1a43a05a7f661bd63ffd96d51 default_branch:master details:A new Git push #26197784281 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53476365061 event_type:PushEvent is_human:1 push_id:26197784281 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-18T08:30:11Z git-was-pushed 798641472 _job:34196 commit:e37915b39328879da89b9cfe04536b3ea0357eff default_branch:master details:A new Git push #26199708626 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53480579081 event_type:PushEvent is_human:1 push_id:26199708626 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-18T07:56:31Z resolved-bug-was-rewarded 799113787 _job:34196 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/judges#270 in 0 hours, the reward amount is 12. done:2025-08-21T14:52:51Z href:https://github.com/yegor256/judges/issues/270/#issuecomment-3195553092 is_human:1 issue:270 where:github who:526301 why:Resolved bug in yegor256/judges#270
2025-08-18T06:50:33Z code-was-contributed 799177290 _job:34196 comments:1 details:The pull request zerocracy/judges-action#897 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1h13m of being in review and 1 comments. hoc:2 is_human:0 issue:897 merger:526301 review_comments:0 seconds:4382 where:github who:41898282
2025-08-18T06:49:57Z code-was-contributed 799177290 _job:34196 comments:1 details:The pull request zerocracy/judges-action#898 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 47m3s of being in review and 1 comments. hoc:2 is_human:0 issue:898 merger:526301 review_comments:0 seconds:2824 where:github who:29139614
2025-08-18T19:07:26Z code-review-was-rewarded 849726475 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/swarm-template#142, the reward amount is 4. done:2025-08-21T14:52:51Z href:https://github.com/zerocracy/swarm-template/issues/142/#issuecomment-3198081692 is_human:1 issue:142 where:github who:526301 why:Reviewed code in zerocracy/swarm-template#142
2025-08-18T19:07:31Z resolved-bug-was-rewarded 799177290 _job:34196 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#896 in 1 hours, the reward amount is 12. done:2025-08-21T14:52:51Z href:https://github.com/zerocracy/judges-action/issues/896/#issuecomment-3198081770 is_human:1 issue:896 where:github who:526301 why:Resolved bug in zerocracy/judges-action#896
2025-08-18T19:57:48Z resolved-bug-was-rewarded 798641472 _job:34196 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#280 in 1 hours, the reward amount is 12. done:2025-08-21T14:52:52Z href:https://github.com/yegor256/factbase/issues/280/#issuecomment-3198232429 is_human:1 issue:280 where:github who:526301 why:Resolved bug in yegor256/factbase#280
2025-08-18T12:49:04Z git-was-pushed 798641472 _job:34196 commit:423b0fd56ef69c4a1613917904bea8e5dcb92b22 default_branch:master details:A new Git push #26205218883 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53492372487 event_type:PushEvent is_human:1 push_id:26205218883 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-18T12:47:33Z git-was-pushed 798641472 _job:34196 commit:233b43383092409a10d48005f347ad7a700cec3d default_branch:master details:A new Git push #26205184230 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53492298081 event_type:PushEvent is_human:1 push_id:26205184230 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-18T16:55:54Z git-was-pushed 799177290 _job:34196 commit:24abb55e96bcf1d479f33e80ab69dd2a177aaf71 default_branch:master details:A new Git push #26210813875 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53504457248 event_type:PushEvent is_human:1 push_id:26210813875 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-18T21:51:03Z pull-was-opened 799113787 _job:34196 branch:renovate/crate-ci-typos-1.x details:The pull yegor256/judges#271 has been opened by @renovate[bot]. is_human:0 issue:271 where:github who:29139614
2025-08-19T05:54:06Z pull-was-merged 799113787 _job:34196 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/judges#271 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:271 review_comments:0 succeeded_builds:11 where:github who:526301
2025-08-19T05:54:06Z code-was-contributed 799113787 _job:34196 comments:3 details:The pull request yegor256/judges#271 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 8h3m of being in review and 3 comments. hoc:2 is_human:0 issue:271 merger:526301 review_comments:0 seconds:28983 where:github who:29139614
2025-08-18T22:31:23Z pull-was-opened 798641472 _job:34196 branch:renovate/crate-ci-typos-1.x details:The pull request yegor256/factbase#282 has been opened by @renovate[bot]. event_id:53516514822 event_type:PullRequestEvent is_human:0 issue:282 where:github who:29139614
2025-08-18T21:58:15Z pull-was-opened 799177290 _job:34196 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/judges-action#900 has been opened by @renovate[bot]. event_id:53515606479 event_type:PullRequestEvent is_human:0 issue:900 where:github who:29139614
2025-08-19T11:07:17Z issue-was-closed 799113787 _job:34196 details:Apparently, yegor256/judges#43 has been 'issue-was-closed'. is_human:1 issue:43 where:github who:526301
2025-08-19T11:07:46Z issue-was-opened 799113787 _job:34196 details:The issue yegor256/judges#273 has been opened by @yegor256. is_human:1 issue:273 where:github who:526301
2025-08-19T11:07:47Z label-was-attached 799113787 _job:34196 details:The 'bug' label was attached by @yegor256 to the issue yegor256/judges#273. is_human:1 issue:273 label:bug where:github who:526301
2025-08-19T04:34:38Z code-was-contributed 799177290 _job:34196 comments:4 details:The pull request zerocracy/judges-action#900 with 2 HoC created by @renovate[bot] was merged by @rultor after 6h36m of being in review and 4 comments. hoc:2 is_human:0 issue:900 merger:8086956 review_comments:0 seconds:23783 where:github who:29139614
2025-08-19T08:54:34Z code-was-contributed 798641472 _job:34196 comments:3 details:The pull request yegor256/factbase#282 with 2 HoC created by @renovate[bot] was merged by @rultor after 10h23m of being in review and 3 comments. hoc:2 is_human:0 issue:282 merger:8086956 review_comments:0 seconds:37391 where:github who:29139614
2025-08-19T16:01:45Z resolved-bug-was-rewarded 799113787 _job:34196 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/judges#272 in 6 hours, the reward amount is 12. done:2025-08-21T14:52:52Z href:https://github.com/yegor256/judges/issues/272/#issuecomment-3201530408 is_human:1 issue:272 where:github who:526301 why:Resolved bug in yegor256/judges#272
2025-08-19T16:01:49Z resolved-bug-was-rewarded 798641472 _job:34196 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#281 in 19 hours, the reward amount is 12. done:2025-08-21T14:52:52Z href:https://github.com/yegor256/factbase/issues/281/#issuecomment-3201530497 is_human:1 issue:281 where:github who:526301 why:Resolved bug in yegor256/factbase#281
2025-08-19T17:05:15Z resolved-bug-was-rewarded 798641472 _job:34196 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#283 in 0 hours, the reward amount is 12. done:2025-08-21T14:52:52Z href:https://github.com/yegor256/factbase/issues/283/#issuecomment-3201530562 is_human:1 issue:283 where:github who:526301 why:Resolved bug in yegor256/factbase#283
2025-08-19T02:15:06Z pull-was-opened 849726475 _job:34196 branch:renovate/crate-ci-typos-1.x details:The pull zerocracy/swarm-template#143 has been opened by @renovate[bot]. is_human:0 issue:143 where:github who:29139614
2025-08-19T04:15:15Z code-was-contributed 849726475 _job:34196 comments:4 details:The pull request zerocracy/swarm-template#143 with 2 HoC created by @renovate[bot] was merged by @rultor after 2h0m of being in review and 4 comments. hoc:2 is_human:0 issue:143 merger:8086956 review_comments:0 seconds:7209 where:github who:29139614
2025-08-19T00:38:31Z pull-was-opened 840215648 _job:34196 branch:renovate/crate-ci-typos-1.x details:The pull zerocracy/baza.rb#124 has been opened by @renovate[bot]. is_human:0 issue:124 where:github who:29139614
2025-08-19T04:06:33Z code-was-contributed 840215648 _job:34196 comments:4 details:The pull request zerocracy/baza.rb#124 with 2 HoC created by @renovate[bot] was merged by @rultor after 3h28m of being in review and 4 comments. hoc:2 is_human:0 issue:124 merger:8086956 review_comments:0 seconds:12482 where:github who:29139614
2025-08-20T17:55:22Z pull-was-opened 799113787 _job:34196 branch:renovate/cucumber-10.x-lockfile details:The pull request yegor256/judges#274 has been opened by @renovate[bot]. event_id:53615273616 event_type:PullRequestEvent is_human:0 issue:274 where:github who:29139614
2025-02-21T12:10:27Z pull-was-opened 798641472 _job:34196 branch:benchmark-results details:The pull yegor256/factbase#163 has been opened earlier by @github-actions[bot]. is_human:0 issue:163 where:github who:41898282
2025-02-24T12:11:06Z pull-was-opened 798641472 _job:34196 branch:benchmark-results details:The pull yegor256/factbase#167 has been opened earlier by @github-actions[bot]. is_human:0 issue:167 where:github who:41898282
2025-03-27T14:00:57Z pull-was-opened 181044958 _job:34196 branch:renovate/pgtk-0.x-lockfile details:The pull yegor256/0rsk#126 has been opened earlier by @renovate[bot]. is_human:0 issue:126 where:github who:29139614
2025-04-06T01:08:28Z pull-was-opened 181044958 _job:34196 branch:renovate/rubocop-performance-1.x-lockfile details:The pull yegor256/0rsk#129 has been opened earlier by @renovate[bot]. is_human:0 issue:129 where:github who:29139614
2025-04-05T20:08:23Z pull-was-opened 181044958 _job:34196 branch:renovate/rubocop-minitest-0.x-lockfile details:The pull yegor256/0rsk#128 has been opened earlier by @renovate[bot]. is_human:0 issue:128 where:github who:29139614
2025-04-05T20:08:15Z pull-was-opened 181044958 _job:34196 branch:renovate/rubocop-1.x-lockfile details:The pull yegor256/0rsk#127 has been opened earlier by @renovate[bot]. is_human:0 issue:127 where:github who:29139614
2025-03-27T06:36:46Z pull-was-opened 181044958 _job:34196 branch:renovate/rspec-rails-7.x details:The pull yegor256/0rsk#123 has been opened earlier by @renovate[bot]. is_human:0 issue:123 where:github who:29139614
2025-02-21T16:04:08Z code-was-contributed 798641472 _job:34196 comments:0 details:The pull request yegor256/factbase#163 with 898671 HoC created by @github-actions[bot] was merged by @yegor256 after 3h53m of being in review and 0 comments. hoc:898671 is_human:0 issue:163 merger:526301 review_comments:0 seconds:14021 where:github who:41898282
2025-02-24T12:55:52Z code-was-contributed 798641472 _job:34196 comments:0 details:The pull request yegor256/factbase#167 with 25 HoC created by @github-actions[bot] was merged by @yegor256 after 44m45s of being in review and 0 comments. hoc:25 is_human:0 issue:167 merger:526301 review_comments:0 seconds:2686 where:github who:41898282
2025-08-21T08:02:16Z resolved-bug-was-rewarded 799177290 _job:34196 award:6 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#899 in 69 hours, the reward amount is 6. done:2025-08-21T14:52:52Z href:https://github.com/zerocracy/judges-action/issues/899/#issuecomment-3209446839 is_human:1 issue:899 where:github who:526301 why:Resolved bug in zerocracy/judges-action#899
2025-08-21T08:02:39Z code-review-was-rewarded 840215648 _job:34196 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/baza.rb#125, the reward amount is 4. done:2025-08-21T14:52:52Z href:https://github.com/zerocracy/baza.rb/issues/125/#issuecomment-3209644675 is_human:1 issue:125 where:github who:526301 why:Reviewed code in zerocracy/baza.rb#125
2025-08-21T05:33:33Z git-was-pushed 798641472 _job:34196 commit:a423b9d263133f0db4fa076dfad8ff40b0fc61ca default_branch:master details:A new Git push #26273977679 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53635010020 event_type:PushEvent is_human:1 push_id:26273977679 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-21T05:49:38Z git-was-pushed 799177290 _job:34196 commit:0a0b396d8e44ee55ab563c5afd2358a5d590d0c1 default_branch:master details:A new Git push #26274218586 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53635481963 event_type:PushEvent is_human:1 push_id:26274218586 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-21T06:09:33Z pull-was-opened 799177290 _job:34199 branch:renovate/zerocracy-judges-action-0.x details:The pull zerocracy/judges-action#902 has been opened by @renovate[bot]. is_human:0 issue:902 where:github who:29139614
2025-08-21T06:17:13Z pull-was-opened 799177290 _job:34199 branch:version-up details:The pull zerocracy/judges-action#903 has been opened by @github-actions[bot]. is_human:0 issue:903 where:github who:41898282
2025-08-21T06:13:30Z pull-was-merged 799177290 _job:34199 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#902 has been 'pull-was-merged'. failed_builds:1 hoc:2 is_human:1 issue:902 review_comments:0 succeeded_builds:12 where:github who:526301
2025-08-21T10:46:06Z pull-was-merged 799177290 _job:34199 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#903 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:903 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-21T06:13:26Z git-was-pushed 799177290 _job:34199 commit:46b425560cc2fa545e97deb197e31a165b5af9cc default_branch:master details:A new Git push #26274595442 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53636231877 event_type:PushEvent is_human:1 push_id:26274595442 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-21T04:56:28Z pull-was-opened 802720676 _job:34199 branch:renovate/actions-setup-java-5.x details:The pull request zerocracy/pages-action#350 has been opened by @renovate[bot]. event_id:53633973044 event_type:PullRequestEvent is_human:0 issue:350 where:github who:29139614
2025-08-21T10:56:30Z pull-was-opened 799177290 _job:34199 branch:renovate/zerocracy-judges-action-0.x details:The pull zerocracy/judges-action#905 has been opened by @renovate[bot]. is_human:0 issue:905 where:github who:29139614
2025-08-21T14:47:44Z pull-was-merged 798641472 _job:34199 branch:benchmark-results comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#274 has been 'pull-was-merged'. failed_builds:0 hoc:52 is_human:1 issue:274 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-21T11:38:21Z pull-was-merged 799177290 _job:34199 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#905 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:905 review_comments:0 succeeded_builds:13 where:github who:526301
2025-08-21T06:13:30Z code-was-contributed 799177290 _job:34199 comments:1 details:The pull request zerocracy/judges-action#902 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 3m56s of being in review and 1 comments. hoc:2 is_human:0 issue:902 merger:526301 review_comments:0 seconds:237 where:github who:29139614
2025-08-21T10:46:06Z code-was-contributed 799177290 _job:34199 comments:1 details:The pull request zerocracy/judges-action#903 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 4h28m of being in review and 1 comments. hoc:2 is_human:0 issue:903 merger:526301 review_comments:0 seconds:16133 where:github who:41898282
2025-08-21T14:53:36Z push-to-master-was-punished 799177290 _job:34199 award:-16 commit:46b425560cc2fa545e97deb197e31a165b5af9cc default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/46b425560cc2fa545e97deb197e31a165b5af9cc/#commitcomment-164380975 is_human:1 where:github who:526301 why:Pushed 46b425560 to the default branch 'master' in zerocracy/judges-action
2025-08-21T15:41:38Z resolved-bug-was-rewarded 799177290 _job:34199 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#904 in 1 hours, the reward amount is 12. done:2025-08-21T15:41:52Z href:https://github.com/zerocracy/judges-action/issues/904/#issuecomment-3211151606 is_human:1 issue:904 where:github who:526301 why:Resolved bug in zerocracy/judges-action#904
2025-08-21T08:50:37Z git-was-pushed 820463873 _job:34199 commit:7e1aa807da33388131f3a74c27b9ff1731f0b181 default_branch:master details:A new Git push #26277741891 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53642838586 event_type:PushEvent is_human:1 push_id:26277741891 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-21T09:47:51Z git-was-pushed 799177290 _job:34199 commit:ed05f7b094598f011a32466a775f27be67522019 default_branch:master details:A new Git push #26279056080 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53645635867 event_type:PushEvent is_human:1 push_id:26279056080 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-21T18:44:12Z issue-was-opened 799177290 _job:34199 details:The issue zerocracy/judges-action#909 has been opened by @yegor256. is_human:1 issue:909 where:github who:526301
2025-08-21T13:22:50Z pull-was-opened 799177290 _job:34199 branch:version-up details:The pull zerocracy/judges-action#907 has been opened by @github-actions[bot]. is_human:0 issue:907 where:github who:41898282
2025-08-21T13:38:58Z pull-was-opened 799177290 _job:34199 branch:renovate/zerocracy-judges-action-0.x details:The pull zerocracy/judges-action#908 has been opened by @renovate[bot]. is_human:0 issue:908 where:github who:29139614
2025-08-21T19:13:25Z issue-was-closed 799177290 _job:34199 details:Apparently, zerocracy/judges-action#909 has been 'issue-was-closed'. is_human:1 issue:909 where:github who:526301
2025-08-21T13:33:59Z pull-was-merged 799177290 _job:34199 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#907 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:907 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-21T13:49:09Z pull-was-merged 799177290 _job:34199 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#908 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:908 review_comments:0 succeeded_builds:13 where:github who:526301
2025-08-21T13:00:00Z git-was-pushed 799177290 _job:34199 commit:3d91194f7bd8057abbe98a01d2860b1948799d2f default_branch:master details:A new Git push #26283455262 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53654660025 event_type:PushEvent is_human:1 push_id:26283455262 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-21T12:58:54Z git-was-pushed 799177290 _job:34199 commit:2ee2da93654729e992103f73f9ceb5ddd42b9e9a default_branch:master details:A new Git push #26283427484 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53654602531 event_type:PushEvent is_human:1 push_id:26283427484 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-21T12:53:42Z git-was-pushed 799177290 _job:34199 commit:76ddd60cf64de7417ef090c004d9b20e57c78ed6 default_branch:master details:A new Git push #26283304291 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53654338391 event_type:PushEvent is_human:1 push_id:26283304291 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-21T12:48:20Z git-was-pushed 799177290 _job:34199 commit:477e812e48387342794e09ad198a1575a7252b9a default_branch:master details:A new Git push #26283170829 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53654064138 event_type:PushEvent is_human:1 push_id:26283170829 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-21T12:29:58Z git-was-pushed 798641472 _job:34199 commit:d7ae69bd1f85502772d83501ce7ad3404938036d default_branch:master details:A new Git push #26282719760 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53653143203 event_type:PushEvent is_human:1 push_id:26282719760 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-21T13:48:53Z git-was-pushed 799177290 _job:34199 commit:d9502889b7d8c92883033fd7272fd68eff54a5c6 default_branch:master details:A new Git push #26284690098 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53657269260 event_type:PushEvent is_human:1 push_id:26284690098 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-21T14:26:58Z git-was-pushed 798641472 _job:34199 commit:f86fbaf32dde3f79be1123acb289c0c6326807db default_branch:master details:A new Git push #26285663751 has arrived to yegor256/factbase, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53659359110 event_type:PushEvent is_human:1 push_id:26285663751 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-21T19:08:04Z pull-was-opened 799177290 _job:34199 branch:version-up details:The pull zerocracy/judges-action#910 has been opened by @github-actions[bot]. is_human:0 issue:910 where:github who:41898282
2025-08-21T19:42:16Z pull-was-opened 799177290 _job:34199 branch:renovate/zerocracy-judges-action-0.x details:The pull zerocracy/judges-action#911 has been opened by @renovate[bot]. is_human:0 issue:911 where:github who:29139614
2025-08-21T19:18:38Z pull-was-closed 799177290 _job:34199 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#910 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:910 succeeded_builds:0 where:github who:41898282
2025-08-22T10:35:06Z pull-was-merged 799177290 _job:34199 branch:renovate/zerocracy-judges-action-0.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#911 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:911 review_comments:0 succeeded_builds:13 where:github who:526301
2025-08-21T19:14:58Z git-was-pushed 799177290 _job:34199 commit:4a77983ca35c907a2bb553f18c2f9dde91288e7d default_branch:master details:A new Git push #26291700246 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53672315453 event_type:PushEvent is_human:1 push_id:26291700246 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-22T10:13:54Z pull-was-opened 802720676 _job:34199 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/pages-action#351 has been opened by @renovate[bot]. event_id:53700678389 event_type:PullRequestEvent is_human:0 issue:351 where:github who:29139614
2025-08-22T10:35:06Z code-was-contributed 799177290 _job:34199 comments:4 details:The pull request zerocracy/judges-action#911 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 14h52m of being in review and 4 comments. hoc:2 is_human:0 issue:911 merger:526301 review_comments:0 seconds:53570 where:github who:29139614
2025-08-22T11:55:54Z pull-was-opened 799113787 _job:34199 branch:renovate/rubocop-1.x-lockfile details:The pull request yegor256/judges#275 has been opened by @renovate[bot]. event_id:53704767350 event_type:PullRequestEvent is_human:0 issue:275 where:github who:29139614
2025-08-22T06:38:49Z pull-was-opened 798641472 _job:34199 branch:benchmark-results details:The pull yegor256/factbase#288 has been opened by @github-actions[bot]. is_human:0 issue:288 where:github who:41898282
2025-08-21T19:49:15Z pull-was-opened 840215648 _job:34199 branch:renovate/factbase-0.x-lockfile details:The pull zerocracy/baza.rb#127 has been opened by @renovate[bot]. is_human:0 issue:127 where:github who:29139614
2025-08-22T03:27:06Z code-was-contributed 840215648 _job:34199 comments:3 details:The pull request zerocracy/baza.rb#127 with 2 HoC created by @renovate[bot] was merged by @rultor after 7h37m of being in review and 3 comments. hoc:2 is_human:0 issue:127 merger:8086956 review_comments:0 seconds:27471 where:github who:29139614
2025-08-22T10:25:57Z pull-was-opened 799177290 _job:34199 branch:version-up details:The pull zerocracy/judges-action#913 has been opened by @github-actions[bot]. is_human:0 issue:913 where:github who:41898282
2025-08-18T22:36:00Z pull-was-opened 820463873 _job:34199 branch:renovate/crate-ci-typos-1.x details:The pull zerocracy/fbe#274 has been opened by @renovate[bot]. is_human:0 issue:274 where:github who:29139614
2025-08-22T09:13:54Z pull-was-opened 820463873 _job:34199 branch:renovate/rubocop-1.x-lockfile details:The pull zerocracy/fbe#275 has been opened by @renovate[bot]. is_human:0 issue:275 where:github who:29139614
2025-08-22T10:32:01Z pull-was-merged 799177290 _job:34199 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#913 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:913 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-13T03:21:38Z code-was-reviewed 802720676 _job:34199 author:29139614 comments:2 details:The pull request zerocracy/pages-action#348 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 9h28m and 2 comments. hoc:2 is_human:1 issue:348 review_comments:0 seconds:34093 where:github who:526301
2025-08-23T16:48:57Z resolved-bug-was-rewarded 798641472 _job:34202 award:4 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#275 in 300 hours, the reward amount is 4. done:2025-08-23T17:50:54Z href:https://github.com/yegor256/factbase/issues/275/#issuecomment-3217252683 is_human:1 issue:275 where:github who:526301 why:Resolved bug in yegor256/factbase#275
2025-08-23T16:49:01Z resolved-bug-was-rewarded 820463873 _job:34202 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#276 in 0 hours, the reward amount is 12. done:2025-08-23T17:50:54Z href:https://github.com/zerocracy/fbe/issues/276/#issuecomment-3218013018 is_human:1 issue:276 where:github who:526301 why:Resolved bug in zerocracy/fbe#276
2025-08-23T16:49:07Z code-review-was-rewarded 849726475 _job:34202 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/swarm-template#141, the reward amount is 4. done:2025-08-23T17:50:54Z href:https://github.com/zerocracy/swarm-template/issues/141/#issuecomment-3218013034 is_human:1 issue:141 where:github who:526301 why:Reviewed code in zerocracy/swarm-template#141
2025-08-23T17:51:21Z code-review-was-rewarded 181044958 _job:34202 award:4 details:It's time to reward @yegor256 for the code review in yegor256/0rsk#229, the reward amount is 4. done:2025-08-23T18:44:26Z href:https://github.com/yegor256/0rsk/issues/229/#issuecomment-3218013042 is_human:1 issue:229 where:github who:526301 why:Reviewed code in yegor256/0rsk#229
2025-08-23T17:51:25Z code-review-was-rewarded 849726475 _job:34202 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/swarm-template#144, the reward amount is 4. done:2025-08-23T18:44:26Z href:https://github.com/zerocracy/swarm-template/issues/144/#issuecomment-3218013055 is_human:1 issue:144 where:github who:526301 why:Reviewed code in zerocracy/swarm-template#144
2025-08-23T17:51:28Z code-review-was-rewarded 840215648 _job:34202 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/baza.rb#126, the reward amount is 4. done:2025-08-23T18:44:26Z href:https://github.com/zerocracy/baza.rb/issues/126/#issuecomment-3218013065 is_human:1 issue:126 where:github who:526301 why:Reviewed code in zerocracy/baza.rb#126
2025-08-23T17:51:32Z code-review-was-rewarded 799177290 _job:34202 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#901, the reward amount is 4. done:2025-08-23T18:44:26Z href:https://github.com/zerocracy/judges-action/issues/901/#issuecomment-3218013076 is_human:1 issue:901 where:github who:526301 why:Reviewed code in zerocracy/judges-action#901
2025-08-23T17:51:35Z code-review-was-rewarded 798641472 _job:34202 award:4 details:It's time to reward @yegor256 for the code review in yegor256/factbase#289, the reward amount is 4. done:2025-08-23T18:44:26Z href:https://github.com/yegor256/factbase/issues/289/#issuecomment-3218013087 is_human:1 issue:289 where:github who:526301 why:Reviewed code in yegor256/factbase#289
2025-08-23T17:51:39Z code-review-was-rewarded 840215648 _job:34202 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/baza.rb#128, the reward amount is 4. done:2025-08-23T18:44:26Z href:https://github.com/zerocracy/baza.rb/issues/128/#issuecomment-3218013099 is_human:1 issue:128 where:github who:526301 why:Reviewed code in zerocracy/baza.rb#128
2025-08-23T18:45:02Z push-to-master-was-punished 798641472 _job:34202 award:-16 commit:a423b9d263133f0db4fa076dfad8ff40b0fc61ca default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/a423b9d263133f0db4fa076dfad8ff40b0fc61ca/#commitcomment-164511858 is_human:1 where:github who:526301 why:Pushed a423b9d26 to the default branch 'master' in yegor256/factbase
2025-08-23T18:45:02Z push-to-master-was-punished 820463873 _job:34202 award:-16 commit:7e1aa807da33388131f3a74c27b9ff1731f0b181 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/7e1aa807da33388131f3a74c27b9ff1731f0b181/#commitcomment-164511859 is_human:1 where:github who:526301 why:Pushed 7e1aa807d to the default branch 'master' in zerocracy/fbe
2025-08-23T18:45:03Z push-to-master-was-punished 798641472 _job:34202 award:-16 commit:d7ae69bd1f85502772d83501ce7ad3404938036d default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/d7ae69bd1f85502772d83501ce7ad3404938036d/#commitcomment-164511860 is_human:1 where:github who:526301 why:Pushed d7ae69bd1 to the default branch 'master' in yegor256/factbase
2025-08-23T18:45:03Z push-to-master-was-punished 798641472 _job:34202 award:-16 commit:f86fbaf32dde3f79be1123acb289c0c6326807db default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/f86fbaf32dde3f79be1123acb289c0c6326807db/#commitcomment-164511861 is_human:1 where:github who:526301 why:Pushed f86fbaf32 to the default branch 'master' in yegor256/factbase
2025-08-23T18:45:03Z push-to-master-was-punished 820463873 _job:34202 award:-16 commit:d8fba1a027031cad5895da43fcb909d97f618459 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/d8fba1a027031cad5895da43fcb909d97f618459/#commitcomment-164511862 is_human:1 where:github who:526301 why:Pushed d8fba1a02 to the default branch 'master' in zerocracy/fbe
2025-08-23T18:45:04Z push-to-master-was-punished 820463873 _job:34202 award:-16 commit:b0a0138775d9ff1f4cc14607024d280f90ea15de default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/b0a0138775d9ff1f4cc14607024d280f90ea15de/#commitcomment-164511863 is_human:1 where:github who:526301 why:Pushed b0a013877 to the default branch 'master' in zerocracy/fbe
2025-08-23T18:45:04Z push-to-master-was-punished 820463873 _job:34202 award:-16 commit:0e99a1137df6c000dfd65e181e6a9a8a6025049b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/0e99a1137df6c000dfd65e181e6a9a8a6025049b/#commitcomment-164511864 is_human:1 where:github who:526301 why:Pushed 0e99a1137 to the default branch 'master' in zerocracy/fbe
2025-08-23T18:45:05Z push-to-master-was-punished 820463873 _job:34202 award:-16 commit:ffa797439d6a1586bee54836c69ac0ad02ed5b8b default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/ffa797439d6a1586bee54836c69ac0ad02ed5b8b/#commitcomment-164511865 is_human:1 where:github who:526301 why:Pushed ffa797439 to the default branch 'master' in zerocracy/fbe
2025-08-23T18:45:05Z push-to-master-was-punished 799113787 _job:34202 award:-16 commit:311ba85b2e8a4415d58e816973a6b57f0842f7b0 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/311ba85b2e8a4415d58e816973a6b57f0842f7b0/#commitcomment-164511866 is_human:1 where:github who:526301 why:Pushed 311ba85b2 to the default branch 'master' in yegor256/judges
2025-08-23T18:45:05Z push-to-master-was-punished 799113787 _job:34202 award:-16 commit:a7e4c8fad139d12c06d81a4e1a8e001a9270b04a default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/a7e4c8fad139d12c06d81a4e1a8e001a9270b04a/#commitcomment-164511867 is_human:1 where:github who:526301 why:Pushed a7e4c8fad to the default branch 'master' in yegor256/judges
2025-08-23T18:45:06Z push-to-master-was-punished 799113787 _job:34202 award:-16 commit:7c455931d1045aae1f4beb22657e3d4b0cb76c26 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/7c455931d1045aae1f4beb22657e3d4b0cb76c26/#commitcomment-164511870 is_human:1 where:github who:526301 why:Pushed 7c455931d to the default branch 'master' in yegor256/judges
2025-08-23T18:45:07Z resolved-bug-was-rewarded 799177290 _job:34202 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#915 in 1 hours, the reward amount is 12. done:2025-08-24T08:49:44Z href:https://github.com/zerocracy/judges-action/issues/915/#issuecomment-3218013109 is_human:1 issue:915 where:github who:526301 why:Resolved bug in zerocracy/judges-action#915
2025-08-23T18:45:11Z resolved-bug-was-rewarded 799113787 _job:34202 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/judges#276 in 1 hours, the reward amount is 12. done:2025-08-24T08:49:44Z href:https://github.com/yegor256/judges/issues/276/#issuecomment-3218013125 is_human:1 issue:276 where:github who:526301 why:Resolved bug in yegor256/judges#276
2025-08-24T08:50:18Z code-review-was-rewarded 840215648 _job:34202 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/baza.rb#129, the reward amount is 4. done:2025-08-24T09:46:26Z href:https://github.com/zerocracy/baza.rb/issues/129/#issuecomment-3218013142 is_human:1 issue:129 where:github who:526301 why:Reviewed code in zerocracy/baza.rb#129
2025-08-21T14:47:44Z code-was-contributed 798641472 _job:34202 comments:0 details:The pull request yegor256/factbase#274 with 52 HoC created by @github-actions[bot] was merged by @yegor256 after 1w3d of being in review and 0 comments. hoc:52 is_human:0 issue:274 merger:526301 review_comments:0 seconds:948625 where:github who:41898282
2025-08-21T11:38:21Z code-was-contributed 799177290 _job:34202 comments:1 details:The pull request zerocracy/judges-action#905 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 41m50s of being in review and 1 comments. hoc:2 is_human:0 issue:905 merger:526301 review_comments:0 seconds:2511 where:github who:29139614
2025-08-21T13:33:59Z code-was-contributed 799177290 _job:34202 comments:1 details:The pull request zerocracy/judges-action#907 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 11m8s of being in review and 1 comments. hoc:2 is_human:0 issue:907 merger:526301 review_comments:0 seconds:669 where:github who:41898282
2025-08-21T13:49:09Z code-was-contributed 799177290 _job:34202 comments:1 details:The pull request zerocracy/judges-action#908 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 10m10s of being in review and 1 comments. hoc:2 is_human:0 issue:908 merger:526301 review_comments:0 seconds:611 where:github who:29139614
2025-08-22T10:32:01Z code-was-contributed 799177290 _job:34202 comments:1 details:The pull request zerocracy/judges-action#913 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 6m3s of being in review and 1 comments. hoc:2 is_human:0 issue:913 merger:526301 review_comments:0 seconds:364 where:github who:41898282
2025-08-24T10:50:35Z code-review-was-rewarded 849726475 _job:34202 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/swarm-template#145, the reward amount is 4. done:2025-08-24T11:40:10Z href:https://github.com/zerocracy/swarm-template/issues/145/#issuecomment-3218041313 is_human:1 issue:145 where:github who:526301 why:Reviewed code in zerocracy/swarm-template#145
2025-08-24T10:50:39Z code-review-was-rewarded 799177290 _job:34202 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#895, the reward amount is 4. done:2025-08-24T11:40:10Z href:https://github.com/zerocracy/judges-action/issues/895/#issuecomment-3218041333 is_human:1 issue:895 where:github who:526301 why:Reviewed code in zerocracy/judges-action#895
2025-08-24T10:50:42Z code-review-was-rewarded 849726475 _job:34202 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/swarm-template#146, the reward amount is 4. done:2025-08-24T11:40:10Z href:https://github.com/zerocracy/swarm-template/issues/146/#issuecomment-3218041344 is_human:1 issue:146 where:github who:526301 why:Reviewed code in zerocracy/swarm-template#146
2025-08-24T10:50:46Z code-review-was-rewarded 849726475 _job:34202 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/swarm-template#147, the reward amount is 4. done:2025-08-24T11:40:10Z href:https://github.com/zerocracy/swarm-template/issues/147/#issuecomment-3218041364 is_human:1 issue:147 where:github who:526301 why:Reviewed code in zerocracy/swarm-template#147
2025-08-24T10:51:06Z resolved-bug-was-rewarded 799113787 _job:34202 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/judges#277 in 0 hours, the reward amount is 12. done:2025-08-24T11:40:10Z href:https://github.com/yegor256/judges/issues/277/#issuecomment-3218041383 is_human:1 issue:277 where:github who:526301 why:Resolved bug in yegor256/judges#277
2025-08-24T11:40:42Z resolved-bug-was-rewarded 798641472 _job:34202 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#284 in 1 hours, the reward amount is 12. done:2025-08-24T11:41:24Z href:https://github.com/yegor256/factbase/issues/284/#issuecomment-3218041401 is_human:1 issue:284 where:github who:526301 why:Resolved bug in yegor256/factbase#284
2025-08-24T12:44:57Z resolved-bug-was-rewarded 799177290 _job:34208 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#906 in 0 hours, the reward amount is 12. done:2025-08-24T13:45:16Z href:https://github.com/zerocracy/judges-action/issues/906/#issuecomment-3218082092 is_human:1 issue:906 where:github who:526301 why:Resolved bug in zerocracy/judges-action#906
2025-08-24T12:45:01Z resolved-bug-was-rewarded 798641472 _job:34208 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#286 in 0 hours, the reward amount is 12. done:2025-08-24T13:45:16Z href:https://github.com/yegor256/factbase/issues/286/#issuecomment-3218082101 is_human:1 issue:286 where:github who:526301 why:Resolved bug in yegor256/factbase#286
2025-08-24T12:45:04Z resolved-bug-was-rewarded 798641472 _job:34208 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#287 in 3 hours, the reward amount is 12. done:2025-08-24T13:45:16Z href:https://github.com/yegor256/factbase/issues/287/#issuecomment-3218082119 is_human:1 issue:287 where:github who:526301 why:Resolved bug in yegor256/factbase#287
2025-08-24T12:45:08Z resolved-bug-was-rewarded 799177290 _job:34208 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#912 in 1 hours, the reward amount is 12. done:2025-08-24T13:45:16Z href:https://github.com/zerocracy/judges-action/issues/912/#issuecomment-3218082130 is_human:1 issue:912 where:github who:526301 why:Resolved bug in zerocracy/judges-action#912
2025-08-24T12:45:11Z resolved-bug-was-rewarded 798641472 _job:34208 award:7 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#285 in 39 hours, the reward amount is 7. done:2025-08-24T13:45:16Z href:https://github.com/yegor256/factbase/issues/285/#issuecomment-3218082144 is_human:1 issue:285 where:github who:526301 why:Resolved bug in yegor256/factbase#285
2025-08-24T12:45:14Z resolved-bug-was-rewarded 799177290 _job:34208 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#914 in 1 hours, the reward amount is 12. done:2025-08-24T13:45:16Z href:https://github.com/zerocracy/judges-action/issues/914/#issuecomment-3218082151 is_human:1 issue:914 where:github who:526301 why:Resolved bug in zerocracy/judges-action#914
2025-08-24T18:48:18Z code-review-was-rewarded 799177290 _job:34226 award:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#919, the reward amount is 4. done:2025-08-24T18:48:47Z href:https://github.com/zerocracy/judges-action/issues/919/#issuecomment-3218299798 is_human:1 issue:919 where:github who:526301 why:Reviewed code in zerocracy/judges-action#919
2025-08-25T05:19:15Z code-was-contributed 799177290 _job:34274 comments:1 details:The pull request zerocracy/judges-action#921 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 11m6s of being in review and 1 comments. hoc:2 is_human:0 issue:921 merger:526301 review_comments:0 seconds:667 where:github who:29139614
2025-08-25T05:19:21Z code-was-contributed 799177290 _job:34274 comments:1 details:The pull request zerocracy/judges-action#922 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 7m57s of being in review and 1 comments. hoc:2 is_human:0 issue:922 merger:526301 review_comments:0 seconds:478 where:github who:41898282
2025-08-25T06:48:38Z resolved-bug-was-rewarded 799177290 _job:34276 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#920 in 0 hours, the reward amount is 12. done:2025-08-25T06:48:55Z href:https://github.com/zerocracy/judges-action/issues/920/#issuecomment-3219046368 is_human:1 issue:920 where:github who:526301 why:Resolved bug in zerocracy/judges-action#920
2025-08-25T16:46:31Z resolved-bug-was-rewarded 820463873 _job:34316 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#277 in 0 hours, the reward amount is 12. done:2025-08-25T16:46:55Z href:https://github.com/zerocracy/fbe/issues/277/#issuecomment-3220989053 is_human:1 issue:277 where:github who:526301 why:Resolved bug in zerocracy/fbe#277
2025-08-25T23:41:57Z push-to-master-was-punished 799177290 _job:34337 award:-16 commit:68d7db4d3bf6f47f96a14dbcf7a2ad1418046238 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/68d7db4d3bf6f47f96a14dbcf7a2ad1418046238/#commitcomment-164591489 is_human:1 where:github who:526301 why:Pushed 68d7db4d3 to the default branch 'master' in zerocracy/judges-action
2025-08-25T16:46:36Z code-was-contributed 799177290 _job:34341 comments:1 details:The pull request zerocracy/judges-action#926 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1h4m of being in review and 1 comments. hoc:2 is_human:0 issue:926 merger:526301 review_comments:0 seconds:3882 where:github who:41898282
2025-08-26T03:13:40Z code-review-was-rewarded 799177290 _job:34350 award:4 comments:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#925, the reward amount is 4. done:2025-08-26T03:14:07Z hoc:2 href:https://github.com/zerocracy/judges-action/issues/925/#issuecomment-3222431054 is_human:1 issue:925 review_comments:0 seconds:3674 where:github who:526301 why:Reviewed code in zerocracy/judges-action#925
2025-08-26T17:42:43Z code-review-was-rewarded 849726475 _job:34407 award:4 comments:4 details:It's time to reward @yegor256 for the code review in zerocracy/swarm-template#148, the reward amount is 4. done:2025-08-26T17:43:11Z hoc:2 href:https://github.com/zerocracy/swarm-template/issues/148/#issuecomment-3225129131 is_human:1 issue:148 review_comments:0 seconds:28669 where:github who:526301 why:Reviewed code in zerocracy/swarm-template#148
2025-08-26T23:40:30Z earned-value _job:34427 ac:-1704 cant_infer_ev:There is not .CSV file cant_infer_pv:There is not .CSV file ev:0 pv:0 qod:1699 qod_per_sec:5.087284543339752e-05 start:2024-08-05T07:10:16Z
2025-08-26T23:40:30Z earned-value-prev _job:34427
2025-08-27T02:04:18Z bug-was-resolved 799177290 _job:34489 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#928 opened @yegor256 by was resolved, after 1h10m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:928 label:bug opener:526301 seconds:4237 tombstone:2025-08-27T03:43:28Z where:github who:526301
2025-08-27T03:42:57Z resolved-bug-was-rewarded 799177290 _job:34492 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#928 in 1 hours, the reward amount is 12. done:2025-08-27T03:43:28Z href:https://github.com/zerocracy/judges-action/issues/928/#issuecomment-3226637963 is_human:1 issue:928 where:github who:526301 why:Resolved bug in zerocracy/judges-action#928
2025-08-05T09:15:27Z code-was-contributed 181044958 _job:34496 comments:3 details:The pull request yegor256/0rsk#225 with 9 HoC created by @renovate[bot] was merged by @rultor after 4h24m of being in review and 3 comments. hoc:9 is_human:0 issue:225 merger:8086956 review_comments:0 seconds:15841 where:github who:29139614
2025-08-27T02:05:36Z code-was-contributed 799177290 _job:34506 comments:1 details:The pull request zerocracy/judges-action#931 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 12s of being in review and 1 comments. hoc:2 is_human:0 issue:931 merger:526301 review_comments:0 seconds:13 where:github who:41898282
2025-08-27T02:05:26Z code-was-contributed 799177290 _job:34506 comments:1 details:The pull request zerocracy/judges-action#930 with 4 HoC created by @renovate[bot] was merged by @yegor256 after 3m1s of being in review and 1 comments. hoc:4 is_human:0 issue:930 merger:526301 review_comments:0 seconds:182 where:github who:29139614
2025-08-27T02:04:28Z code-was-contributed 799177290 _job:34506 comments:1 details:The pull request zerocracy/judges-action#929 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 2m17s of being in review and 1 comments. hoc:2 is_human:0 issue:929 merger:526301 review_comments:0 seconds:138 where:github who:29139614
2025-08-27T03:07:03Z code-was-reviewed 849726475 _job:34525 author:29139614 comments:4 details:The pull request zerocracy/swarm-template#149 with 6 HoC created by @renovate[bot] was reviewed by @yegor256 after 1h2m and 4 comments. hoc:6 is_human:1 issue:149 review_comments:0 seconds:3768 tombstone:2025-08-27T10:41:24Z where:github who:526301
2025-08-27T03:17:19Z code-was-contributed 849726475 _job:34525 comments:3 details:The pull request zerocracy/swarm-template#149 with 6 HoC created by @renovate[bot] was merged by @rultor after 1h13m of being in review and 3 comments. hoc:6 is_human:0 issue:149 merger:8086956 review_comments:0 seconds:4384 tombstone:2025-08-27T10:41:24Z where:github who:29139614
2025-08-27T07:22:31Z code-was-contributed 802720676 _job:34525 comments:3 details:The pull request zerocracy/pages-action#348 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 2w0d of being in review and 3 comments. hoc:2 is_human:0 issue:348 merger:526301 review_comments:0 seconds:1258146 where:github who:29139614
2025-08-27T07:22:22Z code-was-contributed 802720676 _job:34525 comments:1 details:The pull request zerocracy/pages-action#350 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 6d2h of being in review and 1 comments. hoc:2 is_human:0 issue:350 merger:526301 review_comments:0 seconds:527154 where:github who:29139614
2025-08-27T09:55:49Z push-to-master-was-punished 802720676 _job:34525 award:-16 commit:f041e1f333841d0a02a85ee46697c2480215d8d9 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/pages-action, the penalty amount is -16. href:https://github.com/zerocracy/pages-action/commit/f041e1f333841d0a02a85ee46697c2480215d8d9/#commitcomment-164684360 is_human:1 where:github who:526301 why:Pushed f041e1f33 to the default branch 'master' in zerocracy/pages-action
2025-08-27T02:50:28Z code-was-contributed 820463873 _job:34533 comments:4 details:The pull request zerocracy/fbe#278 with 4 HoC created by @renovate[bot] was merged by @rultor after 10m57s of being in review and 4 comments. hoc:4 is_human:0 issue:278 merger:8086956 review_comments:0 seconds:658 tombstone:2025-08-27T12:44:00Z where:github who:29139614
2025-08-27T07:22:16Z code-was-contributed 802720676 _job:34533 comments:1 details:The pull request zerocracy/pages-action#353 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 2h13m of being in review and 1 comments. hoc:2 is_human:0 issue:353 merger:526301 review_comments:0 seconds:8017 where:github who:29139614
2025-08-27T10:40:49Z code-review-was-rewarded 849726475 _job:34533 award:4 comments:4 details:It's time to reward @yegor256 for the code review in zerocracy/swarm-template#149, the reward amount is 4. done:2025-08-27T10:41:24Z hoc:6 href:https://github.com/zerocracy/swarm-template/issues/149/#issuecomment-3227674688 is_human:1 issue:149 review_comments:0 seconds:3768 where:github who:526301 why:Reviewed code in zerocracy/swarm-template#149
2025-08-27T09:01:08Z code-was-contributed 840215648 _job:34536 comments:4 details:The pull request zerocracy/baza.rb#130 with 4 HoC created by @renovate[bot] was merged by @rultor after 4h8m of being in review and 4 comments. hoc:4 is_human:0 issue:130 merger:8086956 review_comments:0 seconds:14917 tombstone:2025-08-27T17:40:27Z where:github who:29139614
2025-08-27T08:39:44Z code-was-contributed 181044958 _job:34536 comments:3 details:The pull request yegor256/0rsk#231 with 4 HoC created by @renovate[bot] was merged by @rultor after 3h52m of being in review and 3 comments. hoc:4 is_human:0 issue:231 merger:8086956 review_comments:0 seconds:13955 tombstone:2025-08-27T17:40:27Z where:github who:29139614
2025-08-27T02:44:48Z code-was-reviewed 820463873 _job:34536 author:29139614 comments:4 details:The pull request zerocracy/fbe#278 with 4 HoC created by @renovate[bot] was reviewed by @yegor256 after 5m17s and 4 comments. hoc:4 is_human:1 issue:278 review_comments:0 seconds:318 tombstone:2025-08-27T12:44:00Z where:github who:526301
2025-08-27T12:43:42Z code-review-was-rewarded 820463873 _job:34545 award:4 comments:4 details:It's time to reward @yegor256 for the code review in zerocracy/fbe#278, the reward amount is 4. done:2025-08-27T12:44:00Z hoc:4 href:https://github.com/zerocracy/fbe/issues/278/#issuecomment-3228066751 is_human:1 issue:278 review_comments:0 seconds:318 where:github who:526301 why:Reviewed code in zerocracy/fbe#278
2025-08-27T12:27:12Z code-was-contributed 799113787 _job:34545 comments:0 details:The pull request yegor256/judges#278 with 4 HoC created by @renovate[bot] was merged by @yegor256 after 7h54m of being in review and 0 comments. hoc:4 is_human:0 issue:278 merger:526301 review_comments:0 seconds:28462 where:github who:29139614
2025-08-27T08:29:42Z code-was-reviewed 181044958 _job:34557 author:29139614 comments:3 details:The pull request yegor256/0rsk#231 with 4 HoC created by @renovate[bot] was reviewed by @yegor256 after 3h42m and 3 comments. hoc:4 is_human:1 issue:231 review_comments:0 seconds:13353 tombstone:2025-08-27T17:40:27Z where:github who:526301
2025-08-27T08:50:16Z code-was-reviewed 840215648 _job:34557 author:29139614 comments:4 details:The pull request zerocracy/baza.rb#130 with 4 HoC created by @renovate[bot] was reviewed by @yegor256 after 3h57m and 4 comments. hoc:4 is_human:1 issue:130 review_comments:0 seconds:14265 tombstone:2025-08-27T17:40:27Z where:github who:526301
2025-08-27T17:39:59Z code-review-was-rewarded 181044958 _job:34583 award:4 comments:3 details:It's time to reward @yegor256 for the code review in yegor256/0rsk#231, the reward amount is 4. done:2025-08-27T17:40:27Z hoc:4 href:https://github.com/yegor256/0rsk/issues/231/#issuecomment-3229142440 is_human:1 issue:231 review_comments:0 seconds:13353 where:github who:526301 why:Reviewed code in yegor256/0rsk#231
2025-08-27T17:40:03Z code-review-was-rewarded 840215648 _job:34583 award:4 comments:4 details:It's time to reward @yegor256 for the code review in zerocracy/baza.rb#130, the reward amount is 4. done:2025-08-27T17:40:27Z hoc:4 href:https://github.com/zerocracy/baza.rb/issues/130/#issuecomment-3229142529 is_human:1 issue:130 review_comments:0 seconds:14265 where:github who:526301 why:Reviewed code in zerocracy/baza.rb#130
2025-08-27T16:54:11Z code-was-contributed 840215648 _job:34583 comments:4 details:The pull request zerocracy/baza.rb#131 with 2 HoC created by @renovate[bot] was merged by @rultor after 7h47m of being in review and 4 comments. hoc:2 is_human:0 issue:131 merger:8086956 review_comments:0 seconds:28049 tombstone:2025-08-28T10:01:32Z where:github who:29139614
2025-08-27T17:05:52Z code-was-contributed 798641472 _job:34583 comments:3 details:The pull request yegor256/factbase#290 with 4 HoC created by @renovate[bot] was merged by @rultor after 13h54m of being in review and 3 comments. hoc:4 is_human:0 issue:290 merger:8086956 review_comments:0 seconds:50050 tombstone:2025-08-28T10:01:32Z where:github who:29139614
2025-08-27T18:29:07Z bug-was-resolved 820463873 _job:34591 closer:526301 details:The bug/feature in the issue zerocracy/fbe#280 opened @yegor256 by was resolved, after 43m10s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:280 label:enhancement opener:526301 seconds:2591 tombstone:2025-08-27T20:46:26Z where:github who:526301
2025-08-27T16:55:41Z code-was-contributed 799177290 _job:34591 comments:4 details:The pull request zerocracy/judges-action#933 with 2 HoC created by @renovate[bot] was merged by @rultor after 6h50m of being in review and 4 comments. hoc:2 is_human:0 issue:933 merger:8086956 review_comments:0 seconds:24660 tombstone:2025-08-28T10:01:32Z where:github who:29139614
2025-08-27T20:44:42Z resolved-bug-was-rewarded 820463873 _job:34603 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#280 in 0 hours, the reward amount is 12. done:2025-08-27T20:46:26Z href:https://github.com/zerocracy/fbe/issues/280/#issuecomment-3229693669 is_human:1 issue:280 where:github who:526301 why:Resolved bug in zerocracy/fbe#280
2025-08-28T04:13:56Z bug-was-resolved 820463873 _job:34630 closer:526301 details:The bug/feature in the issue zerocracy/fbe#281 opened @yegor256 by was resolved, after 9h13m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:281 label:bug opener:526301 seconds:33239 tombstone:2025-08-28T06:52:33Z where:github who:526301
2025-08-28T05:35:08Z resolved-bug-was-rewarded 820463873 _job:34636 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#281 in 9 hours, the reward amount is 12. done:2025-08-28T06:52:33Z href:https://github.com/zerocracy/fbe/issues/281/#issuecomment-3231963275 is_human:1 issue:281 where:github who:526301 why:Resolved bug in zerocracy/fbe#281
2025-08-27T16:33:37Z code-was-reviewed 799177290 _job:34636 author:29139614 comments:4 details:The pull request zerocracy/judges-action#933 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 6h28m and 4 comments. hoc:2 is_human:1 issue:933 review_comments:0 seconds:23336 tombstone:2025-08-28T10:01:32Z where:github who:526301
2025-08-27T16:44:27Z code-was-reviewed 840215648 _job:34639 author:29139614 comments:4 details:The pull request zerocracy/baza.rb#131 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 7h37m and 4 comments. hoc:2 is_human:1 issue:131 review_comments:0 seconds:27465 tombstone:2025-08-28T10:01:32Z where:github who:526301
2025-08-27T16:52:48Z code-was-reviewed 798641472 _job:34639 author:29139614 comments:3 details:The pull request yegor256/factbase#290 with 4 HoC created by @renovate[bot] was reviewed by @yegor256 after 13h41m and 3 comments. hoc:4 is_human:1 issue:290 review_comments:0 seconds:49266 tombstone:2025-08-28T10:01:32Z where:github who:526301
2025-08-28T10:00:54Z code-review-was-rewarded 799177290 _job:34650 award:4 comments:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#933, the reward amount is 4. done:2025-08-28T10:01:32Z hoc:2 href:https://github.com/zerocracy/judges-action/issues/933/#issuecomment-3232827246 is_human:1 issue:933 review_comments:0 seconds:23336 where:github who:526301 why:Reviewed code in zerocracy/judges-action#933
2025-08-28T10:00:58Z code-review-was-rewarded 840215648 _job:34650 award:4 comments:4 details:It's time to reward @yegor256 for the code review in zerocracy/baza.rb#131, the reward amount is 4. done:2025-08-28T10:01:32Z hoc:2 href:https://github.com/zerocracy/baza.rb/issues/131/#issuecomment-3232827321 is_human:1 issue:131 review_comments:0 seconds:27465 where:github who:526301 why:Reviewed code in zerocracy/baza.rb#131
2025-08-28T10:01:01Z code-review-was-rewarded 798641472 _job:34650 award:4 comments:3 details:It's time to reward @yegor256 for the code review in yegor256/factbase#290, the reward amount is 4. done:2025-08-28T10:01:32Z hoc:4 href:https://github.com/yegor256/factbase/issues/290/#issuecomment-3232827408 is_human:1 issue:290 review_comments:0 seconds:49266 where:github who:526301 why:Reviewed code in yegor256/factbase#290
2025-08-28T10:18:25Z bug-was-resolved 820463873 _job:34650 closer:526301 details:The bug/feature in the issue zerocracy/fbe#282 opened @yegor256 by was resolved, after 35m38s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. is_human:1 issue:282 label:enhancement opener:526301 seconds:2139 tombstone:2025-08-28T14:04:03Z where:github who:526301
2025-08-28T03:30:36Z code-was-contributed 798641472 _job:34660 comments:3 details:The pull request yegor256/factbase#291 with 2 HoC created by @renovate[bot] was merged by @rultor after 10h35m of being in review and 3 comments. hoc:2 is_human:0 issue:291 merger:8086956 review_comments:0 seconds:38155 where:github who:29139614
2025-08-28T11:12:33Z bug-was-resolved 799113787 _job:34679 closer:526301 details:The bug/feature in the issue yegor256/judges#281 opened @yegor256 by was resolved, after 20m32s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:281 label:bug opener:526301 seconds:1233 tombstone:2025-08-28T15:00:17Z where:github who:526301
2025-08-28T13:02:44Z resolved-bug-was-rewarded 820463873 _job:34690 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#282 in 0 hours, the reward amount is 12. done:2025-08-28T14:04:03Z href:https://github.com/zerocracy/fbe/issues/282/#issuecomment-3233633097 is_human:1 issue:282 where:github who:526301 why:Resolved bug in zerocracy/fbe#282
2025-08-28T13:03:04Z push-to-master-was-punished 820463873 _job:34690 award:-16 commit:96ab007de83d0e7e77d771914a94a2b4d5f14922 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/96ab007de83d0e7e77d771914a94a2b4d5f14922/#commitcomment-164761526 is_human:1 where:github who:526301 why:Pushed 96ab007de to the default branch 'master' in zerocracy/fbe
2025-08-28T03:32:19Z code-was-contributed 799177290 _job:34690 comments:4 details:The pull request zerocracy/judges-action#934 with 2 HoC created by @renovate[bot] was merged by @rultor after 9h52m of being in review and 4 comments. hoc:2 is_human:0 issue:934 merger:8086956 review_comments:0 seconds:35542 where:github who:29139614
2024-08-12T04:37:29Z dud-was-closed 820463873 _job:34722 cause:138900 closer:526301 details:In the repository #820463873, the user #88084038 submitted the issue #61 which was later closed by the user #526301 not becoming a bug or enhancement; this means that the issue was not valid, maybe a duplicate or simply a mistake. done:2025-08-28T18:59:18Z is_human:1 issue:61 where:github who:88084038
2024-07-29T18:58:44Z bug-was-resolved 820463873 _job:34722 closer:8086956 details:The bug/feature in the issue zerocracy/fbe#37 opened @yegor256 by was resolved, after 1d23h of waiting, because it was closed by @rultor and earlier it was assigned to @suban05 and the label '#bug' was attached. done:2025-08-28T18:59:18Z is_human:1 issue:37 label:bug opener:526301 seconds:172041 where:github who:88084038
2024-07-27T05:31:59Z bug-was-resolved 820463873 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/fbe#38 opened @yegor256 by was resolved, after 21h57m of waiting, because it was closed by @yegor256 and earlier it was assigned to @suban05 and the label '#bug' was attached. done:2025-08-28T18:59:18Z is_human:1 issue:38 label:bug opener:526301 seconds:79069 where:github who:88084038
2024-08-05T06:21:23Z bug-was-resolved 799113787 _job:34722 closer:8086956 details:The bug/feature in the issue yegor256/judges#83 opened @yegor256 by was resolved, after 1w4d of waiting, because it was closed by @rultor and earlier it was assigned to @tank-bohr and the label '#enhancement' was attached. done:2025-08-28T18:59:18Z is_human:1 issue:83 label:enhancement opener:526301 seconds:1027856 where:github who:1646020
2024-08-18T11:12:45Z bug-was-resolved 799113787 _job:34722 closer:526301 details:The bug/feature in the issue yegor256/judges#84 opened @yegor256 by was resolved, after 3w1d of waiting, because it was closed by @yegor256 and earlier it was assigned to @tank-bohr and the label '#enhancement' was attached. done:2025-08-28T18:59:18Z is_human:1 issue:84 label:enhancement opener:526301 seconds:1921192 where:github who:1646020
2024-08-22T16:28:43Z bug-was-resolved 798641472 _job:34722 closer:526301 details:The bug/feature in the issue yegor256/factbase#98 opened @yegor256 by was resolved, after 1d23h of waiting, because it was closed by @yegor256 and earlier it was assigned to @suban05 and the label '#bug' was attached. done:2025-08-28T18:59:18Z is_human:1 issue:98 label:bug opener:526301 seconds:172113 where:github who:88084038
2024-08-29T13:20:10Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#189 opened @yegor256 by was resolved, after 3d21h of waiting, because it was closed by @yegor256 and earlier it was assigned to @suban05 and the label '#enhancement' was attached. done:2025-08-28T18:59:18Z is_human:1 issue:189 label:enhancement opener:526301 seconds:336121 where:github who:88084038
2024-09-25T05:59:30Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#201 opened @yegor256 by was resolved, after 2d18h of waiting, because it was closed by @yegor256 and earlier it was assigned to @suban05 and the label '#enhancement' was attached. done:2025-08-28T18:59:18Z is_human:1 issue:201 label:enhancement opener:526301 seconds:239509 where:github who:88084038
2024-08-04T10:09:38Z bug-was-resolved 799177290 _job:34722 closer:8086956 details:The bug/feature in the issue zerocracy/judges-action#218 opened @yegor256 by was resolved, after 18h3m of waiting, because it was closed by @rultor and earlier it was assigned to @suban05 and the label '#bug' was attached. done:2025-08-28T18:59:18Z is_human:1 issue:218 label:bug opener:526301 seconds:65030 where:github who:88084038
2024-08-05T11:54:44Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#229 opened @yegor256 by was resolved, after 3h46m of waiting, because it was closed by @yegor256 and earlier it was assigned to @suban05 and the label '#bug' was attached. done:2025-08-28T18:59:18Z is_human:1 issue:229 label:bug opener:526301 seconds:13601 where:github who:88084038
2024-08-14T05:31:34Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#254 opened @yegor256 by was resolved, after 3d20h of waiting, because it was closed by @yegor256 and earlier it was assigned to @suban05 and the label '#bug' was attached. done:2025-08-28T18:59:18Z is_human:1 issue:254 label:bug opener:526301 seconds:331781 where:github who:88084038
2024-08-16T13:42:03Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#209 opened @yegor256 by was resolved, after 2w1d of waiting, because it was closed by @yegor256 and earlier it was assigned to @suban05 and the label '#bug' was attached. done:2025-08-28T18:59:18Z is_human:1 issue:209 label:bug opener:526301 seconds:1323895 where:github who:88084038
2024-08-18T07:30:21Z bug-was-resolved 799177290 _job:34722 closer:8086956 details:The bug/feature in the issue zerocracy/judges-action#211 opened @yegor256 by was resolved, after 1w2d of waiting, because it was closed by @rultor and earlier it was assigned to @suban05 and the label '#bug' was attached. done:2025-08-28T18:59:18Z is_human:1 issue:211 label:bug opener:526301 seconds:779126 where:github who:88084038
2024-08-21T15:35:12Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#214 opened @yegor256 by was resolved, after 5d1h of waiting, because it was closed by @yegor256 and earlier it was assigned to @suban05 and the label '#enhancement' was attached. done:2025-08-28T18:59:18Z is_human:1 issue:214 label:enhancement opener:526301 seconds:438724 where:github who:88084038
2024-08-22T05:28:53Z bug-was-resolved 820463873 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/fbe#78 opened @yegor256 by was resolved, after 12h0m of waiting, because it was closed by @yegor256 and earlier it was assigned to @suban05 and the label '#bug' was attached. done:2025-08-28T18:59:18Z is_human:1 issue:78 label:bug opener:526301 seconds:43214 where:github who:88084038
2024-08-25T15:57:37Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#311 opened @yegor256 by was resolved, after 1d8h of waiting, because it was closed by @yegor256 and earlier it was assigned to @suban05 and the label '#bug' was attached. done:2025-08-28T18:59:18Z is_human:1 issue:311 label:bug opener:526301 seconds:118254 where:github who:88084038
2024-09-24T09:13:54Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#350 opened @yegor256 by was resolved, after 3h5m of waiting, because it was closed by @yegor256 and earlier it was assigned to @suban05 and the label '#bug' was attached. done:2025-08-28T18:59:18Z is_human:1 issue:350 label:bug opener:526301 seconds:11122 where:github who:88084038
2019-07-19T13:12:25Z dud-was-closed 181044958 _job:34722 closer:526301 details:In the repository #181044958, the user #50617301 submitted the issue #51 which was later closed by the user #526301 not becoming a bug or enhancement; this means that the issue was not valid, maybe a duplicate or simply a mistake. done:2025-08-28T18:59:18Z is_human:1 issue:51 where:github who:50617301
2019-07-05T09:48:05Z dud-was-closed 181044958 _job:34722 closer:526301 details:In the repository #181044958, the user #50617301 submitted the issue #46 which was later closed by the user #526301 not becoming a bug or enhancement; this means that the issue was not valid, maybe a duplicate or simply a mistake. done:2025-08-28T18:59:18Z is_human:1 issue:46 where:github who:50617301
2019-05-26T10:39:18Z dud-was-closed 181044958 _job:34722 closer:526301 details:In the repository #181044958, the user #2485728 submitted the issue #41 which was later closed by the user #526301 not becoming a bug or enhancement; this means that the issue was not valid, maybe a duplicate or simply a mistake. done:2025-08-28T18:59:18Z is_human:1 issue:41 where:github who:2485728
2019-05-15T08:57:37Z dud-was-closed 181044958 _job:34722 closer:526301 details:In the repository #181044958, the user #5305846 submitted the issue #33 which was later closed by the user #526301 not becoming a bug or enhancement; this means that the issue was not valid, maybe a duplicate or simply a mistake. done:2025-08-28T18:59:18Z is_human:1 issue:33 where:github who:5305846
2024-07-30T13:51:42Z dud-was-closed 820463873 _job:34722 cause:85173 closer:526301 details:In the repository #820463873, the user #88084038 submitted the issue #47 which was later closed by the user #526301 not becoming a bug or enhancement; this means that the issue was not valid, maybe a duplicate or simply a mistake. done:2025-08-28T18:59:18Z is_human:1 issue:47 where:github who:88084038
2024-08-12T12:36:43Z code-was-contributed 799177290 _job:34722 cause:140828 comments:0 details:The pull request zerocracy/judges-action#266 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 14 minutes of being in review and 0 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:266 merger:526301 seconds:859 where:github who:29139614
2024-08-12T11:46:12Z code-was-contributed 802720676 _job:34722 cause:140833 comments:2 details:The pull request zerocracy/pages-action#102 with 2 HoC created by @renovate[bot] was merged by @rultor after 36 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:102 merger:8086956 seconds:2214 where:github who:29139614
2024-08-12T07:48:25Z code-was-contributed 802720676 _job:34722 cause:139631 comments:2 details:The pull request zerocracy/pages-action#101 with 2 HoC created by @renovate[bot] was merged by @rultor after 27 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:101 merger:8086956 seconds:1626 where:github who:29139614
2024-08-12T12:52:50Z code-was-contributed 802720676 _job:34722 cause:141071 comments:2 details:The pull request zerocracy/pages-action#103 with 2 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:103 merger:8086956 seconds:3935 where:github who:29139614
2024-08-12T08:51:55Z code-was-contributed 799177290 _job:34722 cause:139869 comments:2 details:The pull request zerocracy/judges-action#262 with 2 HoC created by @renovate[bot] was merged by @rultor after 33 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:262 merger:8086956 seconds:1983 where:github who:29139614
2024-08-12T14:44:34Z code-was-contributed 799177290 _job:34722 cause:141555 comments:0 details:The pull request zerocracy/judges-action#268 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 30 minutes of being in review and 0 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:268 merger:526301 seconds:1832 where:github who:41898282
2024-08-13T08:49:14Z code-was-contributed 802720676 _job:34722 cause:144320 comments:2 details:The pull request zerocracy/pages-action#104 with 2 HoC created by @renovate[bot] was merged by @rultor after 55 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:104 merger:8086956 seconds:3313 where:github who:29139614
2024-08-13T15:18:48Z code-was-contributed 799177290 _job:34722 cause:144551 comments:0 details:The pull request zerocracy/judges-action#273 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 7 minutes of being in review and 0 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:273 merger:526301 seconds:446 where:github who:41898282
2024-08-13T15:18:39Z code-was-contributed 799177290 _job:34722 cause:144552 comments:0 details:The pull request zerocracy/judges-action#274 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 6 minutes of being in review and 0 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:274 merger:526301 seconds:410 where:github who:29139614
2024-08-14T04:39:35Z code-was-contributed 798641472 _job:34722 cause:145991 comments:2 details:The pull request yegor256/factbase#111 with 6 HoC created by @renovate[bot] was merged by @rultor after 16 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:6 is_human:0 issue:111 merger:8086956 seconds:1000 where:github who:29139614
2024-08-14T05:46:14Z code-was-contributed 799177290 _job:34722 cause:145998 comments:0 details:The pull request zerocracy/judges-action#281 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1 minutes of being in review and 0 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:281 merger:526301 seconds:74 where:github who:41898282
2024-08-14T07:45:45Z code-was-contributed 799177290 _job:34722 cause:146504 comments:0 details:The pull request zerocracy/judges-action#282 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 8 minutes of being in review and 0 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:282 merger:526301 seconds:526 where:github who:41898282
2024-08-14T07:23:18Z code-was-contributed 799177290 _job:34722 cause:146508 comments:0 details:The pull request zerocracy/judges-action#270 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1 days of being in review and 0 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:270 merger:526301 seconds:89880 where:github who:29139614
2024-08-14T08:43:12Z code-was-contributed 799113787 _job:34722 cause:146745 comments:2 details:The pull request yegor256/judges#115 with 6 HoC created by @renovate[bot] was merged by @rultor after 42 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:6 is_human:0 issue:115 merger:8086956 seconds:2529 where:github who:29139614
2024-08-14T09:50:56Z code-was-contributed 802720676 _job:34722 cause:147225 comments:2 details:The pull request zerocracy/pages-action#105 with 4 HoC created by @renovate[bot] was merged by @rultor after 58 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:4 is_human:0 issue:105 merger:8086956 seconds:3482 where:github who:29139614
2024-08-14T15:47:54Z code-was-contributed 799177290 _job:34722 cause:148402 comments:2 details:The pull request zerocracy/judges-action#265 with 2 HoC created by @renovate[bot] was merged by @rultor after 2 days of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:265 merger:8086956 seconds:185139 where:github who:29139614
2024-08-14T16:49:41Z code-was-contributed 802720676 _job:34722 cause:148767 comments:2 details:The pull request zerocracy/pages-action#106 with 2 HoC created by @renovate[bot] was merged by @rultor after 17 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:106 merger:8086956 seconds:1026 where:github who:29139614
2024-08-14T19:46:53Z code-was-contributed 799177290 _job:34722 cause:149483 comments:2 details:The pull request zerocracy/judges-action#283 with 29 HoC created by @renovate[bot] was merged by @rultor after 26 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:29 is_human:0 issue:283 merger:8086956 seconds:1619 where:github who:29139614
2024-08-14T19:48:46Z code-was-contributed 802720676 _job:34722 cause:149485 comments:2 details:The pull request zerocracy/pages-action#107 with 31 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:31 is_human:0 issue:107 merger:8086956 seconds:4109 where:github who:29139614
2024-08-15T05:45:18Z code-was-contributed 840215648 _job:34722 cause:150532 comments:2 details:The pull request zerocracy/baza.rb#8 with 6 HoC created by @renovate[bot] was merged by @rultor after 15 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:6 is_human:0 issue:8 merger:8086956 seconds:932 where:github who:29139614
2024-08-15T15:36:41Z code-was-contributed 798641472 _job:34722 cause:151947 comments:2 details:The pull request yegor256/factbase#112 with 8 HoC created by @renovate[bot] was merged by @rultor after 15 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:8 is_human:0 issue:112 merger:8086956 seconds:915 where:github who:29139614
2024-08-15T17:45:00Z code-was-contributed 820463873 _job:34722 cause:152431 comments:2 details:The pull request zerocracy/fbe#69 with 6 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:6 is_human:0 issue:69 merger:8086956 seconds:4119 where:github who:29139614
2024-08-15T18:40:41Z code-was-contributed 799113787 _job:34722 cause:152665 comments:2 details:The pull request yegor256/judges#117 with 6 HoC created by @renovate[bot] was merged by @rultor after 52 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:6 is_human:0 issue:117 merger:8086956 seconds:3150 where:github who:29139614
2024-08-15T18:51:39Z code-was-contributed 840215648 _job:34722 cause:152669 comments:2 details:The pull request zerocracy/baza.rb#9 with 6 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:6 is_human:0 issue:9 merger:8086956 seconds:4450 where:github who:29139614
2024-08-16T04:47:01Z code-was-contributed 799177290 _job:34722 cause:154581 comments:2 details:The pull request zerocracy/judges-action#287 with 2 HoC created by @renovate[bot] was merged by @rultor after 25 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:287 merger:8086956 seconds:1533 where:github who:29139614
2024-08-16T04:48:53Z code-was-contributed 802720676 _job:34722 cause:154584 comments:2 details:The pull request zerocracy/pages-action#108 with 2 HoC created by @renovate[bot] was merged by @rultor after 34 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:108 merger:8086956 seconds:2058 where:github who:29139614
2024-08-16T06:52:09Z code-was-contributed 799177290 _job:34722 cause:155065 comments:2 details:The pull request zerocracy/judges-action#288 with 2 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:288 merger:8086956 seconds:5599 where:github who:29139614
2024-08-16T20:42:11Z code-was-contributed 799113787 _job:34722 cause:157328 comments:2 details:The pull request yegor256/judges#118 with 6 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:6 is_human:0 issue:118 merger:8086956 seconds:4752 where:github who:29139614
2024-08-16T19:43:38Z code-was-contributed 840215648 _job:34722 cause:157333 comments:2 details:The pull request zerocracy/baza.rb#10 with 6 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:6 is_human:0 issue:10 merger:8086956 seconds:3664 where:github who:29139614
2024-08-16T19:44:31Z code-was-contributed 799177290 _job:34722 cause:157340 comments:2 details:The pull request zerocracy/judges-action#280 with 6 HoC created by @renovate[bot] was merged by @rultor after 2 days of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:6 is_human:0 issue:280 merger:8086956 seconds:224548 where:github who:29139614
2024-08-17T03:32:55Z code-was-contributed 799177290 _job:34722 cause:158662 comments:0 details:The pull request zerocracy/judges-action#289 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 7 hours of being in review and 0 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:289 merger:526301 seconds:28082 where:github who:41898282
2024-08-17T05:14:50Z code-was-contributed 802720676 _job:34722 cause:159023 comments:0 details:The pull request zerocracy/pages-action#110 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 9 hours of being in review and 0 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:110 merger:526301 seconds:34535 where:github who:41898282
2024-08-17T11:32:35Z code-was-contributed 820463873 _job:34722 cause:160086 comments:0 details:The pull request zerocracy/fbe#67 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 3 days of being in review and 0 comments. done:2025-08-28T18:59:18Z hoc:6 is_human:0 issue:67 merger:526301 seconds:285642 where:github who:29139614
2024-08-18T05:48:51Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#112 with 2 HoC created by @renovate[bot] was merged by @rultor after 40 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:112 merger:8086956 seconds:2411 where:github who:29139614
2024-08-18T13:10:34Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#292 with 24 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:24 is_human:0 issue:292 merger:8086956 seconds:3608 where:github who:29139614
2024-08-18T13:15:13Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#113 with 24 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:24 is_human:0 issue:113 merger:8086956 seconds:3785 where:github who:29139614
2024-08-18T13:48:00Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#291 with 2 HoC created by @renovate[bot] was merged by @rultor after 9 hours of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:291 merger:8086956 seconds:33850 where:github who:29139614
2024-08-18T14:10:55Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#114 with 2 HoC created by @renovate[bot] was merged by @rultor after 54 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:114 merger:8086956 seconds:3256 where:github who:29139614
2024-08-18T18:39:59Z code-was-contributed 798641472 _job:34722 comments:2 details:The pull request yegor256/factbase#113 with 6 HoC created by @renovate[bot] was merged by @rultor after 55 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:6 is_human:0 issue:113 merger:8086956 seconds:3301 where:github who:29139614
2024-08-19T06:48:05Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#295 with 4 HoC created by @renovate[bot] was merged by @rultor after 23 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:4 is_human:0 issue:295 merger:8086956 seconds:1429 where:github who:29139614
2024-08-19T22:51:37Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#297 with 2 HoC created by @renovate[bot] was merged by @rultor after 37 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:297 merger:8086956 seconds:2226 where:github who:29139614
2024-08-22T07:03:36Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#305 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 3 minutes of being in review and 0 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:305 merger:526301 seconds:183 where:github who:41898282
2024-08-22T07:03:28Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#306 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 2 minutes of being in review and 0 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:306 merger:526301 seconds:140 where:github who:29139614
2024-08-22T06:26:19Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#304 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 2 minutes of being in review and 0 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:304 merger:526301 seconds:123 where:github who:29139614
2024-08-21T16:33:07Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#300 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 24 minutes of being in review and 0 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:300 merger:526301 seconds:1467 where:github who:41898282
2024-08-21T16:32:58Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#301 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 23 minutes of being in review and 0 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:301 merger:526301 seconds:1418 where:github who:29139614
2024-08-22T09:27:14Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#117 with 2 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:117 merger:8086956 seconds:5532 where:github who:29139614
2024-08-22T17:07:14Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#309 with 2 HoC created by @renovate[bot] was merged by @rultor after 43 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:309 merger:8086956 seconds:2622 where:github who:29139614
2024-08-22T17:11:33Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#118 with 2 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:118 merger:8086956 seconds:4987 where:github who:29139614
2024-08-22T19:12:33Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#310 with 2 HoC created by @renovate[bot] was merged by @rultor after 32 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:310 merger:8086956 seconds:1975 where:github who:29139614
2024-08-22T20:52:32Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#119 with 2 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:119 merger:8086956 seconds:4510 where:github who:29139614
2024-08-25T11:42:49Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#120 with 4 HoC created by @renovate[bot] was merged by @rultor after 46 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:4 is_human:0 issue:120 merger:8086956 seconds:2787 where:github who:29139614
2024-08-26T17:11:41Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#313 with 4 HoC created by @renovate[bot] was merged by @yegor256 after 1 days of being in review and 0 comments. done:2025-08-28T18:59:18Z hoc:4 is_human:0 issue:313 merger:526301 seconds:110768 where:github who:29139614
2024-08-26T17:11:31Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#315 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1 hours of being in review and 0 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:315 merger:526301 seconds:5028 where:github who:41898282
2024-08-26T17:06:01Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#316 with 2 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:316 merger:8086956 seconds:4672 where:github who:29139614
2024-08-26T18:09:35Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#121 with 2 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:2 is_human:0 issue:121 merger:8086956 seconds:3970 where:github who:29139614
2024-08-29T07:10:50Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#319 with 4 HoC created by @renovate[bot] was merged by @rultor after 42 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:4 is_human:0 issue:319 merger:8086956 seconds:2551 where:github who:29139614
2024-08-29T10:13:59Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#122 with 4 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:4 is_human:0 issue:122 merger:8086956 seconds:5566 where:github who:29139614
2024-08-30T06:17:33Z code-was-contributed 849726475 _job:34722 comments:0 details:The pull request zerocracy/swarm-template#2 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 28 seconds of being in review and 0 comments. done:2025-08-28T18:59:18Z hoc:6 is_human:0 issue:2 merger:526301 seconds:28 where:github who:29139614
2024-08-30T06:16:06Z code-was-contributed 849726475 _job:34722 comments:0 details:The pull request zerocracy/swarm-template#1 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 19 seconds of being in review and 0 comments. done:2025-08-28T18:59:18Z hoc:6 is_human:0 issue:1 merger:526301 seconds:19 where:github who:29139614
2024-08-30T09:08:08Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#123 with 5 HoC created by @renovate[bot] was merged by @rultor after 47 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:5 is_human:0 issue:123 merger:8086956 seconds:2847 where:github who:29139614
2024-08-31T13:49:52Z code-was-contributed 798641472 _job:34722 comments:2 details:The pull request yegor256/factbase#119 with 17 HoC created by @renovate[bot] was merged by @rultor after 56 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:17 is_human:0 issue:119 merger:8086956 seconds:3416 where:github who:29139614
2024-08-31T14:53:31Z code-was-contributed 799113787 _job:34722 comments:2 details:The pull request yegor256/judges#124 with 13 HoC created by @renovate[bot] was merged by @rultor after 57 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:13 is_human:0 issue:124 merger:8086956 seconds:3467 where:github who:29139614
2024-08-31T15:02:00Z code-was-contributed 840215648 _job:34722 comments:2 details:The pull request zerocracy/baza.rb#15 with 9 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:9 is_human:0 issue:15 merger:8086956 seconds:3855 where:github who:29139614
2024-08-31T15:10:22Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#124 with 11 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:11 is_human:0 issue:124 merger:8086956 seconds:5325 where:github who:29139614
2024-08-31T16:01:06Z code-was-contributed 820463873 _job:34722 comments:2 details:The pull request zerocracy/fbe#87 with 11 HoC created by @renovate[bot] was merged by @rultor after 37 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:11 is_human:0 issue:87 merger:8086956 seconds:2271 where:github who:29139614
2024-09-02T14:06:22Z code-was-contributed 840215648 _job:34722 comments:2 details:The pull request zerocracy/baza.rb#16 with 10 HoC created by @renovate[bot] was merged by @rultor after 56 minutes of being in review and 2 comments. done:2025-08-28T18:59:18Z hoc:10 is_human:0 issue:16 merger:8086956 seconds:3377 where:github who:29139614
2024-09-02T14:52:30Z code-was-contributed 799113787 _job:34722 comments:2 details:The pull request yegor256/judges#125 with 32 HoC created by @renovate[bot] was merged by @rultor after 35 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:32 is_human:0 issue:125 merger:8086956 seconds:2138 where:github who:29139614
2024-09-02T15:02:19Z code-was-contributed 820463873 _job:34722 comments:2 details:The pull request zerocracy/fbe#88 with 32 HoC created by @renovate[bot] was merged by @rultor after 48 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:32 is_human:0 issue:88 merger:8086956 seconds:2923 where:github who:29139614
2024-09-02T18:03:13Z code-was-contributed 840215648 _job:34722 comments:2 details:The pull request zerocracy/baza.rb#17 with 12 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:12 is_human:0 issue:17 merger:8086956 seconds:3828 where:github who:29139614
2024-09-02T19:14:11Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#321 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 2 hours of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:321 merger:526301 seconds:9857 where:github who:29139614
2024-09-02T19:13:48Z code-was-contributed 799177290 _job:34722 comments:3 details:The pull request zerocracy/judges-action#320 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 3 days of being in review and 3 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:320 merger:526301 seconds:308834 where:github who:29139614
2024-09-02T20:01:09Z code-was-contributed 820463873 _job:34722 comments:2 details:The pull request zerocracy/fbe#89 with 12 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:12 is_human:0 issue:89 merger:8086956 seconds:5007 where:github who:29139614
2024-09-02T20:57:44Z code-was-contributed 799113787 _job:34722 comments:2 details:The pull request yegor256/judges#126 with 12 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:12 is_human:0 issue:126 merger:8086956 seconds:4517 where:github who:29139614
2024-09-02T20:56:34Z code-was-contributed 798641472 _job:34722 comments:2 details:The pull request yegor256/factbase#121 with 14 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:14 is_human:0 issue:121 merger:8086956 seconds:5032 where:github who:29139614
2024-09-03T12:12:54Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#125 with 2 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:125 merger:8086956 seconds:3715 where:github who:29139614
2024-09-03T13:12:40Z code-was-contributed 840215648 _job:34722 comments:2 details:The pull request zerocracy/baza.rb#18 with 8 HoC created by @renovate[bot] was merged by @rultor after 39 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:8 is_human:0 issue:18 merger:8086956 seconds:2393 where:github who:29139614
2024-09-03T14:04:05Z code-was-contributed 820463873 _job:34722 comments:2 details:The pull request zerocracy/fbe#90 with 8 HoC created by @renovate[bot] was merged by @rultor after 33 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:8 is_human:0 issue:90 merger:8086956 seconds:1992 where:github who:29139614
2024-09-03T14:56:04Z code-was-contributed 799113787 _job:34722 comments:2 details:The pull request yegor256/judges#129 with 8 HoC created by @renovate[bot] was merged by @rultor after 50 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:8 is_human:0 issue:129 merger:8086956 seconds:3031 where:github who:29139614
2024-09-03T14:52:53Z code-was-contributed 798641472 _job:34722 comments:2 details:The pull request yegor256/factbase#122 with 8 HoC created by @renovate[bot] was merged by @rultor after 39 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:8 is_human:0 issue:122 merger:8086956 seconds:2349 where:github who:29139614
2024-09-04T03:50:48Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#323 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 19 hours of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:323 merger:526301 seconds:69859 where:github who:29139614
2024-09-04T10:56:45Z code-was-contributed 799113787 _job:34722 comments:2 details:The pull request yegor256/judges#131 with 6 HoC created by @renovate[bot] was merged by @rultor after 39 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:131 merger:8086956 seconds:2345 where:github who:29139614
2024-09-04T11:32:38Z code-was-contributed 799113787 _job:34722 comments:2 details:The pull request yegor256/judges#130 with 10 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:10 is_human:0 issue:130 merger:8086956 seconds:4508 where:github who:29139614
2024-09-04T09:36:57Z code-was-contributed 798641472 _job:34722 comments:2 details:The pull request yegor256/factbase#124 with 6 HoC created by @renovate[bot] was merged by @rultor after 22 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:124 merger:8086956 seconds:1349 where:github who:29139614
2024-09-04T12:28:41Z code-was-contributed 840215648 _job:34722 comments:2 details:The pull request zerocracy/baza.rb#19 with 12 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:12 is_human:0 issue:19 merger:8086956 seconds:3726 where:github who:29139614
2024-09-04T12:01:12Z code-was-contributed 840215648 _job:34722 comments:2 details:The pull request zerocracy/baza.rb#20 with 6 HoC created by @renovate[bot] was merged by @rultor after 34 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:20 merger:8086956 seconds:2064 where:github who:29139614
2024-09-04T12:28:30Z code-was-contributed 820463873 _job:34722 comments:2 details:The pull request zerocracy/fbe#91 with 10 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:10 is_human:0 issue:91 merger:8086956 seconds:5187 where:github who:29139614
2024-09-04T12:01:11Z code-was-contributed 820463873 _job:34722 comments:2 details:The pull request zerocracy/fbe#92 with 6 HoC created by @renovate[bot] was merged by @rultor after 58 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:92 merger:8086956 seconds:3534 where:github who:29139614
2024-09-04T15:34:15Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#327 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 3 minutes of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:327 merger:526301 seconds:213 where:github who:41898282
2024-09-04T09:34:43Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#322 with 15 HoC created by @renovate[bot] was merged by @yegor256 after 1 days of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:15 is_human:0 issue:322 merger:526301 seconds:137999 where:github who:29139614
2024-09-04T09:34:35Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#324 with 7 HoC created by @renovate[bot] was merged by @yegor256 after 6 minutes of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:7 is_human:0 issue:324 merger:526301 seconds:412 where:github who:29139614
2024-09-04T11:12:45Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#126 with 4 HoC created by @renovate[bot] was merged by @rultor after 2 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:4 is_human:0 issue:126 merger:8086956 seconds:9087 where:github who:29139614
2024-09-04T10:13:31Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#127 with 10 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:10 is_human:0 issue:127 merger:8086956 seconds:5526 where:github who:29139614
2024-09-06T07:09:19Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#330 with 2 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:330 merger:8086956 seconds:6790 where:github who:29139614
2024-09-06T08:06:31Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#128 with 2 HoC created by @renovate[bot] was merged by @rultor after 56 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:128 merger:8086956 seconds:3389 where:github who:29139614
2024-09-06T11:35:43Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#4 with 15 HoC created by @renovate[bot] was merged by @yegor256 after 5 days of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:15 is_human:0 issue:4 merger:526301 seconds:499815 where:github who:29139614
2024-09-06T11:35:35Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#5 with 7 HoC created by @renovate[bot] was merged by @yegor256 after 2 days of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:7 is_human:0 issue:5 merger:526301 seconds:181081 where:github who:29139614
2024-09-06T11:35:18Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#6 with 9 HoC created by @renovate[bot] was merged by @yegor256 after 3 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:9 is_human:0 issue:6 merger:526301 seconds:12545 where:github who:29139614
2024-09-07T13:53:44Z code-was-contributed 799113787 _job:34722 comments:2 details:The pull request yegor256/judges#132 with 10 HoC created by @renovate[bot] was merged by @rultor after 47 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:10 is_human:0 issue:132 merger:8086956 seconds:2839 where:github who:29139614
2024-09-07T13:53:05Z code-was-contributed 798641472 _job:34722 comments:2 details:The pull request yegor256/factbase#125 with 10 HoC created by @renovate[bot] was merged by @rultor after 57 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:10 is_human:0 issue:125 merger:8086956 seconds:3436 where:github who:29139614
2024-09-07T15:10:34Z code-was-contributed 840215648 _job:34722 comments:2 details:The pull request zerocracy/baza.rb#21 with 8 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:8 is_human:0 issue:21 merger:8086956 seconds:3807 where:github who:29139614
2024-09-07T15:06:54Z code-was-contributed 820463873 _job:34722 comments:2 details:The pull request zerocracy/fbe#94 with 10 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:10 is_human:0 issue:94 merger:8086956 seconds:4442 where:github who:29139614
2024-09-14T05:33:43Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#333 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 3 minutes of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:333 merger:526301 seconds:180 where:github who:41898282
2024-09-14T05:33:33Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#334 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 2 minutes of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:334 merger:526301 seconds:169 where:github who:29139614
2024-09-15T10:05:35Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#337 with 4 HoC created by @renovate[bot] was merged by @rultor after 32 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:4 is_human:0 issue:337 merger:8086956 seconds:1964 where:github who:29139614
2024-09-15T11:13:39Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#129 with 4 HoC created by @renovate[bot] was merged by @rultor after 53 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:4 is_human:0 issue:129 merger:8086956 seconds:3206 where:github who:29139614
2024-09-15T11:56:48Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#7 with 4 HoC created by @renovate[bot] was merged by @rultor after 45 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:4 is_human:0 issue:7 merger:8086956 seconds:2732 where:github who:29139614
2024-09-16T12:00:01Z code-was-contributed 840215648 _job:34722 comments:2 details:The pull request zerocracy/baza.rb#22 with 8 HoC created by @renovate[bot] was merged by @rultor after 40 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:8 is_human:0 issue:22 merger:8086956 seconds:2408 where:github who:29139614
2024-09-16T12:00:00Z code-was-contributed 820463873 _job:34722 comments:2 details:The pull request zerocracy/fbe#96 with 8 HoC created by @renovate[bot] was merged by @rultor after 41 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:8 is_human:0 issue:96 merger:8086956 seconds:2481 where:github who:29139614
2024-09-17T09:08:44Z code-was-contributed 840215648 _job:34722 comments:2 details:The pull request zerocracy/baza.rb#23 with 6 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:23 merger:8086956 seconds:5096 where:github who:29139614
2024-09-17T10:49:20Z code-was-contributed 820463873 _job:34722 comments:2 details:The pull request zerocracy/fbe#98 with 6 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:98 merger:8086956 seconds:3958 where:github who:29139614
2024-09-17T08:06:27Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#340 with 4 HoC created by @renovate[bot] was merged by @rultor after 54 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:4 is_human:0 issue:340 merger:8086956 seconds:3295 where:github who:29139614
2024-09-17T09:16:23Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#130 with 4 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:4 is_human:0 issue:130 merger:8086956 seconds:5358 where:github who:29139614
2024-09-17T09:08:08Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#8 with 4 HoC created by @renovate[bot] was merged by @rultor after 57 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:4 is_human:0 issue:8 merger:8086956 seconds:3436 where:github who:29139614
2024-09-17T23:00:12Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#9 with 2 HoC created by @renovate[bot] was merged by @rultor after 39 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:9 merger:8086956 seconds:2354 where:github who:29139614
2024-09-18T00:11:45Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#132 with 2 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:132 merger:8086956 seconds:3623 where:github who:29139614
2024-09-18T05:23:29Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#343 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 8 hours of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:343 merger:526301 seconds:28831 where:github who:29139614
2024-09-23T04:28:00Z code-was-contributed 802720676 _job:34722 comments:0 details:The pull request zerocracy/pages-action#133 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1 minutes of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:133 merger:526301 seconds:107 where:github who:41898282
2024-09-23T07:23:33Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#347 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 7 minutes of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:347 merger:526301 seconds:420 where:github who:41898282
2024-09-23T07:15:57Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#346 with 2 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:346 merger:8086956 seconds:5950 where:github who:29139614
2024-09-23T21:04:23Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#10 with 2 HoC created by @renovate[bot] was merged by @rultor after 50 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:10 merger:8086956 seconds:3051 where:github who:29139614
2024-09-24T14:13:01Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#354 with 2 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:354 merger:8086956 seconds:4264 where:github who:29139614
2024-09-24T13:01:09Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#353 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 32 minutes of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:353 merger:526301 seconds:1939 where:github who:41898282
2024-09-23T21:23:38Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#349 with 2 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:349 merger:8086956 seconds:3646 where:github who:29139614
2024-09-24T08:10:56Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#136 with 2 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:136 merger:8086956 seconds:4687 where:github who:29139614
2024-09-23T23:09:32Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#135 with 2 HoC created by @renovate[bot] was merged by @rultor after 54 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:135 merger:8086956 seconds:3294 where:github who:29139614
2024-09-24T08:03:06Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#11 with 2 HoC created by @renovate[bot] was merged by @rultor after 55 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:11 merger:8086956 seconds:3314 where:github who:29139614
2024-09-24T19:13:46Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#352 with 2 HoC created by @renovate[bot] was merged by @rultor after 12 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:352 merger:8086956 seconds:45127 where:github who:29139614
2024-09-24T21:08:51Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#137 with 2 HoC created by @renovate[bot] was merged by @rultor after 57 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:137 merger:8086956 seconds:3461 where:github who:29139614
2024-09-24T21:01:28Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#12 with 2 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:12 merger:8086956 seconds:4874 where:github who:29139614
2024-09-25T12:09:43Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#139 with 6 HoC created by @renovate[bot] was merged by @rultor after 40 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:139 merger:8086956 seconds:2434 where:github who:29139614
2024-09-26T02:34:20Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#358 with 2 HoC created by @renovate[bot] was merged by @rultor after 32 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:358 merger:8086956 seconds:1978 where:github who:29139614
2024-09-26T02:30:05Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#13 with 2 HoC created by @renovate[bot] was merged by @rultor after 55 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:13 merger:8086956 seconds:3314 where:github who:29139614
2024-09-26T03:00:35Z code-was-contributed 802720676 _job:34722 comments:0 details:The pull request zerocracy/pages-action#140 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1 minutes of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:140 merger:526301 seconds:101 where:github who:41898282
2024-09-26T04:21:38Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#361 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 7 seconds of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:361 merger:526301 seconds:7 where:github who:41898282
2024-09-26T04:21:10Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#360 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 14 seconds of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:360 merger:526301 seconds:14 where:github who:41898282
2024-09-26T04:20:24Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#359 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 9 minutes of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:359 merger:526301 seconds:552 where:github who:29139614
2024-09-26T10:38:57Z code-was-contributed 802720676 _job:34722 comments:0 details:The pull request zerocracy/pages-action#142 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1 minutes of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:142 merger:526301 seconds:81 where:github who:41898282
2024-09-26T14:27:28Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#363 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 17 minutes of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:363 merger:526301 seconds:1044 where:github who:41898282
2024-09-26T14:09:31Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#362 with 2 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:362 merger:8086956 seconds:4944 where:github who:29139614
2024-09-26T22:07:24Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#14 with 8 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:8 is_human:0 issue:14 merger:8086956 seconds:3808 where:github who:29139614
2024-09-26T23:48:16Z code-was-contributed 820463873 _job:34722 comments:2 details:The pull request zerocracy/fbe#107 with 14 HoC created by @renovate[bot] was merged by @rultor after 53 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:14 is_human:0 issue:107 merger:8086956 seconds:3233 where:github who:29139614
2024-09-30T05:03:40Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#15 with 2 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:15 merger:8086956 seconds:4546 where:github who:29139614
2024-09-30T05:10:06Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#366 with 2 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:366 merger:8086956 seconds:5966 where:github who:29139614
2024-09-30T05:11:13Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#143 with 2 HoC created by @renovate[bot] was merged by @rultor after 45 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:143 merger:8086956 seconds:2729 where:github who:29139614
2024-09-30T10:15:13Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#367 with 2 HoC created by @renovate[bot] was merged by @rultor after 52 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:367 merger:8086956 seconds:3121 where:github who:29139614
2024-09-30T11:10:22Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#144 with 2 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:144 merger:8086956 seconds:4147 where:github who:29139614
2024-09-30T12:04:12Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#16 with 2 HoC created by @renovate[bot] was merged by @rultor after 55 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:16 merger:8086956 seconds:3352 where:github who:29139614
2024-09-30T21:13:56Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#369 with 8 HoC created by @renovate[bot] was merged by @rultor after 52 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:8 is_human:0 issue:369 merger:8086956 seconds:3167 where:github who:29139614
2024-09-30T22:02:04Z code-was-contributed 840215648 _job:34722 comments:2 details:The pull request zerocracy/baza.rb#25 with 8 HoC created by @renovate[bot] was merged by @rultor after 52 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:8 is_human:0 issue:25 merger:8086956 seconds:3164 where:github who:29139614
2024-09-30T22:48:33Z code-was-contributed 820463873 _job:34722 comments:2 details:The pull request zerocracy/fbe#109 with 8 HoC created by @renovate[bot] was merged by @rultor after 42 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:8 is_human:0 issue:109 merger:8086956 seconds:2522 where:github who:29139614
2024-09-30T23:12:42Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#145 with 8 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:8 is_human:0 issue:145 merger:8086956 seconds:5138 where:github who:29139614
2024-10-01T04:28:03Z code-was-contributed 799177290 _job:34722 comments:3 details:The pull request zerocracy/judges-action#365 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 3 days of being in review and 3 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:365 merger:526301 seconds:302563 where:github who:29139614
2024-10-01T15:40:25Z code-was-contributed 798641472 _job:34722 comments:2 details:The pull request yegor256/factbase#127 with 8 HoC created by @renovate[bot] was merged by @rultor after 22 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:8 is_human:0 issue:127 merger:8086956 seconds:1353 where:github who:29139614
2024-10-01T17:50:05Z code-was-contributed 820463873 _job:34722 comments:2 details:The pull request zerocracy/fbe#110 with 6 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:110 merger:8086956 seconds:3973 where:github who:29139614
2024-10-01T17:04:06Z code-was-contributed 840215648 _job:34722 comments:2 details:The pull request zerocracy/baza.rb#26 with 6 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:26 merger:8086956 seconds:4872 where:github who:29139614
2024-10-02T08:14:07Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#146 with 7 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:7 is_human:0 issue:146 merger:8086956 seconds:5737 where:github who:29139614
2024-10-05T21:28:52Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#376 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1 minutes of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:376 merger:526301 seconds:98 where:github who:29139614
2024-10-05T21:28:43Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#377 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1 minutes of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:377 merger:526301 seconds:82 where:github who:41898282
2024-10-06T08:06:21Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#148 with 6 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:148 merger:8086956 seconds:3857 where:github who:29139614
2024-10-06T14:13:17Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#149 with 6 HoC created by @renovate[bot] was merged by @rultor after 48 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:149 merger:8086956 seconds:2883 where:github who:29139614
2024-10-07T19:03:25Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#17 with 4 HoC created by @renovate[bot] was merged by @rultor after 37 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:4 is_human:0 issue:17 merger:8086956 seconds:2250 where:github who:29139614
2024-10-07T20:09:18Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#378 with 4 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:4 is_human:0 issue:378 merger:8086956 seconds:5242 where:github who:29139614
2024-10-07T20:09:50Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#150 with 4 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:4 is_human:0 issue:150 merger:8086956 seconds:4860 where:github who:29139614
2024-10-11T08:47:27Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#18 with 2 HoC created by @renovate[bot] was merged by @rultor after 50 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:18 merger:8086956 seconds:3044 where:github who:29139614
2024-10-11T10:45:56Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#382 with 2 HoC created by @renovate[bot] was merged by @rultor after 16 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:382 merger:8086956 seconds:961 where:github who:29139614
2024-10-11T10:47:58Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#153 with 2 HoC created by @renovate[bot] was merged by @rultor after 34 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:153 merger:8086956 seconds:2094 where:github who:29139614
2024-10-14T04:17:22Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#383 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 18 seconds of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:383 merger:526301 seconds:18 where:github who:41898282
2024-10-14T04:54:18Z code-was-contributed 799113787 _job:34722 comments:3 details:The pull request yegor256/judges#134 with 10 HoC created by @renovate[bot] was merged by @yegor256 after 13 days of being in review and 3 comments. done:2025-08-28T18:59:19Z hoc:10 is_human:0 issue:134 merger:526301 seconds:1150439 where:github who:29139614
2024-10-14T04:54:10Z code-was-contributed 799113787 _job:34722 comments:3 details:The pull request yegor256/judges#135 with 8 HoC created by @renovate[bot] was merged by @yegor256 after 12 days of being in review and 3 comments. done:2025-08-28T18:59:19Z hoc:8 is_human:0 issue:135 merger:526301 seconds:1086383 where:github who:29139614
2024-10-14T05:38:28Z code-was-contributed 799113787 _job:34722 comments:3 details:The pull request yegor256/judges#133 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 27 days of being in review and 3 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:133 merger:526301 seconds:2397800 where:github who:29139614
2024-10-14T07:27:04Z code-was-contributed 840215648 _job:34722 comments:1 details:The pull request zerocracy/baza.rb#24 with 14 HoC created by @renovate[bot] was merged by @yegor256 after 17 days of being in review and 1 comments. done:2025-08-28T18:59:19Z hoc:14 is_human:0 issue:24 merger:526301 seconds:1509179 where:github who:29139614
2024-10-14T08:48:53Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#384 with 2 HoC created by @renovate[bot] was merged by @rultor after 35 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:384 merger:8086956 seconds:2100 where:github who:29139614
2024-10-14T14:20:10Z code-was-contributed 802720676 _job:34722 comments:0 details:The pull request zerocracy/pages-action#155 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 17 minutes of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:155 merger:526301 seconds:1032 where:github who:41898282
2024-10-14T14:19:57Z code-was-contributed 802720676 _job:34722 comments:0 details:The pull request zerocracy/pages-action#156 with 33 HoC created by @renovate[bot] was merged by @yegor256 after 16 minutes of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:33 is_human:0 issue:156 merger:526301 seconds:1010 where:github who:29139614
2024-10-14T14:19:49Z code-was-contributed 802720676 _job:34722 comments:0 details:The pull request zerocracy/pages-action#157 with 22 HoC created by @renovate[bot] was merged by @yegor256 after 16 minutes of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:22 is_human:0 issue:157 merger:526301 seconds:996 where:github who:29139614
2024-10-14T11:54:39Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#20 with 25 HoC created by @renovate[bot] was merged by @rultor after 44 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:25 is_human:0 issue:20 merger:8086956 seconds:2682 where:github who:29139614
2024-10-14T11:45:36Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#19 with 33 HoC created by @renovate[bot] was merged by @rultor after 35 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:33 is_human:0 issue:19 merger:8086956 seconds:2146 where:github who:29139614
2024-10-14T18:21:20Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#385 with 33 HoC created by @renovate[bot] was merged by @yegor256 after 32 seconds of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:33 is_human:0 issue:385 merger:526301 seconds:32 where:github who:29139614
2024-10-14T18:21:09Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#386 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 16 seconds of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:386 merger:526301 seconds:16 where:github who:41898282
2024-10-14T18:21:01Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#387 with 22 HoC created by @renovate[bot] was merged by @yegor256 after 8 seconds of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:22 is_human:0 issue:387 merger:526301 seconds:8 where:github who:29139614
2024-10-14T23:44:55Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#390 with 2 HoC created by @renovate[bot] was merged by @rultor after 55 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:390 merger:8086956 seconds:3316 where:github who:29139614
2024-10-14T20:53:14Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#159 with 2 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:159 merger:8086956 seconds:3838 where:github who:29139614
2024-10-14T22:43:39Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#22 with 2 HoC created by @renovate[bot] was merged by @rultor after 37 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:22 merger:8086956 seconds:2269 where:github who:29139614
2024-10-14T18:52:46Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#21 with 2 HoC created by @renovate[bot] was merged by @rultor after 13 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:21 merger:8086956 seconds:799 where:github who:29139614
2024-10-15T12:35:49Z code-was-contributed 799113787 _job:34722 comments:2 details:The pull request yegor256/judges#138 with 6 HoC created by @renovate[bot] was merged by @rultor after 24 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:138 merger:8086956 seconds:1446 where:github who:29139614
2024-10-15T11:39:44Z code-was-contributed 820463873 _job:34722 comments:2 details:The pull request zerocracy/fbe#116 with 6 HoC created by @renovate[bot] was merged by @rultor after 51 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:116 merger:8086956 seconds:3083 where:github who:29139614
2024-10-15T14:11:56Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#393 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 16 minutes of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:393 merger:526301 seconds:1000 where:github who:41898282
2024-10-15T13:54:36Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#392 with 2 HoC created by @renovate[bot] was merged by @rultor after 41 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:392 merger:8086956 seconds:2464 where:github who:29139614
2024-10-15T11:44:19Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#391 with 12 HoC created by @renovate[bot] was merged by @rultor after 45 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:12 is_human:0 issue:391 merger:8086956 seconds:2743 where:github who:29139614
2024-10-15T14:45:40Z code-was-contributed 802720676 _job:34722 comments:11 details:The pull request zerocracy/pages-action#160 with 6 HoC created by @renovate[bot] was merged by @rultor after 2 hours of being in review and 11 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:160 merger:8086956 seconds:10086 where:github who:29139614
2024-10-15T12:49:24Z code-was-contributed 802720676 _job:34722 comments:0 details:The pull request zerocracy/pages-action#161 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 3 minutes of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:161 merger:526301 seconds:196 where:github who:41898282
2024-10-15T10:45:27Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#23 with 12 HoC created by @renovate[bot] was merged by @rultor after 16 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:12 is_human:0 issue:23 merger:8086956 seconds:962 where:github who:29139614
2024-10-15T17:32:47Z code-was-contributed 802720676 _job:34722 comments:0 details:The pull request zerocracy/pages-action#163 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 16 minutes of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:163 merger:526301 seconds:981 where:github who:41898282
2024-10-15T19:43:57Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#394 with 2 HoC created by @renovate[bot] was merged by @rultor after 53 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:394 merger:8086956 seconds:3238 where:github who:29139614
2024-10-16T05:48:31Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#395 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 10 hours of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:395 merger:526301 seconds:36238 where:github who:41898282
2024-10-22T07:20:55Z code-was-contributed 798641472 _job:34722 comments:3 details:The pull request yegor256/factbase#126 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 5 weeks of being in review and 3 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:126 merger:526301 seconds:3097382 where:github who:29139614
2024-10-26T10:45:50Z code-was-contributed 820463873 _job:34722 comments:2 details:The pull request zerocracy/fbe#117 with 8 HoC created by @renovate[bot] was merged by @rultor after 32 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:8 is_human:0 issue:117 merger:8086956 seconds:1932 where:github who:29139614
2024-10-26T10:34:35Z code-was-contributed 799113787 _job:34722 comments:2 details:The pull request yegor256/judges#141 with 8 HoC created by @renovate[bot] was merged by @rultor after 45 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:8 is_human:0 issue:141 merger:8086956 seconds:2739 where:github who:29139614
2024-10-31T11:32:01Z code-was-contributed 799113787 _job:34722 comments:2 details:The pull request yegor256/judges#142 with 10 HoC created by @renovate[bot] was merged by @rultor after 43 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:10 is_human:0 issue:142 merger:8086956 seconds:2625 where:github who:29139614
2024-10-31T11:29:11Z code-was-contributed 798641472 _job:34722 comments:2 details:The pull request yegor256/factbase#129 with 12 HoC created by @renovate[bot] was merged by @rultor after 44 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:12 is_human:0 issue:129 merger:8086956 seconds:2650 where:github who:29139614
2024-10-31T10:46:49Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#398 with 10 HoC created by @renovate[bot] was merged by @rultor after 17 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:10 is_human:0 issue:398 merger:8086956 seconds:1054 where:github who:29139614
2024-10-31T12:35:31Z code-was-contributed 798641472 _job:34722 comments:2 details:The pull request yegor256/factbase#128 with 6 HoC created by @renovate[bot] was merged by @rultor after 5 days of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:128 merger:8086956 seconds:439054 where:github who:29139614
2024-10-31T12:54:25Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#164 with 10 HoC created by @renovate[bot] was merged by @rultor after 58 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:10 is_human:0 issue:164 merger:8086956 seconds:3495 where:github who:29139614
2024-10-31T11:43:21Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#24 with 10 HoC created by @renovate[bot] was merged by @rultor after 49 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:10 is_human:0 issue:24 merger:8086956 seconds:2974 where:github who:29139614
2024-11-05T11:30:25Z code-was-contributed 798641472 _job:34722 comments:2 details:The pull request yegor256/factbase#130 with 2 HoC created by @renovate[bot] was merged by @rultor after 16 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:130 merger:8086956 seconds:58330 where:github who:29139614
2024-11-05T11:46:11Z code-was-contributed 820463873 _job:34722 comments:2 details:The pull request zerocracy/fbe#119 with 2 HoC created by @renovate[bot] was merged by @rultor after 14 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:119 merger:8086956 seconds:50424 where:github who:29139614
2024-11-05T10:54:27Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#400 with 2 HoC created by @renovate[bot] was merged by @rultor after 16 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:400 merger:8086956 seconds:57830 where:github who:29139614
2024-11-05T11:49:26Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#165 with 2 HoC created by @renovate[bot] was merged by @rultor after 16 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:165 merger:8086956 seconds:58415 where:github who:29139614
2024-11-05T11:34:31Z code-was-contributed 799113787 _job:34722 comments:2 details:The pull request yegor256/judges#144 with 2 HoC created by @renovate[bot] was merged by @rultor after 16 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:144 merger:8086956 seconds:58950 where:github who:29139614
2024-11-05T11:49:33Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#25 with 2 HoC created by @renovate[bot] was merged by @rultor after 15 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:25 merger:8086956 seconds:56802 where:github who:29139614
2024-11-09T13:32:45Z code-was-contributed 798641472 _job:34722 comments:2 details:The pull request yegor256/factbase#131 with 52 HoC created by @renovate[bot] was merged by @rultor after 33 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:52 is_human:0 issue:131 merger:8086956 seconds:2031 where:github who:29139614
2024-11-09T12:44:54Z code-was-contributed 820463873 _job:34722 comments:2 details:The pull request zerocracy/fbe#120 with 42 HoC created by @renovate[bot] was merged by @rultor after 21 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:42 is_human:0 issue:120 merger:8086956 seconds:1313 where:github who:29139614
2024-11-09T14:32:26Z code-was-contributed 799113787 _job:34722 comments:2 details:The pull request yegor256/judges#145 with 42 HoC created by @renovate[bot] was merged by @rultor after 35 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:42 is_human:0 issue:145 merger:8086956 seconds:2147 where:github who:29139614
2024-11-13T16:52:08Z code-was-contributed 820463873 _job:34722 comments:2 details:The pull request zerocracy/fbe#121 with 6 HoC created by @renovate[bot] was merged by @rultor after 8 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:121 merger:8086956 seconds:538 where:github who:29139614
2024-11-14T20:34:27Z code-was-contributed 798641472 _job:34722 comments:2 details:The pull request yegor256/factbase#133 with 12 HoC created by @renovate[bot] was merged by @rultor after 47 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:12 is_human:0 issue:133 merger:8086956 seconds:2839 where:github who:29139614
2024-11-14T20:54:27Z code-was-contributed 820463873 _job:34722 comments:2 details:The pull request zerocracy/fbe#122 with 12 HoC created by @renovate[bot] was merged by @rultor after 38 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:12 is_human:0 issue:122 merger:8086956 seconds:2326 where:github who:29139614
2024-11-14T23:33:15Z code-was-contributed 799113787 _job:34722 comments:2 details:The pull request yegor256/judges#146 with 12 HoC created by @renovate[bot] was merged by @rultor after 43 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:12 is_human:0 issue:146 merger:8086956 seconds:2635 where:github who:29139614
2024-11-21T23:31:57Z code-was-contributed 798641472 _job:34722 comments:2 details:The pull request yegor256/factbase#134 with 6 HoC created by @renovate[bot] was merged by @rultor after 43 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:134 merger:8086956 seconds:2618 where:github who:29139614
2024-11-21T22:48:51Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#402 with 6 HoC created by @renovate[bot] was merged by @rultor after 17 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:402 merger:8086956 seconds:1045 where:github who:29139614
2024-11-21T23:34:10Z code-was-contributed 799113787 _job:34722 comments:2 details:The pull request yegor256/judges#147 with 6 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:147 merger:8086956 seconds:3683 where:github who:29139614
2024-11-21T23:43:18Z code-was-contributed 820463873 _job:34722 comments:2 details:The pull request zerocracy/fbe#123 with 6 HoC created by @renovate[bot] was merged by @rultor after 38 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:123 merger:8086956 seconds:2291 where:github who:29139614
2024-11-21T23:49:24Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#166 with 6 HoC created by @renovate[bot] was merged by @rultor after 19 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:166 merger:8086956 seconds:1167 where:github who:29139614
2024-11-21T23:48:36Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#26 with 6 HoC created by @renovate[bot] was merged by @rultor after 13 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:26 merger:8086956 seconds:812 where:github who:29139614
2024-11-26T18:37:09Z code-was-contributed 799113787 _job:34722 comments:2 details:The pull request yegor256/judges#148 with 10 HoC created by @renovate[bot] was merged by @rultor after 42 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:10 is_human:0 issue:148 merger:8086956 seconds:2545 where:github who:29139614
2024-11-26T18:35:00Z code-was-contributed 798641472 _job:34722 comments:2 details:The pull request yegor256/factbase#135 with 10 HoC created by @renovate[bot] was merged by @rultor after 41 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:10 is_human:0 issue:135 merger:8086956 seconds:2517 where:github who:29139614
2024-11-26T18:52:22Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#403 with 16 HoC created by @renovate[bot] was merged by @rultor after 59 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:16 is_human:0 issue:403 merger:8086956 seconds:3562 where:github who:29139614
2024-11-26T17:48:48Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#167 with 16 HoC created by @renovate[bot] was merged by @rultor after 56 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:16 is_human:0 issue:167 merger:8086956 seconds:3369 where:github who:29139614
2024-11-26T20:49:39Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#27 with 16 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:16 is_human:0 issue:27 merger:8086956 seconds:4084 where:github who:29139614
2024-11-28T15:52:57Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#404 with 2 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:404 merger:8086956 seconds:4122 where:github who:29139614
2024-11-28T14:43:45Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#401 with 2 HoC created by @renovate[bot] was merged by @rultor after 2 weeks of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:401 merger:8086956 seconds:1615596 where:github who:29139614
2024-12-03T10:49:03Z code-was-contributed 799113787 _job:34722 comments:2 details:The pull request yegor256/judges#149 with 14 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:14 is_human:0 issue:149 merger:8086956 seconds:3935 where:github who:29139614
2024-12-03T11:07:03Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#406 with 14 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:14 is_human:0 issue:406 merger:8086956 seconds:4548 where:github who:29139614
2024-12-03T11:04:08Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#28 with 14 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:14 is_human:0 issue:28 merger:8086956 seconds:3948 where:github who:29139614
2024-12-03T13:04:54Z code-was-contributed 798641472 _job:34722 comments:2 details:The pull request yegor256/factbase#136 with 14 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:14 is_human:0 issue:136 merger:8086956 seconds:4635 where:github who:29139614
2024-12-03T13:20:42Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#172 with 14 HoC created by @renovate[bot] was merged by @rultor after 2 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:14 is_human:0 issue:172 merger:8086956 seconds:7350 where:github who:29139614
2024-12-03T21:55:52Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#408 with 6 HoC created by @renovate[bot] was merged by @rultor after 55 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:408 merger:8086956 seconds:3326 where:github who:29139614
2024-12-03T20:59:31Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#407 with 2 HoC created by @renovate[bot] was merged by @rultor after 2 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:2 is_human:0 issue:407 merger:8086956 seconds:7360 where:github who:29139614
2024-12-03T21:54:11Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#173 with 6 HoC created by @renovate[bot] was merged by @rultor after 49 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:173 merger:8086956 seconds:2967 where:github who:29139614
2024-12-04T05:49:16Z code-was-contributed 798641472 _job:34722 comments:0 details:The pull request yegor256/factbase#138 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 9 hours of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:138 merger:526301 seconds:33620 where:github who:29139614
2024-12-04T05:01:31Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#30 with 6 HoC created by @renovate[bot] was merged by @rultor after 22 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:30 merger:8086956 seconds:1335 where:github who:29139614
2024-12-04T02:31:19Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#29 with 6 HoC created by @renovate[bot] was merged by @rultor after 3 hours of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:29 merger:8086956 seconds:12732 where:github who:29139614
2024-12-04T09:07:18Z code-was-contributed 798641472 _job:34722 comments:0 details:The pull request yegor256/factbase#143 with 23 HoC created by @github-actions[bot] was merged by @yegor256 after 22 minutes of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:23 is_human:0 issue:143 merger:526301 seconds:1356 where:github who:41898282
2024-12-04T08:40:02Z code-was-contributed 798641472 _job:34722 comments:0 details:The pull request yegor256/factbase#142 with 26 HoC created by @github-actions[bot] was merged by @yegor256 after 1 minutes of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:26 is_human:0 issue:142 merger:526301 seconds:89 where:github who:41898282
2024-12-04T08:16:36Z code-was-contributed 798641472 _job:34722 comments:0 details:The pull request yegor256/factbase#141 with 180 HoC created by @github-actions[bot] was merged by @yegor256 after 16 minutes of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:180 is_human:0 issue:141 merger:526301 seconds:988 where:github who:41898282
2024-12-04T07:56:42Z code-was-contributed 798641472 _job:34722 comments:0 details:The pull request yegor256/factbase#140 with 148 HoC created by @github-actions[bot] was merged by @yegor256 after 1 hours of being in review and 0 comments. done:2025-08-28T18:59:19Z hoc:148 is_human:0 issue:140 merger:526301 seconds:3833 where:github who:41898282
2024-12-04T07:57:08Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#409 with 6 HoC created by @renovate[bot] was merged by @rultor after 51 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:409 merger:8086956 seconds:3065 where:github who:29139614
2024-12-04T07:06:45Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#174 with 6 HoC created by @renovate[bot] was merged by @rultor after 25 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:174 merger:8086956 seconds:1544 where:github who:29139614
2024-12-12T14:52:12Z code-was-contributed 799177290 _job:34722 comments:2 details:The pull request zerocracy/judges-action#411 with 6 HoC created by @renovate[bot] was merged by @rultor after 17 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:411 merger:8086956 seconds:1029 where:github who:29139614
2024-12-12T14:53:37Z code-was-contributed 849726475 _job:34722 comments:2 details:The pull request zerocracy/swarm-template#31 with 6 HoC created by @renovate[bot] was merged by @rultor after 22 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:31 merger:8086956 seconds:1350 where:github who:29139614
2024-12-12T15:52:12Z code-was-contributed 802720676 _job:34722 comments:2 details:The pull request zerocracy/pages-action#175 with 6 HoC created by @renovate[bot] was merged by @rultor after 25 minutes of being in review and 2 comments. done:2025-08-28T18:59:19Z hoc:6 is_human:0 issue:175 merger:8086956 seconds:1500 where:github who:29139614
2019-05-15T18:31:44Z bug-was-accepted 181044958 _job:34722 details:@yegor256 attached the '#bug' label to yegor256/0rsk#30 reported by @g4s8; this means that a bug was-accepted as valid, by the project team. done:2025-08-28T18:59:19Z is_human:1 issue:30 reporter:1524988 where:github who:526301
2019-05-15T18:27:00Z bug-was-accepted 181044958 _job:34722 details:@yegor256 attached the '#bug' label to yegor256/0rsk#32 reported by @amihaiemil; this means that a bug was-accepted as valid, by the project team. done:2025-08-28T18:59:19Z is_human:1 issue:32 reporter:6305156 where:github who:526301
2024-07-29T04:17:49Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#158 opened @yegor256 by was resolved, after 3d0h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#enhancement' was attached. done:2025-08-28T18:59:19Z is_human:1 issue:158 label:enhancement opener:526301 seconds:259432 where:github who:2566462
2024-08-16T13:00:00Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#155 opened @yegor256 by was resolved, after 1w4d of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#enhancement' was attached. done:2025-08-28T18:59:19Z is_human:1 issue:155 label:enhancement opener:526301 seconds:975873 where:github who:2566462
2024-08-16T12:59:50Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#156 opened @yegor256 by was resolved, after 2w3d of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#enhancement' was attached. done:2025-08-28T18:59:19Z is_human:1 issue:156 label:enhancement opener:526301 seconds:1534311 where:github who:2566462
2024-08-16T12:59:43Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#157 opened @yegor256 by was resolved, after 2w4d of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#enhancement' was attached. done:2025-08-28T18:59:19Z is_human:1 issue:157 label:enhancement opener:526301 seconds:1620815 where:github who:2566462
2024-08-16T12:59:30Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#166 opened @yegor256 by was resolved, after 1w3d of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. done:2025-08-28T18:59:19Z is_human:1 issue:166 label:bug opener:526301 seconds:909090 where:github who:2566462
2024-08-16T13:41:50Z bug-was-resolved 820463873 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/fbe#46 opened @yegor256 by was resolved, after 2w2d of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:46 label:bug opener:526301 seconds:1413665 where:github who:2566462
2024-08-16T13:42:40Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#167 opened @yegor256 by was resolved, after 5d0h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:167 label:bug opener:526301 seconds:433451 where:github who:2566462
2024-09-04T09:53:41Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#190 opened @yegor256 by was resolved, after 1w1d of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#enhancement' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:190 label:enhancement opener:526301 seconds:707901 where:github who:2566462
2024-09-08T16:09:21Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#191 opened @yegor256 by was resolved, after 1w3d of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#enhancement' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:191 label:enhancement opener:526301 seconds:903171 where:github who:2566462
2024-09-10T14:54:47Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#192 opened @yegor256 by was resolved, after 4d11h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#enhancement' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:192 label:enhancement opener:526301 seconds:386393 where:github who:2566462
2024-09-15T13:02:28Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#193 opened @yegor256 by was resolved, after 1d8h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#enhancement' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:193 label:enhancement opener:526301 seconds:115559 where:github who:2566462
2024-09-17T09:39:44Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#194 opened @yegor256 by was resolved, after 1d20h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#enhancement' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:194 label:enhancement opener:526301 seconds:160715 where:github who:2566462
2024-09-23T03:47:06Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#195 opened @yegor256 by was resolved, after 2d11h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#enhancement' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:195 label:enhancement opener:526301 seconds:212943 where:github who:2566462
2024-09-24T09:15:00Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#200 opened @yegor256 by was resolved, after 2d5h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#enhancement' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:200 label:enhancement opener:526301 seconds:193277 where:github who:2566462
2024-09-26T04:20:56Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#202 opened @yegor256 by was resolved, after 2d8h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#enhancement' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:202 label:enhancement opener:526301 seconds:205111 where:github who:2566462
2024-09-30T09:03:26Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#203 opened @yegor256 by was resolved, after 4d8h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#enhancement' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:203 label:enhancement opener:526301 seconds:375455 where:github who:2566462
2024-10-14T03:54:22Z bug-was-resolved 799177290 _job:34722 closer:8086956 details:The bug/feature in the issue zerocracy/judges-action#102 opened @yegor256 by was resolved, after 5d4h of waiting, because it was closed by @rultor and earlier it was assigned to @yegorov and the label '#enhancement' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:102 label:enhancement opener:526301 seconds:447165 where:github who:2566462
2024-08-16T13:42:33Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#224 opened @yegor256 by was resolved, after 1w4d of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#enhancement' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:224 label:enhancement opener:526301 seconds:978442 where:github who:2566462
2024-08-16T13:42:21Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#240 opened @yegor256 by was resolved, after 1w1d of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:240 label:bug opener:526301 seconds:756334 where:github who:2566462
2024-08-16T13:42:09Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#276 opened @yegor256 by was resolved, after 2d20h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:276 label:bug opener:526301 seconds:247012 where:github who:2566462
2024-08-18T12:40:21Z bug-was-resolved 820463873 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/fbe#75 opened @yegor256 by was resolved, after 1h10m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:75 label:bug opener:526301 seconds:4247 where:github who:526301
2024-08-19T06:16:46Z bug-was-resolved 820463873 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/fbe#76 opened @yegor256 by was resolved, after 17h8m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:76 label:enhancement opener:526301 seconds:61684 where:github who:526301
2024-08-21T14:37:51Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#298 opened @yegor256 by was resolved, after 7h37m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:298 label:bug opener:526301 seconds:27436 where:github who:526301
2024-09-04T14:56:34Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#325 opened @yegor256 by was resolved, after 5h3m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:325 label:bug opener:526301 seconds:18239 where:github who:2566462
2024-09-14T04:57:07Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#220 opened @yegor256 by was resolved, after 3d1h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#enhancement' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:220 label:enhancement opener:526301 seconds:263573 where:github who:2566462
2024-09-18T08:44:43Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#338 opened @yegor256 by was resolved, after 23h5m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:338 label:bug opener:526301 seconds:83143 where:github who:2566462
2024-09-26T10:38:46Z bug-was-resolved 802720676 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/pages-action#141 opened @yegor256 by was resolved, after 1h42m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:141 label:bug opener:526301 seconds:6154 where:github who:526301
2024-10-01T04:27:44Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#238 opened @yegor256 by was resolved, after 3d20h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#enhancement' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:238 label:enhancement opener:526301 seconds:334204 where:github who:2566462
2024-10-03T10:19:59Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#227 opened @yegor256 by was resolved, after 2d8h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#enhancement' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:227 label:enhancement opener:526301 seconds:202174 where:github who:2566462
2024-10-04T10:14:04Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#239 opened @yegor256 by was resolved, after 1d7h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#enhancement' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:239 label:enhancement opener:526301 seconds:112991 where:github who:2566462
2024-10-05T20:50:41Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#373 opened @yegor256 by was resolved, after 1d5h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:373 label:bug opener:526301 seconds:106571 where:github who:2566462
2024-10-07T15:45:30Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#375 opened @yegor256 by was resolved, after 1d1h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:375 label:bug opener:526301 seconds:93439 where:github who:2566462
2024-10-15T12:46:35Z bug-was-resolved 802720676 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/pages-action#152 opened @yegor256 by was resolved, after 5d5h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#enhancement' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:152 label:enhancement opener:526301 seconds:453363 where:github who:526301
2024-10-24T05:24:46Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#345 opened @yegor256 by was resolved, after 1w0d of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:345 label:bug opener:526301 seconds:689751 where:github who:2566462
2024-11-30T04:49:13Z bug-was-resolved 799177290 _job:34722 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#397 opened @yegor256 by was resolved, after 3w6d of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:397 label:bug opener:526301 seconds:2386410 where:github who:2566462
2024-06-30T02:00:50Z code-was-contributed 799113787 _job:34722 comments:3 details:The pull request yegor256/judges#69 with 6 HoC created by @renovate[bot] was merged by @rultor after 1h13m of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:69 merger:8086956 review_comments:0 seconds:4438 where:github who:29139614
2024-06-19T23:35:32Z code-was-contributed 799113787 _job:34722 comments:3 details:The pull request yegor256/judges#61 with 28 HoC created by @renovate[bot] was merged by @rultor after 1h7m of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:28 is_human:0 issue:61 merger:8086956 review_comments:0 seconds:4079 where:github who:29139614
2024-06-19T19:18:54Z code-was-contributed 799113787 _job:34722 comments:3 details:The pull request yegor256/judges#59 with 6 HoC created by @renovate[bot] was merged by @rultor after 3d11h of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:59 merger:8086956 review_comments:0 seconds:301349 where:github who:29139614
2024-06-13T08:23:16Z code-was-contributed 799113787 _job:34722 comments:0 details:The pull request yegor256/judges#55 with 17 HoC created by @renovate[bot] was merged by @yegor256 after 1d18h of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:17 is_human:0 issue:55 merger:526301 review_comments:0 seconds:152764 where:github who:29139614
2024-06-10T12:49:50Z code-was-contributed 799113787 _job:34722 comments:0 details:The pull request yegor256/judges#46 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 1w0d of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:46 merger:526301 review_comments:0 seconds:614302 where:github who:29139614
2024-06-10T12:49:39Z code-was-contributed 799113787 _job:34722 comments:0 details:The pull request yegor256/judges#52 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 2d23h of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:52 merger:526301 review_comments:0 seconds:257163 where:github who:29139614
2024-06-29T23:37:16Z code-was-contributed 798641472 _job:34722 comments:3 details:The pull request yegor256/factbase#88 with 6 HoC created by @renovate[bot] was merged by @rultor after 1h4m of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:88 merger:8086956 review_comments:0 seconds:3874 where:github who:29139614
2024-06-22T05:48:51Z code-was-contributed 798641472 _job:34722 comments:3 details:The pull request yegor256/factbase#82 with 6 HoC created by @renovate[bot] was merged by @rultor after 48m29s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:82 merger:8086956 review_comments:0 seconds:2910 where:github who:29139614
2024-06-22T05:36:27Z code-was-contributed 798641472 _job:34722 comments:3 details:The pull request yegor256/factbase#83 with 6 HoC created by @renovate[bot] was merged by @rultor after 35m54s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:83 merger:8086956 review_comments:0 seconds:2155 where:github who:29139614
2024-06-20T04:35:32Z code-was-contributed 798641472 _job:34722 comments:3 details:The pull request yegor256/factbase#81 with 6 HoC created by @renovate[bot] was merged by @rultor after 44m0s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:81 merger:8086956 review_comments:0 seconds:2641 where:github who:29139614
2024-06-19T03:21:20Z code-was-contributed 798641472 _job:34722 comments:0 details:The pull request yegor256/factbase#76 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 2d16h of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:76 merger:526301 review_comments:0 seconds:233430 where:github who:29139614
2024-06-13T08:28:01Z code-was-contributed 798641472 _job:34722 comments:0 details:The pull request yegor256/factbase#72 with 15 HoC created by @renovate[bot] was merged by @yegor256 after 1h38m of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:15 is_human:0 issue:72 merger:526301 review_comments:0 seconds:5937 where:github who:29139614
2024-06-13T06:16:55Z code-was-contributed 798641472 _job:34722 comments:0 details:The pull request yegor256/factbase#70 with 17 HoC created by @renovate[bot] was merged by @yegor256 after 1d16h of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:17 is_human:0 issue:70 merger:526301 review_comments:0 seconds:147484 where:github who:29139614
2024-06-07T12:56:18Z code-was-contributed 798641472 _job:34722 comments:3 details:The pull request yegor256/factbase#65 with 2 HoC created by @renovate[bot] was merged by @rultor after 23m50s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:65 merger:8086956 review_comments:0 seconds:1431 where:github who:29139614
2024-06-07T09:26:30Z code-was-contributed 798641472 _job:34722 comments:0 details:The pull request yegor256/factbase#63 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 56m2s of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:63 merger:526301 review_comments:0 seconds:3363 where:github who:29139614
2024-07-02T04:50:15Z code-was-contributed 802720676 _job:34722 comments:3 details:The pull request zerocracy/pages-action#17 with 2 HoC created by @renovate[bot] was merged by @rultor after 19m43s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:17 merger:8086956 review_comments:0 seconds:1184 where:github who:29139614
2024-07-01T09:49:57Z code-was-contributed 802720676 _job:34722 comments:3 details:The pull request zerocracy/pages-action#16 with 6 HoC created by @renovate[bot] was merged by @rultor after 1h9m of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:16 merger:8086956 review_comments:0 seconds:4184 where:github who:29139614
2024-07-06T18:15:14Z code-was-contributed 799177290 _job:34722 comments:3 details:The pull request zerocracy/judges-action#43 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 5d10h of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:43 merger:526301 review_comments:0 seconds:468420 where:github who:29139614
2024-07-11T08:49:54Z code-was-contributed 802720676 _job:34722 comments:3 details:The pull request zerocracy/pages-action#36 with 28 HoC created by @renovate[bot] was merged by @rultor after 33m59s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:28 is_human:0 issue:36 merger:8086956 review_comments:0 seconds:2040 where:github who:29139614
2024-06-30T12:51:00Z code-was-contributed 820463873 _job:34722 comments:3 details:The pull request zerocracy/fbe#6 with 6 HoC created by @renovate[bot] was merged by @rultor after 1h12m of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:6 merger:8086956 review_comments:0 seconds:4331 where:github who:29139614
2024-05-11T08:32:52Z code-was-contributed 799113787 _job:34722 comments:0 details:The pull request yegor256/judges#2 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 61s of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:2 merger:526301 review_comments:0 seconds:62 where:github who:29139614
2020-03-16T05:12:30Z code-was-contributed 181044958 _job:34722 comments:8 details:The pull request yegor256/0rsk#55 with 6 HoC created by @dependabot[bot] was merged by @rultor after 12w3d of being in review and 8 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:55 merger:8086956 review_comments:0 seconds:7555612 where:github who:49699333
2024-05-10T11:27:58Z code-was-contributed 798641472 _job:34722 comments:5 details:The pull request yegor256/factbase#2 with 2 HoC created by @renovate[bot] was merged by @rultor after 2h27m of being in review and 5 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:2 merger:8086956 review_comments:0 seconds:8853 where:github who:29139614
2024-07-16T07:48:05Z code-was-contributed 802720676 _job:34722 comments:3 details:The pull request zerocracy/pages-action#44 with 2 HoC created by @renovate[bot] was merged by @rultor after 15m41s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:44 merger:8086956 review_comments:0 seconds:942 where:github who:29139614
2024-07-03T08:55:16Z code-was-contributed 820463873 _job:34722 comments:3 details:The pull request zerocracy/fbe#10 with 6 HoC created by @renovate[bot] was merged by @rultor after 33m14s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:10 merger:8086956 review_comments:0 seconds:1995 where:github who:29139614
2024-05-15T23:34:19Z code-was-contributed 799113787 _job:34722 comments:3 details:The pull request yegor256/judges#23 with 2 HoC created by @renovate[bot] was merged by @rultor after 47m27s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:23 merger:8086956 review_comments:0 seconds:2848 where:github who:29139614
2024-05-10T12:13:22Z code-was-contributed 798641472 _job:34722 comments:5 details:The pull request yegor256/factbase#3 with 2 HoC created by @renovate[bot] was merged by @rultor after 3h12m of being in review and 5 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:3 merger:8086956 review_comments:0 seconds:11574 where:github who:29139614
2024-07-12T11:54:15Z code-was-contributed 820463873 _job:34722 comments:3 details:The pull request zerocracy/fbe#20 with 6 HoC created by @renovate[bot] was merged by @rultor after 35m53s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:20 merger:8086956 review_comments:0 seconds:2154 where:github who:29139614
2024-05-22T06:40:44Z code-was-contributed 799113787 _job:34722 comments:3 details:The pull request yegor256/judges#32 with 6 HoC created by @renovate[bot] was merged by @rultor after 40m42s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:32 merger:8086956 review_comments:0 seconds:2443 where:github who:29139614
2020-03-16T05:21:14Z code-was-contributed 181044958 _job:34722 comments:7 details:The pull request yegor256/0rsk#57 with 2 HoC created by @dependabot[bot] was merged by @rultor after 2w5d of being in review and 7 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:57 merger:8086956 review_comments:0 seconds:1667033 where:github who:49699333
2024-05-11T13:47:40Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#4 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 97s of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:4 merger:526301 review_comments:0 seconds:98 where:github who:29139614
2024-05-10T12:24:16Z code-was-contributed 798641472 _job:34722 comments:3 details:The pull request yegor256/factbase#5 with 2 HoC created by @renovate[bot] was merged by @rultor after 55m57s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:5 merger:8086956 review_comments:0 seconds:3358 where:github who:29139614
2024-07-16T09:50:26Z code-was-contributed 820463873 _job:34722 comments:3 details:The pull request zerocracy/fbe#26 with 2 HoC created by @renovate[bot] was merged by @rultor after 20m12s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:26 merger:8086956 review_comments:0 seconds:1213 where:github who:29139614
2024-05-23T11:36:35Z code-was-contributed 799113787 _job:34722 comments:3 details:The pull request yegor256/judges#33 with 6 HoC created by @renovate[bot] was merged by @rultor after 1h0m of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:33 merger:8086956 review_comments:0 seconds:3647 where:github who:29139614
2020-03-16T05:03:46Z code-was-contributed 181044958 _job:34722 comments:13 details:The pull request yegor256/0rsk#58 with 6 HoC created by @dependabot[bot] was merged by @rultor after 2w1d of being in review and 13 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:58 merger:8086956 review_comments:0 seconds:1340961 where:github who:49699333
2024-05-10T13:26:50Z code-was-contributed 798641472 _job:34722 comments:6 details:The pull request yegor256/factbase#6 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h58m of being in review and 6 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:6 merger:8086956 review_comments:0 seconds:7107 where:github who:29139614
2024-05-22T06:44:30Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#8 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 4d11h of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:8 merger:526301 review_comments:0 seconds:387783 where:github who:29139614
2024-07-16T11:36:43Z code-was-contributed 799113787 _job:34722 comments:3 details:The pull request yegor256/judges#88 with 2 HoC created by @renovate[bot] was merged by @rultor after 22m44s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:88 merger:8086956 review_comments:0 seconds:1365 where:github who:29139614
2024-05-10T12:45:13Z code-was-contributed 798641472 _job:34722 comments:3 details:The pull request yegor256/factbase#7 with 2 HoC created by @renovate[bot] was merged by @rultor after 31m0s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:7 merger:8086956 review_comments:0 seconds:1861 where:github who:29139614
2024-05-22T06:44:19Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#9 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 3d17h of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:9 merger:526301 review_comments:0 seconds:323738 where:github who:29139614
2024-05-16T01:51:01Z code-was-contributed 798641472 _job:34722 comments:3 details:The pull request yegor256/factbase#31 with 2 HoC created by @renovate[bot] was merged by @rultor after 47m23s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:31 merger:8086956 review_comments:0 seconds:2844 where:github who:29139614
2024-05-22T00:48:41Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#10 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 2d17h of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:10 merger:526301 review_comments:0 seconds:234276 where:github who:29139614
2024-05-24T08:19:29Z code-was-contributed 798641472 _job:34722 comments:0 details:The pull request yegor256/factbase#43 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 1d21h of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:43 merger:526301 review_comments:0 seconds:163065 where:github who:29139614
2020-08-05T07:28:08Z code-was-contributed 181044958 _job:34722 comments:15 details:The pull request yegor256/0rsk#64 with 1 HoC created by @dependabot[bot] was merged by @rultor after 5w6d of being in review and 15 comments. done:2025-08-28T18:59:20Z hoc:1 is_human:0 issue:64 merger:8086956 review_comments:0 seconds:3590104 where:github who:49699333
2024-05-24T05:21:25Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#14 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 19h30m of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:14 merger:526301 review_comments:0 seconds:70256 where:github who:29139614
2020-08-05T07:13:16Z code-was-contributed 181044958 _job:34722 comments:8 details:The pull request yegor256/0rsk#65 with 6 HoC created by @dependabot[bot] was merged by @rultor after 5w6d of being in review and 8 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:65 merger:8086956 review_comments:0 seconds:3545757 where:github who:49699333
2024-05-24T08:19:22Z code-was-contributed 798641472 _job:34722 comments:0 details:The pull request yegor256/factbase#44 with 8 HoC created by @renovate[bot] was merged by @yegor256 after 20h51m of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:8 is_human:0 issue:44 merger:526301 review_comments:0 seconds:75067 where:github who:29139614
2020-08-05T07:06:10Z code-was-contributed 181044958 _job:34722 comments:13 details:The pull request yegor256/0rsk#66 with 40 HoC created by @dependabot[bot] was merged by @rultor after 4w0d of being in review and 13 comments. done:2025-08-28T18:59:20Z hoc:40 is_human:0 issue:66 merger:8086956 review_comments:0 seconds:2469912 where:github who:49699333
2024-05-31T10:34:37Z code-was-contributed 798641472 _job:34722 comments:3 details:The pull request yegor256/factbase#56 with 8 HoC created by @renovate[bot] was merged by @rultor after 30m42s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:8 is_human:0 issue:56 merger:8086956 review_comments:0 seconds:1843 where:github who:29139614
2024-05-27T18:29:35Z code-was-contributed 799177290 _job:34722 comments:1 details:The pull request zerocracy/judges-action#19 with 2 HoC created by @danilax86 was merged by @yegor256 after 1h3m of being in review and 1 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:1 issue:19 merger:526301 review_comments:0 seconds:3836 where:github who:46713109
2022-11-05T04:06:12Z code-was-contributed 181044958 _job:34722 comments:3 details:The pull request yegor256/0rsk#68 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 6w1d of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:68 merger:526301 review_comments:0 seconds:3777792 where:github who:29139614
2024-06-03T11:35:13Z code-was-contributed 798641472 _job:34722 comments:3 details:The pull request yegor256/factbase#58 with 6 HoC created by @renovate[bot] was merged by @rultor after 56m4s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:58 merger:8086956 review_comments:0 seconds:3365 where:github who:29139614
2024-05-30T13:52:35Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#22 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 15m44s of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:22 merger:526301 review_comments:0 seconds:945 where:github who:41898282
2024-07-16T12:43:31Z code-was-contributed 798641472 _job:34722 comments:3 details:The pull request yegor256/factbase#96 with 2 HoC created by @renovate[bot] was merged by @rultor after 58m43s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:96 merger:8086956 review_comments:0 seconds:3524 where:github who:29139614
2024-05-30T14:23:30Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#23 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 23m54s of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:23 merger:526301 review_comments:0 seconds:1435 where:github who:41898282
2024-06-07T13:13:15Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#27 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 1d21h of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:27 merger:526301 review_comments:0 seconds:163606 where:github who:29139614
2024-06-13T04:14:30Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#28 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 6d16h of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:28 merger:526301 review_comments:0 seconds:576675 where:github who:29139614
2024-06-07T13:09:59Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#29 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1d0h of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:29 merger:526301 review_comments:0 seconds:87662 where:github who:41898282
2024-06-07T13:12:36Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#30 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1h39m of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:30 merger:526301 review_comments:0 seconds:5965 where:github who:29139614
2024-06-13T04:14:42Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#31 with 38 HoC created by @renovate[bot] was merged by @yegor256 after 2d9h of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:38 is_human:0 issue:31 merger:526301 review_comments:0 seconds:206234 where:github who:29139614
2024-06-13T04:14:52Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#32 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 7s999ms of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:32 merger:526301 review_comments:0 seconds:8 where:github who:41898282
2024-07-16T12:06:53Z code-was-contributed 799177290 _job:34722 comments:3 details:The pull request zerocracy/judges-action#114 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1h59m of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:114 merger:526301 review_comments:0 seconds:7197 where:github who:29139614
2024-07-16T12:06:45Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#116 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 15m24s of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:116 merger:526301 review_comments:0 seconds:925 where:github who:41898282
2023-07-26T09:27:23Z code-was-contributed 181044958 _job:34722 comments:3 details:The pull request yegor256/0rsk#83 with 6 HoC created by @renovate[bot] was merged by @rultor after 36m37s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:83 merger:8086956 review_comments:0 seconds:2198 where:github who:29139614
2024-07-16T12:06:37Z code-was-contributed 799177290 _job:34722 comments:0 details:The pull request zerocracy/judges-action#117 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 14m47s of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:117 merger:526301 review_comments:0 seconds:888 where:github who:29139614
2024-07-18T09:49:33Z code-was-contributed 799177290 _job:34722 comments:3 details:The pull request zerocracy/judges-action#126 with 2 HoC created by @renovate[bot] was merged by @rultor after 42m43s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:126 merger:8086956 review_comments:0 seconds:2564 where:github who:29139614
2023-07-30T16:29:59Z code-was-contributed 181044958 _job:34722 comments:3 details:The pull request yegor256/0rsk#86 with 8 HoC created by @renovate[bot] was merged by @rultor after 34m24s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:8 is_human:0 issue:86 merger:8086956 review_comments:0 seconds:2065 where:github who:29139614
2023-08-21T12:32:24Z code-was-contributed 181044958 _job:34722 comments:3 details:The pull request yegor256/0rsk#87 with 10 HoC created by @renovate[bot] was merged by @rultor after 3w0d of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:10 is_human:0 issue:87 merger:8086956 review_comments:0 seconds:1829842 where:github who:29139614
2023-08-09T18:32:12Z code-was-contributed 181044958 _job:34722 comments:3 details:The pull request yegor256/0rsk#91 with 6 HoC created by @renovate[bot] was merged by @rultor after 1h5m of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:91 merger:8086956 review_comments:0 seconds:3927 where:github who:29139614
2023-08-23T08:30:24Z code-was-contributed 181044958 _job:34722 comments:3 details:The pull request yegor256/0rsk#92 with 6 HoC created by @renovate[bot] was merged by @rultor after 57m21s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:92 merger:8086956 review_comments:0 seconds:3442 where:github who:29139614
2023-08-23T22:29:35Z code-was-contributed 181044958 _job:34722 comments:3 details:The pull request yegor256/0rsk#93 with 18 HoC created by @dependabot[bot] was merged by @rultor after 42m18s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:18 is_human:0 issue:93 merger:8086956 review_comments:0 seconds:2539 where:github who:49699333
2023-08-25T09:27:28Z code-was-contributed 181044958 _job:34722 comments:3 details:The pull request yegor256/0rsk#94 with 10 HoC created by @renovate[bot] was merged by @rultor after 1h7m of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:10 is_human:0 issue:94 merger:8086956 review_comments:0 seconds:4023 where:github who:29139614
2023-09-04T08:30:14Z code-was-contributed 181044958 _job:34722 comments:3 details:The pull request yegor256/0rsk#96 with 8 HoC created by @renovate[bot] was merged by @rultor after 37m21s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:8 is_human:0 issue:96 merger:8086956 review_comments:0 seconds:2242 where:github who:29139614
2023-09-04T16:32:56Z code-was-contributed 181044958 _job:34722 comments:3 details:The pull request yegor256/0rsk#97 with 8 HoC created by @renovate[bot] was merged by @rultor after 27m38s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:8 is_human:0 issue:97 merger:8086956 review_comments:0 seconds:1659 where:github who:29139614
2024-02-04T16:42:36Z code-was-contributed 181044958 _job:34722 comments:8 details:The pull request yegor256/0rsk#99 with 460 HoC created by @pnatashap was merged by @rultor after 27m13s of being in review and 8 comments. done:2025-08-28T18:59:20Z hoc:460 is_human:1 issue:99 merger:8086956 review_comments:0 seconds:1634 where:github who:19815413
2024-02-04T17:28:21Z code-was-contributed 181044958 _job:34722 comments:3 details:The pull request yegor256/0rsk#100 with 6 HoC created by @renovate[bot] was merged by @rultor after 44m32s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:100 merger:8086956 review_comments:0 seconds:2673 where:github who:29139614
2024-02-06T04:30:30Z code-was-contributed 181044958 _job:34722 comments:3 details:The pull request yegor256/0rsk#103 with 4 HoC created by @dependabot[bot] was merged by @rultor after 34m5s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:4 is_human:0 issue:103 merger:8086956 review_comments:0 seconds:2046 where:github who:49699333
2024-02-29T01:48:44Z code-was-contributed 181044958 _job:34722 comments:3 details:The pull request yegor256/0rsk#104 with 6 HoC created by @dependabot[bot] was merged by @rultor after 45m17s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:104 merger:8086956 review_comments:0 seconds:2718 where:github who:49699333
2024-02-29T11:41:54Z code-was-contributed 181044958 _job:34722 comments:3 details:The pull request yegor256/0rsk#106 with 12 HoC created by @renovate[bot] was merged by @rultor after 26m42s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:12 is_human:0 issue:106 merger:8086956 review_comments:0 seconds:1603 where:github who:29139614
2024-03-01T00:44:17Z code-was-contributed 181044958 _job:34722 comments:3 details:The pull request yegor256/0rsk#107 with 6 HoC created by @renovate[bot] was merged by @rultor after 39m59s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:6 is_human:0 issue:107 merger:8086956 review_comments:0 seconds:2400 where:github who:29139614
2024-03-03T22:34:51Z code-was-contributed 181044958 _job:34722 comments:3 details:The pull request yegor256/0rsk#109 with 10 HoC created by @renovate[bot] was merged by @rultor after 36m1s of being in review and 3 comments. done:2025-08-28T18:59:20Z hoc:10 is_human:0 issue:109 merger:8086956 review_comments:0 seconds:2162 where:github who:29139614
2019-05-22T05:28:19Z bug-was-resolved 181044958 _job:34722 closer:526301 details:The bug/feature in the issue yegor256/0rsk#40 opened @g4s8 by was resolved, after 7h18m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. done:2025-08-28T18:59:20Z is_human:1 issue:40 label:bug opener:1524988 seconds:26293 where:github who:526301
2024-07-08T08:09:05Z code-was-contributed 799177290 _job:34722 cause:14795 comments:0 details:The pull request zerocracy/judges-action#76 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 4 minutes of being in review and 0 comments. done:2025-08-28T18:59:20Z hoc:2 is_human:0 issue:76 merger:526301 seconds:298 where:github who:29139614
2024-07-08T08:08:55Z code-was-contributed 799177290 _job:34722 cause:14796 comments:0 details:The pull request zerocracy/judges-action#75 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 5 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:75 merger:526301 seconds:311 where:github who:41898282
2024-07-08T15:49:02Z code-was-contributed 802720676 _job:34722 cause:14804 comments:2 details:The pull request zerocracy/pages-action#33 with 2 HoC created by @renovate[bot] was merged by @rultor after 52 minutes of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:33 merger:8086956 seconds:3158 where:github who:29139614
2024-07-09T07:38:19Z code-was-contributed 799177290 _job:34722 cause:15230 comments:0 details:The pull request zerocracy/judges-action#78 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 9 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:78 merger:526301 seconds:549 where:github who:41898282
2024-07-09T13:20:44Z code-was-contributed 799177290 _job:34722 cause:16233 comments:0 details:The pull request zerocracy/judges-action#83 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 6 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:83 merger:526301 seconds:389 where:github who:41898282
2024-07-10T01:56:48Z code-was-contributed 798641472 _job:34722 cause:18243 comments:2 details:The pull request yegor256/factbase#93 with 6 HoC created by @renovate[bot] was merged by @rultor after 41 minutes of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:6 is_human:0 issue:93 merger:8086956 seconds:2516 where:github who:29139614
2024-07-10T08:57:40Z code-was-contributed 802720676 _job:34722 cause:19114 comments:2 details:The pull request zerocracy/pages-action#34 with 2 HoC created by @renovate[bot] was merged by @rultor after 20 minutes of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:34 merger:8086956 seconds:1246 where:github who:29139614
2024-07-10T09:53:29Z code-was-contributed 802720676 _job:34722 cause:19261 comments:2 details:The pull request zerocracy/pages-action#35 with 8 HoC created by @renovate[bot] was merged by @rultor after 54 minutes of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:8 is_human:0 issue:35 merger:8086956 seconds:3297 where:github who:29139614
2024-07-10T10:49:01Z code-was-contributed 799177290 _job:34722 cause:19406 comments:2 details:The pull request zerocracy/judges-action#87 with 8 HoC created by @renovate[bot] was merged by @rultor after 39 minutes of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:8 is_human:0 issue:87 merger:8086956 seconds:2384 where:github who:29139614
2024-07-11T18:51:20Z code-was-contributed 802720676 _job:34722 cause:23908 comments:2 details:The pull request zerocracy/pages-action#37 with 16 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:16 is_human:0 issue:37 merger:8086956 seconds:3956 where:github who:29139614
2024-07-12T03:32:25Z code-was-contributed 799177290 _job:34722 cause:24928 comments:10 details:The pull request zerocracy/judges-action#38 with 16 HoC created by @renovate[bot] was merged by @yegor256 after 15 days of being in review and 10 comments. done:2025-08-28T18:59:21Z hoc:16 is_human:0 issue:38 merger:526301 seconds:1354692 where:github who:29139614
2024-07-12T03:30:59Z code-was-contributed 799177290 _job:34722 cause:24929 comments:3 details:The pull request zerocracy/judges-action#73 with 30 HoC created by @renovate[bot] was merged by @yegor256 after 3 days of being in review and 3 comments. done:2025-08-28T18:59:21Z hoc:30 is_human:0 issue:73 merger:526301 seconds:332568 where:github who:29139614
2024-07-12T04:47:59Z code-was-contributed 799177290 _job:34722 cause:25083 comments:0 details:The pull request zerocracy/judges-action#88 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1 hours of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:88 merger:526301 seconds:3854 where:github who:41898282
2024-07-12T04:47:42Z code-was-contributed 799177290 _job:34722 cause:25084 comments:2 details:The pull request zerocracy/judges-action#86 with 2 HoC created by @renovate[bot] was merged by @rultor after 2 days of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:86 merger:8086956 seconds:215603 where:github who:29139614
2024-07-12T11:40:38Z code-was-contributed 799113787 _job:34722 cause:25836 comments:2 details:The pull request yegor256/judges#81 with 6 HoC created by @renovate[bot] was merged by @rultor after 39 minutes of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:6 is_human:0 issue:81 merger:8086956 seconds:2395 where:github who:29139614
2024-07-12T09:39:58Z code-was-contributed 798641472 _job:34722 cause:25843 comments:2 details:The pull request yegor256/factbase#94 with 8 HoC created by @renovate[bot] was merged by @rultor after 27 minutes of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:8 is_human:0 issue:94 merger:8086956 seconds:1665 where:github who:29139614
2024-07-12T11:33:15Z code-was-contributed 799177290 _job:34722 cause:25845 comments:0 details:The pull request zerocracy/judges-action#90 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 2 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:90 merger:526301 seconds:171 where:github who:41898282
2024-07-12T11:55:07Z code-was-contributed 802720676 _job:34722 cause:25851 comments:2 details:The pull request zerocracy/pages-action#38 with 16 HoC created by @renovate[bot] was merged by @rultor after 26 minutes of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:16 is_human:0 issue:38 merger:8086956 seconds:1602 where:github who:29139614
2024-07-12T20:47:07Z code-was-contributed 802720676 _job:34722 cause:27256 comments:2 details:The pull request zerocracy/pages-action#39 with 2 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:39 merger:8086956 seconds:4576 where:github who:29139614
2024-07-13T04:19:51Z code-was-contributed 799177290 _job:34722 cause:27522 comments:0 details:The pull request zerocracy/judges-action#92 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 10 hours of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:92 merger:526301 seconds:37866 where:github who:41898282
2024-07-13T09:12:40Z code-was-contributed 799177290 _job:34722 cause:28076 comments:0 details:The pull request zerocracy/judges-action#95 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 11 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:95 merger:526301 seconds:690 where:github who:41898282
2024-07-13T09:12:32Z code-was-contributed 799177290 _job:34722 cause:28077 comments:0 details:The pull request zerocracy/judges-action#96 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 10 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:96 merger:526301 seconds:651 where:github who:29139614
2024-07-15T12:21:44Z code-was-contributed 799177290 _job:34722 cause:35557 comments:0 details:The pull request zerocracy/judges-action#101 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 19 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:101 merger:526301 seconds:1143 where:github who:29139614
2024-07-15T12:01:57Z code-was-contributed 799177290 _job:34722 cause:35559 comments:0 details:The pull request zerocracy/judges-action#100 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 25 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:100 merger:526301 seconds:1547 where:github who:41898282
2024-07-15T14:34:39Z code-was-contributed 799177290 _job:34722 cause:36141 comments:0 details:The pull request zerocracy/judges-action#104 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 2 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:104 merger:526301 seconds:142 where:github who:41898282
2024-07-15T15:26:25Z code-was-contributed 799177290 _job:34722 cause:36296 comments:0 details:The pull request zerocracy/judges-action#105 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 15 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:105 merger:526301 seconds:946 where:github who:29139614
2024-07-15T15:56:09Z code-was-contributed 799113787 _job:34722 cause:36606 comments:2 details:The pull request yegor256/judges#86 with 2 HoC created by @renovate[bot] was merged by @rultor after 42 minutes of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:86 merger:8086956 seconds:2578 where:github who:29139614
2024-07-15T15:41:24Z code-was-contributed 799113787 _job:34722 cause:36607 comments:2 details:The pull request yegor256/judges#87 with 6 HoC created by @renovate[bot] was merged by @rultor after 28 minutes of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:6 is_human:0 issue:87 merger:8086956 seconds:1684 where:github who:29139614
2024-07-15T18:29:37Z code-was-contributed 799177290 _job:34722 cause:36910 comments:0 details:The pull request zerocracy/judges-action#108 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 12 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:108 merger:526301 seconds:779 where:github who:41898282
2024-07-15T18:04:58Z code-was-contributed 799177290 _job:34722 cause:36916 comments:0 details:The pull request zerocracy/judges-action#107 with 4 HoC created by @github-actions[bot] was merged by @yegor256 after 2 hours of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:4 is_human:0 issue:107 merger:526301 seconds:8465 where:github who:41898282
2024-07-15T18:50:14Z code-was-contributed 802720676 _job:34722 cause:37219 comments:2 details:The pull request zerocracy/pages-action#43 with 2 HoC created by @renovate[bot] was merged by @rultor after 41 minutes of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:43 merger:8086956 seconds:2502 where:github who:29139614
2024-07-16T07:54:38Z code-was-contributed 799177290 _job:34722 cause:39034 comments:0 details:The pull request zerocracy/judges-action#110 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 2 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:110 merger:526301 seconds:174 where:github who:41898282
2024-07-16T07:54:30Z code-was-contributed 799177290 _job:34722 cause:39036 comments:0 details:The pull request zerocracy/judges-action#111 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 2 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:111 merger:526301 seconds:120 where:github who:29139614
2024-07-16T07:54:22Z code-was-contributed 799177290 _job:34722 cause:39037 comments:0 details:The pull request zerocracy/judges-action#112 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:112 merger:526301 seconds:107 where:github who:29139614
2024-07-17T10:47:44Z code-was-contributed 799177290 _job:34722 cause:41535 comments:2 details:The pull request zerocracy/judges-action#120 with 6 HoC created by @renovate[bot] was merged by @rultor after 40 minutes of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:6 is_human:0 issue:120 merger:8086956 seconds:2420 where:github who:29139614
2024-07-17T15:55:43Z code-was-contributed 802720676 _job:34722 cause:41852 comments:2 details:The pull request zerocracy/pages-action#46 with 6 HoC created by @renovate[bot] was merged by @rultor after 45 minutes of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:6 is_human:0 issue:46 merger:8086956 seconds:2716 where:github who:29139614
2024-07-17T13:47:31Z code-was-contributed 799177290 _job:34722 cause:42235 comments:2 details:The pull request zerocracy/judges-action#121 with 2 HoC created by @renovate[bot] was merged by @rultor after 38 minutes of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:121 merger:8086956 seconds:2332 where:github who:29139614
2024-07-18T08:50:56Z code-was-contributed 802720676 _job:34722 cause:44247 comments:2 details:The pull request zerocracy/pages-action#49 with 4 HoC created by @renovate[bot] was merged by @rultor after 38 minutes of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:4 is_human:0 issue:49 merger:8086956 seconds:2323 where:github who:29139614
2024-07-18T05:00:02Z code-was-contributed 799177290 _job:34722 cause:44415 comments:0 details:The pull request zerocracy/judges-action#124 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 29 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:124 merger:526301 seconds:1785 where:github who:41898282
2024-07-18T04:59:46Z code-was-contributed 799177290 _job:34722 cause:44417 comments:3 details:The pull request zerocracy/judges-action#122 with 30 HoC created by @renovate[bot] was merged by @yegor256 after 10 hours of being in review and 3 comments. done:2025-08-28T18:59:21Z hoc:30 is_human:0 issue:122 merger:526301 seconds:39140 where:github who:29139614
2024-07-18T09:51:00Z code-was-contributed 802720676 _job:34722 cause:44420 comments:2 details:The pull request zerocracy/pages-action#50 with 2 HoC created by @renovate[bot] was merged by @rultor after 59 minutes of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:50 merger:8086956 seconds:3542 where:github who:29139614
2024-07-18T14:47:32Z code-was-contributed 799177290 _job:34722 cause:44748 comments:2 details:The pull request zerocracy/judges-action#123 with 2 HoC created by @renovate[bot] was merged by @rultor after 10 hours of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:123 merger:8086956 seconds:38455 where:github who:29139614
2024-07-19T05:48:06Z code-was-contributed 799177290 _job:34722 cause:46612 comments:0 details:The pull request zerocracy/judges-action#132 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 4 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:132 merger:526301 seconds:288 where:github who:29139614
2024-07-19T05:47:58Z code-was-contributed 799177290 _job:34722 cause:46613 comments:0 details:The pull request zerocracy/judges-action#131 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 4 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:131 merger:526301 seconds:287 where:github who:41898282
2024-07-19T05:29:05Z code-was-contributed 799177290 _job:34722 cause:46621 comments:0 details:The pull request zerocracy/judges-action#127 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 14 hours of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:127 merger:526301 seconds:52875 where:github who:41898282
2024-07-19T07:55:07Z code-was-contributed 802720676 _job:34722 cause:47122 comments:2 details:The pull request zerocracy/pages-action#53 with 4 HoC created by @renovate[bot] was merged by @rultor after 28 minutes of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:4 is_human:0 issue:53 merger:8086956 seconds:1730 where:github who:29139614
2024-07-22T06:38:30Z code-was-contributed 799177290 _job:34722 cause:53465 comments:0 details:The pull request zerocracy/judges-action#134 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 5 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:134 merger:526301 seconds:331 where:github who:41898282
2024-07-22T06:21:02Z code-was-contributed 799177290 _job:34722 cause:53469 comments:0 details:The pull request zerocracy/judges-action#133 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 11 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:133 merger:526301 seconds:701 where:github who:29139614
2024-07-22T06:49:12Z code-was-contributed 802720676 _job:34722 cause:53472 comments:2 details:The pull request zerocracy/pages-action#54 with 2 HoC created by @renovate[bot] was merged by @rultor after 47 minutes of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:54 merger:8086956 seconds:2833 where:github who:29139614
2024-07-22T07:48:58Z code-was-contributed 799177290 _job:34722 cause:53642 comments:2 details:The pull request zerocracy/judges-action#136 with 2 HoC created by @renovate[bot] was merged by @rultor after 41 minutes of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:136 merger:8086956 seconds:2471 where:github who:29139614
2024-07-22T10:48:03Z code-was-contributed 802720676 _job:34722 cause:54335 comments:2 details:The pull request zerocracy/pages-action#55 with 14 HoC created by @renovate[bot] was merged by @rultor after 21 minutes of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:14 is_human:0 issue:55 merger:8086956 seconds:1285 where:github who:29139614
2024-07-22T15:13:25Z code-was-contributed 799177290 _job:34722 cause:54940 comments:0 details:The pull request zerocracy/judges-action#139 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 5 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:139 merger:526301 seconds:329 where:github who:41898282
2024-07-22T16:20:47Z code-was-contributed 799177290 _job:34722 cause:55119 comments:0 details:The pull request zerocracy/judges-action#140 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 12 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:140 merger:526301 seconds:779 where:github who:29139614
2024-07-22T18:30:51Z code-was-contributed 799177290 _job:34722 cause:55460 comments:0 details:The pull request zerocracy/judges-action#142 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 11 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:142 merger:526301 seconds:713 where:github who:41898282
2024-07-22T18:18:42Z code-was-contributed 799177290 _job:34722 cause:55462 comments:0 details:The pull request zerocracy/judges-action#141 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 7 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:141 merger:526301 seconds:437 where:github who:29139614
2024-07-22T22:46:44Z code-was-contributed 799177290 _job:34722 cause:56166 comments:2 details:The pull request zerocracy/judges-action#137 with 2 HoC created by @renovate[bot] was merged by @rultor after 13 hours of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:137 merger:8086956 seconds:49058 where:github who:29139614
2024-07-23T02:02:06Z code-was-contributed 802720676 _job:34722 cause:56519 comments:0 details:The pull request zerocracy/pages-action#59 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 4 hours of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:59 merger:526301 seconds:16410 where:github who:29139614
2024-07-23T02:01:50Z code-was-contributed 802720676 _job:34722 cause:56520 comments:0 details:The pull request zerocracy/pages-action#60 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 4 hours of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:60 merger:526301 seconds:16383 where:github who:29139614
2024-07-23T03:31:30Z code-was-contributed 799177290 _job:34722 cause:56889 comments:0 details:The pull request zerocracy/judges-action#145 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 5 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:145 merger:526301 seconds:338 where:github who:41898282
2024-07-23T03:31:20Z code-was-contributed 799177290 _job:34722 cause:56890 comments:0 details:The pull request zerocracy/judges-action#146 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 5 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:146 merger:526301 seconds:310 where:github who:29139614
2024-07-23T06:02:33Z code-was-contributed 799177290 _job:34722 cause:57261 comments:0 details:The pull request zerocracy/judges-action#150 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:150 merger:526301 seconds:72 where:github who:41898282
2024-07-23T05:48:07Z code-was-contributed 799177290 _job:34722 cause:57266 comments:0 details:The pull request zerocracy/judges-action#148 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 35 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:148 merger:526301 seconds:2136 where:github who:41898282
2024-07-23T07:44:09Z code-was-contributed 799177290 _job:34722 cause:57664 comments:2 details:The pull request zerocracy/judges-action#152 with 2 HoC created by @renovate[bot] was merged by @rultor after 36 minutes of being in review and 2 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:152 merger:8086956 seconds:2162 where:github who:29139614
2024-07-24T04:59:09Z code-was-contributed 799177290 _job:34722 cause:61529 comments:0 details:The pull request zerocracy/judges-action#153 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 21 hours of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:153 merger:526301 seconds:76481 where:github who:41898282
2024-07-27T06:29:04Z code-was-contributed 799177290 _job:34722 cause:75281 comments:0 details:The pull request zerocracy/judges-action#159 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 3 hours of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:6 is_human:0 issue:159 merger:526301 seconds:11960 where:github who:29139614
2024-07-27T07:09:40Z code-was-contributed 799177290 _job:34722 cause:75476 comments:0 details:The pull request zerocracy/judges-action#161 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 14 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:161 merger:526301 seconds:851 where:github who:41898282
2024-07-27T07:09:32Z code-was-contributed 799177290 _job:34722 cause:75477 comments:0 details:The pull request zerocracy/judges-action#162 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 13 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:162 merger:526301 seconds:811 where:github who:29139614
2024-07-28T09:41:29Z code-was-contributed 802720676 _job:34722 cause:76265 comments:8 details:The pull request zerocracy/pages-action#68 with 6 HoC created by @renovate[bot] was merged by @rultor after 1 days of being in review and 8 comments. done:2025-08-28T18:59:21Z hoc:6 is_human:0 issue:68 merger:8086956 seconds:105560 where:github who:29139614
2024-07-28T13:52:25Z code-was-contributed 799177290 _job:34722 cause:77028 comments:0 details:The pull request zerocracy/judges-action#165 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 7 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:165 merger:526301 seconds:433 where:github who:41898282
2024-07-28T13:44:55Z code-was-contributed 799177290 _job:34722 cause:77030 comments:0 details:The pull request zerocracy/judges-action#164 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 35 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:164 merger:526301 seconds:2127 where:github who:29139614
2024-07-28T16:28:59Z code-was-contributed 799177290 _job:34722 cause:77582 comments:0 details:The pull request zerocracy/judges-action#170 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 6 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:170 merger:526301 seconds:375 where:github who:41898282
2024-07-28T16:22:26Z code-was-contributed 799177290 _job:34722 cause:77585 comments:0 details:The pull request zerocracy/judges-action#169 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 12 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:169 merger:526301 seconds:774 where:github who:29139614
2024-07-29T09:27:22Z code-was-contributed 799177290 _job:34722 cause:79988 comments:0 details:The pull request zerocracy/judges-action#173 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 43 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:173 merger:526301 seconds:2583 where:github who:41898282
2024-07-29T09:27:12Z code-was-contributed 799177290 _job:34722 cause:79989 comments:0 details:The pull request zerocracy/judges-action#174 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 18 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:174 merger:526301 seconds:1085 where:github who:29139614
2024-07-29T09:25:59Z code-was-contributed 802720676 _job:34722 cause:79997 comments:0 details:The pull request zerocracy/pages-action#76 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 2 hours of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:76 merger:526301 seconds:8189 where:github who:29139614
2024-07-29T10:20:50Z code-was-contributed 799177290 _job:34722 cause:80181 comments:0 details:The pull request zerocracy/judges-action#177 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 6 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:177 merger:526301 seconds:361 where:github who:41898282
2024-07-29T10:14:31Z code-was-contributed 799177290 _job:34722 cause:80183 comments:0 details:The pull request zerocracy/judges-action#176 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 5 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:176 merger:526301 seconds:315 where:github who:29139614
2024-07-29T15:37:03Z code-was-contributed 799177290 _job:34722 cause:81088 comments:0 details:The pull request zerocracy/judges-action#181 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:181 merger:526301 seconds:94 where:github who:29139614
2024-07-29T15:36:54Z code-was-contributed 799177290 _job:34722 cause:81089 comments:0 details:The pull request zerocracy/judges-action#182 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:182 merger:526301 seconds:82 where:github who:29139614
2024-07-29T15:34:59Z code-was-contributed 799177290 _job:34722 cause:81093 comments:0 details:The pull request zerocracy/judges-action#180 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 6 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:180 merger:526301 seconds:372 where:github who:41898282
2024-07-29T15:28:28Z code-was-contributed 799177290 _job:34722 cause:81095 comments:0 details:The pull request zerocracy/judges-action#179 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 2 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:179 merger:526301 seconds:169 where:github who:41898282
2024-07-29T19:06:18Z code-was-contributed 799177290 _job:34722 cause:81525 comments:0 details:The pull request zerocracy/judges-action#185 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 5 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:185 merger:526301 seconds:349 where:github who:41898282
2024-07-29T19:06:09Z code-was-contributed 799177290 _job:34722 cause:81526 comments:0 details:The pull request zerocracy/judges-action#186 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 5 minutes of being in review and 0 comments. done:2025-08-28T18:59:21Z hoc:2 is_human:0 issue:186 merger:526301 seconds:326 where:github who:29139614
2025-08-28T14:59:14Z resolved-bug-was-rewarded 799113787 _job:34722 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/judges#281 in 0 hours, the reward amount is 12. done:2025-08-28T15:00:17Z href:https://github.com/yegor256/judges/issues/281/#issuecomment-3233858314 is_human:1 issue:281 where:github who:526301 why:Resolved bug in yegor256/judges#281
2025-08-28T14:59:27Z push-to-master-was-punished 799113787 _job:34722 award:-16 commit:5d51cd09c2e5d4bd0fce2e5de7acd7ca1af44ba6 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/judges, the penalty amount is -16. href:https://github.com/yegor256/judges/commit/5d51cd09c2e5d4bd0fce2e5de7acd7ca1af44ba6/#commitcomment-164765511 is_human:1 where:github who:526301 why:Pushed 5d51cd09c to the default branch 'master' in yegor256/judges
2025-08-28T14:52:51Z code-was-contributed 799177290 _job:34722 comments:1 details:The pull request zerocracy/judges-action#939 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 31m6s of being in review and 1 comments. hoc:2 is_human:0 issue:939 merger:526301 review_comments:0 seconds:1867 where:github who:41898282
2024-07-30T03:49:23Z code-was-contributed 799177290 _job:34728 cause:82718 comments:2 details:The pull request zerocracy/judges-action#196 with 2 HoC created by @renovate[bot] was merged by @rultor after 39 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:196 merger:8086956 seconds:2349 where:github who:29139614
2024-07-30T04:50:44Z code-was-contributed 799177290 _job:34728 cause:82909 comments:0 details:The pull request zerocracy/judges-action#197 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1 hours of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:197 merger:526301 seconds:3661 where:github who:41898282
2024-07-30T06:04:16Z code-was-contributed 799177290 _job:34728 cause:83070 comments:0 details:The pull request zerocracy/judges-action#204 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1 minutes of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:204 merger:526301 seconds:116 where:github who:41898282
2024-07-30T05:33:11Z code-was-contributed 799177290 _job:34728 cause:83077 comments:0 details:The pull request zerocracy/judges-action#199 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 4 minutes of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:199 merger:526301 seconds:245 where:github who:41898282
2024-07-22T05:15:02Z code-was-contributed 820463873 _job:34728 cause:83548 comments:0 details:The pull request zerocracy/fbe#32 with 49 HoC created by @yegor256 was merged by @yegor256 after 4 minutes of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:49 is_human:1 issue:32 merger:526301 seconds:287 where:github who:526301
2024-07-15T15:39:25Z code-was-contributed 820463873 _job:34728 cause:83590 comments:1 details:The pull request zerocracy/fbe#22 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 28 minutes of being in review and 1 comments. done:2025-08-28T19:21:18Z hoc:6 is_human:0 issue:22 merger:526301 seconds:1714 where:github who:29139614
2024-07-31T08:53:09Z code-was-contributed 799177290 _job:34728 cause:87190 comments:2 details:The pull request zerocracy/judges-action#206 with 2 HoC created by @renovate[bot] was merged by @rultor after 41 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:206 merger:8086956 seconds:2479 where:github who:29139614
2024-07-31T08:55:13Z code-was-contributed 799177290 _job:34728 cause:87291 comments:0 details:The pull request zerocracy/judges-action#207 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1 minutes of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:207 merger:526301 seconds:106 where:github who:41898282
2024-07-31T16:51:06Z code-was-contributed 799177290 _job:34728 cause:87798 comments:2 details:The pull request zerocracy/judges-action#208 with 6 HoC created by @renovate[bot] was merged by @rultor after 38 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:6 is_human:0 issue:208 merger:8086956 seconds:2319 where:github who:29139614
2024-07-31T19:45:28Z code-was-contributed 802720676 _job:34728 cause:88023 comments:2 details:The pull request zerocracy/pages-action#87 with 6 HoC created by @renovate[bot] was merged by @rultor after 52 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:6 is_human:0 issue:87 merger:8086956 seconds:3126 where:github who:29139614
2024-08-01T08:48:45Z code-was-contributed 799177290 _job:34728 cause:90419 comments:2 details:The pull request zerocracy/judges-action#210 with 8 HoC created by @renovate[bot] was merged by @rultor after 36 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:8 is_human:0 issue:210 merger:8086956 seconds:2200 where:github who:29139614
2024-08-01T09:36:37Z code-was-contributed 799113787 _job:34728 cause:90610 comments:2 details:The pull request yegor256/judges#102 with 10 HoC created by @renovate[bot] was merged by @rultor after 13 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:10 is_human:0 issue:102 merger:8086956 seconds:797 where:github who:29139614
2024-08-01T10:01:47Z code-was-contributed 802720676 _job:34728 cause:90617 comments:0 details:The pull request zerocracy/pages-action#88 with 8 HoC created by @renovate[bot] was merged by @yegor256 after 16 minutes of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:8 is_human:0 issue:88 merger:526301 seconds:972 where:github who:29139614
2024-08-01T11:45:46Z code-was-contributed 820463873 _job:34728 cause:91060 comments:2 details:The pull request zerocracy/fbe#50 with 10 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:10 is_human:0 issue:50 merger:8086956 seconds:5686 where:github who:29139614
2024-08-01T12:19:29Z code-was-contributed 799177290 _job:34728 cause:91257 comments:0 details:The pull request zerocracy/judges-action#212 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 5 minutes of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:212 merger:526301 seconds:312 where:github who:29139614
2024-08-01T16:19:36Z code-was-contributed 799177290 _job:34728 cause:92301 comments:0 details:The pull request zerocracy/judges-action#213 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 3 hours of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:213 merger:526301 seconds:14392 where:github who:41898282
2024-08-02T04:48:34Z code-was-contributed 802720676 _job:34728 cause:94158 comments:2 details:The pull request zerocracy/pages-action#90 with 4 HoC created by @renovate[bot] was merged by @rultor after 42 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:4 is_human:0 issue:90 merger:8086956 seconds:2578 where:github who:29139614
2024-08-03T13:45:46Z code-was-contributed 799177290 _job:34728 cause:100306 comments:2 details:The pull request zerocracy/judges-action#223 with 2 HoC created by @renovate[bot] was merged by @rultor after 22 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:223 merger:8086956 seconds:1362 where:github who:29139614
2024-08-03T13:22:36Z code-was-contributed 799177290 _job:34728 cause:100310 comments:0 details:The pull request zerocracy/judges-action#221 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 4 seconds of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:221 merger:526301 seconds:4 where:github who:41898282
2024-08-04T10:24:25Z code-was-contributed 799177290 _job:34728 cause:103998 comments:0 details:The pull request zerocracy/judges-action#226 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1 minutes of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:226 merger:526301 seconds:76 where:github who:41898282
2024-08-05T08:08:20Z code-was-contributed 799177290 _job:34728 cause:104386 comments:0 details:The pull request zerocracy/judges-action#228 with 4 HoC created by @renovate[bot] was merged by @yegor256 after 52 minutes of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:4 is_human:0 issue:228 merger:526301 seconds:3139 where:github who:29139614
2024-08-05T12:09:51Z code-was-contributed 799177290 _job:34728 cause:105086 comments:0 details:The pull request zerocracy/judges-action#231 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1 minutes of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:231 merger:526301 seconds:90 where:github who:41898282
2024-08-05T14:35:46Z code-was-contributed 799177290 _job:34728 cause:105310 comments:0 details:The pull request zerocracy/judges-action#233 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1 minutes of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:233 merger:526301 seconds:60 where:github who:41898282
2024-08-05T17:48:40Z code-was-contributed 820463873 _job:34728 cause:105924 comments:2 details:The pull request zerocracy/fbe#52 with 6 HoC created by @renovate[bot] was merged by @rultor after 16 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:6 is_human:0 issue:52 merger:8086956 seconds:993 where:github who:29139614
2024-08-05T20:38:02Z code-was-contributed 799113787 _job:34728 cause:106335 comments:2 details:The pull request yegor256/judges#107 with 6 HoC created by @renovate[bot] was merged by @rultor after 16 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:6 is_human:0 issue:107 merger:8086956 seconds:1017 where:github who:29139614
2024-08-06T02:08:32Z code-was-contributed 799177290 _job:34728 cause:107378 comments:2 details:The pull request zerocracy/judges-action#237 with 2 HoC created by @renovate[bot] was merged by @rultor after 28 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:237 merger:8086956 seconds:1735 where:github who:29139614
2024-08-06T18:33:44Z code-was-contributed 802720676 _job:34728 cause:111392 comments:0 details:The pull request zerocracy/pages-action#93 with 4 HoC created by @renovate[bot] was merged by @yegor256 after 1 days of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:4 is_human:0 issue:93 merger:526301 seconds:121771 where:github who:29139614
2024-08-06T18:33:36Z code-was-contributed 802720676 _job:34728 cause:111393 comments:0 details:The pull request zerocracy/pages-action#94 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 16 hours of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:94 merger:526301 seconds:60467 where:github who:29139614
2024-08-07T11:49:39Z code-was-contributed 799177290 _job:34728 cause:114820 comments:2 details:The pull request zerocracy/judges-action#241 with 2 HoC created by @renovate[bot] was merged by @rultor after 35 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:241 merger:8086956 seconds:2123 where:github who:29139614
2024-08-07T13:55:03Z code-was-contributed 799177290 _job:34728 cause:115263 comments:2 details:The pull request zerocracy/judges-action#242 with 2 HoC created by @renovate[bot] was merged by @rultor after 37 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:242 merger:8086956 seconds:2279 where:github who:29139614
2024-08-07T13:55:49Z code-was-contributed 802720676 _job:34728 cause:115265 comments:2 details:The pull request zerocracy/pages-action#96 with 2 HoC created by @renovate[bot] was merged by @rultor after 39 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:96 merger:8086956 seconds:2394 where:github who:29139614
2024-08-08T15:23:41Z code-was-contributed 798641472 _job:34728 cause:120953 comments:0 details:The pull request yegor256/factbase#107 with 10 HoC created by @renovate[bot] was merged by @yegor256 after 7 days of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:10 is_human:0 issue:107 merger:526301 seconds:614904 where:github who:29139614
2024-08-08T15:23:32Z code-was-contributed 798641472 _job:34728 cause:120954 comments:0 details:The pull request yegor256/factbase#108 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 2 days of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:6 is_human:0 issue:108 merger:526301 seconds:257360 where:github who:29139614
2024-08-08T16:49:29Z code-was-contributed 799177290 _job:34728 cause:121412 comments:2 details:The pull request zerocracy/judges-action#246 with 2 HoC created by @renovate[bot] was merged by @rultor after 35 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:246 merger:8086956 seconds:2131 where:github who:29139614
2024-08-09T10:46:32Z code-was-contributed 799177290 _job:34728 cause:124834 comments:2 details:The pull request zerocracy/judges-action#247 with 13 HoC created by @renovate[bot] was merged by @rultor after 31 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:13 is_human:0 issue:247 merger:8086956 seconds:1890 where:github who:29139614
2024-08-09T10:47:29Z code-was-contributed 802720676 _job:34728 cause:124837 comments:2 details:The pull request zerocracy/pages-action#97 with 15 HoC created by @renovate[bot] was merged by @rultor after 1 hours of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:15 is_human:0 issue:97 merger:8086956 seconds:4242 where:github who:29139614
2024-08-10T06:49:40Z code-was-contributed 799177290 _job:34728 cause:129298 comments:2 details:The pull request zerocracy/judges-action#248 with 2 HoC created by @renovate[bot] was merged by @rultor after 34 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:248 merger:8086956 seconds:2066 where:github who:29139614
2024-08-10T07:48:40Z code-was-contributed 802720676 _job:34728 cause:129550 comments:2 details:The pull request zerocracy/pages-action#98 with 2 HoC created by @renovate[bot] was merged by @rultor after 59 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:98 merger:8086956 seconds:3576 where:github who:29139614
2024-08-11T07:46:20Z code-was-contributed 799177290 _job:34728 cause:133947 comments:2 details:The pull request zerocracy/judges-action#255 with 7 HoC created by @renovate[bot] was merged by @rultor after 31 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:7 is_human:0 issue:255 merger:8086956 seconds:1872 where:github who:29139614
2024-08-11T07:48:01Z code-was-contributed 802720676 _job:34728 cause:133950 comments:2 details:The pull request zerocracy/pages-action#99 with 7 HoC created by @renovate[bot] was merged by @rultor after 56 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:7 is_human:0 issue:99 merger:8086956 seconds:3412 where:github who:29139614
2024-08-11T09:12:40Z code-was-contributed 799177290 _job:34728 cause:134408 comments:0 details:The pull request zerocracy/judges-action#257 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 57 minutes of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:257 merger:526301 seconds:3428 where:github who:41898282
2024-08-11T12:49:28Z code-was-contributed 799177290 _job:34728 cause:135123 comments:2 details:The pull request zerocracy/judges-action#259 with 2 HoC created by @renovate[bot] was merged by @rultor after 29 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:259 merger:8086956 seconds:1793 where:github who:29139614
2024-08-11T14:46:26Z code-was-contributed 802720676 _job:34728 cause:135594 comments:2 details:The pull request zerocracy/pages-action#100 with 2 HoC created by @renovate[bot] was merged by @rultor after 51 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:100 merger:8086956 seconds:3107 where:github who:29139614
2024-08-12T06:51:47Z code-was-contributed 799177290 _job:34728 cause:139388 comments:2 details:The pull request zerocracy/judges-action#260 with 2 HoC created by @renovate[bot] was merged by @rultor after 33 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:260 merger:8086956 seconds:2010 where:github who:29139614
2024-08-12T10:46:43Z code-was-contributed 799177290 _job:34728 cause:140348 comments:2 details:The pull request zerocracy/judges-action#264 with 2 HoC created by @renovate[bot] was merged by @rultor after 29 minutes of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:264 merger:8086956 seconds:1784 where:github who:29139614
2024-06-27T13:00:42Z code-was-contributed 799177290 _job:34728 comments:0 details:The pull request zerocracy/judges-action#36 with 10 HoC created by @renovate[bot] was merged by @yegor256 after 1w1d of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:10 is_human:0 issue:36 merger:526301 review_comments:0 seconds:719902 where:github who:29139614
2024-06-19T17:29:18Z code-was-contributed 799113787 _job:34728 comments:3 details:The pull request yegor256/judges#60 with 6 HoC created by @renovate[bot] was merged by @rultor after 14h10m of being in review and 3 comments. done:2025-08-28T19:21:18Z hoc:6 is_human:0 issue:60 merger:8086956 review_comments:0 seconds:51015 where:github who:29139614
2024-07-01T09:57:24Z code-was-contributed 799177290 _job:34728 comments:3 details:The pull request zerocracy/judges-action#44 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 49m37s of being in review and 3 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:44 merger:526301 review_comments:0 seconds:2978 where:github who:29139614
2024-07-01T09:57:15Z code-was-contributed 799177290 _job:34728 comments:3 details:The pull request zerocracy/judges-action#42 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 1d11h of being in review and 3 comments. done:2025-08-28T19:21:18Z hoc:6 is_human:0 issue:42 merger:526301 review_comments:0 seconds:129040 where:github who:29139614
2024-07-01T09:56:09Z code-was-contributed 799177290 _job:34728 comments:0 details:The pull request zerocracy/judges-action#45 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 58s of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:45 merger:526301 review_comments:0 seconds:59 where:github who:41898282
2024-06-29T04:07:44Z code-was-contributed 799177290 _job:34728 comments:0 details:The pull request zerocracy/judges-action#40 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 8h8m of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:40 merger:526301 review_comments:0 seconds:29332 where:github who:41898282
2024-06-27T12:59:54Z code-was-contributed 799177290 _job:34728 comments:0 details:The pull request zerocracy/judges-action#39 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 3h7m of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:39 merger:526301 review_comments:0 seconds:11269 where:github who:41898282
2024-07-02T13:53:16Z code-was-contributed 802720676 _job:34728 comments:3 details:The pull request zerocracy/pages-action#18 with 4 HoC created by @renovate[bot] was merged by @rultor after 43m57s of being in review and 3 comments. done:2025-08-28T19:21:18Z hoc:4 is_human:0 issue:18 merger:8086956 review_comments:0 seconds:2638 where:github who:29139614
2024-07-02T20:52:07Z code-was-contributed 802720676 _job:34728 comments:3 details:The pull request zerocracy/pages-action#19 with 2 HoC created by @renovate[bot] was merged by @rultor after 46m13s of being in review and 3 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:19 merger:8086956 review_comments:0 seconds:2774 where:github who:29139614
2024-07-03T10:57:02Z code-was-contributed 802720676 _job:34728 comments:3 details:The pull request zerocracy/pages-action#20 with 2 HoC created by @renovate[bot] was merged by @rultor after 38m19s of being in review and 3 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:20 merger:8086956 review_comments:0 seconds:2300 where:github who:29139614
2024-07-03T11:47:54Z code-was-contributed 802720676 _job:34728 comments:3 details:The pull request zerocracy/pages-action#21 with 2 HoC created by @renovate[bot] was merged by @rultor after 49m53s of being in review and 3 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:21 merger:8086956 review_comments:0 seconds:2994 where:github who:29139614
2024-07-03T15:48:52Z code-was-contributed 802720676 _job:34728 comments:3 details:The pull request zerocracy/pages-action#22 with 2 HoC created by @renovate[bot] was merged by @rultor after 54m14s of being in review and 3 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:22 merger:8086956 review_comments:0 seconds:3255 where:github who:29139614
2024-07-04T00:43:42Z code-was-contributed 799113787 _job:34728 comments:3 details:The pull request yegor256/judges#75 with 6 HoC created by @renovate[bot] was merged by @rultor after 50m15s of being in review and 3 comments. done:2025-08-28T19:21:18Z hoc:6 is_human:0 issue:75 merger:8086956 review_comments:0 seconds:3016 where:github who:29139614
2024-07-05T05:05:15Z code-was-contributed 799177290 _job:34728 comments:0 details:The pull request zerocracy/judges-action#49 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 14m10s of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:49 merger:526301 review_comments:0 seconds:851 where:github who:41898282
2024-07-05T05:04:20Z code-was-contributed 799177290 _job:34728 comments:6 details:The pull request zerocracy/judges-action#48 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h53m of being in review and 6 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:48 merger:8086956 review_comments:0 seconds:6815 where:github who:29139614
2024-07-05T05:31:45Z code-was-contributed 799177290 _job:34728 comments:0 details:The pull request zerocracy/judges-action#51 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 12m48s of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:51 merger:526301 review_comments:0 seconds:769 where:github who:41898282
2024-07-05T07:35:03Z code-was-contributed 799177290 _job:34728 comments:0 details:The pull request zerocracy/judges-action#53 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1h49m of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:53 merger:526301 review_comments:0 seconds:6567 where:github who:41898282
2024-07-05T07:51:15Z code-was-contributed 802720676 _job:34728 comments:3 details:The pull request zerocracy/pages-action#24 with 2 HoC created by @renovate[bot] was merged by @rultor after 16m53s of being in review and 3 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:24 merger:8086956 review_comments:0 seconds:1014 where:github who:29139614
2024-07-05T17:48:09Z code-was-contributed 802720676 _job:34728 comments:3 details:The pull request zerocracy/pages-action#25 with 2 HoC created by @renovate[bot] was merged by @rultor after 44m44s of being in review and 3 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:25 merger:8086956 review_comments:0 seconds:2685 where:github who:29139614
2024-07-06T10:10:40Z code-was-contributed 799177290 _job:34728 comments:0 details:The pull request zerocracy/judges-action#58 with 4 HoC created by @github-actions[bot] was merged by @yegor256 after 1d1h of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:4 is_human:0 issue:58 merger:526301 review_comments:0 seconds:93121 where:github who:41898282
2024-07-06T12:53:25Z code-was-contributed 802720676 _job:34728 comments:3 details:The pull request zerocracy/pages-action#28 with 2 HoC created by @renovate[bot] was merged by @rultor after 37m27s of being in review and 3 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:28 merger:8086956 review_comments:0 seconds:2248 where:github who:29139614
2024-07-06T18:49:34Z code-was-contributed 802720676 _job:34728 comments:3 details:The pull request zerocracy/pages-action#29 with 2 HoC created by @renovate[bot] was merged by @rultor after 15m27s of being in review and 3 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:29 merger:8086956 review_comments:0 seconds:928 where:github who:29139614
2024-07-08T07:51:02Z code-was-contributed 802720676 _job:34728 comments:3 details:The pull request zerocracy/pages-action#32 with 2 HoC created by @renovate[bot] was merged by @rultor after 26m37s of being in review and 3 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:32 merger:8086956 review_comments:0 seconds:1598 where:github who:29139614
2024-06-19T17:21:03Z code-was-contributed 798641472 _job:34728 comments:3 details:The pull request yegor256/factbase#78 with 6 HoC created by @renovate[bot] was merged by @rultor after 13h59m of being in review and 3 comments. done:2025-08-28T19:21:18Z hoc:6 is_human:0 issue:78 merger:8086956 review_comments:0 seconds:50347 where:github who:29139614
2024-07-06T10:47:34Z code-was-contributed 799177290 _job:34728 comments:3 details:The pull request zerocracy/judges-action#64 with 2 HoC created by @renovate[bot] was merged by @rultor after 19m30s of being in review and 3 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:64 merger:8086956 review_comments:0 seconds:1171 where:github who:29139614
2024-07-06T14:30:09Z code-was-contributed 799177290 _job:34728 comments:0 details:The pull request zerocracy/judges-action#66 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 9m29s of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:66 merger:526301 review_comments:0 seconds:570 where:github who:41898282
2024-07-06T15:45:34Z code-was-contributed 799177290 _job:34728 comments:3 details:The pull request zerocracy/judges-action#67 with 2 HoC created by @renovate[bot] was merged by @rultor after 38m23s of being in review and 3 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:67 merger:8086956 review_comments:0 seconds:2304 where:github who:29139614
2024-07-06T09:37:39Z code-was-contributed 799177290 _job:34728 comments:0 details:The pull request zerocracy/judges-action#59 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 17h26m of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:59 merger:526301 review_comments:0 seconds:62805 where:github who:29139614
2024-07-06T14:07:51Z code-was-contributed 799177290 _job:34728 comments:0 details:The pull request zerocracy/judges-action#63 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 3h39m of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:63 merger:526301 review_comments:0 seconds:13200 where:github who:41898282
2024-07-06T19:32:34Z code-was-contributed 799177290 _job:34728 comments:0 details:The pull request zerocracy/judges-action#70 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 33s of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:70 merger:526301 review_comments:0 seconds:34 where:github who:29139614
2024-07-06T19:31:19Z code-was-contributed 799177290 _job:34728 comments:0 details:The pull request zerocracy/judges-action#69 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 22m30s of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:69 merger:526301 review_comments:0 seconds:1351 where:github who:41898282
2024-07-07T10:01:15Z code-was-contributed 799177290 _job:34728 comments:0 details:The pull request zerocracy/judges-action#72 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 2h36m of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:0 issue:72 merger:526301 review_comments:0 seconds:9417 where:github who:41898282
2024-09-05T19:53:48Z code-was-reviewed 820463873 _job:34728 author:2566462 comments:2 details:The pull request zerocracy/fbe#93 with 29 HoC created by @yegorov was reviewed by @suban05 after 55m15s and 2 comments. done:2025-08-28T19:21:18Z hoc:29 is_human:1 issue:93 review_comments:0 seconds:3316 where:github who:88084038
2024-09-14T19:51:59Z code-was-reviewed 820463873 _job:34728 author:2566462 comments:2 details:The pull request zerocracy/fbe#95 with 85 HoC created by @yegorov was reviewed by @suban05 after 9m45s and 2 comments. done:2025-08-28T19:21:18Z hoc:85 is_human:1 issue:95 review_comments:0 seconds:586 where:github who:88084038
2024-09-16T18:54:40Z code-was-reviewed 820463873 _job:34728 author:2566462 comments:2 details:The pull request zerocracy/fbe#97 with 63 HoC created by @yegorov was reviewed by @suban05 after 25m18s and 2 comments. done:2025-08-28T19:21:18Z hoc:63 is_human:1 issue:97 review_comments:0 seconds:1519 where:github who:88084038
2024-09-22T09:57:04Z code-was-reviewed 820463873 _job:34728 author:2566462 comments:14 details:The pull request zerocracy/fbe#100 with 175 HoC created by @yegorov was reviewed by @suban05 after 1d19h and 14 comments. done:2025-08-28T19:21:18Z hoc:175 is_human:1 issue:100 review_comments:14 seconds:158125 where:github who:88084038
2024-09-25T19:03:03Z code-was-reviewed 820463873 _job:34728 author:2566462 comments:5 details:The pull request zerocracy/fbe#105 with 70 HoC created by @yegorov was reviewed by @suban05 after 21m35s and 5 comments. done:2025-08-28T19:21:18Z hoc:70 is_human:1 issue:105 review_comments:0 seconds:1296 where:github who:88084038
2024-09-26T18:51:39Z code-was-reviewed 820463873 _job:34728 author:2566462 comments:2 details:The pull request zerocracy/fbe#106 with 47 HoC created by @yegorov was reviewed by @suban05 after 8m13s and 2 comments. done:2025-08-28T19:21:18Z hoc:47 is_human:1 issue:106 review_comments:0 seconds:494 where:github who:88084038
2024-09-29T21:01:52Z code-was-reviewed 820463873 _job:34728 author:2566462 comments:1 details:The pull request zerocracy/fbe#108 with 57 HoC created by @yegorov was reviewed by @suban05 after 39m17s and 1 comments. done:2025-08-28T19:21:18Z hoc:57 is_human:1 issue:108 review_comments:0 seconds:2358 where:github who:88084038
2024-09-24T17:34:21Z code-was-contributed 820463873 _job:34728 comments:1 details:The pull request zerocracy/fbe#103 with 10 HoC created by @suban05 was merged by @yegor256 after 2h35m of being in review and 1 comments. done:2025-08-28T19:21:18Z hoc:10 is_human:1 issue:103 merger:526301 review_comments:0 seconds:9329 where:github who:88084038
2024-07-03T14:01:43Z code-was-contributed 799177290 _job:34728 comments:1 details:The pull request zerocracy/judges-action#47 with 50 HoC created by @yegor256 was merged by @yegor256 after 1h4m of being in review and 1 comments. done:2025-08-28T19:21:18Z hoc:50 is_human:1 issue:47 merger:526301 review_comments:0 seconds:3841 where:github who:526301
2024-08-14T14:48:34Z code-was-contributed 820463873 _job:34728 comments:21 details:The pull request zerocracy/fbe#66 with 230 HoC created by @suban05 was merged by @yegor256 after 1d3h of being in review and 21 comments. done:2025-08-28T19:21:18Z hoc:230 is_human:1 issue:66 merger:526301 review_comments:13 seconds:97978 where:github who:88084038
2024-08-22T05:28:52Z code-was-contributed 820463873 _job:34728 comments:11 details:The pull request zerocracy/fbe#79 with 83 HoC created by @suban05 was merged by @yegor256 after 10h48m of being in review and 11 comments. done:2025-08-28T19:21:18Z hoc:83 is_human:1 issue:79 merger:526301 review_comments:7 seconds:38885 where:github who:88084038
2024-08-22T16:28:42Z code-was-contributed 798641472 _job:34728 comments:14 details:The pull request yegor256/factbase#114 with 176 HoC created by @suban05 was merged by @yegor256 after 1d1h of being in review and 14 comments. done:2025-08-28T19:21:18Z hoc:176 is_human:1 issue:114 merger:526301 review_comments:7 seconds:92373 where:github who:88084038
2024-08-25T09:00:43Z code-was-contributed 820463873 _job:34728 comments:9 details:The pull request zerocracy/fbe#82 with 345 HoC created by @suban05 was merged by @yegor256 after 13h6m of being in review and 9 comments. done:2025-08-28T19:21:18Z hoc:345 is_human:1 issue:82 merger:526301 review_comments:6 seconds:47205 where:github who:88084038
2024-08-28T17:41:38Z code-was-contributed 798641472 _job:34728 comments:12 details:The pull request yegor256/factbase#118 with 182 HoC created by @suban05 was merged by @yegor256 after 6h55m of being in review and 12 comments. done:2025-08-28T19:21:18Z hoc:182 is_human:1 issue:118 merger:526301 review_comments:9 seconds:24927 where:github who:88084038
2024-09-04T08:08:50Z code-was-contributed 799113787 _job:34728 comments:2 details:The pull request yegor256/judges#128 with 24 HoC created by @yegorov was merged by @yegor256 after 18h28m of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:24 is_human:1 issue:128 merger:526301 review_comments:0 seconds:66531 where:github who:2566462
2024-08-21T15:37:25Z code-was-reviewed 798641472 _job:34728 author:88084038 comments:6 details:The pull request yegor256/factbase#114 with 166 HoC created by @suban05 was reviewed by @yegorov after 48m15s and 6 comments. done:2025-08-28T19:21:18Z hoc:166 is_human:1 issue:114 review_comments:7 seconds:2896 where:github who:2566462
2024-08-28T12:46:09Z code-was-reviewed 798641472 _job:34728 author:88084038 comments:11 details:The pull request yegor256/factbase#118 with 182 HoC created by @suban05 was reviewed by @yegorov after 1h59m and 11 comments. done:2025-08-28T19:21:18Z hoc:182 is_human:1 issue:118 review_comments:9 seconds:7198 where:github who:2566462
2024-08-13T12:53:25Z code-was-reviewed 820463873 _job:34728 author:88084038 comments:16 details:The pull request zerocracy/fbe#66 with 382 HoC created by @suban05 was reviewed by @yegorov after 1h17m and 16 comments. done:2025-08-28T19:21:18Z hoc:382 is_human:1 issue:66 review_comments:13 seconds:4669 where:github who:2566462
2024-08-13T12:43:30Z code-was-reviewed 820463873 _job:34728 author:88084038 comments:16 details:The pull request zerocracy/fbe#66 with 382 HoC created by @suban05 was reviewed by @yegorov after 1h7m and 16 comments. done:2025-08-28T19:21:18Z hoc:382 is_human:1 issue:66 review_comments:13 seconds:4074 where:github who:2566462
2024-08-13T12:19:15Z code-was-reviewed 820463873 _job:34728 author:88084038 comments:16 details:The pull request zerocracy/fbe#66 with 382 HoC created by @suban05 was reviewed by @yegorov after 43m38s and 16 comments. done:2025-08-28T19:21:18Z hoc:382 is_human:1 issue:66 review_comments:13 seconds:2619 where:github who:2566462
2024-08-14T14:49:04Z code-was-reviewed 820463873 _job:34728 author:88084038 comments:22 details:The pull request zerocracy/fbe#66 with 230 HoC created by @suban05 was reviewed by @yegor256 after 1d3h and 22 comments. done:2025-08-28T19:21:18Z hoc:230 is_human:1 issue:66 review_comments:13 seconds:98008 where:github who:526301
2024-08-22T05:06:06Z code-was-reviewed 820463873 _job:34728 author:88084038 comments:11 details:The pull request zerocracy/fbe#79 with 83 HoC created by @suban05 was reviewed by @yegorov after 10h25m and 11 comments. done:2025-08-28T19:21:18Z hoc:83 is_human:1 issue:79 review_comments:7 seconds:37519 where:github who:2566462
2024-08-24T21:15:04Z code-was-reviewed 820463873 _job:34728 author:88084038 comments:8 details:The pull request zerocracy/fbe#82 with 345 HoC created by @suban05 was reviewed by @yegorov after 1h21m and 8 comments. done:2025-08-28T19:21:18Z hoc:345 is_human:1 issue:82 review_comments:6 seconds:4866 where:github who:2566462
2024-08-16T03:53:37Z code-was-contributed 820463873 _job:34728 comments:0 details:The pull request zerocracy/fbe#70 with 5 HoC created by @yegorov was merged by @yegor256 after 8h53m of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:5 is_human:1 issue:70 merger:526301 review_comments:0 seconds:32003 where:github who:2566462
2024-08-29T05:17:10Z code-was-contributed 820463873 _job:34728 comments:0 details:The pull request zerocracy/fbe#85 with 29 HoC created by @yegorov was merged by @yegor256 after 1d9h of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:29 is_human:1 issue:85 merger:526301 review_comments:0 seconds:119228 where:github who:2566462
2024-08-30T04:42:37Z code-was-contributed 820463873 _job:34728 comments:1 details:The pull request zerocracy/fbe#86 with 14 HoC created by @yegorov was merged by @yegor256 after 13h44m of being in review and 1 comments. done:2025-08-28T19:21:18Z hoc:14 is_human:1 issue:86 merger:526301 review_comments:0 seconds:49493 where:github who:2566462
2024-09-06T04:40:56Z code-was-contributed 820463873 _job:34728 comments:2 details:The pull request zerocracy/fbe#93 with 29 HoC created by @yegorov was merged by @yegor256 after 9h42m of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:29 is_human:1 issue:93 merger:526301 review_comments:0 seconds:34944 where:github who:2566462
2024-09-17T06:02:50Z code-was-contributed 820463873 _job:34728 comments:2 details:The pull request zerocracy/fbe#97 with 63 HoC created by @yegorov was merged by @yegor256 after 11h33m of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:63 is_human:1 issue:97 merger:526301 review_comments:0 seconds:41609 where:github who:2566462
2024-09-17T20:55:41Z code-was-contributed 820463873 _job:34728 comments:1 details:The pull request zerocracy/fbe#99 with 2 HoC created by @yegorov was merged by @yegor256 after 1h42m of being in review and 1 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:1 issue:99 merger:526301 review_comments:0 seconds:6177 where:github who:2566462
2024-09-23T03:44:34Z code-was-contributed 820463873 _job:34728 comments:16 details:The pull request zerocracy/fbe#100 with 175 HoC created by @yegorov was merged by @yegor256 after 2d13h of being in review and 16 comments. done:2025-08-28T19:21:18Z hoc:175 is_human:1 issue:100 merger:526301 review_comments:14 seconds:222175 where:github who:2566462
2024-09-23T19:23:05Z code-was-contributed 820463873 _job:34728 comments:1 details:The pull request zerocracy/fbe#101 with 37 HoC created by @yegorov was merged by @yegor256 after 1h4m of being in review and 1 comments. done:2025-08-28T19:21:18Z hoc:37 is_human:1 issue:101 merger:526301 review_comments:0 seconds:3893 where:github who:2566462
2024-09-26T00:46:55Z code-was-contributed 820463873 _job:34728 comments:2 details:The pull request zerocracy/fbe#105 with 70 HoC created by @yegorov was merged by @yegor256 after 6h5m of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:70 is_human:1 issue:105 merger:526301 review_comments:0 seconds:21928 where:github who:2566462
2024-09-30T02:08:13Z code-was-contributed 820463873 _job:34728 comments:3 details:The pull request zerocracy/fbe#106 with 47 HoC created by @yegorov was merged by @yegor256 after 3d7h of being in review and 3 comments. done:2025-08-28T19:21:18Z hoc:47 is_human:1 issue:106 merger:526301 review_comments:0 seconds:285888 where:github who:2566462
2024-09-30T09:04:34Z code-was-contributed 820463873 _job:34728 comments:2 details:The pull request zerocracy/fbe#108 with 57 HoC created by @yegorov was merged by @yegor256 after 12h41m of being in review and 2 comments. done:2025-08-28T19:21:18Z hoc:57 is_human:1 issue:108 merger:526301 review_comments:0 seconds:45720 where:github who:2566462
2024-10-07T15:45:29Z code-was-contributed 820463873 _job:34728 comments:1 details:The pull request zerocracy/fbe#111 with 3 HoC created by @yegorov was merged by @yegor256 after 1h6m of being in review and 1 comments. done:2025-08-28T19:21:18Z hoc:3 is_human:1 issue:111 merger:526301 review_comments:0 seconds:3980 where:github who:2566462
2024-10-11T06:54:35Z code-was-contributed 820463873 _job:34728 comments:1 details:The pull request zerocracy/fbe#112 with 4 HoC created by @yegorov was merged by @yegor256 after 11h13m of being in review and 1 comments. done:2025-08-28T19:21:18Z hoc:4 is_human:1 issue:112 merger:526301 review_comments:0 seconds:40429 where:github who:2566462
2024-10-14T19:15:57Z code-was-contributed 820463873 _job:34728 comments:1 details:The pull request zerocracy/fbe#115 with 2 HoC created by @yegorov was merged by @yegor256 after 24m41s of being in review and 1 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:1 issue:115 merger:526301 review_comments:0 seconds:1482 where:github who:2566462
2024-11-29T12:41:37Z code-was-contributed 802720676 _job:34728 comments:1 details:The pull request zerocracy/pages-action#169 with 2 HoC created by @legolass322 was merged by @yegor256 after 2h8m of being in review and 1 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:1 issue:169 merger:526301 review_comments:0 seconds:7688 where:github who:31362961
2024-12-01T04:50:34Z code-was-contributed 802720676 _job:34728 comments:0 details:The pull request zerocracy/pages-action#170 with 2 HoC created by @legolass322 was merged by @yegor256 after 6h48m of being in review and 0 comments. done:2025-08-28T19:21:18Z hoc:2 is_human:1 issue:170 merger:526301 review_comments:0 seconds:24481 where:github who:31362961
2024-09-04T08:08:50Z bug-was-resolved 799113787 _job:34728 closer:526301 details:The bug/feature in the issue yegor256/judges#127 opened @yegorov by was resolved, after 23h16m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. done:2025-08-28T19:21:18Z is_human:1 issue:127 label:bug opener:2566462 seconds:83777 where:github who:2566462
2024-07-24T16:24:02Z bug-was-accepted 798641472 _job:34728 details:@yegor256 attached the '#bug' label to yegor256/factbase#106 reported by @tank-bohr; this means that a bug was accepted as valid, by the project team. done:2025-08-28T19:21:18Z is_human:1 issue:106 reporter:1646020 where:github who:526301
2024-07-27T02:47:41Z code-was-contributed 820463873 _job:34728 comments:7 details:The pull request zerocracy/fbe#39 with 23 HoC created by @suban05 was merged by @rultor after 6h33m of being in review and 7 comments. done:2025-08-28T19:21:18Z hoc:23 is_human:1 issue:39 merger:8086956 review_comments:0 seconds:23633 where:github who:88084038
2024-07-29T18:58:42Z code-was-contributed 820463873 _job:34728 comments:29 details:The pull request zerocracy/fbe#43 with 200 HoC created by @suban05 was merged by @rultor after 6h8m of being in review and 29 comments. done:2025-08-28T19:21:18Z hoc:200 is_human:1 issue:43 merger:8086956 review_comments:19 seconds:22096 where:github who:88084038
2024-06-24T15:18:32Z dud-was-closed 799113787 _job:34728 closer:526301 details:In the repository #799113787, the user #6305016 submitted the issue #63 which was later closed by the user #526301 not becoming a bug or enhancement; this means that the issue was not valid, maybe a duplicate or simply a mistake. done:2025-08-28T19:21:18Z is_human:1 issue:63 where:github who:6305016
2024-08-02T11:55:13Z bug-was-accepted 799177290 _job:34728 details:@yegor256 attached the '#bug' label to zerocracy/judges-action#216 reported by @suban05; this means that a bug was accepted as valid, by the project team. done:2025-08-28T19:21:18Z is_human:1 issue:216 reporter:88084038 where:github who:526301
2024-08-03T10:19:48Z bug-was-accepted 799177290 _job:34728 details:@yegor256 attached the '#bug' label to zerocracy/judges-action#219 reported by @suban05; this means that a bug was accepted as valid, by the project team. done:2025-08-28T19:21:18Z is_human:1 issue:219 reporter:88084038 where:github who:526301
2024-08-18T06:01:22Z bug-was-accepted 840215648 _job:34728 details:@yegor256 attached the '#bug' label to zerocracy/baza.rb#12 reported by @tank-bohr; this means that a bug was accepted as valid, by the project team. done:2025-08-28T19:21:18Z is_human:1 issue:12 reporter:1646020 where:github who:526301
2024-08-08T03:48:43Z bug-was-accepted 799177290 _job:34728 details:@yegor256 attached the '#bug' label to zerocracy/judges-action#244 reported by @yegorov; this means that a bug was accepted as valid, by the project team. done:2025-08-28T19:21:18Z is_human:1 issue:244 reporter:2566462 where:github who:526301
2024-08-13T14:58:09Z bug-was-accepted 799177290 _job:34728 details:@yegor256 attached the '#bug' label to zerocracy/judges-action#271 reported by @suban05; this means that a bug was accepted as valid, by the project team. done:2025-08-28T19:21:18Z is_human:1 issue:271 reporter:88084038 where:github who:526301
2024-08-22T09:28:34Z bug-was-accepted 799177290 _job:34728 details:@yegor256 attached the '#bug' label to zerocracy/judges-action#308 reported by @suban05; this means that a bug was accepted as valid, by the project team. done:2025-08-28T19:21:19Z is_human:1 issue:308 reporter:88084038 where:github who:526301
2024-10-04T02:17:41Z bug-was-accepted 799177290 _job:34728 details:@yegor256 attached the '#bug' label to zerocracy/judges-action#372 reported by @yegorov; this means that a bug was accepted as valid, by the project team. done:2025-08-28T19:21:19Z is_human:1 issue:372 reporter:2566462 where:github who:526301
2024-10-09T13:07:53Z bug-was-accepted 799177290 _job:34728 details:@yegor256 attached the '#bug' label to zerocracy/judges-action#380 reported by @suban05; this means that a bug was accepted as valid, by the project team. done:2025-08-28T19:21:19Z is_human:1 issue:380 reporter:88084038 where:github who:526301
2024-10-10T01:55:45Z bug-was-accepted 802720676 _job:34728 details:@yegor256 attached the '#bug' label to zerocracy/pages-action#151 reported by @suban05; this means that a bug was accepted as valid, by the project team. done:2025-08-28T19:21:19Z is_human:1 issue:151 reporter:88084038 where:github who:526301
2024-09-27T05:15:49Z bug-was-resolved 802720676 _job:34728 closer:526301 details:The bug/feature in the issue zerocracy/pages-action#138 opened @suban05 by was resolved, after 1d3h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. done:2025-08-28T19:21:19Z is_human:1 issue:138 label:bug opener:88084038 seconds:98861 where:github who:526301
2024-09-03T08:52:30Z bug-was-accepted 799113787 _job:34728 details:@yegor256 attached the '#bug' label to yegor256/judges#127 reported by @yegorov; this means that a bug was accepted as valid, by the project team. done:2025-08-28T19:21:19Z is_human:1 issue:127 reporter:2566462 where:github who:526301
2024-09-26T01:48:08Z bug-was-accepted 802720676 _job:34728 details:@yegor256 attached the '#bug' label to zerocracy/pages-action#138 reported by @suban05; this means that a bug was accepted as valid, by the project team. done:2025-08-28T19:21:19Z is_human:1 issue:138 reporter:88084038 where:github who:526301
2024-07-26T05:35:31Z dud-was-closed 820463873 _job:34742 closer:8086956 details:In the repository #820463873, the user #526301 submitted the issue #37 which was later closed by the user #8086956 not becoming a bug or enhancement; this means that the issue was not valid, maybe a duplicate or simply a mistake. done:2025-08-28T21:01:37Z is_human:1 issue:37 where:github who:526301
2024-07-14T11:24:48Z dud-was-closed 799113787 _job:34742 closer:8086956 details:In the repository #799113787, the user #526301 submitted the issue #83 which was later closed by the user #8086956 not becoming a bug or enhancement; this means that the issue was not valid, maybe a duplicate or simply a mistake. done:2025-08-28T21:01:37Z is_human:1 issue:83 where:github who:526301
2019-05-21T10:04:52Z dud-was-closed 181044958 _job:34742 closer:526301 details:In the repository #181044958, the user #1524988 submitted the issue #40 which was later closed by the user #526301 not becoming a bug or enhancement; this means that the issue was not valid, maybe a duplicate or simply a mistake. done:2025-08-28T21:01:37Z is_human:1 issue:40 where:github who:1524988
2025-08-28T14:52:41Z bug-was-resolved 799177290 _job:34742 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#938 opened @yegor256 by was resolved, after 1h0m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:938 label:bug opener:526301 seconds:3627 where:github who:526301
2025-08-28T16:47:38Z bug-was-resolved 799113787 _job:34742 closer:526301 details:The bug/feature in the issue yegor256/judges#282 opened @yegor256 by was resolved, after 18m42s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:282 label:bug opener:526301 seconds:1123 where:github who:526301
2024-06-24T15:18:57Z bug-was-accepted 799113787 _job:34742 details:@yegor256 attached the '#bug' label to yegor256/judges#63 reported by @davvd; this means that a bug was accepted as valid, by the project team. done:2025-08-28T21:01:38Z is_human:1 issue:63 reporter:6305016 where:github who:526301
2024-07-09T11:51:20Z code-was-contributed 799177290 _job:34742 comments:1 details:The pull request zerocracy/judges-action#81 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 2h40m of being in review and 1 comments. done:2025-08-28T21:02:41Z hoc:2 is_human:0 issue:81 merger:526301 review_comments:0 seconds:9633 where:github who:41898282
2024-07-10T12:14:13Z code-was-contributed 799177290 _job:34742 comments:1 details:The pull request zerocracy/judges-action#85 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 19h20m of being in review and 1 comments. done:2025-08-28T21:02:41Z hoc:2 is_human:0 issue:85 merger:526301 review_comments:0 seconds:69624 where:github who:41898282
2024-07-19T05:28:50Z code-was-contributed 799177290 _job:34742 comments:1 details:The pull request zerocracy/judges-action#129 with 20 HoC created by @yegor256 was merged by @yegor256 after 8m19s of being in review and 1 comments. done:2025-08-28T21:02:41Z hoc:20 is_human:1 issue:129 merger:526301 review_comments:0 seconds:500 where:github who:526301
2024-07-22T14:56:27Z code-was-contributed 799177290 _job:34742 comments:1 details:The pull request zerocracy/judges-action#138 with 167 HoC created by @yegor256 was merged by @yegor256 after 2m36s of being in review and 1 comments. done:2025-08-28T21:02:42Z hoc:167 is_human:1 issue:138 merger:526301 review_comments:0 seconds:157 where:github who:526301
2024-07-22T19:24:36Z code-was-contributed 799177290 _job:34742 comments:1 details:The pull request zerocracy/judges-action#143 with 4 HoC created by @yegor256 was merged by @yegor256 after 5s999ms of being in review and 1 comments. done:2025-08-28T21:02:42Z hoc:4 is_human:1 issue:143 merger:526301 review_comments:0 seconds:6 where:github who:526301
2024-08-05T06:09:09Z code-was-contributed 799113787 _job:34742 comments:31 details:The pull request yegor256/judges#93 with 84 HoC created by @tank-bohr was merged by @rultor after 1w2d of being in review and 31 comments. done:2025-08-28T21:02:42Z hoc:84 is_human:1 issue:93 merger:8086956 review_comments:12 seconds:786266 where:github who:1646020
2024-08-18T03:03:55Z code-was-contributed 840215648 _job:34742 comments:2 details:The pull request zerocracy/baza.rb#13 with 3 HoC created by @tank-bohr was merged by @yegor256 after 7h12m of being in review and 2 comments. done:2025-08-28T21:02:42Z hoc:3 is_human:1 issue:13 merger:526301 review_comments:0 seconds:25961 where:github who:1646020
2024-07-28T19:32:31Z code-was-contributed 799113787 _job:34742 comments:4 details:The pull request yegor256/judges#95 with 93 HoC created by @yegor256 was merged by @rultor after 12m48s of being in review and 4 comments. done:2025-08-28T21:02:42Z hoc:93 is_human:1 issue:95 merger:8086956 review_comments:0 seconds:769 where:github who:526301
2024-07-28T19:24:46Z code-was-contributed 799177290 _job:34742 comments:9 details:The pull request zerocracy/judges-action#172 with 16 HoC created by @yegorov was merged by @rultor after 49m48s of being in review and 9 comments. done:2025-08-28T21:02:42Z hoc:16 is_human:1 issue:172 merger:8086956 review_comments:2 seconds:2989 where:github who:2566462
2024-10-14T09:55:02Z code-was-contributed 799113787 _job:34742 comments:13 details:The pull request yegor256/judges#137 with 105 HoC created by @yegor256 was merged by @rultor after 4h12m of being in review and 13 comments. done:2025-08-28T21:02:42Z hoc:105 is_human:1 issue:137 merger:8086956 review_comments:0 seconds:15164 where:github who:526301
2024-07-29T19:00:13Z code-was-contributed 799177290 _job:34742 comments:5 details:The pull request zerocracy/judges-action#183 with 10 HoC created by @yegorov was merged by @rultor after 23m57s of being in review and 5 comments. done:2025-08-28T21:02:42Z hoc:10 is_human:1 issue:183 merger:8086956 review_comments:0 seconds:1438 where:github who:2566462
2024-08-01T16:20:14Z code-was-contributed 799177290 _job:34742 comments:19 details:The pull request zerocracy/judges-action#205 with 12 HoC created by @yegorov was merged by @yegor256 after 1d21h of being in review and 19 comments. done:2025-08-28T21:02:43Z hoc:12 is_human:1 issue:205 merger:526301 review_comments:10 seconds:163796 where:github who:2566462
2024-08-06T00:39:17Z code-was-contributed 820463873 _job:34742 comments:7 details:The pull request zerocracy/fbe#53 with 24 HoC created by @yegorov was merged by @rultor after 4h39m of being in review and 7 comments. done:2025-08-28T21:02:43Z hoc:24 is_human:1 issue:53 merger:8086956 review_comments:0 seconds:16771 where:github who:2566462
2024-08-03T13:22:24Z code-was-contributed 799177290 _job:34742 comments:19 details:The pull request zerocracy/judges-action#215 with 326 HoC created by @suban05 was merged by @yegor256 after 1d6h of being in review and 19 comments. done:2025-08-28T21:02:43Z hoc:326 is_human:1 issue:215 merger:526301 review_comments:8 seconds:110236 where:github who:88084038
2024-08-04T10:09:36Z code-was-contributed 799177290 _job:34742 comments:17 details:The pull request zerocracy/judges-action#225 with 167 HoC created by @suban05 was merged by @rultor after 3h52m of being in review and 17 comments. done:2025-08-28T21:02:43Z hoc:167 is_human:1 issue:225 merger:8086956 review_comments:2 seconds:13947 where:github who:88084038
2024-08-05T11:54:42Z code-was-contributed 799177290 _job:34742 comments:3 details:The pull request zerocracy/judges-action#230 with 54 HoC created by @suban05 was merged by @yegor256 after 1h11m of being in review and 3 comments. done:2025-08-28T21:02:43Z hoc:54 is_human:1 issue:230 merger:526301 review_comments:0 seconds:4306 where:github who:88084038
2024-08-06T07:54:12Z code-was-contributed 799177290 _job:34742 comments:4 details:The pull request zerocracy/judges-action#235 with 15 HoC created by @yegorov was merged by @rultor after 12h36m of being in review and 4 comments. done:2025-08-28T21:02:43Z hoc:15 is_human:1 issue:235 merger:8086956 review_comments:0 seconds:45410 where:github who:2566462
2024-08-06T07:42:20Z code-was-contributed 799177290 _job:34742 comments:4 details:The pull request zerocracy/judges-action#236 with 4 HoC created by @yegorov was merged by @yegor256 after 11h38m of being in review and 4 comments. done:2025-08-28T21:02:43Z hoc:4 is_human:1 issue:236 merger:526301 review_comments:0 seconds:41937 where:github who:2566462
2024-08-09T07:20:25Z code-was-contributed 799177290 _job:34742 comments:6 details:The pull request zerocracy/judges-action#243 with 161 HoC created by @yegorov was merged by @rultor after 1d11h of being in review and 6 comments. done:2025-08-28T21:02:43Z hoc:161 is_human:1 issue:243 merger:8086956 review_comments:0 seconds:129339 where:github who:2566462
2024-08-09T07:05:23Z code-was-contributed 799177290 _job:34742 comments:2 details:The pull request zerocracy/judges-action#245 with 10 HoC created by @yegorov was merged by @yegor256 after 19h37m of being in review and 2 comments. done:2025-08-28T21:02:43Z hoc:10 is_human:1 issue:245 merger:526301 review_comments:0 seconds:70665 where:github who:2566462
2024-08-12T19:31:27Z code-was-contributed 799177290 _job:34742 comments:16 details:The pull request zerocracy/judges-action#258 with 193 HoC created by @yegorov was merged by @yegor256 after 1d8h of being in review and 16 comments. done:2025-08-28T21:02:44Z hoc:193 is_human:1 issue:258 merger:526301 review_comments:10 seconds:115784 where:github who:2566462
2024-08-12T08:55:32Z code-was-contributed 799177290 _job:34742 comments:3 details:The pull request zerocracy/judges-action#263 with 114 HoC created by @suban05 was merged by @yegor256 after 27m19s of being in review and 3 comments. done:2025-08-28T21:02:44Z hoc:114 is_human:1 issue:263 merger:526301 review_comments:0 seconds:1640 where:github who:88084038
2024-08-13T09:56:21Z code-was-contributed 799177290 _job:34742 comments:10 details:The pull request zerocracy/judges-action#269 with 108 HoC created by @yegorov was merged by @yegor256 after 13h57m of being in review and 10 comments. done:2025-08-28T21:02:44Z hoc:108 is_human:1 issue:269 merger:526301 review_comments:5 seconds:50266 where:github who:2566462
2024-07-29T02:04:24Z code-was-contributed 799113787 _job:34742 comments:1 details:The pull request yegor256/judges#97 with 146 HoC created by @yegor256 was merged by @yegor256 after 33m34s of being in review and 1 comments. done:2025-08-28T21:02:44Z hoc:146 is_human:1 issue:97 merger:526301 review_comments:0 seconds:2015 where:github who:526301
2024-07-31T17:05:34Z code-was-contributed 799113787 _job:34742 comments:1 details:The pull request yegor256/judges#100 with 78 HoC created by @yegor256 was merged by @yegor256 after 2h22m of being in review and 1 comments. done:2025-08-28T21:02:44Z hoc:78 is_human:1 issue:100 merger:526301 review_comments:0 seconds:8579 where:github who:526301
2024-08-14T05:28:14Z code-was-contributed 799177290 _job:34742 comments:12 details:The pull request zerocracy/judges-action#277 with 4 HoC created by @suban05 was merged by @yegor256 after 12h5m of being in review and 12 comments. done:2025-08-28T21:02:44Z hoc:4 is_human:1 issue:277 merger:526301 review_comments:7 seconds:43511 where:github who:88084038
2024-08-14T07:22:44Z code-was-contributed 799177290 _job:34742 comments:5 details:The pull request zerocracy/judges-action#278 with 72 HoC created by @yegorov was merged by @yegor256 after 13h23m of being in review and 5 comments. done:2025-08-28T21:02:44Z hoc:72 is_human:1 issue:278 merger:526301 review_comments:2 seconds:48240 where:github who:2566462
2024-08-14T05:31:32Z code-was-contributed 799177290 _job:34742 comments:3 details:The pull request zerocracy/judges-action#279 with 144 HoC created by @suban05 was merged by @yegor256 after 10h21m of being in review and 3 comments. done:2025-08-28T21:02:44Z hoc:144 is_human:1 issue:279 merger:526301 review_comments:0 seconds:37261 where:github who:88084038
2024-07-30T00:17:52Z code-was-contributed 820463873 _job:34742 comments:7 details:The pull request zerocracy/fbe#45 with 1 HoC created by @yegorov was merged by @yegor256 after 3h36m of being in review and 7 comments. done:2025-08-28T21:02:45Z hoc:1 is_human:1 issue:45 merger:526301 review_comments:0 seconds:12966 where:github who:2566462
2024-07-31T14:43:29Z code-was-contributed 820463873 _job:34742 comments:10 details:The pull request zerocracy/fbe#48 with 69 HoC created by @yegorov was merged by @yegor256 after 19h54m of being in review and 10 comments. done:2025-08-28T21:02:45Z hoc:69 is_human:1 issue:48 merger:526301 review_comments:0 seconds:71691 where:github who:2566462
2024-08-02T10:05:07Z code-was-contributed 820463873 _job:34742 comments:6 details:The pull request zerocracy/fbe#49 with 17 HoC created by @yegorov was merged by @yegor256 after 1d13h of being in review and 6 comments. done:2025-08-28T21:02:45Z hoc:17 is_human:1 issue:49 merger:526301 review_comments:2 seconds:136383 where:github who:2566462
2024-08-17T02:53:05Z code-was-contributed 799113787 _job:34742 comments:3 details:The pull request yegor256/judges#119 with 4 HoC created by @uchitsa was merged by @yegor256 after 2h20m of being in review and 3 comments. done:2025-08-28T21:02:45Z hoc:4 is_human:1 issue:119 merger:526301 review_comments:0 seconds:8453 where:github who:29793349
2024-08-18T11:12:43Z code-was-contributed 799113787 _job:34742 comments:5 details:The pull request yegor256/judges#121 with 2 HoC created by @tank-bohr was merged by @yegor256 after 1h8m of being in review and 5 comments. done:2025-08-28T21:02:45Z hoc:2 is_human:1 issue:121 merger:526301 review_comments:0 seconds:4113 where:github who:1646020
2024-07-22T08:30:47Z code-was-contributed 798641472 _job:34742 comments:1 details:The pull request yegor256/factbase#101 with 318 HoC created by @yegor256 was merged by @yegor256 after 2m15s of being in review and 1 comments. done:2025-08-28T21:02:45Z hoc:318 is_human:1 issue:101 merger:526301 review_comments:0 seconds:136 where:github who:526301
2024-08-16T19:07:37Z code-was-contributed 799177290 _job:34742 comments:14 details:The pull request zerocracy/judges-action#284 with 84 HoC created by @yegorov was merged by @yegor256 after 1d22h of being in review and 14 comments. done:2025-08-28T21:02:45Z hoc:84 is_human:1 issue:284 merger:526301 review_comments:5 seconds:168785 where:github who:2566462
2024-08-19T20:50:38Z code-was-contributed 799113787 _job:34742 comments:3 details:The pull request yegor256/judges#123 with 12 HoC created by @uchitsa was merged by @yegor256 after 24m53s of being in review and 3 comments. done:2025-08-28T21:02:45Z hoc:12 is_human:1 issue:123 merger:526301 review_comments:0 seconds:1494 where:github who:29793349
2024-07-23T02:57:37Z code-was-contributed 798641472 _job:34742 comments:1 details:The pull request yegor256/factbase#103 with 22 HoC created by @yegor256 was merged by @yegor256 after 3m20s of being in review and 1 comments. done:2025-08-28T21:02:45Z hoc:22 is_human:1 issue:103 merger:526301 review_comments:0 seconds:201 where:github who:526301
2024-08-11T12:04:23Z code-was-contributed 820463873 _job:34742 comments:4 details:The pull request zerocracy/fbe#60 with 2 HoC created by @yegorov was merged by @yegor256 after 49m19s of being in review and 4 comments. done:2025-08-28T21:02:46Z hoc:2 is_human:1 issue:60 merger:526301 review_comments:0 seconds:2960 where:github who:2566462
2024-08-18T08:30:14Z code-was-contributed 799177290 _job:34742 comments:12 details:The pull request zerocracy/judges-action#285 with 159 HoC created by @yegorov was merged by @yegor256 after 2d13h of being in review and 12 comments. done:2025-08-28T21:02:46Z hoc:159 is_human:1 issue:285 merger:526301 review_comments:4 seconds:220908 where:github who:2566462
2024-08-18T07:30:19Z code-was-contributed 799177290 _job:34742 comments:18 details:The pull request zerocracy/judges-action#286 with 61 HoC created by @suban05 was merged by @rultor after 2d12h of being in review and 18 comments. done:2025-08-28T21:02:46Z hoc:61 is_human:1 issue:286 merger:8086956 review_comments:8 seconds:216509 where:github who:88084038
2024-08-14T17:56:53Z code-was-contributed 820463873 _job:34742 comments:7 details:The pull request zerocracy/fbe#68 with 2 HoC created by @suban05 was merged by @yegor256 after 28m33s of being in review and 7 comments. done:2025-08-28T21:02:46Z hoc:2 is_human:1 issue:68 merger:526301 review_comments:0 seconds:1714 where:github who:88084038
2024-08-16T03:35:46Z code-was-contributed 820463873 _job:34742 comments:4 details:The pull request zerocracy/fbe#71 with 25 HoC created by @suban05 was merged by @yegor256 after 6h55m of being in review and 4 comments. done:2025-08-28T21:02:46Z hoc:25 is_human:1 issue:71 merger:526301 review_comments:0 seconds:24909 where:github who:88084038
2024-08-17T11:32:06Z code-was-contributed 820463873 _job:34742 comments:3 details:The pull request zerocracy/fbe#74 with 200 HoC created by @suban05 was merged by @yegor256 after 1h24m of being in review and 3 comments. done:2025-08-28T21:02:46Z hoc:200 is_human:1 issue:74 merger:526301 review_comments:0 seconds:5066 where:github who:88084038
2024-08-20T07:39:58Z code-was-contributed 799177290 _job:34742 comments:23 details:The pull request zerocracy/judges-action#294 with 147 HoC created by @tank-bohr was merged by @yegor256 after 1d13h of being in review and 23 comments. done:2025-08-28T21:02:46Z hoc:147 is_human:1 issue:294 merger:526301 review_comments:15 seconds:135673 where:github who:1646020
2024-08-19T20:51:31Z code-was-contributed 820463873 _job:34742 comments:5 details:The pull request zerocracy/fbe#77 with 207 HoC created by @suban05 was merged by @yegor256 after 5h34m of being in review and 5 comments. done:2025-08-28T21:02:46Z hoc:207 is_human:1 issue:77 merger:526301 review_comments:0 seconds:20048 where:github who:88084038
2024-08-21T15:35:10Z code-was-contributed 799177290 _job:34742 comments:10 details:The pull request zerocracy/judges-action#296 with 53 HoC created by @suban05 was merged by @yegor256 after 2d0h of being in review and 10 comments. done:2025-08-28T21:02:47Z hoc:53 is_human:1 issue:296 merger:526301 review_comments:2 seconds:173696 where:github who:88084038
2024-08-22T15:16:24Z code-was-contributed 820463873 _job:34742 comments:5 details:The pull request zerocracy/fbe#80 with 12 HoC created by @suban05 was merged by @yegor256 after 16m22s of being in review and 5 comments. done:2025-08-28T21:02:47Z hoc:12 is_human:1 issue:80 merger:526301 review_comments:0 seconds:983 where:github who:88084038
2024-08-21T14:37:49Z code-was-contributed 799177290 _job:34742 comments:6 details:The pull request zerocracy/judges-action#299 with 144 HoC created by @suban05 was merged by @yegor256 after 4h48m of being in review and 6 comments. done:2025-08-28T21:02:47Z hoc:144 is_human:1 issue:299 merger:526301 review_comments:0 seconds:17283 where:github who:88084038
2024-08-29T05:17:22Z code-was-contributed 820463873 _job:34742 comments:5 details:The pull request zerocracy/fbe#84 with 7 HoC created by @suban05 was merged by @yegor256 after 1d12h of being in review and 5 comments. done:2025-08-28T21:02:47Z hoc:7 is_human:1 issue:84 merger:526301 review_comments:0 seconds:132361 where:github who:88084038
2024-08-22T06:26:04Z code-was-contributed 799177290 _job:34742 comments:8 details:The pull request zerocracy/judges-action#303 with 6 HoC created by @suban05 was merged by @yegor256 after 11h38m of being in review and 8 comments. done:2025-08-28T21:02:47Z hoc:6 is_human:1 issue:303 merger:526301 review_comments:0 seconds:41895 where:github who:88084038
2024-12-03T16:00:43Z code-was-contributed 798641472 _job:34742 comments:17 details:The pull request yegor256/factbase#132 with 221 HoC created by @vardbabayan was merged by @yegor256 after 3w0d of being in review and 17 comments. done:2025-08-28T21:02:47Z hoc:221 is_human:1 issue:132 merger:526301 review_comments:7 seconds:1879761 where:github who:69600066
2024-08-25T15:57:36Z code-was-contributed 799177290 _job:34742 comments:10 details:The pull request zerocracy/judges-action#312 with 21 HoC created by @suban05 was merged by @yegor256 after 20h27m of being in review and 10 comments. done:2025-08-28T21:02:47Z hoc:21 is_human:1 issue:312 merger:526301 review_comments:4 seconds:73661 where:github who:88084038
2024-12-04T05:49:03Z code-was-contributed 798641472 _job:34742 comments:2 details:The pull request yegor256/factbase#137 with 2 HoC created by @vardbabayan was merged by @yegor256 after 13h18m of being in review and 2 comments. done:2025-08-28T21:02:47Z hoc:2 is_human:1 issue:137 merger:526301 review_comments:0 seconds:47938 where:github who:69600066
2024-08-29T13:20:09Z code-was-contributed 799177290 _job:34742 comments:27 details:The pull request zerocracy/judges-action#317 with 501 HoC created by @suban05 was merged by @yegor256 after 2d20h of being in review and 27 comments. done:2025-08-28T21:02:47Z hoc:501 is_human:1 issue:317 merger:526301 review_comments:19 seconds:246951 where:github who:88084038
2024-09-04T09:53:39Z code-was-contributed 799177290 _job:34742 comments:17 details:The pull request zerocracy/judges-action#318 with 198 HoC created by @yegorov was merged by @yegor256 after 1w0d of being in review and 17 comments. done:2025-08-28T21:02:48Z hoc:198 is_human:1 issue:318 merger:526301 review_comments:6 seconds:653757 where:github who:2566462
2024-09-04T14:56:33Z code-was-contributed 799177290 _job:34742 comments:5 details:The pull request zerocracy/judges-action#326 with 8 HoC created by @yegorov was merged by @yegor256 after 11m29s of being in review and 5 comments. done:2025-08-28T21:02:48Z hoc:8 is_human:1 issue:326 merger:526301 review_comments:0 seconds:690 where:github who:2566462
2024-09-08T16:09:19Z code-was-contributed 799177290 _job:34742 comments:6 details:The pull request zerocracy/judges-action#329 with 149 HoC created by @yegorov was merged by @yegor256 after 2d21h of being in review and 6 comments. done:2025-08-28T21:02:48Z hoc:149 is_human:1 issue:329 merger:526301 review_comments:0 seconds:248978 where:github who:2566462
2024-09-10T14:53:46Z code-was-contributed 799177290 _job:34742 comments:6 details:The pull request zerocracy/judges-action#331 with 100 HoC created by @yegorov was merged by @yegor256 after 19h59m of being in review and 6 comments. done:2025-08-28T21:02:48Z hoc:100 is_human:1 issue:331 merger:526301 review_comments:0 seconds:71977 where:github who:2566462
2024-09-14T04:57:06Z code-was-contributed 799177290 _job:34742 comments:6 details:The pull request zerocracy/judges-action#332 with 17 HoC created by @yegorov was merged by @yegor256 after 2d10h of being in review and 6 comments. done:2025-08-28T21:02:48Z hoc:17 is_human:1 issue:332 merger:526301 review_comments:0 seconds:211376 where:github who:2566462
2024-09-15T13:02:26Z code-was-contributed 799177290 _job:34742 comments:7 details:The pull request zerocracy/judges-action#336 with 196 HoC created by @yegorov was merged by @yegor256 after 17h8m of being in review and 7 comments. done:2025-08-28T21:02:48Z hoc:196 is_human:1 issue:336 merger:526301 review_comments:2 seconds:61708 where:github who:2566462
2024-09-17T09:39:39Z code-was-contributed 799177290 _job:34742 comments:5 details:The pull request zerocracy/judges-action#339 with 193 HoC created by @yegorov was merged by @yegor256 after 15h7m of being in review and 5 comments. done:2025-08-28T21:02:48Z hoc:193 is_human:1 issue:339 merger:526301 review_comments:0 seconds:54469 where:github who:2566462
2024-09-18T08:44:41Z code-was-contributed 799177290 _job:34742 comments:10 details:The pull request zerocracy/judges-action#342 with 67 HoC created by @yegorov was merged by @yegor256 after 13h29m of being in review and 10 comments. done:2025-08-28T21:02:48Z hoc:67 is_human:1 issue:342 merger:526301 review_comments:4 seconds:48587 where:github who:2566462
2024-09-23T03:47:04Z code-was-contributed 799177290 _job:34766 comments:5 details:The pull request zerocracy/judges-action#344 with 92 HoC created by @yegorov was merged by @yegor256 after 1d7h of being in review and 5 comments. done:2025-08-28T22:01:21Z hoc:92 is_human:1 issue:344 merger:526301 review_comments:0 seconds:114865 where:github who:2566462
2024-07-18T13:29:20Z code-was-contributed 802720676 _job:34766 comments:4 details:The pull request zerocracy/pages-action#52 with 8 HoC created by @yegor256 was merged by @yegor256 after 3m33s of being in review and 4 comments. done:2025-08-28T22:01:21Z hoc:8 is_human:1 issue:52 merger:526301 review_comments:0 seconds:214 where:github who:526301
2024-09-24T09:14:54Z code-was-contributed 799177290 _job:34766 comments:5 details:The pull request zerocracy/judges-action#348 with 63 HoC created by @yegorov was merged by @yegor256 after 14h56m of being in review and 5 comments. done:2025-08-28T22:01:21Z hoc:63 is_human:1 issue:348 merger:526301 review_comments:0 seconds:53769 where:github who:2566462
2024-07-23T02:05:59Z code-was-contributed 802720676 _job:34766 comments:1 details:The pull request zerocracy/pages-action#58 with 101 HoC created by @yegor256 was merged by @yegor256 after 4h38m of being in review and 1 comments. done:2025-08-28T22:01:21Z hoc:101 is_human:1 issue:58 merger:526301 review_comments:0 seconds:16686 where:github who:526301
2024-09-24T09:13:51Z code-was-contributed 799177290 _job:34766 comments:5 details:The pull request zerocracy/judges-action#351 with 4 HoC created by @suban05 was merged by @yegor256 after 3h22m of being in review and 5 comments. done:2025-08-28T22:01:21Z hoc:4 is_human:1 issue:351 merger:526301 review_comments:0 seconds:12124 where:github who:88084038
2024-09-24T06:07:51Z code-was-contributed 820463873 _job:34766 comments:5 details:The pull request zerocracy/fbe#102 with 10 HoC created by @suban05 was merged by @yegor256 after 17m17s of being in review and 5 comments. done:2025-08-28T22:01:21Z hoc:10 is_human:1 issue:102 merger:526301 review_comments:0 seconds:1038 where:github who:88084038
2024-07-28T12:43:39Z code-was-contributed 802720676 _job:34766 comments:1 details:The pull request zerocracy/pages-action#70 with 324 HoC created by @yegor256 was merged by @yegor256 after 3h15m of being in review and 1 comments. done:2025-08-28T22:01:22Z hoc:324 is_human:1 issue:70 merger:526301 review_comments:0 seconds:11726 where:github who:526301
2024-09-25T05:59:28Z code-was-contributed 799177290 _job:34766 comments:5 details:The pull request zerocracy/judges-action#355 with 18 HoC created by @suban05 was merged by @yegor256 after 14h59m of being in review and 5 comments. done:2025-08-28T22:01:22Z hoc:18 is_human:1 issue:355 merger:526301 review_comments:0 seconds:53943 where:github who:88084038
2024-09-26T04:20:54Z code-was-contributed 799177290 _job:34766 comments:5 details:The pull request zerocracy/judges-action#357 with 109 HoC created by @yegorov was merged by @yegor256 after 9h37m of being in review and 5 comments. done:2025-08-28T22:01:22Z hoc:109 is_human:1 issue:357 merger:526301 review_comments:0 seconds:34623 where:github who:2566462
2024-09-30T09:03:24Z code-was-contributed 799177290 _job:34766 comments:5 details:The pull request zerocracy/judges-action#364 with 61 HoC created by @yegorov was merged by @yegor256 after 3d14h of being in review and 5 comments. done:2025-08-28T22:01:22Z hoc:61 is_human:1 issue:364 merger:526301 review_comments:0 seconds:310731 where:github who:2566462
2024-10-01T04:27:42Z code-was-contributed 799177290 _job:34766 comments:7 details:The pull request zerocracy/judges-action#368 with 196 HoC created by @yegorov was merged by @yegor256 after 16h6m of being in review and 7 comments. done:2025-08-28T22:01:22Z hoc:196 is_human:1 issue:368 merger:526301 review_comments:2 seconds:58002 where:github who:2566462
2024-10-03T10:19:57Z code-was-contributed 799177290 _job:34766 comments:5 details:The pull request zerocracy/judges-action#370 with 197 HoC created by @yegorov was merged by @yegor256 after 14h52m of being in review and 5 comments. done:2025-08-28T22:01:22Z hoc:197 is_human:1 issue:370 merger:526301 review_comments:0 seconds:53525 where:github who:2566462
2024-10-04T10:14:02Z code-was-contributed 799177290 _job:34766 comments:5 details:The pull request zerocracy/judges-action#371 with 123 HoC created by @yegorov was merged by @yegor256 after 14h52m of being in review and 5 comments. done:2025-08-28T22:01:22Z hoc:123 is_human:1 issue:371 merger:526301 review_comments:0 seconds:53567 where:github who:2566462
2024-10-05T20:50:39Z code-was-contributed 799177290 _job:34766 comments:5 details:The pull request zerocracy/judges-action#374 with 196 HoC created by @yegorov was merged by @yegor256 after 1d1h of being in review and 5 comments. done:2025-08-28T22:01:22Z hoc:196 is_human:1 issue:374 merger:526301 review_comments:0 seconds:90003 where:github who:2566462
2024-10-09T12:53:59Z code-was-contributed 799177290 _job:34766 comments:15 details:The pull request zerocracy/judges-action#379 with 121 HoC created by @yegorov was merged by @yegor256 after 22h41m of being in review and 15 comments. done:2025-08-28T22:01:23Z hoc:121 is_human:1 issue:379 merger:526301 review_comments:11 seconds:81672 where:github who:2566462
2024-10-14T03:54:20Z code-was-contributed 799177290 _job:34766 comments:17 details:The pull request zerocracy/judges-action#381 with 352 HoC created by @yegorov was merged by @rultor after 3d8h of being in review and 17 comments. done:2025-08-28T22:01:23Z hoc:352 is_human:1 issue:381 merger:8086956 review_comments:10 seconds:288503 where:github who:2566462
2024-10-15T14:12:28Z code-was-contributed 799177290 _job:34766 comments:5 details:The pull request zerocracy/judges-action#389 with 66 HoC created by @yegorov was merged by @yegor256 after 19h19m of being in review and 5 comments. done:2025-08-28T22:01:23Z hoc:66 is_human:1 issue:389 merger:526301 review_comments:0 seconds:69572 where:github who:2566462
2024-10-24T05:24:44Z code-was-contributed 799177290 _job:34766 comments:5 details:The pull request zerocracy/judges-action#396 with 30 HoC created by @yegorov was merged by @yegor256 after 1w0d of being in review and 5 comments. done:2025-08-28T22:01:23Z hoc:30 is_human:1 issue:396 merger:526301 review_comments:0 seconds:641118 where:github who:2566462
2024-11-30T04:49:11Z code-was-contributed 799177290 _job:34766 comments:4 details:The pull request zerocracy/judges-action#399 with 133 HoC created by @yegorov was merged by @yegor256 after 3w4d of being in review and 4 comments. done:2025-08-28T22:01:23Z hoc:133 is_human:1 issue:399 merger:526301 review_comments:0 seconds:2198669 where:github who:2566462
2025-08-28T19:07:34Z bug-was-resolved 798641472 _job:34766 closer:526301 details:The bug/feature in the issue yegor256/factbase#292 opened @yegor256 by was resolved, after 35m5s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:292 label:bug opener:526301 seconds:2106 where:github who:526301
2024-07-15T12:23:01Z dud-was-closed 799177290 _job:34766 closer:8086956 details:In the repository #799177290, the user #526301 submitted the issue #102 which was later closed by the user #8086956 not becoming a bug or enhancement; this means that the issue was not valid, maybe a duplicate or simply a mistake. done:2025-08-28T22:01:23Z is_human:1 issue:102 where:github who:526301
2024-08-01T09:59:48Z dud-was-closed 799177290 _job:34766 closer:8086956 details:In the repository #799177290, the user #526301 submitted the issue #211 which was later closed by the user #8086956 not becoming a bug or enhancement; this means that the issue was not valid, maybe a duplicate or simply a mistake. done:2025-08-28T22:01:23Z is_human:1 issue:211 where:github who:526301
2024-08-02T14:33:03Z dud-was-closed 799177290 _job:34766 closer:8086956 details:In the repository #799177290, the user #526301 submitted the issue #218 which was later closed by the user #8086956 not becoming a bug or enhancement; this means that the issue was not valid, maybe a duplicate or simply a mistake. done:2025-08-28T22:01:23Z is_human:1 issue:218 where:github who:526301
2025-08-28T22:00:41Z resolved-bug-was-rewarded 799177290 _job:34770 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#938 in 1 hours, the reward amount is 12. href:https://github.com/zerocracy/judges-action/issues/938/#issuecomment-3235076844 is_human:1 issue:938 where:github who:526301 why:Resolved bug in zerocracy/judges-action#938
2025-08-28T22:00:45Z resolved-bug-was-rewarded 799113787 _job:34770 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/judges#282 in 0 hours, the reward amount is 12. href:https://github.com/yegor256/judges/issues/282/#issuecomment-3235076902 is_human:1 issue:282 where:github who:526301 why:Resolved bug in yegor256/judges#282
2019-05-21T22:10:09Z bug-was-accepted 181044958 _job:34770 details:@yegor256 attached the '#bug' label to yegor256/0rsk#40 reported by @g4s8; this means that a bug was accepted as valid, by the project team. done:2025-08-28T23:01:30Z is_human:1 issue:40 reporter:1524988 where:github who:526301
2025-08-28T16:49:03Z code-was-reviewed 799177290 _job:34770 author:29139614 comments:4 details:The pull request zerocracy/judges-action#940 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 1h49m and 4 comments. hoc:2 is_human:1 issue:940 review_comments:0 seconds:6572 where:github who:526301
2025-08-28T23:00:43Z resolved-bug-was-rewarded 798641472 _job:34770 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/factbase#292 in 0 hours, the reward amount is 12. href:https://github.com/yegor256/factbase/issues/292/#issuecomment-3235184227 is_human:1 issue:292 where:github who:526301 why:Resolved bug in yegor256/factbase#292
2024-06-28T14:06:47Z bug-was-resolved 799113787 _job:34774 closer:526301 details:The bug/feature in the issue yegor256/judges#63 opened @davvd by was resolved, after 3d22h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. done:2025-08-28T23:45:04Z is_human:1 issue:63 label:bug opener:6305016 seconds:341271 where:github who:526301
2025-08-28T23:45:09Z code-review-was-rewarded 799177290 _job:34778 award:4 comments:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#940, the reward amount is 4. hoc:2 href:https://github.com/zerocracy/judges-action/issues/940/#issuecomment-3235276697 is_human:1 issue:940 review_comments:0 seconds:6572 where:github who:526301 why:Reviewed code in zerocracy/judges-action#940
2025-08-28T16:51:46Z code-was-contributed 799177290 _job:34778 comments:3 details:The pull request zerocracy/judges-action#940 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1h52m of being in review and 3 comments. hoc:2 is_human:0 issue:940 merger:526301 review_comments:0 seconds:6735 where:github who:29139614
2024-07-30T01:42:34Z code-was-contributed 799177290 _job:34778 comments:0 details:The pull request zerocracy/judges-action#168 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1d10h of being in review and 0 comments. done:2025-08-29T01:05:20Z hoc:2 is_human:0 issue:168 merger:526301 review_comments:0 seconds:124414 where:github who:29139614
2024-08-02T14:28:38Z bug-was-resolved 799177290 _job:34778 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#216 opened @suban05 by was resolved, after 2h33m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. done:2025-08-29T01:06:12Z is_human:1 issue:216 label:bug opener:88084038 seconds:9204 where:github who:526301
2024-08-03T10:52:19Z bug-was-resolved 799177290 _job:34778 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#219 opened @suban05 by was resolved, after 32m28s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. done:2025-08-29T01:06:12Z is_human:1 issue:219 label:bug opener:88084038 seconds:1949 where:github who:526301
2024-08-12T19:31:58Z bug-was-resolved 799177290 _job:34778 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#244 opened @yegorov by was resolved, after 4d15h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. done:2025-08-29T01:06:12Z is_human:1 issue:244 label:bug opener:2566462 seconds:402192 where:github who:2566462
2024-08-14T05:28:15Z bug-was-resolved 799177290 _job:34778 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#271 opened @suban05 by was resolved, after 14h30m of waiting, because it was closed by @yegor256 and earlier it was assigned to @suban05 and the label '#bug' was attached. done:2025-08-29T01:06:12Z is_human:1 issue:271 label:bug opener:88084038 seconds:52201 where:github who:88084038
2024-10-09T12:54:00Z bug-was-resolved 799177290 _job:34778 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#372 opened @yegorov by was resolved, after 5d10h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. done:2025-08-29T01:06:12Z is_human:1 issue:372 label:bug opener:2566462 seconds:470175 where:github who:2566462
2024-10-15T14:12:29Z bug-was-resolved 799177290 _job:34778 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#380 opened @suban05 by was resolved, after 4d7h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegorov and the label '#bug' was attached. done:2025-08-29T01:06:12Z is_human:1 issue:380 label:bug opener:88084038 seconds:371891 where:github who:2566462
2025-08-29T02:13:31Z push-to-master-was-punished 798641472 _job:34790 award:-16 commit:6d0ee55983177ad127591e9351d68259924514f5 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/6d0ee55983177ad127591e9351d68259924514f5/#commitcomment-164797606 is_human:1 where:github who:526301 why:Pushed 6d0ee5598 to the default branch 'master' in yegor256/factbase
2025-08-29T05:01:04Z bad-branch-name-was-punished 799177290 _job:34853 award:-12 branch:pure-bash-cover details:It's time to punish @ostvld for the branch named as 'pure-bash-cover', which is wrong in zerocracy/judges-action#944, the penalty amount is -12. href:https://github.com/zerocracy/judges-action/issues/944/#issuecomment-3235730816 is_human:1 issue:944 where:github who:18049375 why:Wrongly named a branch in zerocracy/judges-action#944
2025-08-29T05:56:18Z bad-branch-name-was-punished 799177290 _job:34869 award:-12 branch:master details:It's time to punish @ostvld for the branch named as 'master', which is wrong in zerocracy/judges-action#945, the penalty amount is -12. href:https://github.com/zerocracy/judges-action/issues/945/#issuecomment-3235816637 is_human:1 issue:945 where:github who:18049375 why:Wrongly named a branch in zerocracy/judges-action#945
2025-08-29T05:48:26Z bug-was-resolved 799177290 _job:34873 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#946 opened @yegor256 by was resolved, after 41m57s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:946 label:bug opener:526301 seconds:2518 where:github who:526301
2025-08-29T09:02:04Z resolved-bug-was-rewarded 799177290 _job:34901 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#946 in 0 hours, the reward amount is 12. href:https://github.com/zerocracy/judges-action/issues/946/#issuecomment-3236285619 is_human:1 issue:946 where:github who:526301 why:Resolved bug in zerocracy/judges-action#946
2025-08-29T03:05:34Z code-was-reviewed 799177290 _job:34909 author:29139614 comments:4 details:The pull request zerocracy/judges-action#937 with 4 HoC created by @renovate[bot] was reviewed by @yegor256 after 15h5m and 4 comments. hoc:4 is_human:1 issue:937 review_comments:0 seconds:54314 where:github who:526301
2025-08-29T03:05:30Z code-was-reviewed 799177290 _job:34909 author:29139614 comments:4 details:The pull request zerocracy/judges-action#942 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 6h4m and 4 comments. hoc:2 is_human:1 issue:942 review_comments:0 seconds:21846 where:github who:526301
2025-08-29T03:05:27Z code-was-reviewed 799177290 _job:34909 author:29139614 comments:4 details:The pull request zerocracy/judges-action#943 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 6h3m and 4 comments. hoc:2 is_human:1 issue:943 review_comments:0 seconds:21830 where:github who:526301
2025-08-29T03:25:28Z code-was-contributed 820463873 _job:34909 comments:4 details:The pull request zerocracy/fbe#283 with 2 HoC created by @renovate[bot] was merged by @rultor after 3h23m of being in review and 4 comments. hoc:2 is_human:0 issue:283 merger:8086956 review_comments:0 seconds:12186 where:github who:29139614
2025-08-29T03:25:54Z code-was-contributed 799177290 _job:34909 comments:3 details:The pull request zerocracy/judges-action#943 with 2 HoC created by @renovate[bot] was merged by @rultor after 6h24m of being in review and 3 comments. hoc:2 is_human:0 issue:943 merger:8086956 review_comments:0 seconds:23057 where:github who:29139614
2025-08-29T12:02:20Z learn-eva _job:34909 cost_of_qod:[-32.39595050618672, -18.88276947285602, -8.086475781830185, 7.081577745063201, 2.7053837135900443, 0.9156391161030398, -0.9566536913637264, -2.309164082602098, -2.4411163158936464, -3.0678894240285017, 2.0670191199268593, 3.1960002531485348, 1.4176549911828775] qod_per_day:[5.261714286182081, 3.5025714287953895, 3.810000000233394, 1.4525714286703248, 6.925142857790098, 5.628285714789553, 3.1682857146800267, 2.3402857144751734, 4.330571428933634, 3.593857152586744, 4.514571440546792, 4.131571439550964]
2025-08-29T07:50:49Z bug-was-resolved 820463873 _job:34913 closer:526301 details:The bug/feature in the issue zerocracy/fbe#284 opened @yegor256 by was resolved, after 1h8m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:284 label:bug opener:526301 seconds:4128 where:github who:526301
2025-08-29T08:27:41Z bug-was-resolved 799177290 _job:34913 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#950 opened @yegor256 by was resolved, after 2h7m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:950 label:bug opener:526301 seconds:7661 where:github who:526301
2025-08-29T04:04:20Z code-was-contributed 799177290 _job:34913 comments:3 details:The pull request zerocracy/judges-action#942 with 2 HoC created by @renovate[bot] was merged by @rultor after 7h2m of being in review and 3 comments. hoc:2 is_human:0 issue:942 merger:8086956 review_comments:0 seconds:25376 where:github who:29139614
2025-08-29T03:45:23Z code-was-contributed 799177290 _job:34913 comments:3 details:The pull request zerocracy/judges-action#937 with 4 HoC created by @renovate[bot] was merged by @rultor after 15h45m of being in review and 3 comments. hoc:4 is_human:0 issue:937 merger:8086956 review_comments:0 seconds:56703 where:github who:29139614
2025-08-29T12:52:06Z code-review-was-rewarded 799177290 _job:34914 award:4 comments:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#937, the reward amount is 4. hoc:4 href:https://github.com/zerocracy/judges-action/issues/937/#issuecomment-3237028618 is_human:1 issue:937 review_comments:0 seconds:54314 where:github who:526301 why:Reviewed code in zerocracy/judges-action#937
2025-08-29T12:52:09Z code-review-was-rewarded 799177290 _job:34914 award:4 comments:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#942, the reward amount is 4. hoc:2 href:https://github.com/zerocracy/judges-action/issues/942/#issuecomment-3237028666 is_human:1 issue:942 review_comments:0 seconds:21846 where:github who:526301 why:Reviewed code in zerocracy/judges-action#942
2025-08-29T12:52:13Z code-review-was-rewarded 799177290 _job:34914 award:4 comments:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#943, the reward amount is 4. hoc:2 href:https://github.com/zerocracy/judges-action/issues/943/#issuecomment-3237028734 is_human:1 issue:943 review_comments:0 seconds:21830 where:github who:526301 why:Reviewed code in zerocracy/judges-action#943
2025-08-29T06:13:28Z code-was-contributed 799177290 _job:34920 comments:11 details:The pull request zerocracy/judges-action#941 with 180 HoC created by @yegorov was merged by @yegor256 after 9h30m of being in review and 11 comments. hoc:180 is_human:1 issue:941 merger:526301 review_comments:9 seconds:34242 where:github who:2566462
2025-08-29T05:49:28Z code-was-contributed 799177290 _job:34920 comments:1 details:The pull request zerocracy/judges-action#948 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 12m13s of being in review and 1 comments. hoc:2 is_human:0 issue:948 merger:526301 review_comments:0 seconds:734 where:github who:41898282
2025-08-29T05:48:35Z code-was-contributed 799177290 _job:34920 comments:1 details:The pull request zerocracy/judges-action#947 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 14m49s of being in review and 1 comments. hoc:2 is_human:0 issue:947 merger:526301 review_comments:0 seconds:890 where:github who:29139614
2025-08-29T06:13:20Z code-was-reviewed 799177290 _job:34920 author:2566462 comments:12 details:The pull request zerocracy/judges-action#941 with 180 HoC created by @yegorov was reviewed by @yegor256 after 9h30m and 12 comments. hoc:180 is_human:1 issue:941 review_comments:9 seconds:34234 where:github who:526301
2025-08-29T03:12:07Z code-was-reviewed 820463873 _job:34928 author:29139614 comments:4 details:The pull request zerocracy/fbe#283 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 3h9m and 4 comments. hoc:2 is_human:1 issue:283 review_comments:0 seconds:11385 where:github who:526301
2025-08-29T14:57:55Z resolved-bug-was-rewarded 820463873 _job:34932 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#284 in 1 hours, the reward amount is 12. href:https://github.com/zerocracy/fbe/issues/284/#issuecomment-3237504830 is_human:1 issue:284 where:github who:526301 why:Resolved bug in zerocracy/fbe#284
2025-08-29T14:57:58Z resolved-bug-was-rewarded 799177290 _job:34932 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#950 in 2 hours, the reward amount is 12. href:https://github.com/zerocracy/judges-action/issues/950/#issuecomment-3237504904 is_human:1 issue:950 where:github who:526301 why:Resolved bug in zerocracy/judges-action#950
2025-08-29T15:55:15Z code-contribution-was-rewarded 799177290 _job:34944 award:24 comments:11 details:It's time to reward @yegorov for the code contributed in zerocracy/judges-action#941, the reward amount is 24. hoc:180 href:https://github.com/zerocracy/judges-action/issues/941/#issuecomment-3237672998 is_human:1 issue:941 receipt:receipt-#35928 review_comments:9 seconds:34242 where:github who:2566462 why:Contributed code in zerocracy/judges-action#941
2025-08-29T15:55:29Z code-review-was-rewarded 799177290 _job:34944 award:12 comments:12 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#941, the reward amount is 12. hoc:180 href:https://github.com/zerocracy/judges-action/issues/941/#issuecomment-3237673051 is_human:1 issue:941 review_comments:9 seconds:34234 where:github who:526301 why:Reviewed code in zerocracy/judges-action#941
2025-08-29T17:01:37Z code-review-was-rewarded 820463873 _job:34944 award:4 comments:4 details:It's time to reward @yegor256 for the code review in zerocracy/fbe#283, the reward amount is 4. hoc:2 href:https://github.com/zerocracy/fbe/issues/283/#issuecomment-3237673101 is_human:1 issue:283 review_comments:0 seconds:11385 where:github who:526301 why:Reviewed code in zerocracy/fbe#283
2025-08-29T08:30:41Z code-was-contributed 799177290 _job:34948 comments:1 details:The pull request zerocracy/judges-action#951 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1m53s of being in review and 1 comments. hoc:2 is_human:0 issue:951 merger:526301 review_comments:0 seconds:114 where:github who:41898282
2025-08-29T09:03:13Z code-was-contributed 799177290 _job:34951 comments:1 details:The pull request zerocracy/judges-action#952 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 19m54s of being in review and 1 comments. hoc:2 is_human:0 issue:952 merger:526301 review_comments:0 seconds:1195 where:github who:29139614
2025-08-29T17:01:44Z code-was-contributed 799177290 _job:35002 comments:3 details:The pull request zerocracy/judges-action#953 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h46m of being in review and 3 comments. hoc:2 is_human:0 issue:953 merger:8086956 review_comments:0 seconds:6397 where:github who:29139614
2025-08-29T16:43:16Z code-was-reviewed 799177290 _job:35002 author:29139614 comments:4 details:The pull request zerocracy/judges-action#953 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 1h28m and 4 comments. hoc:2 is_human:1 issue:953 review_comments:0 seconds:5289 where:github who:526301
2025-08-30T09:56:02Z code-review-was-rewarded 799177290 _job:35014 award:4 comments:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#953, the reward amount is 4. hoc:2 href:https://github.com/zerocracy/judges-action/issues/953/#issuecomment-3239186334 is_human:1 issue:953 review_comments:0 seconds:5289 where:github who:526301 why:Reviewed code in zerocracy/judges-action#953
2025-08-30T16:44:48Z code-was-contributed 799177290 _job:35079 comments:4 details:The pull request zerocracy/judges-action#954 with 2 HoC created by @renovate[bot] was merged by @rultor after 13h30m of being in review and 4 comments. hoc:2 is_human:0 issue:954 merger:8086956 review_comments:0 seconds:48631 where:github who:29139614
2025-08-30T16:25:37Z code-was-reviewed 799177290 _job:35161 author:29139614 comments:4 details:The pull request zerocracy/judges-action#954 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 13h11m and 4 comments. hoc:2 is_human:1 issue:954 review_comments:0 seconds:47480 where:github who:526301
2025-08-28T03:22:45Z code-was-contributed 849726475 _job:35193 comments:4 details:The pull request zerocracy/swarm-template#150 with 2 HoC created by @renovate[bot] was merged by @rultor after 5h38m of being in review and 4 comments. hoc:2 is_human:0 issue:150 merger:8086956 review_comments:0 seconds:20335 where:github who:29139614
2025-08-31T13:15:18Z bug-was-accepted 799177290 _job:35208 details:@yegor256 attached the '#bug' label to zerocracy/judges-action#956 reported by @vbvictor; this means that a bug was accepted as valid, by the project team. is_human:1 issue:956 reporter:70346889 where:github who:526301
2025-08-31T13:14:54Z bug-was-accepted 799177290 _job:35208 details:@yegor256 attached the '#bug' label to zerocracy/judges-action#957 reported by @vbvictor; this means that a bug was accepted as valid, by the project team. is_human:1 issue:957 reporter:70346889 where:github who:526301
2025-08-31T13:58:01Z code-review-was-rewarded 799177290 _job:35212 award:4 comments:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#954, the reward amount is 4. hoc:2 href:https://github.com/zerocracy/judges-action/issues/954/#issuecomment-3240202612 is_human:1 issue:954 review_comments:0 seconds:47480 where:github who:526301 why:Reviewed code in zerocracy/judges-action#954
2025-08-31T15:58:04Z bug-report-was-rewarded 799177290 _job:35216 award:12 details:It's time to reward @vbvictor for the bug reported in zerocracy/judges-action#956, the reward amount is 12. href:https://github.com/zerocracy/judges-action/issues/956/#issuecomment-3240239035 is_human:1 issue:956 receipt:receipt-#36177 where:github who:70346889 why:Reported bug in zerocracy/judges-action#956
2025-08-31T15:58:07Z bug-report-was-rewarded 799177290 _job:35216 award:12 details:It's time to reward @vbvictor for the bug reported in zerocracy/judges-action#957, the reward amount is 12. href:https://github.com/zerocracy/judges-action/issues/957/#issuecomment-3240239051 is_human:1 issue:957 receipt:receipt-#36178 where:github who:70346889 why:Reported bug in zerocracy/judges-action#957
2025-08-31T16:41:56Z code-was-reviewed 820463873 _job:35228 author:29139614 comments:3 details:The pull request zerocracy/fbe#285 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 7h16m and 3 comments. hoc:2 is_human:1 issue:285 review_comments:0 seconds:26187 where:github who:526301
2025-08-31T16:41:53Z code-was-reviewed 820463873 _job:35228 author:29139614 comments:2 details:The pull request zerocracy/fbe#286 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 7h16m and 2 comments. hoc:2 is_human:1 issue:286 review_comments:0 seconds:26167 where:github who:526301
2025-08-31T16:42:09Z code-was-reviewed 181044958 _job:35228 author:29139614 comments:2 details:The pull request yegor256/0rsk#232 with 4 HoC created by @renovate[bot] was reviewed by @yegor256 after 7h19m and 2 comments. hoc:4 is_human:1 issue:232 review_comments:0 seconds:26393 where:github who:526301
2025-08-31T16:41:44Z code-was-reviewed 849726475 _job:35228 author:29139614 comments:2 details:The pull request zerocracy/swarm-template#151 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 6h12m and 2 comments. hoc:2 is_human:1 issue:151 review_comments:0 seconds:22359 where:github who:526301
2025-08-31T16:41:42Z code-was-reviewed 849726475 _job:35228 author:29139614 comments:2 details:The pull request zerocracy/swarm-template#152 with 4 HoC created by @renovate[bot] was reviewed by @yegor256 after 6h12m and 2 comments. hoc:4 is_human:1 issue:152 review_comments:0 seconds:22339 where:github who:526301
2025-08-31T16:41:39Z code-was-reviewed 849726475 _job:35228 author:29139614 comments:2 details:The pull request zerocracy/swarm-template#153 with 6 HoC created by @renovate[bot] was reviewed by @yegor256 after 3h54m and 2 comments. hoc:6 is_human:1 issue:153 review_comments:0 seconds:14044 where:github who:526301
2025-08-31T16:41:37Z code-was-reviewed 849726475 _job:35228 author:29139614 comments:2 details:The pull request zerocracy/swarm-template#154 with 6 HoC created by @renovate[bot] was reviewed by @yegor256 after 3h53m and 2 comments. hoc:6 is_human:1 issue:154 review_comments:0 seconds:14034 where:github who:526301
2025-08-31T17:21:52Z code-was-contributed 181044958 _job:35247 comments:2 details:The pull request yegor256/0rsk#232 with 4 HoC created by @renovate[bot] was merged by @rultor after 7h59m of being in review and 2 comments. hoc:4 is_human:0 issue:232 merger:8086956 review_comments:0 seconds:28776 where:github who:29139614
2025-08-31T17:20:17Z code-was-contributed 820463873 _job:35247 comments:3 details:The pull request zerocracy/fbe#285 with 2 HoC created by @renovate[bot] was merged by @rultor after 7h54m of being in review and 3 comments. hoc:2 is_human:0 issue:285 merger:8086956 review_comments:0 seconds:28488 where:github who:29139614
2025-08-31T18:59:29Z code-review-was-rewarded 820463873 _job:35252 award:4 comments:3 details:It's time to reward @yegor256 for the code review in zerocracy/fbe#285, the reward amount is 4. hoc:2 href:https://github.com/zerocracy/fbe/issues/285/#issuecomment-3240345264 is_human:1 issue:285 review_comments:0 seconds:26187 where:github who:526301 why:Reviewed code in zerocracy/fbe#285
2025-08-31T18:59:33Z code-review-was-rewarded 181044958 _job:35252 award:4 comments:2 details:It's time to reward @yegor256 for the code review in yegor256/0rsk#232, the reward amount is 4. hoc:4 href:https://github.com/yegor256/0rsk/issues/232/#issuecomment-3240345273 is_human:1 issue:232 review_comments:0 seconds:26393 where:github who:526301 why:Reviewed code in yegor256/0rsk#232
2025-08-31T13:19:13Z code-was-contributed 802720676 _job:35272 comments:1 details:The pull request zerocracy/pages-action#356 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 3h36m of being in review and 1 comments. hoc:2 is_human:0 issue:356 merger:526301 review_comments:0 seconds:12961 where:github who:29139614
2025-08-31T13:19:07Z code-was-contributed 802720676 _job:35272 comments:1 details:The pull request zerocracy/pages-action#357 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 3h35m of being in review and 1 comments. hoc:2 is_human:0 issue:357 merger:526301 review_comments:0 seconds:12906 where:github who:29139614
2025-08-31T18:57:15Z code-was-contributed 840215648 _job:35274 comments:4 details:The pull request zerocracy/baza.rb#132 with 2 HoC created by @renovate[bot] was merged by @rultor after 8h12m of being in review and 4 comments. hoc:2 is_human:0 issue:132 merger:8086956 review_comments:0 seconds:29545 where:github who:29139614
2025-08-31T18:40:41Z code-was-contributed 840215648 _job:35274 comments:4 details:The pull request zerocracy/baza.rb#133 with 2 HoC created by @renovate[bot] was merged by @rultor after 7h55m of being in review and 4 comments. hoc:2 is_human:0 issue:133 merger:8086956 review_comments:0 seconds:28534 where:github who:29139614
2025-08-31T18:25:49Z code-was-contributed 798641472 _job:35278 comments:3 details:The pull request yegor256/factbase#293 with 2 HoC created by @renovate[bot] was merged by @rultor after 8h43m of being in review and 3 comments. hoc:2 is_human:0 issue:293 merger:8086956 review_comments:0 seconds:31413 where:github who:29139614
2025-08-31T16:46:23Z code-was-contributed 798641472 _job:35278 comments:3 details:The pull request yegor256/factbase#294 with 2 HoC created by @renovate[bot] was merged by @rultor after 7h3m of being in review and 3 comments. hoc:2 is_human:0 issue:294 merger:8086956 review_comments:0 seconds:25431 where:github who:29139614
2025-08-31T13:19:39Z code-was-contributed 802720676 _job:35278 comments:1 details:The pull request zerocracy/pages-action#349 with 4 HoC created by @renovate[bot] was merged by @yegor256 after 1w6d of being in review and 1 comments. hoc:4 is_human:0 issue:349 merger:526301 review_comments:0 seconds:1136925 where:github who:29139614
2025-08-31T13:19:20Z code-was-contributed 802720676 _job:35278 comments:1 details:The pull request zerocracy/pages-action#352 with 6 HoC created by @renovate[bot] was merged by @yegor256 after 1w1d of being in review and 1 comments. hoc:6 is_human:0 issue:352 merger:526301 review_comments:0 seconds:717361 where:github who:29139614
2025-08-31T13:18:55Z code-was-contributed 802720676 _job:35278 comments:4 details:The pull request zerocracy/pages-action#339 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 3w2d of being in review and 4 comments. hoc:2 is_human:0 issue:339 merger:526301 review_comments:0 seconds:1999785 where:github who:29139614
2025-08-31T17:13:08Z code-was-contributed 840215648 _job:35281 comments:4 details:The pull request zerocracy/baza.rb#134 with 2 HoC created by @renovate[bot] was merged by @rultor after 3h17m of being in review and 4 comments. hoc:2 is_human:0 issue:134 merger:8086956 review_comments:0 seconds:11847 where:github who:29139614
2025-08-31T16:30:08Z code-was-reviewed 798641472 _job:35289 author:29139614 comments:3 details:The pull request yegor256/factbase#293 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 6h47m and 3 comments. hoc:2 is_human:1 issue:293 review_comments:0 seconds:24472 where:github who:526301
2025-08-31T16:30:05Z code-was-reviewed 798641472 _job:35289 author:29139614 comments:3 details:The pull request yegor256/factbase#294 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 6h47m and 3 comments. hoc:2 is_human:1 issue:294 review_comments:0 seconds:24453 where:github who:526301
2025-08-31T16:39:43Z code-was-reviewed 840215648 _job:35289 author:29139614 comments:4 details:The pull request zerocracy/baza.rb#132 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 5h54m and 4 comments. hoc:2 is_human:1 issue:132 review_comments:0 seconds:21293 where:github who:526301
2025-08-31T16:39:41Z code-was-reviewed 840215648 _job:35289 author:29139614 comments:4 details:The pull request zerocracy/baza.rb#133 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 5h54m and 4 comments. hoc:2 is_human:1 issue:133 review_comments:0 seconds:21274 where:github who:526301
2025-08-31T16:39:38Z code-was-reviewed 840215648 _job:35289 author:29139614 comments:4 details:The pull request zerocracy/baza.rb#134 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 2h43m and 4 comments. hoc:2 is_human:1 issue:134 review_comments:0 seconds:9837 where:github who:526301
2025-09-01T06:58:25Z code-review-was-rewarded 798641472 _job:35300 award:4 comments:3 details:It's time to reward @yegor256 for the code review in yegor256/factbase#293, the reward amount is 4. hoc:2 href:https://github.com/yegor256/factbase/issues/293/#issuecomment-3241089721 is_human:1 issue:293 review_comments:0 seconds:24472 where:github who:526301 why:Reviewed code in yegor256/factbase#293
2025-09-01T06:58:30Z code-review-was-rewarded 798641472 _job:35300 award:4 comments:3 details:It's time to reward @yegor256 for the code review in yegor256/factbase#294, the reward amount is 4. hoc:2 href:https://github.com/yegor256/factbase/issues/294/#issuecomment-3241089778 is_human:1 issue:294 review_comments:0 seconds:24453 where:github who:526301 why:Reviewed code in yegor256/factbase#294
2025-09-01T06:58:33Z code-review-was-rewarded 840215648 _job:35300 award:4 comments:4 details:It's time to reward @yegor256 for the code review in zerocracy/baza.rb#132, the reward amount is 4. hoc:2 href:https://github.com/zerocracy/baza.rb/issues/132/#issuecomment-3241089827 is_human:1 issue:132 review_comments:0 seconds:21293 where:github who:526301 why:Reviewed code in zerocracy/baza.rb#132
2025-09-01T06:58:37Z code-review-was-rewarded 840215648 _job:35300 award:4 comments:4 details:It's time to reward @yegor256 for the code review in zerocracy/baza.rb#133, the reward amount is 4. hoc:2 href:https://github.com/zerocracy/baza.rb/issues/133/#issuecomment-3241089888 is_human:1 issue:133 review_comments:0 seconds:21274 where:github who:526301 why:Reviewed code in zerocracy/baza.rb#133
2025-09-01T06:58:42Z code-review-was-rewarded 840215648 _job:35300 award:4 comments:4 details:It's time to reward @yegor256 for the code review in zerocracy/baza.rb#134, the reward amount is 4. hoc:2 href:https://github.com/zerocracy/baza.rb/issues/134/#issuecomment-3241089951 is_human:1 issue:134 review_comments:0 seconds:9837 where:github who:526301 why:Reviewed code in zerocracy/baza.rb#134
2025-09-01T11:00:11Z assessment _job:35309 analyzers:18 text:The average reward per task (8.2 points) is decreasing (R=-0.02). The average punishment per task (15.0 points) is decreasing (R=0.05). The average backlog size per repository (4.7 tasks) is decreasing (R=-0.39). The average build duration (64s) is staying still. The average number of builds per week (1688.2) is increasing (R=0.77). The average build success rate (97%) is decreasing (R=-0.31). The average number of commits per week (72.7) is increasing (R=0.13). The average monthly punishment (867 points) is increasing (R=0.11). The average monthly wage (6.9 points) is increasing (R=0.28). The average issue cycle time (1d22h) is increasing (R=0.04). The average pull cycle time (2d19h) is decreasing (R=-0.09). The average quality of service (72%) is decreasing (R=0.42). The average number of releases per month (39.4) is increasing (R=0.58). The average time of issue triaging (40m33s) is decreasing (R=-0.11). The average monthly turnover (8.0 developers) is increasing (R=0.31). The average weekly cost of HoC (0.49 points) is decreasing (R=1.00). The average monthly zents/points ratio (0.40) is decreasing (R=-0.94).
2024-12-19T08:24:16Z dud-was-closed 799113787 _job:35312 closer:8086956 details:In the repository #799113787, the user #526301 submitted the issue #153 which was later closed by the user #8086956 not becoming a bug or enhancement; this means that the issue was not valid, maybe a duplicate or simply a mistake. done:2025-09-01T11:57:21Z is_human:1 issue:153 where:github who:526301
2025-09-01T13:31:58Z bug-was-resolved 799113787 _job:35404 closer:526301 details:The bug/feature in the issue yegor256/judges#285 opened @yegor256 by was resolved, after 17m57s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:285 label:bug opener:526301 seconds:1078 where:github who:526301
2025-09-01T13:32:10Z code-was-contributed 799113787 _job:35404 comments:0 details:The pull request yegor256/judges#283 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 3d10h of being in review and 0 comments. hoc:2 is_human:0 issue:283 merger:526301 review_comments:0 seconds:297979 where:github who:29139614
2025-09-01T17:59:40Z resolved-bug-was-rewarded 799113787 _job:35419 award:12 details:It's time to reward @yegor256 for the bug resolved in yegor256/judges#285 in 0 hours, the reward amount is 12. href:https://github.com/yegor256/judges/issues/285/#issuecomment-3243027362 is_human:1 issue:285 where:github who:526301 why:Resolved bug in yegor256/judges#285
2025-09-01T12:48:07Z code-was-contributed 799177290 _job:35445 comments:3 details:The pull request zerocracy/judges-action#955 with 34 HoC created by @vbvictor was merged by @yegor256 after 1d0h of being in review and 3 comments. hoc:34 is_human:1 issue:955 merger:526301 review_comments:0 seconds:86481 where:github who:70346889
2025-09-01T20:48:05Z code-contribution-was-rewarded 799177290 _job:35453 award:4 comments:3 details:It's time to reward @vbvictor for the code contributed in zerocracy/judges-action#955, the reward amount is 4. hoc:34 href:https://github.com/zerocracy/judges-action/issues/955/#issuecomment-3243235734 is_human:1 issue:955 receipt:receipt-#36304 review_comments:0 seconds:86481 where:github who:70346889 why:Contributed code in zerocracy/judges-action#955
2025-09-02T04:58:53Z push-to-master-was-punished 799177290 _job:35504 award:-16 commit:91da4f0e59915ce36d47119fdcb58f81d300ecb4 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/91da4f0e59915ce36d47119fdcb58f81d300ecb4/#commitcomment-164973792 is_human:1 where:github who:526301 why:Pushed 91da4f0e5 to the default branch 'master' in zerocracy/judges-action
2025-09-02T04:58:54Z push-to-master-was-punished 799177290 _job:35504 award:-16 commit:c672c2aa14ef49a33ceda46645fe52549c515ff9 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/judges-action, the penalty amount is -16. href:https://github.com/zerocracy/judges-action/commit/c672c2aa14ef49a33ceda46645fe52549c515ff9/#commitcomment-164973793 is_human:1 where:github who:526301 why:Pushed c672c2aa1 to the default branch 'master' in zerocracy/judges-action
2025-09-02T04:44:01Z bug-was-resolved 820463873 _job:35531 closer:526301 details:The bug/feature in the issue zerocracy/fbe#287 opened @yegor256 by was resolved, after 24m28s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:287 label:bug opener:526301 seconds:1469 where:github who:526301
2025-09-02T05:29:40Z bug-was-resolved 799177290 _job:35531 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#962 opened @yegor256 by was resolved, after 1h18m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:962 label:bug opener:526301 seconds:4682 where:github who:526301
2025-09-02T04:36:52Z code-was-contributed 799177290 _job:35535 comments:1 details:The pull request zerocracy/judges-action#961 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1h14m of being in review and 1 comments. hoc:2 is_human:0 issue:961 merger:526301 review_comments:0 seconds:4477 where:github who:29139614
2025-09-02T07:45:13Z resolved-bug-was-rewarded 820463873 _job:35543 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#287 in 0 hours, the reward amount is 12. href:https://github.com/zerocracy/fbe/issues/287/#issuecomment-3244179937 is_human:1 issue:287 where:github who:526301 why:Resolved bug in zerocracy/fbe#287
2025-09-02T07:45:17Z resolved-bug-was-rewarded 799177290 _job:35543 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#962 in 1 hours, the reward amount is 12. href:https://github.com/zerocracy/judges-action/issues/962/#issuecomment-3244180021 is_human:1 issue:962 where:github who:526301 why:Resolved bug in zerocracy/judges-action#962
2025-07-07T07:06:36Z dud-was-closed 820463873 _job:35577 closer:8086956 details:In the repository #820463873, the user #526301 submitted the issue #243 which was later closed by the user #8086956 not becoming a bug or enhancement; this means that the issue was not valid, maybe a duplicate or simply a mistake. issue:243 tombstone:2025-09-02T09:22:52Z where:github who:526301
2025-07-03T18:18:25Z dud-was-closed 820463873 _job:35577 closer:8086956 details:In the repository #820463873, the user #526301 submitted the issue #237 which was later closed by the user #8086956 not becoming a bug or enhancement; this means that the issue was not valid, maybe a duplicate or simply a mistake. issue:237 tombstone:2025-09-02T09:22:52Z where:github who:526301
2025-09-02T05:04:34Z bug-was-resolved 820463873 _job:35577 closer:526301 details:The bug/feature in the issue zerocracy/fbe#288 opened @yegor256 by was resolved, after 16m27s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:288 label:bug opener:526301 seconds:988 where:github who:526301
2025-09-02T10:50:36Z resolved-bug-was-rewarded 820463873 _job:35585 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/fbe#288 in 0 hours, the reward amount is 12. href:https://github.com/zerocracy/fbe/issues/288/#issuecomment-3244812818 is_human:1 issue:288 where:github who:526301 why:Resolved bug in zerocracy/fbe#288
2025-09-02T10:50:53Z push-to-master-was-punished 798641472 _job:35585 award:-16 commit:396b96895e41a458d582c42161a76f2b3ae879fc default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/factbase, the penalty amount is -16. href:https://github.com/yegor256/factbase/commit/396b96895e41a458d582c42161a76f2b3ae879fc/#commitcomment-164988765 is_human:1 where:github who:526301 why:Pushed 396b96895 to the default branch 'master' in yegor256/factbase
2025-09-02T17:14:51Z pull-was-opened 798641472 _job:17428940413 branch:renovate/crate-ci-typos-1.x details:The pull request yegor256/factbase#297 has been opened by @renovate[bot]. event_id:54151884170 event_type:PullRequestEvent is_human:0 issue:297 where:github who:29139614
2025-09-02T17:23:02Z pull-was-merged 799177290 _job:17428940413 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#970 has been closed by @rultor, with 2 HoC and 3 comments. event_id:54152235011 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:970 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-09-02T17:02:22Z pull-was-reviewed 799177290 _job:17428940413 comments:4 commits:1 details:The pull request zerocracy/judges-action#970 has been reviewed by @yegor256 with 2 HoC and 4 comments. event_id:54151356749 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:970 review_comments:0 where:github who:526301
2025-09-02T16:41:53Z pull-was-opened 799177290 _job:17428940413 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/judges-action#970 has been opened by @renovate[bot]. event_id:54150478426 event_type:PullRequestEvent is_human:0 issue:970 where:github who:29139614
2025-09-02T12:17:45Z git-was-pushed 799177290 _job:17428940413 commit:80af3e7c64c0aedf7e4320032dbf2661942f9674 default_branch:master details:A new Git push #26529857690 has arrived to zerocracy/judges-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:54136261390 event_type:PushEvent is_human:1 push_id:26529857690 ref:refs/heads/master to_master:1 where:github who:526301
2025-09-02T08:54:39Z pull-was-closed 799177290 _job:17428940413 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#969 has been closed by @github-actions[bot], with 2 HoC and 1 comments. event_id:54126222914 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:969 succeeded_builds:0 where:github who:41898282
2025-09-02T08:51:25Z pull-was-opened 799177290 _job:17428940413 branch:version-up details:The pull request zerocracy/judges-action#969 has been opened by @github-actions[bot]. event_id:54126061972 event_type:PullRequestEvent is_human:0 issue:969 where:github who:41898282
2025-09-02T08:50:37Z pull-was-merged 799177290 _job:17428940413 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#968 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:54126022527 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:968 review_comments:0 succeeded_builds:0 where:github who:526301
2025-09-02T08:47:24Z pull-was-merged 799177290 _job:17428940413 branch:renovate/zerocracy-judges-action-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/judges-action#967 has been closed by @rultor, with 2 HoC and 3 comments. event_id:54125863792 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:967 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-09-02T08:26:59Z pull-was-reviewed 799177290 _job:17428940413 comments:4 commits:1 details:The pull request zerocracy/judges-action#967 has been reviewed by @yegor256 with 2 HoC and 4 comments. event_id:54124872365 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:967 review_comments:0 where:github who:526301
2025-09-02T08:09:32Z pull-was-opened 799177290 _job:17428940413 branch:version-up details:The pull request zerocracy/judges-action#968 has been opened by @github-actions[bot]. event_id:54124007953 event_type:PullRequestEvent is_human:0 issue:968 where:github who:41898282
2025-09-02T08:07:41Z release-published 799177290 _job:17428940413 commits:8 contributors:[526301, 41898282, 29139614, 8086956] details:A new release '' has been published in zerocracy/judges-action by @rultor. event_id:54123923863 event_type:ReleaseEvent hoc:32 is_human:0 last_commit:6be43ebaba6226bfa984bc2ad8194d800fad7f17 release:244033883 tag:0.15.29 where:github who:8086956
2025-09-02T08:05:59Z pull-was-opened 799177290 _job:17428940413 branch:renovate/zerocracy-judges-action-0.x details:The pull request zerocracy/judges-action#967 has been opened by @renovate[bot]. event_id:54123843383 event_type:PullRequestEvent is_human:0 issue:967 where:github who:29139614
2025-09-02T08:05:29Z tag-was-created 799177290 _job:17428940413 details:A new tag '0.15.29' has been created in zerocracy/judges-action by @rultor. event_id:54123819464 event_type:CreateEvent is_human:0 tag:0.15.29 where:github who:8086956
2025-09-03T09:25:17Z dimensions-of-terrain _job:17428940413 total_active_contributors:6 total_commits:6004 total_contributors:18 total_files:785 total_forks:29 total_issues:943 total_pulls:1800 total_releases:705 total_repositories:9 total_stars:77
2025-09-03T08:41:03Z pull-was-merged 798641472 _job:17428940413 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#297 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:297 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-09-02T18:39:41Z issue-was-assigned 799177290 _job:17428940413 assigner:526301 details:zerocracy/judges-action#964 was assigned to @yegorov by @yegor256 . is_human:1 issue:964 where:github who:2566462
2025-09-02T07:27:14Z issue-was-assigned 798641472 _job:17428940413 assigner:526301 details:yegor256/factbase#296 was assigned to @yegor256 by @yegor256 . is_human:1 issue:296 where:github who:526301
2025-09-03T09:30:24Z quality-of-service _job:17428940413 average_backlog_size:14.158730158730158 average_build_duration:26.83424408014572 average_build_mttr:-376 average_build_success_rate:0.9581056466302368 average_issue_lifetime:2242836.1666666665 average_pull_files_size:1.0444444444444445 average_pull_hoc_size:7.022222222222222 average_pull_lifetime:111513.31481481482 average_pull_rejection_rate:0.16666666666666666 average_release_commits_size:6.642857142857143 average_release_hoc_size:71.71428571428571 average_release_interval:33414.64705882353 average_review_size:0.2 average_review_time:76652.25 average_reviewers_per_pull:0.6888888888888889 average_reviews_per_pull:0.8444444444444444 average_triage_time:128.52941176470588 composite:0.679 ffact:1663210 since:2025-08-27T09:30:24Z
2025-09-03T06:17:46Z issue-was-opened 799177290 _job:17428940413 details:The issue zerocracy/judges-action#971 has been opened by @yegor256. is_human:1 issue:971 where:github who:526301
2025-09-02T17:02:22Z code-was-reviewed 799177290 _job:35734 author:29139614 comments:4 details:The pull request zerocracy/judges-action#970 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 20m28s and 4 comments. hoc:2 is_human:1 issue:970 review_comments:0 seconds:1229 where:github who:526301
2025-09-02T08:26:59Z code-was-reviewed 799177290 _job:35734 author:29139614 comments:4 details:The pull request zerocracy/judges-action#967 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 20m59s and 4 comments. hoc:2 is_human:1 issue:967 review_comments:0 seconds:1260 where:github who:526301
2025-09-03T09:41:03Z assessment _job:35734 analyzers:18 text:The average reward per task (8.2 points) is staying still. The average punishment per task (15.0 points) is decreasing (R=0.05). The average backlog size per repository (4.9 tasks) is decreasing (R=-0.39). The average build duration (65s) is increasing (R=0.04). The average number of builds per week (1576.4) is increasing (R=0.78). The average build success rate (97%) is decreasing (R=-0.33). The average number of commits per week (70.2) is increasing (R=0.05). The average monthly punishment (765 points) is decreasing (R=-0.20). The average monthly wage (7.1 points) is increasing (R=0.47). The average issue cycle time (1d23h) is increasing (R=0.17). The average pull cycle time (3d2h) is decreasing (R=-0.11). The average quality of service (71%) is decreasing (R=0.33). The average number of releases per month (35.8) is increasing (R=0.50). The average time of issue triaging (43m48s) is decreasing (R=-0.07). The average monthly turnover (7.0 developers) is increasing (R=0.11). The average weekly cost of HoC (0.45 points) is decreasing (R=-1.00). The average monthly zents/points ratio (0.41) is decreasing (R=-0.93).
2025-09-02T17:23:02Z code-was-contributed 799177290 _job:35734 comments:3 details:The pull request zerocracy/judges-action#970 with 2 HoC created by @renovate[bot] was merged by @rultor after 41m8s of being in review and 3 comments. hoc:2 is_human:0 issue:970 merger:8086956 review_comments:0 seconds:2469 where:github who:29139614
2025-09-02T08:50:37Z code-was-contributed 799177290 _job:35734 comments:1 details:The pull request zerocracy/judges-action#968 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 41m4s of being in review and 1 comments. hoc:2 is_human:0 issue:968 merger:526301 review_comments:0 seconds:2465 where:github who:41898282
2025-09-02T08:47:24Z code-was-contributed 799177290 _job:35734 comments:3 details:The pull request zerocracy/judges-action#967 with 2 HoC created by @renovate[bot] was merged by @rultor after 41m24s of being in review and 3 comments. hoc:2 is_human:0 issue:967 merger:8086956 review_comments:0 seconds:2485 where:github who:29139614
2025-09-03T08:41:03Z code-was-contributed 798641472 _job:35734 comments:3 details:The pull request yegor256/factbase#297 with 2 HoC created by @renovate[bot] was merged by @rultor after 15h26m of being in review and 3 comments. hoc:2 is_human:0 issue:297 merger:8086956 review_comments:0 seconds:55572 where:github who:29139614
2025-08-31T18:57:16Z pull-was-merged 840215648 _job:17430421849 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#132 has been closed by @rultor, with 2 HoC and 3 comments. event_id:54060706750 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:132 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-08-31T18:40:42Z pull-was-merged 840215648 _job:17430421849 branch:renovate/factbase-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#133 has been closed by @rultor, with 2 HoC and 3 comments. event_id:54060482303 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:133 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-08-31T17:13:09Z pull-was-merged 840215648 _job:17430421849 branch:renovate/rubocop-minitest-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#134 has been closed by @rultor, with 2 HoC and 3 comments. event_id:54059232511 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:134 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-08-31T16:39:43Z pull-was-reviewed 840215648 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/baza.rb#132 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:54058747689 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:132 review_comments:0 where:github who:526301
2025-08-31T16:39:41Z pull-was-reviewed 840215648 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/baza.rb#133 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:54058747099 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:133 review_comments:0 where:github who:526301
2025-08-31T16:39:38Z pull-was-reviewed 840215648 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/baza.rb#134 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:54058746538 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:134 review_comments:0 where:github who:526301
2025-08-31T13:55:41Z pull-was-opened 840215648 _job:17430421849 branch:renovate/rubocop-minitest-0.x-lockfile details:The pull request zerocracy/baza.rb#134 has been opened by @renovate[bot]. event_id:54056172206 event_type:PullRequestEvent is_human:0 issue:134 where:github who:29139614
2025-08-31T10:45:07Z pull-was-opened 840215648 _job:17430421849 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/baza.rb#133 has been opened by @renovate[bot]. event_id:54053161997 event_type:PullRequestEvent is_human:0 issue:133 where:github who:29139614
2025-08-31T10:44:50Z pull-was-opened 840215648 _job:17430421849 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/baza.rb#132 has been opened by @renovate[bot]. event_id:54053157986 event_type:PullRequestEvent is_human:0 issue:132 where:github who:29139614
2025-08-27T16:54:12Z pull-was-merged 840215648 _job:17430421849 branch:renovate/rubocop-1.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#131 has been closed by @rultor, with 2 HoC and 3 comments. event_id:53911908523 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:131 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:40Z where:github who:8086956
2025-08-27T16:44:27Z pull-was-reviewed 840215648 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/baza.rb#131 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:53911503272 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:131 review_comments:0 tombstone:2025-09-03T11:21:40Z where:github who:526301
2025-08-27T09:06:42Z pull-was-opened 840215648 _job:17430421849 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/baza.rb#131 has been opened by @renovate[bot]. event_id:53890368562 event_type:PullRequestEvent is_human:0 issue:131 tombstone:2025-09-03T11:21:40Z where:github who:29139614
2025-08-27T09:01:09Z pull-was-merged 840215648 _job:17430421849 branch:renovate/simplecov-cobertura-3.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#130 has been closed by @rultor, with 4 HoC and 3 comments. event_id:53890110716 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:130 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:39Z where:github who:8086956
2025-08-27T08:50:16Z pull-was-reviewed 840215648 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/baza.rb#130 has been reviewed by @yegor256 with 4 HoC and 5 comments. event_id:53889614921 event_type:PullRequestReviewEvent files:1 hoc:4 is_human:1 issue:130 review_comments:0 tombstone:2025-09-03T11:21:39Z where:github who:526301
2025-08-27T04:52:31Z pull-was-opened 840215648 _job:17430421849 branch:renovate/simplecov-cobertura-3.x-lockfile details:The pull request zerocracy/baza.rb#130 has been opened by @renovate[bot]. event_id:53881558867 event_type:PullRequestEvent is_human:0 issue:130 tombstone:2025-09-03T11:21:39Z where:github who:29139614
2025-08-22T16:49:52Z pull-was-merged 840215648 _job:17430421849 branch:renovate/factbase-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#128 has been closed by @rultor, with 2 HoC and 3 comments. event_id:53717594349 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:128 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:37Z where:github who:8086956
2025-08-22T16:41:30Z pull-was-merged 840215648 _job:17430421849 branch:renovate/rubocop-1.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#129 has been closed by @rultor, with 6 HoC and 3 comments. event_id:53717292226 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:129 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:38Z where:github who:8086956
2025-08-22T16:31:20Z pull-was-reviewed 840215648 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/baza.rb#128 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:53716922260 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:128 review_comments:0 tombstone:2025-09-03T11:21:37Z where:github who:526301
2025-08-22T16:31:17Z pull-was-reviewed 840215648 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/baza.rb#129 has been reviewed by @yegor256 with 6 HoC and 5 comments. event_id:53716920175 event_type:PullRequestReviewEvent files:1 hoc:6 is_human:1 issue:129 review_comments:0 tombstone:2025-09-03T11:21:38Z where:github who:526301
2025-08-22T14:32:29Z pull-was-opened 840215648 _job:17430421849 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/baza.rb#129 has been opened by @renovate[bot]. event_id:53711892126 event_type:PullRequestEvent is_human:0 issue:129 tombstone:2025-09-03T11:21:38Z where:github who:29139614
2025-08-22T14:32:22Z pull-was-opened 840215648 _job:17430421849 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/baza.rb#128 has been opened by @renovate[bot]. event_id:53711886568 event_type:PullRequestEvent is_human:0 issue:128 tombstone:2025-09-03T11:21:37Z where:github who:29139614
2025-08-21T08:43:11Z pull-was-merged 840215648 _job:17430421849 branch:renovate/factbase-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#126 has been closed by @rultor, with 2 HoC and 3 comments. event_id:53642478412 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:126 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:37Z where:github who:8086956
2025-08-21T08:33:17Z pull-was-reviewed 840215648 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/baza.rb#126 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:53642017529 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:126 review_comments:0 tombstone:2025-09-03T11:21:37Z where:github who:526301
2025-08-21T06:39:46Z pull-was-opened 840215648 _job:17430421849 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/baza.rb#126 has been opened by @renovate[bot]. event_id:53637149555 event_type:PullRequestEvent is_human:0 issue:126 tombstone:2025-09-03T11:21:37Z where:github who:29139614
2025-08-20T03:15:14Z pull-was-merged 840215648 _job:17430421849 branch:renovate/factbase-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#125 has been closed by @rultor, with 8 HoC and 3 comments. event_id:53577425947 event_type:PullRequestEvent failed_builds:0 hoc:8 is_human:0 issue:125 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:37Z where:github who:8086956
2025-08-20T03:08:18Z pull-was-reviewed 840215648 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/baza.rb#125 has been reviewed by @yegor256 with 8 HoC and 5 comments. event_id:53577263328 event_type:PullRequestReviewEvent files:1 hoc:8 is_human:1 issue:125 review_comments:0 tombstone:2025-09-03T11:21:37Z where:github who:526301
2025-08-19T18:42:13Z pull-was-opened 840215648 _job:17430421849 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/baza.rb#125 has been opened by @renovate[bot]. event_id:53562730011 event_type:PullRequestEvent is_human:0 issue:125 tombstone:2025-09-03T11:21:37Z where:github who:29139614
2025-08-15T16:34:43Z pull-was-merged 840215648 _job:17430421849 branch:renovate/factbase-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#123 has been closed by @rultor, with 2 HoC and 3 comments. event_id:53419462394 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:123 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:36Z where:github who:8086956
2025-08-13T03:05:53Z pull-was-merged 840215648 _job:17430421849 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#121 has been closed by @rultor, with 2 HoC and 3 comments. event_id:53292541432 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:121 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:35Z where:github who:8086956
2025-08-13T02:57:20Z pull-was-reviewed 840215648 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/baza.rb#121 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:53292329713 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:121 review_comments:0 tombstone:2025-09-03T11:21:35Z where:github who:526301
2025-08-12T17:57:08Z pull-was-opened 840215648 _job:17430421849 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/baza.rb#121 has been opened by @renovate[bot]. event_id:53275881211 event_type:PullRequestEvent is_human:0 issue:121 tombstone:2025-09-03T11:21:35Z where:github who:29139614
2025-08-11T18:06:29Z issue-was-closed 840215648 _job:17430421849 details:The issue zerocracy/baza.rb#120 has been closed by @yegor256. event_id:53220902249 event_type:IssuesEvent is_human:1 issue:120 tombstone:2025-09-03T11:21:35Z where:github who:526301
2025-08-11T17:51:46Z issue-was-opened 840215648 _job:17430421849 details:The issue zerocracy/baza.rb#120 has been opened by @yegor256. event_id:53220273216 event_type:IssuesEvent is_human:1 issue:120 tombstone:2025-09-03T11:21:35Z where:github who:526301
2025-08-11T16:51:35Z pull-was-merged 840215648 _job:17430421849 branch:renovate/actions-checkout-5.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#119 has been closed by @rultor, with 20 HoC and 3 comments. event_id:53217707511 event_type:PullRequestEvent failed_builds:0 hoc:20 is_human:0 issue:119 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:35Z where:github who:8086956
2025-08-11T16:33:36Z pull-was-reviewed 840215648 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/baza.rb#119 has been reviewed by @yegor256 with 20 HoC and 5 comments. event_id:53216950651 event_type:PullRequestReviewEvent files:10 hoc:20 is_human:1 issue:119 review_comments:0 tombstone:2025-09-03T11:21:35Z where:github who:526301
2025-08-11T14:34:32Z pull-was-opened 840215648 _job:17430421849 branch:renovate/actions-checkout-5.x details:The pull request zerocracy/baza.rb#119 has been opened by @renovate[bot]. event_id:53211029868 event_type:PullRequestEvent is_human:0 issue:119 tombstone:2025-09-03T11:21:35Z where:github who:29139614
2025-08-11T03:14:41Z pull-was-merged 840215648 _job:17430421849 branch:renovate/factbase-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#118 has been closed by @rultor, with 2 HoC and 3 comments. event_id:53184428949 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:118 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:34Z where:github who:8086956
2025-08-11T03:06:13Z pull-was-reviewed 840215648 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/baza.rb#118 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:53184253906 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:118 review_comments:0 tombstone:2025-09-03T11:21:34Z where:github who:526301
2025-08-10T16:34:18Z pull-was-opened 840215648 _job:17430421849 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/baza.rb#118 has been opened by @renovate[bot]. event_id:53175170653 event_type:PullRequestEvent is_human:0 issue:118 tombstone:2025-09-03T11:21:34Z where:github who:29139614
2025-08-10T13:13:56Z pull-was-merged 840215648 _job:17430421849 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#116 has been closed by @rultor, with 2 HoC and 3 comments. event_id:53171839708 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:116 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:34Z where:github who:8086956
2025-08-09T16:41:45Z pull-was-merged 840215648 _job:17430421849 branch:renovate/factbase-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#117 has been closed by @rultor, with 2 HoC and 3 comments. event_id:53157254017 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:117 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:04Z where:github who:8086956
2025-08-09T16:35:10Z pull-was-reviewed 840215648 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/baza.rb#117 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:53157168951 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:117 review_comments:0 tombstone:2025-09-03T11:21:04Z where:github who:526301
2025-08-09T08:46:18Z pull-was-opened 840215648 _job:17430421849 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/baza.rb#117 has been opened by @renovate[bot]. event_id:53151014368 event_type:PullRequestEvent is_human:0 issue:117 tombstone:2025-09-03T11:21:04Z where:github who:29139614
2025-08-09T03:18:54Z pull-was-reviewed 840215648 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/baza.rb#116 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:53147053667 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:116 review_comments:0 tombstone:2025-09-03T11:21:34Z where:github who:526301
2025-08-08T21:04:20Z pull-was-opened 840215648 _job:17430421849 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/baza.rb#116 has been opened by @renovate[bot]. event_id:53140747609 event_type:PullRequestEvent is_human:0 issue:116 tombstone:2025-09-03T11:21:34Z where:github who:29139614
2025-08-08T16:40:34Z pull-was-merged 840215648 _job:17430421849 branch:renovate/factbase-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/baza.rb#115 has been closed by @rultor, with 2 HoC and 3 comments. event_id:53132087031 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:115 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:03Z where:github who:8086956
2025-08-08T16:31:49Z pull-was-reviewed 840215648 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/baza.rb#115 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:53131767681 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:115 review_comments:0 tombstone:2025-09-03T11:21:03Z where:github who:526301
2025-08-08T09:12:21Z pull-was-opened 840215648 _job:17430421849 branch:renovate/factbase-0.x-lockfile details:The pull request zerocracy/baza.rb#115 has been opened by @renovate[bot]. event_id:53113527398 event_type:PullRequestEvent is_human:0 issue:115 tombstone:2025-09-03T11:21:03Z where:github who:29139614
2025-08-07T13:22:56Z issue-was-opened 840215648 _job:17430421849 details:The issue zerocracy/baza.rb#113 has been opened by @yegor256. event_id:53074686799 event_type:IssuesEvent is_human:1 issue:113 tombstone:2025-09-03T11:21:33Z where:github who:526301
2025-08-31T13:19:39Z pull-was-merged 802720676 _job:17430421849 branch:renovate/judges-0.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#349 has been closed by @yegor256, with 4 HoC and 1 comments. event_id:54055625344 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:1 issue:349 review_comments:0 succeeded_builds:14 where:github who:526301
2025-08-31T13:19:20Z pull-was-merged 802720676 _job:17430421849 branch:renovate/fbe-0.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#352 has been closed by @yegor256, with 6 HoC and 1 comments. event_id:54055620798 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:1 issue:352 review_comments:0 succeeded_builds:14 where:github who:526301
2025-08-31T13:19:14Z pull-was-merged 802720676 _job:17430421849 branch:renovate/crate-ci-typos-1.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#356 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:54055619245 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:356 review_comments:0 succeeded_builds:14 where:github who:526301
2025-08-31T13:19:08Z pull-was-merged 802720676 _job:17430421849 branch:renovate/rubocop-minitest-0.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#357 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:54055617744 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:357 review_comments:0 succeeded_builds:14 where:github who:526301
2025-08-31T13:18:55Z pull-was-merged 802720676 _job:17430421849 branch:renovate/factbase-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#339 has been closed by @yegor256, with 2 HoC and 4 comments. event_id:54055614598 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:339 review_comments:0 succeeded_builds:14 where:github who:526301
2025-08-31T09:44:01Z pull-was-opened 802720676 _job:17430421849 branch:renovate/rubocop-minitest-0.x-lockfile details:The pull request zerocracy/pages-action#357 has been opened by @renovate[bot]. event_id:54052218785 event_type:PullRequestEvent is_human:0 issue:357 where:github who:29139614
2025-08-31T09:43:12Z pull-was-opened 802720676 _job:17430421849 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/pages-action#356 has been opened by @renovate[bot]. event_id:54052207055 event_type:PullRequestEvent is_human:0 issue:356 where:github who:29139614
2025-08-27T12:57:59Z issue-was-opened 802720676 _job:17430421849 details:The issue zerocracy/pages-action#355 has been opened by @yegor256. event_id:53900251807 event_type:IssuesEvent is_human:1 issue:355 where:github who:526301
2025-08-27T07:22:32Z pull-was-merged 802720676 _job:17430421849 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#348 has been closed by @yegor256, with 2 HoC and 3 comments. event_id:53885948392 event_type:PullRequestEvent failed_builds:1 hoc:2 is_human:1 issue:348 review_comments:0 succeeded_builds:13 where:github who:526301
2025-08-27T07:22:23Z pull-was-merged 802720676 _job:17430421849 branch:renovate/actions-setup-java-5.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#350 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:53885942842 event_type:PullRequestEvent failed_builds:1 hoc:2 is_human:1 issue:350 review_comments:0 succeeded_builds:13 where:github who:526301
2025-08-27T07:22:17Z pull-was-merged 802720676 _job:17430421849 branch:renovate/simplecov-cobertura-3.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#353 has been closed by @yegor256, with 2 HoC and 1 comments. event_id:53885938666 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:1 issue:353 review_comments:0 succeeded_builds:14 where:github who:526301
2025-08-27T07:21:20Z issue-was-opened 802720676 _job:17430421849 details:The issue zerocracy/pages-action#354 has been opened by @yegor256. event_id:53885902626 event_type:IssuesEvent is_human:1 issue:354 where:github who:526301
2025-08-27T05:08:41Z pull-was-opened 802720676 _job:17430421849 branch:renovate/simplecov-cobertura-3.x-lockfile details:The pull request zerocracy/pages-action#353 has been opened by @renovate[bot]. event_id:53881927455 event_type:PullRequestEvent is_human:0 issue:353 where:github who:29139614
2025-08-27T01:26:26Z pull-was-closed 802720676 _job:17430421849 branch:renovate/rubocop-1.x-lockfile comments:1 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#351 has been closed by @renovate[bot], with 6 HoC and 1 comments. event_id:53876932689 event_type:PullRequestEvent failed_builds:1 hoc:6 is_human:0 issue:351 succeeded_builds:13 where:github who:29139614
2025-08-27T01:26:25Z pull-was-closed 802720676 _job:17430421849 branch:renovate/judges-0.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#349 has been closed by @renovate[bot], with 14 HoC and 1 comments. event_id:53876932200 event_type:PullRequestEvent failed_builds:1 hoc:14 is_human:0 issue:349 succeeded_builds:27 where:github who:29139614
2025-08-27T01:26:23Z pull-was-closed 802720676 _job:17430421849 branch:renovate/fbe-0.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#352 has been closed by @renovate[bot], with 20 HoC and 1 comments. event_id:53876931692 event_type:PullRequestEvent failed_builds:2 hoc:20 is_human:0 issue:352 succeeded_builds:26 where:github who:29139614
2025-08-27T01:25:22Z git-was-pushed 802720676 _job:17430421849 commit:f041e1f333841d0a02a85ee46697c2480215d8d9 default_branch:master details:A new Git push #26397080368 has arrived to zerocracy/pages-action, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53876907364 event_type:PushEvent is_human:1 push_id:26397080368 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-23T06:03:19Z pull-was-opened 802720676 _job:17430421849 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#352 has been opened by @renovate[bot]. event_id:53734726599 event_type:PullRequestEvent is_human:0 issue:352 where:github who:29139614
2025-08-11T16:44:20Z pull-was-merged 802720676 _job:17430421849 branch:renovate/actions-checkout-5.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#347 has been closed by @rultor, with 30 HoC and 3 comments. event_id:53217403725 event_type:PullRequestEvent failed_builds:0 hoc:30 is_human:0 issue:347 review_comments:0 succeeded_builds:14 tombstone:2025-09-03T11:21:35Z where:github who:8086956
2025-08-11T16:26:18Z pull-was-reviewed 802720676 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/pages-action#347 has been reviewed by @yegor256 with 30 HoC and 5 comments. event_id:53216627308 event_type:PullRequestReviewEvent files:15 hoc:30 is_human:1 issue:347 review_comments:0 tombstone:2025-09-03T11:21:35Z where:github who:526301
2025-08-11T15:24:38Z pull-was-opened 802720676 _job:17430421849 branch:renovate/actions-checkout-5.x details:The pull request zerocracy/pages-action#347 has been opened by @renovate[bot]. event_id:53213676349 event_type:PullRequestEvent is_human:0 issue:347 tombstone:2025-09-03T11:21:35Z where:github who:29139614
2025-08-11T03:14:28Z pull-was-merged 802720676 _job:17430421849 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#346 has been closed by @rultor, with 4 HoC and 3 comments. event_id:53184424968 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:346 review_comments:0 succeeded_builds:14 tombstone:2025-09-03T11:21:34Z where:github who:8086956
2025-08-11T03:03:47Z pull-was-reviewed 802720676 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/pages-action#346 has been reviewed by @yegor256 with 4 HoC and 5 comments. event_id:53184198895 event_type:PullRequestReviewEvent files:1 hoc:4 is_human:1 issue:346 review_comments:0 tombstone:2025-09-03T11:21:34Z where:github who:526301
2025-08-10T21:40:28Z pull-was-opened 802720676 _job:17430421849 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#346 has been opened by @renovate[bot]. event_id:53179387364 event_type:PullRequestEvent is_human:0 issue:346 tombstone:2025-09-03T11:21:34Z where:github who:29139614
2025-08-10T17:18:01Z pull-was-merged 802720676 _job:17430421849 branch:renovate/python-3.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#344 has been closed by @rultor, with 2 HoC and 3 comments. event_id:53175820988 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:344 review_comments:0 succeeded_builds:14 tombstone:2025-09-03T11:21:34Z where:github who:8086956
2025-08-10T16:45:14Z pull-was-merged 802720676 _job:17430421849 branch:renovate/node-22.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#345 has been closed by @rultor, with 2 HoC and 3 comments. event_id:53175325615 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:345 review_comments:0 succeeded_builds:14 tombstone:2025-09-03T11:21:34Z where:github who:8086956
2025-08-10T16:31:59Z pull-was-reviewed 802720676 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/pages-action#344 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:53175136059 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:344 review_comments:0 tombstone:2025-09-03T11:21:34Z where:github who:526301
2025-08-10T16:31:56Z pull-was-reviewed 802720676 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/pages-action#345 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:53175135466 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:345 review_comments:0 tombstone:2025-09-03T11:21:34Z where:github who:526301
2025-08-10T14:07:22Z pull-was-opened 802720676 _job:17430421849 branch:renovate/node-22.x details:The pull request zerocracy/pages-action#345 has been opened by @renovate[bot]. event_id:53172737576 event_type:PullRequestEvent is_human:0 issue:345 tombstone:2025-09-03T11:21:34Z where:github who:29139614
2025-08-10T14:07:17Z pull-was-opened 802720676 _job:17430421849 branch:renovate/python-3.x details:The pull request zerocracy/pages-action#344 has been opened by @renovate[bot]. event_id:53172736412 event_type:PullRequestEvent is_human:0 issue:344 tombstone:2025-09-03T11:21:34Z where:github who:29139614
2025-08-09T16:48:26Z pull-was-merged 802720676 _job:17430421849 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#343 has been closed by @rultor, with 4 HoC and 3 comments. event_id:53157338895 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:343 review_comments:0 succeeded_builds:14 tombstone:2025-09-03T11:21:03Z where:github who:8086956
2025-08-09T16:37:30Z pull-was-reviewed 802720676 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/pages-action#343 has been reviewed by @yegor256 with 4 HoC and 5 comments. event_id:53157200249 event_type:PullRequestReviewEvent files:1 hoc:4 is_human:1 issue:343 review_comments:0 tombstone:2025-09-03T11:21:03Z where:github who:526301
2025-08-09T08:37:26Z pull-was-opened 802720676 _job:17430421849 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#343 has been opened by @renovate[bot]. event_id:53150911469 event_type:PullRequestEvent is_human:0 issue:343 tombstone:2025-09-03T11:21:03Z where:github who:29139614
2025-08-09T03:12:29Z pull-was-merged 802720676 _job:17430421849 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#342 has been closed by @rultor, with 2 HoC and 3 comments. event_id:53146973607 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:342 review_comments:0 succeeded_builds:14 tombstone:2025-09-03T11:21:03Z where:github who:8086956
2025-08-09T02:58:24Z pull-was-reviewed 802720676 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/pages-action#342 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:53146787803 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:342 review_comments:0 tombstone:2025-09-03T11:21:03Z where:github who:526301
2025-08-08T20:52:53Z pull-was-opened 802720676 _job:17430421849 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/pages-action#342 has been opened by @renovate[bot]. event_id:53140401756 event_type:PullRequestEvent is_human:0 issue:342 tombstone:2025-09-03T11:21:03Z where:github who:29139614
2025-08-08T16:52:36Z pull-was-merged 802720676 _job:17430421849 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#340 has been closed by @rultor, with 6 HoC and 3 comments. event_id:53132516330 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:340 review_comments:0 succeeded_builds:14 tombstone:2025-09-03T11:21:03Z where:github who:8086956
2025-08-08T16:38:49Z pull-was-merged 802720676 _job:17430421849 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/pages-action#341 has been closed by @rultor, with 4 HoC and 3 comments. event_id:53132024939 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:341 review_comments:0 succeeded_builds:14 tombstone:2025-09-03T11:21:03Z where:github who:8086956
2025-08-08T16:27:54Z pull-was-reviewed 802720676 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/pages-action#340 has been reviewed by @yegor256 with 6 HoC and 5 comments. event_id:53131622092 event_type:PullRequestReviewEvent files:1 hoc:6 is_human:1 issue:340 review_comments:0 tombstone:2025-09-03T11:21:03Z where:github who:526301
2025-08-08T16:27:51Z pull-was-reviewed 802720676 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/pages-action#341 has been reviewed by @yegor256 with 4 HoC and 5 comments. event_id:53131620106 event_type:PullRequestReviewEvent files:1 hoc:4 is_human:1 issue:341 review_comments:0 tombstone:2025-09-03T11:21:03Z where:github who:526301
2025-08-08T13:40:21Z pull-was-opened 802720676 _job:17430421849 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/pages-action#341 has been opened by @renovate[bot]. event_id:53124495338 event_type:PullRequestEvent is_human:0 issue:341 tombstone:2025-09-03T11:21:03Z where:github who:29139614
2025-08-08T13:40:13Z pull-was-opened 802720676 _job:17430421849 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/pages-action#340 has been opened by @renovate[bot]. event_id:53124489250 event_type:PullRequestEvent is_human:0 issue:340 tombstone:2025-09-03T11:21:03Z where:github who:29139614
2025-08-31T16:41:44Z pull-was-reviewed 849726475 _job:17430421849 comments:2 commits:1 details:The pull request zerocracy/swarm-template#151 has been reviewed by @yegor256 with 2 HoC and 2 comments. event_id:54058776715 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:151 review_comments:0 where:github who:526301
2025-08-31T16:41:42Z pull-was-reviewed 849726475 _job:17430421849 comments:2 commits:1 details:The pull request zerocracy/swarm-template#152 has been reviewed by @yegor256 with 4 HoC and 2 comments. event_id:54058776120 event_type:PullRequestReviewEvent files:1 hoc:4 is_human:1 issue:152 review_comments:0 where:github who:526301
2025-08-31T16:41:39Z pull-was-reviewed 849726475 _job:17430421849 comments:2 commits:1 details:The pull request zerocracy/swarm-template#153 has been reviewed by @yegor256 with 6 HoC and 2 comments. event_id:54058775529 event_type:PullRequestReviewEvent files:1 hoc:6 is_human:1 issue:153 review_comments:0 where:github who:526301
2025-08-31T16:41:37Z pull-was-reviewed 849726475 _job:17430421849 comments:2 commits:1 details:The pull request zerocracy/swarm-template#154 has been reviewed by @yegor256 with 6 HoC and 2 comments. event_id:54058774930 event_type:PullRequestReviewEvent files:1 hoc:6 is_human:1 issue:154 review_comments:0 where:github who:526301
2025-08-31T12:47:43Z pull-was-opened 849726475 _job:17430421849 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#154 has been opened by @renovate[bot]. event_id:54055092610 event_type:PullRequestEvent is_human:0 issue:154 where:github who:29139614
2025-08-31T12:47:35Z pull-was-opened 849726475 _job:17430421849 branch:renovate/rubocop-minitest-0.x-lockfile details:The pull request zerocracy/swarm-template#153 has been opened by @renovate[bot]. event_id:54055090413 event_type:PullRequestEvent is_human:0 issue:153 where:github who:29139614
2025-08-31T10:29:23Z pull-was-opened 849726475 _job:17430421849 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#152 has been opened by @renovate[bot]. event_id:54052926983 event_type:PullRequestEvent is_human:0 issue:152 where:github who:29139614
2025-08-31T10:29:05Z pull-was-opened 849726475 _job:17430421849 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/swarm-template#151 has been opened by @renovate[bot]. event_id:54052922230 event_type:PullRequestEvent is_human:0 issue:151 where:github who:29139614
2025-08-27T03:17:19Z pull-was-merged 849726475 _job:17430421849 branch:renovate/simplecov-cobertura-3.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#149 has been closed by @rultor, with 6 HoC and 3 comments. event_id:53879476303 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:149 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:39Z where:github who:8086956
2025-08-27T03:07:03Z pull-was-reviewed 849726475 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/swarm-template#149 has been reviewed by @yegor256 with 6 HoC and 5 comments. event_id:53879254409 event_type:PullRequestReviewEvent files:1 hoc:6 is_human:1 issue:149 review_comments:0 tombstone:2025-09-03T11:21:39Z where:github who:526301
2025-08-27T02:04:15Z pull-was-opened 849726475 _job:17430421849 branch:renovate/simplecov-cobertura-3.x-lockfile details:The pull request zerocracy/swarm-template#149 has been opened by @renovate[bot]. event_id:53877815263 event_type:PullRequestEvent is_human:0 issue:149 tombstone:2025-09-03T11:21:39Z where:github who:29139614
2025-08-26T03:14:58Z pull-was-merged 849726475 _job:17430421849 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#148 has been closed by @rultor, with 2 HoC and 3 comments. event_id:53824243603 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:148 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:39Z where:github who:8086956
2025-08-26T03:05:23Z pull-was-reviewed 849726475 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/swarm-template#148 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:53824019740 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:148 review_comments:0 tombstone:2025-09-03T11:21:39Z where:github who:526301
2025-08-25T19:07:34Z pull-was-opened 849726475 _job:17430421849 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#148 has been opened by @renovate[bot]. event_id:53810397381 event_type:PullRequestEvent is_human:0 issue:148 tombstone:2025-09-03T11:21:39Z where:github who:29139614
2025-08-24T08:39:54Z pull-was-merged 849726475 _job:17430421849 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#147 has been closed by @rultor, with 2 HoC and 3 comments. event_id:53755445646 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:147 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:38Z where:github who:8086956
2025-08-24T08:30:38Z pull-was-reviewed 849726475 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/swarm-template#147 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:53755321391 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:147 review_comments:0 tombstone:2025-09-03T11:21:38Z where:github who:526301
2025-08-24T05:49:18Z pull-was-opened 849726475 _job:17430421849 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#147 has been opened by @renovate[bot]. event_id:53753299036 event_type:PullRequestEvent is_human:0 issue:147 tombstone:2025-09-03T11:21:38Z where:github who:29139614
2025-08-24T03:18:17Z pull-was-merged 849726475 _job:17430421849 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#146 has been closed by @rultor, with 2 HoC and 3 comments. event_id:53751675816 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:146 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:38Z where:github who:8086956
2025-08-24T03:06:22Z pull-was-reviewed 849726475 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/swarm-template#146 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:53751541402 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:146 review_comments:0 tombstone:2025-09-03T11:21:38Z where:github who:526301
2025-08-23T16:43:46Z pull-was-opened 849726475 _job:17430421849 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#146 has been opened by @renovate[bot]. event_id:53743895533 event_type:PullRequestEvent is_human:0 issue:146 tombstone:2025-09-03T11:21:38Z where:github who:29139614
2025-08-23T16:43:17Z pull-was-merged 849726475 _job:17430421849 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#145 has been closed by @rultor, with 16 HoC and 3 comments. event_id:53743889284 event_type:PullRequestEvent failed_builds:0 hoc:16 is_human:0 issue:145 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:38Z where:github who:8086956
2025-08-23T16:31:19Z pull-was-reviewed 849726475 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/swarm-template#145 has been reviewed by @yegor256 with 16 HoC and 5 comments. event_id:53743715594 event_type:PullRequestReviewEvent files:1 hoc:16 is_human:1 issue:145 review_comments:0 tombstone:2025-09-03T11:21:38Z where:github who:526301
2025-08-23T09:49:44Z pull-was-opened 849726475 _job:17430421849 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#145 has been opened by @renovate[bot]. event_id:53737771989 event_type:PullRequestEvent is_human:0 issue:145 tombstone:2025-09-03T11:21:38Z where:github who:29139614
2025-08-19T16:57:43Z pull-was-merged 849726475 _job:17430421849 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#144 has been closed by @rultor, with 2 HoC and 3 comments. event_id:53558408598 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:144 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:37Z where:github who:8086956
2025-08-19T16:47:10Z pull-was-reviewed 849726475 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/swarm-template#144 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:53557975853 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:144 review_comments:0 tombstone:2025-09-03T11:21:37Z where:github who:526301
2025-08-18T09:02:00Z pull-was-merged 849726475 _job:17430421849 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#142 has been closed by @rultor, with 6 HoC and 3 comments. event_id:53482045834 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:142 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:36Z where:github who:8086956
2025-08-18T08:50:37Z pull-was-reviewed 849726475 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/swarm-template#142 has been reviewed by @yegor256 with 6 HoC and 5 comments. event_id:53481506284 event_type:PullRequestReviewEvent files:1 hoc:6 is_human:1 issue:142 review_comments:0 tombstone:2025-09-03T11:21:36Z where:github who:526301
2025-08-18T06:31:56Z pull-was-opened 849726475 _job:17430421849 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#142 has been opened by @renovate[bot]. event_id:53475673320 event_type:PullRequestEvent is_human:0 issue:142 tombstone:2025-09-03T11:21:36Z where:github who:29139614
2025-08-13T04:24:22Z pull-was-merged 849726475 _job:17430421849 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#141 has been closed by @rultor, with 2 HoC and 3 comments. event_id:53294319598 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:141 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:37Z where:github who:8086956
2025-08-13T03:26:56Z pull-was-reviewed 849726475 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/swarm-template#141 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:53293000086 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:141 review_comments:0 tombstone:2025-09-03T11:21:37Z where:github who:526301
2025-08-11T17:20:44Z pull-was-merged 849726475 _job:17430421849 branch:renovate/actions-checkout-5.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#140 has been closed by @rultor, with 22 HoC and 3 comments. event_id:53218949068 event_type:PullRequestEvent failed_builds:0 hoc:22 is_human:0 issue:140 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:35Z where:github who:8086956
2025-08-11T16:46:02Z pull-was-reviewed 849726475 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/swarm-template#140 has been reviewed by @yegor256 with 22 HoC and 5 comments. event_id:53217476193 event_type:PullRequestReviewEvent files:11 hoc:22 is_human:1 issue:140 review_comments:0 tombstone:2025-09-03T11:21:35Z where:github who:526301
2025-08-11T14:28:49Z pull-was-opened 849726475 _job:17430421849 branch:renovate/actions-checkout-5.x details:The pull request zerocracy/swarm-template#140 has been opened by @renovate[bot]. event_id:53210700348 event_type:PullRequestEvent is_human:0 issue:140 tombstone:2025-09-03T11:21:35Z where:github who:29139614
2025-08-11T03:19:45Z pull-was-merged 849726475 _job:17430421849 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#139 has been closed by @rultor, with 4 HoC and 3 comments. event_id:53184524167 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:139 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:34Z where:github who:8086956
2025-08-11T03:08:33Z pull-was-reviewed 849726475 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/swarm-template#139 has been reviewed by @yegor256 with 4 HoC and 5 comments. event_id:53184308308 event_type:PullRequestReviewEvent files:1 hoc:4 is_human:1 issue:139 review_comments:0 tombstone:2025-09-03T11:21:34Z where:github who:526301
2025-08-10T20:53:58Z pull-was-opened 849726475 _job:17430421849 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#139 has been opened by @renovate[bot]. event_id:53178796677 event_type:PullRequestEvent is_human:0 issue:139 tombstone:2025-09-03T11:21:34Z where:github who:29139614
2025-08-10T16:55:13Z pull-was-merged 849726475 _job:17430421849 branch:renovate/python-3.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#138 has been closed by @rultor, with 2 HoC and 3 comments. event_id:53175468702 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:138 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:34Z where:github who:8086956
2025-08-10T16:35:37Z pull-was-reviewed 849726475 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/swarm-template#138 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:53175189768 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:138 review_comments:0 tombstone:2025-09-03T11:21:34Z where:github who:526301
2025-08-10T13:57:14Z pull-was-opened 849726475 _job:17430421849 branch:renovate/python-3.x details:The pull request zerocracy/swarm-template#138 has been opened by @renovate[bot]. event_id:53172558667 event_type:PullRequestEvent is_human:0 issue:138 tombstone:2025-09-03T11:21:34Z where:github who:29139614
2025-08-09T17:00:03Z pull-was-merged 849726475 _job:17430421849 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#137 has been closed by @rultor, with 4 HoC and 3 comments. event_id:53157485937 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:137 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:03Z where:github who:8086956
2025-08-09T16:49:09Z pull-was-reviewed 849726475 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/swarm-template#137 has been reviewed by @yegor256 with 4 HoC and 5 comments. event_id:53157347564 event_type:PullRequestReviewEvent files:1 hoc:4 is_human:1 issue:137 review_comments:0 tombstone:2025-09-03T11:21:03Z where:github who:526301
2025-08-09T08:27:36Z pull-was-opened 849726475 _job:17430421849 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#137 has been opened by @renovate[bot]. event_id:53150790951 event_type:PullRequestEvent is_human:0 issue:137 tombstone:2025-09-03T11:21:03Z where:github who:29139614
2025-08-09T03:19:03Z pull-was-merged 849726475 _job:17430421849 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#136 has been closed by @rultor, with 2 HoC and 3 comments. event_id:53147055835 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:136 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:03Z where:github who:8086956
2025-08-09T03:04:09Z pull-was-reviewed 849726475 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/swarm-template#136 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:53146874991 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:136 review_comments:0 tombstone:2025-09-03T11:21:03Z where:github who:526301
2025-08-08T21:04:51Z pull-was-opened 849726475 _job:17430421849 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/swarm-template#136 has been opened by @renovate[bot]. event_id:53140763345 event_type:PullRequestEvent is_human:0 issue:136 tombstone:2025-09-03T11:21:03Z where:github who:29139614
2025-08-08T17:14:11Z pull-was-merged 849726475 _job:17430421849 branch:renovate/fbe-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#134 has been closed by @rultor, with 6 HoC and 3 comments. event_id:53133297283 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:0 issue:134 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:02Z where:github who:8086956
2025-08-08T16:58:55Z pull-was-merged 849726475 _job:17430421849 branch:renovate/judges-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/swarm-template#135 has been closed by @rultor, with 4 HoC and 3 comments. event_id:53132739886 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:135 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:03Z where:github who:8086956
2025-08-08T16:44:38Z pull-was-reviewed 849726475 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/swarm-template#134 has been reviewed by @yegor256 with 6 HoC and 5 comments. event_id:53132231056 event_type:PullRequestReviewEvent files:1 hoc:6 is_human:1 issue:134 review_comments:0 tombstone:2025-09-03T11:21:02Z where:github who:526301
2025-08-08T16:44:35Z pull-was-reviewed 849726475 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/swarm-template#135 has been reviewed by @yegor256 with 4 HoC and 5 comments. event_id:53132229048 event_type:PullRequestReviewEvent files:1 hoc:4 is_human:1 issue:135 review_comments:0 tombstone:2025-09-03T11:21:03Z where:github who:526301
2025-08-08T13:35:18Z pull-was-opened 849726475 _job:17430421849 branch:renovate/judges-0.x-lockfile details:The pull request zerocracy/swarm-template#135 has been opened by @renovate[bot]. event_id:53124268256 event_type:PullRequestEvent is_human:0 issue:135 tombstone:2025-09-03T11:21:03Z where:github who:29139614
2025-08-08T13:35:09Z pull-was-opened 849726475 _job:17430421849 branch:renovate/fbe-0.x-lockfile details:The pull request zerocracy/swarm-template#134 has been opened by @renovate[bot]. event_id:53124261758 event_type:PullRequestEvent is_human:0 issue:134 tombstone:2025-09-03T11:21:02Z where:github who:29139614
2025-08-31T17:20:17Z pull-was-merged 820463873 _job:17430421849 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#285 has been closed by @rultor, with 2 HoC and 3 comments. event_id:54059335988 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:285 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-08-31T16:41:56Z pull-was-reviewed 820463873 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/fbe#285 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:54058779431 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:285 review_comments:0 where:github who:526301
2025-08-31T16:41:53Z pull-was-reviewed 820463873 _job:17430421849 comments:2 commits:1 details:The pull request zerocracy/fbe#286 has been reviewed by @yegor256 with 2 HoC and 2 comments. event_id:54058778801 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:286 review_comments:0 where:github who:526301
2025-08-31T09:25:46Z pull-was-opened 820463873 _job:17430421849 branch:renovate/rubocop-minitest-0.x-lockfile details:The pull request zerocracy/fbe#286 has been opened by @renovate[bot]. event_id:54051955991 event_type:PullRequestEvent is_human:0 issue:286 where:github who:29139614
2025-08-31T09:25:29Z pull-was-opened 820463873 _job:17430421849 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/fbe#285 has been opened by @renovate[bot]. event_id:54051952030 event_type:PullRequestEvent is_human:0 issue:285 where:github who:29139614
2025-08-29T06:42:02Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#284 has been opened by @yegor256. event_id:53990172969 event_type:IssuesEvent is_human:1 issue:284 where:github who:526301
2025-08-29T03:25:29Z pull-was-merged 820463873 _job:17430421849 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#283 has been closed by @rultor, with 2 HoC and 3 comments. event_id:53985068435 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:283 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-08-29T03:12:07Z pull-was-reviewed 820463873 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/fbe#283 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:53984786612 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:283 review_comments:0 where:github who:526301
2025-08-29T00:02:24Z pull-was-opened 820463873 _job:17430421849 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/fbe#283 has been opened by @renovate[bot]. event_id:53980598298 event_type:PullRequestEvent is_human:0 issue:283 where:github who:29139614
2025-08-28T10:18:26Z issue-was-closed 820463873 _job:17430421849 details:The issue zerocracy/fbe#282 has been closed by @yegor256. event_id:53946881044 event_type:IssuesEvent is_human:1 issue:282 tombstone:2025-09-03T11:21:40Z where:github who:526301
2025-08-28T10:10:21Z release-published 820463873 _job:17430421849 commits:22 contributors:[29139614, 2566462, 526301, 8086956] details:A new release '`Fbe.kill_if` to delete facts if a condition is true' has been published in zerocracy/fbe by @rultor. event_id:53946502823 event_type:ReleaseEvent hoc:439 is_human:0 last_commit:7645a02cdf8be01a4dd70f8cf54291aa168918aa release:243118809 tag:0.29.0 where:github who:8086956
2025-08-28T10:08:30Z tag-was-created 820463873 _job:17430421849 details:A new tag '0.29.0' has been created in zerocracy/fbe by @rultor. event_id:53946417885 event_type:CreateEvent is_human:0 tag:0.29.0 where:github who:8086956
2025-08-28T10:01:36Z git-was-pushed 820463873 _job:17430421849 commit:caeb0482881e076f541bd900058a5a3e95972bbb default_branch:master details:A new Git push #26430802900 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53946088376 event_type:PushEvent is_human:1 push_id:26430802900 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-28T09:58:19Z git-was-pushed 820463873 _job:17430421849 commit:96ab007de83d0e7e77d771914a94a2b4d5f14922 default_branch:master details:A new Git push #26430723269 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53945926635 event_type:PushEvent is_human:1 push_id:26430723269 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-28T09:42:47Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#282 has been opened by @yegor256. event_id:53945177936 event_type:IssuesEvent is_human:1 issue:282 tombstone:2025-09-03T11:21:40Z where:github who:526301
2025-08-27T16:19:24Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#279 has been opened by @yegor256. event_id:53910447237 event_type:IssuesEvent is_human:1 issue:279 where:github who:526301
2025-08-27T02:50:29Z pull-was-merged 820463873 _job:17430421849 branch:renovate/simplecov-cobertura-3.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#278 has been closed by @rultor, with 4 HoC and 3 comments. event_id:53878868828 event_type:PullRequestEvent failed_builds:0 hoc:4 is_human:0 issue:278 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:39Z where:github who:8086956
2025-08-27T02:44:48Z pull-was-reviewed 820463873 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/fbe#278 has been reviewed by @yegor256 with 4 HoC and 5 comments. event_id:53878746100 event_type:PullRequestReviewEvent files:1 hoc:4 is_human:1 issue:278 review_comments:0 tombstone:2025-09-03T11:21:39Z where:github who:526301
2025-08-27T02:39:30Z pull-was-opened 820463873 _job:17430421849 branch:renovate/simplecov-cobertura-3.x-lockfile details:The pull request zerocracy/fbe#278 has been opened by @renovate[bot]. event_id:53878622390 event_type:PullRequestEvent is_human:0 issue:278 tombstone:2025-09-03T11:21:39Z where:github who:29139614
2025-08-25T15:18:42Z issue-was-closed 820463873 _job:17430421849 details:The issue zerocracy/fbe#277 has been closed by @yegor256. event_id:53800899193 event_type:IssuesEvent is_human:1 issue:277 tombstone:2025-09-03T11:21:39Z where:github who:526301
2025-08-25T15:17:51Z release-published 820463873 _job:17430421849 commits:1 contributors:8086956 details:A new release '' has been published in zerocracy/fbe by @rultor. event_id:53800859012 event_type:ReleaseEvent hoc:2 is_human:0 last_commit:0768e5e14de1bbab47293675ee5e46bb2e12d76f release:242299060 tag:0.27.1 where:github who:8086956
2025-08-25T15:16:14Z tag-was-created 820463873 _job:17430421849 details:A new tag '0.27.1' has been created in zerocracy/fbe by @rultor. event_id:53800783425 event_type:CreateEvent is_human:0 tag:0.27.1 where:github who:8086956
2025-08-25T15:09:15Z git-was-pushed 820463873 _job:17430421849 commit:5ff86aa6bc3d78490f006d2c908c7c556e207202 default_branch:master details:A new Git push #26360122730 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53800447940 event_type:PushEvent is_human:1 push_id:26360122730 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-25T15:08:18Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#277 has been opened by @yegor256. event_id:53800401874 event_type:IssuesEvent is_human:1 issue:277 tombstone:2025-09-03T11:21:39Z where:github who:526301
2025-08-23T09:44:40Z pull-was-closed 820463873 _job:17430421849 branch:renovate/rubocop-1.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#275 has been closed by @renovate[bot], with 2 HoC and 1 comments. event_id:53737701185 event_type:PullRequestEvent failed_builds:2 hoc:2 is_human:0 issue:275 succeeded_builds:8 where:github who:29139614
2025-08-23T05:20:43Z issue-was-closed 820463873 _job:17430421849 details:The issue zerocracy/fbe#276 has been closed by @yegor256. event_id:53734164665 event_type:IssuesEvent is_human:1 issue:276 tombstone:2025-09-03T11:21:37Z where:github who:526301
2025-08-23T05:17:57Z release-published 820463873 _job:17430421849 commits:1 contributors:8086956 details:A new release '`Fbe.delete()` must be able to delete only one value' has been published in zerocracy/fbe by @rultor. event_id:53734128678 event_type:ReleaseEvent hoc:2 is_human:0 last_commit:bf24b9bd3ca89bbdd6aecba58c4131e2d7bc1641 release:242002657 tag:0.27.0 where:github who:8086956
2025-08-23T05:16:12Z tag-was-created 820463873 _job:17430421849 details:A new tag '0.27.0' has been created in zerocracy/fbe by @rultor. event_id:53734106849 event_type:CreateEvent is_human:0 tag:0.27.0 where:github who:8086956
2025-08-23T05:10:00Z git-was-pushed 820463873 _job:17430421849 commit:d8fba1a027031cad5895da43fcb909d97f618459 default_branch:master details:A new Git push #26322076294 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53734033784 event_type:PushEvent is_human:1 push_id:26322076294 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-23T05:08:36Z git-was-pushed 820463873 _job:17430421849 commit:b0a0138775d9ff1f4cc14607024d280f90ea15de default_branch:master details:A new Git push #26322066135 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53734016860 event_type:PushEvent is_human:1 push_id:26322066135 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-23T05:07:17Z git-was-pushed 820463873 _job:17430421849 commit:0e99a1137df6c000dfd65e181e6a9a8a6025049b default_branch:master details:A new Git push #26322056499 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53734000645 event_type:PushEvent is_human:1 push_id:26322056499 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-23T04:56:27Z git-was-pushed 820463873 _job:17430421849 commit:ffa797439d6a1586bee54836c69ac0ad02ed5b8b default_branch:master details:A new Git push #26321974252 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:53733872373 event_type:PushEvent is_human:1 push_id:26321974252 ref:refs/heads/master to_master:1 where:github who:526301
2025-08-23T04:35:06Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#276 has been opened by @yegor256. event_id:53733640519 event_type:IssuesEvent is_human:1 issue:276 tombstone:2025-09-03T11:21:37Z where:github who:526301
2025-08-14T03:32:13Z issue-was-closed 820463873 _job:17430421849 details:The issue zerocracy/fbe#267 has been closed by @yegor256. event_id:53346466409 event_type:IssuesEvent is_human:1 issue:267 tombstone:2025-09-03T11:21:35Z where:github who:526301
2025-08-13T15:33:34Z issue-was-closed 820463873 _job:17430421849 details:The issue zerocracy/fbe#263 has been closed by @yegor256. event_id:53323751483 event_type:IssuesEvent is_human:1 issue:263 tombstone:2025-09-03T11:21:35Z where:github who:526301
2025-08-13T15:33:33Z pull-was-merged 820463873 _job:17430421849 branch:263 comments:5 comments_appreciated:4 comments_by_author:2 comments_by_reviewers:5 comments_resolved:1 comments_to_code:3 details:The pull request zerocracy/fbe#273 has been closed by @yegor256, with 6 HoC and 5 comments. event_id:53323750663 event_type:PullRequestEvent failed_builds:0 hoc:6 is_human:1 issue:273 review_comments:3 succeeded_builds:10 tombstone:2025-09-03T11:21:35Z where:github who:526301
2025-08-13T14:39:25Z pull-was-opened 820463873 _job:17430421849 branch:263 details:The pull request zerocracy/fbe#273 has been opened by @yegorov. event_id:53320885229 event_type:PullRequestEvent is_human:1 issue:273 tombstone:2025-09-03T11:21:35Z where:github who:2566462
2025-08-13T03:33:16Z pull-was-merged 820463873 _job:17430421849 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#272 has been closed by @rultor, with 2 HoC and 3 comments. event_id:53293140102 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:272 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:35Z where:github who:8086956
2025-08-13T03:11:41Z pull-was-reviewed 820463873 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/fbe#272 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:53292668685 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:272 review_comments:0 tombstone:2025-09-03T11:21:35Z where:github who:526301
2025-08-12T17:28:44Z pull-was-opened 820463873 _job:17430421849 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/fbe#272 has been opened by @renovate[bot]. event_id:53274695596 event_type:PullRequestEvent is_human:0 issue:272 tombstone:2025-09-03T11:21:35Z where:github who:29139614
2025-08-11T16:43:44Z pull-was-merged 820463873 _job:17430421849 branch:renovate/actions-checkout-5.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#271 has been closed by @rultor, with 20 HoC and 3 comments. event_id:53217378910 event_type:PullRequestEvent failed_builds:0 hoc:20 is_human:0 issue:271 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:35Z where:github who:8086956
2025-08-11T16:26:51Z pull-was-reviewed 820463873 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/fbe#271 has been reviewed by @yegor256 with 20 HoC and 5 comments. event_id:53216652113 event_type:PullRequestReviewEvent files:10 hoc:20 is_human:1 issue:271 review_comments:0 tombstone:2025-09-03T11:21:35Z where:github who:526301
2025-08-11T13:31:28Z pull-was-opened 820463873 _job:17430421849 branch:renovate/actions-checkout-5.x details:The pull request zerocracy/fbe#271 has been opened by @renovate[bot]. event_id:53207533950 event_type:PullRequestEvent is_human:0 issue:271 tombstone:2025-09-03T11:21:35Z where:github who:29139614
2025-08-10T17:28:00Z issue-was-closed 820463873 _job:17430421849 details:The issue zerocracy/fbe#270 has been closed by @yegor256. event_id:53175980532 event_type:IssuesEvent is_human:1 issue:270 tombstone:2025-09-03T11:21:34Z where:github who:526301
2025-08-10T17:08:01Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#270 has been opened by @yegor256. event_id:53175661981 event_type:IssuesEvent is_human:1 issue:270 tombstone:2025-09-03T11:21:34Z where:github who:526301
2025-08-09T06:00:26Z issue-was-closed 820463873 _job:17430421849 details:The issue zerocracy/fbe#269 has been closed by @yegor256. event_id:53149059354 event_type:IssuesEvent is_human:1 issue:269 tombstone:2025-09-03T11:21:03Z where:github who:526301
2025-08-09T05:41:18Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#269 has been opened by @yegor256. event_id:53148839609 event_type:IssuesEvent is_human:1 issue:269 tombstone:2025-09-03T11:21:03Z where:github who:526301
2025-08-09T03:03:16Z pull-was-merged 820463873 _job:17430421849 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:The pull request zerocracy/fbe#268 has been closed by @rultor, with 2 HoC and 3 comments. event_id:53146863468 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:268 review_comments:0 succeeded_builds:10 tombstone:2025-09-03T11:21:03Z where:github who:8086956
2025-08-09T02:53:32Z pull-was-reviewed 820463873 _job:17430421849 comments:5 commits:1 details:The pull request zerocracy/fbe#268 has been reviewed by @yegor256 with 2 HoC and 5 comments. event_id:53146722893 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:268 review_comments:0 tombstone:2025-09-03T11:21:03Z where:github who:526301
2025-08-08T21:02:25Z pull-was-opened 820463873 _job:17430421849 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/fbe#268 has been opened by @renovate[bot]. event_id:53140688999 event_type:PullRequestEvent is_human:0 issue:268 tombstone:2025-09-03T11:21:03Z where:github who:29139614
2025-08-08T12:54:25Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#267 has been opened by @yegor256. event_id:53122452222 event_type:IssuesEvent is_human:1 issue:267 tombstone:2025-09-03T11:21:35Z where:github who:526301
2025-08-08T12:53:58Z issue-was-closed 820463873 _job:17430421849 details:The issue zerocracy/fbe#266 has been closed by @yegor256. event_id:53122432637 event_type:IssuesEvent is_human:1 issue:266 tombstone:2025-09-03T11:21:02Z where:github who:526301
2025-08-08T12:38:13Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#266 has been opened by @yegor256. event_id:53121768135 event_type:IssuesEvent is_human:1 issue:266 tombstone:2025-09-03T11:21:02Z where:github who:526301
2025-08-08T12:21:23Z issue-was-closed 820463873 _job:17430421849 details:The issue zerocracy/fbe#265 has been closed by @yegor256. event_id:53121059261 event_type:IssuesEvent is_human:1 issue:265 tombstone:2025-09-03T11:21:02Z where:github who:526301
2025-08-08T12:09:33Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#265 has been opened by @yegor256. event_id:53120568006 event_type:IssuesEvent is_human:1 issue:265 tombstone:2025-09-03T11:21:02Z where:github who:526301
2025-08-05T08:40:39Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#258 has been opened by @h1alexbel. event_id:52956713479 event_type:IssuesEvent is_human:1 issue:258 tombstone:2025-09-03T10:48:33Z where:github who:83453843
events-were-scanned 840215648 _job:17430421849 latest:54074475862 where:github
events-were-scanned 974194993 _job:17430421849 latest:54151039160 where:github
events-were-scanned 849726475 _job:17430421849 latest:54058777071 where:github
2025-05-28T15:11:56Z pull-was-opened 802720676 _job:17430421849 branch:renovate/judges-0.x-lockfile details:The pull zerocracy/pages-action#287 has been opened earlier by @renovate[bot]. is_human:0 issue:287 where:github who:29139614
2024-11-03T18:00:02Z pull-was-opened 799113787 _job:17430421849 branch:139 details:The pull yegor256/judges#143 has been opened earlier by @luliko-hub. is_human:1 issue:143 where:github who:79243520
2025-08-23T05:46:07Z pull-was-opened 799177290 _job:17430421849 branch:version-up details:The pull zerocracy/judges-action#916 has been opened earlier by @github-actions[bot]. is_human:0 issue:916 where:github who:41898282
2025-08-23T06:44:30Z pull-was-opened 799177290 _job:17430421849 branch:renovate/zerocracy-judges-action-0.x details:The pull zerocracy/judges-action#917 has been opened earlier by @renovate[bot]. is_human:0 issue:917 where:github who:29139614
2025-08-12T17:53:25Z pull-was-opened 802720676 _job:17430421849 branch:renovate/crate-ci-typos-1.x details:The pull zerocracy/pages-action#348 has been opened earlier by @renovate[bot]. is_human:0 issue:348 where:github who:29139614
2025-08-25T05:08:06Z pull-was-opened 799177290 _job:17430421849 branch:renovate/zerocracy-judges-action-0.x details:The pull zerocracy/judges-action#921 has been opened earlier by @renovate[bot]. is_human:0 issue:921 where:github who:29139614
2025-08-25T05:11:21Z pull-was-opened 799177290 _job:17430421849 branch:version-up details:The pull zerocracy/judges-action#922 has been opened earlier by @github-actions[bot]. is_human:0 issue:922 where:github who:41898282
2025-08-25T15:41:52Z pull-was-opened 799177290 _job:17430421849 branch:version-up details:The pull zerocracy/judges-action#926 has been opened earlier by @github-actions[bot]. is_human:0 issue:926 where:github who:41898282
2025-08-27T02:05:21Z pull-was-opened 799177290 _job:17430421849 branch:version-up details:The pull zerocracy/judges-action#931 has been opened earlier by @github-actions[bot]. is_human:0 issue:931 where:github who:41898282
2025-08-27T02:02:23Z pull-was-opened 799177290 _job:17430421849 branch:renovate/simplecov-cobertura-3.x-lockfile details:The pull zerocracy/judges-action#930 has been opened earlier by @renovate[bot]. is_human:0 issue:930 where:github who:29139614
2025-08-27T02:02:08Z pull-was-opened 799177290 _job:17430421849 branch:renovate/zerocracy-judges-action-0.x details:The pull zerocracy/judges-action#929 has been opened earlier by @renovate[bot]. is_human:0 issue:929 where:github who:29139614
2025-08-27T04:32:48Z pull-was-opened 799113787 _job:17430421849 branch:renovate/simplecov-cobertura-3.x-lockfile details:The pull yegor256/judges#278 has been opened earlier by @renovate[bot]. is_human:0 issue:278 where:github who:29139614
2025-08-27T16:54:40Z pull-was-opened 798641472 _job:17430421849 branch:renovate/rubocop-1.x-lockfile details:The pull yegor256/factbase#291 has been opened earlier by @renovate[bot]. is_human:0 issue:291 where:github who:29139614
2025-08-27T17:39:55Z pull-was-opened 799177290 _job:17430421849 branch:renovate/fbe-0.x-lockfile details:The pull zerocracy/judges-action#934 has been opened earlier by @renovate[bot]. is_human:0 issue:934 where:github who:29139614
2025-08-28T14:21:42Z pull-was-opened 799177290 _job:17430421849 branch:version-up details:The pull zerocracy/judges-action#939 has been opened earlier by @github-actions[bot]. is_human:0 issue:939 where:github who:41898282
2025-08-28T14:59:29Z pull-was-opened 799177290 _job:17430421849 branch:renovate/zerocracy-judges-action-0.x details:The pull zerocracy/judges-action#940 has been opened earlier by @renovate[bot]. is_human:0 issue:940 where:github who:29139614
2025-08-28T12:00:19Z pull-was-opened 799177290 _job:17430421849 branch:renovate/judges-0.x-lockfile details:The pull zerocracy/judges-action#937 has been opened earlier by @renovate[bot]. is_human:0 issue:937 where:github who:29139614
2025-08-28T21:01:23Z pull-was-opened 799177290 _job:17430421849 branch:renovate/crate-ci-typos-1.x details:The pull zerocracy/judges-action#942 has been opened earlier by @renovate[bot]. is_human:0 issue:942 where:github who:29139614
2025-08-28T21:01:36Z pull-was-opened 799177290 _job:17430421849 branch:renovate/factbase-0.x-lockfile details:The pull zerocracy/judges-action#943 has been opened earlier by @renovate[bot]. is_human:0 issue:943 where:github who:29139614
2025-08-28T20:42:44Z pull-was-opened 799177290 _job:17430421849 branch:935 details:The pull zerocracy/judges-action#941 has been opened earlier by @yegorov. is_human:1 issue:941 where:github who:2566462
2025-08-29T05:37:14Z pull-was-opened 799177290 _job:17430421849 branch:version-up details:The pull zerocracy/judges-action#948 has been opened earlier by @github-actions[bot]. is_human:0 issue:948 where:github who:41898282
2025-08-29T05:33:45Z pull-was-opened 799177290 _job:17430421849 branch:renovate/zerocracy-judges-action-0.x details:The pull zerocracy/judges-action#947 has been opened earlier by @renovate[bot]. is_human:0 issue:947 where:github who:29139614
2025-08-29T08:28:46Z pull-was-opened 799177290 _job:17430421849 branch:version-up details:The pull zerocracy/judges-action#951 has been opened earlier by @github-actions[bot]. is_human:0 issue:951 where:github who:41898282
2025-08-29T08:43:17Z pull-was-opened 799177290 _job:17430421849 branch:renovate/zerocracy-judges-action-0.x details:The pull zerocracy/judges-action#952 has been opened earlier by @renovate[bot]. is_human:0 issue:952 where:github who:29139614
2025-08-29T15:15:05Z pull-was-opened 799177290 _job:17430421849 branch:renovate/crate-ci-typos-1.x details:The pull zerocracy/judges-action#953 has been opened earlier by @renovate[bot]. is_human:0 issue:953 where:github who:29139614
2025-08-30T03:14:16Z pull-was-opened 799177290 _job:17430421849 branch:renovate/rubocop-minitest-0.x-lockfile details:The pull zerocracy/judges-action#954 has been opened earlier by @renovate[bot]. is_human:0 issue:954 where:github who:29139614
2025-08-27T21:43:50Z pull-was-opened 849726475 _job:17430421849 branch:renovate/fbe-0.x-lockfile details:The pull zerocracy/swarm-template#150 has been opened earlier by @renovate[bot]. is_human:0 issue:150 where:github who:29139614
2025-08-31T09:22:15Z pull-was-opened 181044958 _job:17430421849 branch:renovate/rubocop-minitest-0.x-lockfile details:The pull yegor256/0rsk#232 has been opened earlier by @renovate[bot]. is_human:0 issue:232 where:github who:29139614
2025-08-31T09:42:14Z pull-was-opened 798641472 _job:17430421849 branch:renovate/crate-ci-typos-1.x details:The pull yegor256/factbase#293 has been opened earlier by @renovate[bot]. is_human:0 issue:293 where:github who:29139614
2025-08-31T09:42:30Z pull-was-opened 798641472 _job:17430421849 branch:renovate/rubocop-minitest-0.x-lockfile details:The pull yegor256/factbase#294 has been opened earlier by @renovate[bot]. is_human:0 issue:294 where:github who:29139614
2025-08-29T02:45:49Z pull-was-opened 799113787 _job:17430421849 branch:renovate/crate-ci-typos-1.x details:The pull yegor256/judges#283 has been opened earlier by @renovate[bot]. is_human:0 issue:283 where:github who:29139614
2025-08-31T12:46:46Z pull-was-opened 799177290 _job:17430421849 branch:658 details:The pull zerocracy/judges-action#955 has been opened earlier by @vbvictor. is_human:1 issue:955 where:github who:70346889
2025-09-02T03:22:14Z pull-was-opened 799177290 _job:17430421849 branch:renovate/crate-ci-typos-1.x details:The pull zerocracy/judges-action#961 has been opened earlier by @renovate[bot]. is_human:0 issue:961 where:github who:29139614
2025-08-19T09:35:54Z pull-was-opened 849726475 _job:17430421849 branch:renovate/judges-0.x-lockfile details:The pull zerocracy/swarm-template#144 has been opened earlier by @renovate[bot]. is_human:0 issue:144 tombstone:2025-09-03T11:21:37Z where:github who:29139614
2025-08-12T18:39:17Z pull-was-opened 849726475 _job:17430421849 branch:renovate/crate-ci-typos-1.x details:The pull zerocracy/swarm-template#141 has been opened earlier by @renovate[bot]. is_human:0 issue:141 tombstone:2025-09-03T11:21:37Z where:github who:29139614
2025-08-31T13:14:23Z issue-was-closed 799177290 _job:17430421849 details:Apparently, zerocracy/judges-action#314 has been 'issue-was-closed'. is_human:1 issue:314 where:github who:526301
2025-08-27T17:23:06Z issue-was-closed 820463873 _job:17430421849 details:Apparently, zerocracy/fbe#279 has been 'issue-was-closed'. is_human:1 issue:279 where:github who:526301
2024-07-29T09:26:19Z issue-was-closed 802720676 _job:17430421849 details:Apparently, zerocracy/pages-action#45 has been 'issue-was-closed'. is_human:1 issue:45 where:github who:526301
2025-08-08T06:19:04Z issue-was-closed 840215648 _job:17430421849 details:Apparently, zerocracy/baza.rb#113 has been 'issue-was-closed'. is_human:1 issue:113 tombstone:2025-09-03T11:21:33Z where:github who:526301
2025-08-29T07:50:49Z issue-was-closed 820463873 _job:17430421849 details:Apparently, zerocracy/fbe#284 has been 'issue-was-closed'. is_human:1 issue:284 where:github who:526301
2025-09-02T04:44:01Z issue-was-closed 820463873 _job:17430421849 details:Apparently, zerocracy/fbe#287 has been 'issue-was-closed'. is_human:1 issue:287 where:github who:526301
2025-09-02T05:04:34Z issue-was-closed 820463873 _job:17430421849 details:Apparently, zerocracy/fbe#288 has been 'issue-was-closed'. is_human:1 issue:288 where:github who:526301
2025-09-01T12:48:08Z issue-was-closed 799177290 _job:17430421849 details:Apparently, zerocracy/judges-action#658 has been 'issue-was-closed'. is_human:1 issue:658 where:github who:526301
2025-08-28T19:07:34Z issue-was-closed 798641472 _job:17430421849 details:Apparently, yegor256/factbase#292 has been 'issue-was-closed'. is_human:1 issue:292 where:github who:526301
2025-08-28T16:47:38Z issue-was-closed 799113787 _job:17430421849 details:Apparently, yegor256/judges#282 has been 'issue-was-closed'. is_human:1 issue:282 where:github who:526301
2025-09-01T13:31:58Z issue-was-closed 799113787 _job:17430421849 details:Apparently, yegor256/judges#285 has been 'issue-was-closed'. is_human:1 issue:285 where:github who:526301
2025-08-28T14:52:41Z issue-was-closed 799177290 _job:17430421849 details:Apparently, zerocracy/judges-action#938 has been 'issue-was-closed'. is_human:1 issue:938 where:github who:526301
2025-08-29T05:48:26Z issue-was-closed 799177290 _job:17430421849 details:Apparently, zerocracy/judges-action#946 has been 'issue-was-closed'. is_human:1 issue:946 where:github who:526301
2025-08-29T08:27:41Z issue-was-closed 799177290 _job:17430421849 details:Apparently, zerocracy/judges-action#950 has been 'issue-was-closed'. is_human:1 issue:950 where:github who:526301
2025-09-02T05:29:40Z issue-was-closed 799177290 _job:17430421849 details:Apparently, zerocracy/judges-action#962 has been 'issue-was-closed'. is_human:1 issue:962 where:github who:526301
2025-09-03T08:15:08Z issue-was-closed 799177290 _job:17430421849 details:Apparently, zerocracy/judges-action#971 has been 'issue-was-closed'. is_human:1 issue:971 where:github who:526301
2025-09-02T07:27:13Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#296 has been opened by @yegor256. is_human:1 issue:296 where:github who:526301
2025-08-28T18:32:28Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#292 has been opened by @yegor256. is_human:1 issue:292 where:github who:526301
2025-08-22T06:36:30Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#287 has been opened by @yegor256. is_human:1 issue:287 tombstone:2025-09-03T11:21:38Z where:github who:526301
2025-08-21T14:24:58Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#286 has been opened by @yegor256. is_human:1 issue:286 tombstone:2025-09-03T11:21:38Z where:github who:526301
2025-08-21T12:28:33Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#285 has been opened by @yegor256. is_human:1 issue:285 tombstone:2025-09-03T11:21:39Z where:github who:526301
2025-08-21T04:43:16Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#284 has been opened by @yegor256. is_human:1 issue:284 tombstone:2025-09-03T11:21:38Z where:github who:526301
2025-08-19T10:51:00Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#283 has been opened by @yegor256. is_human:1 issue:283 tombstone:2025-09-03T11:21:37Z where:github who:526301
2025-08-18T15:27:31Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#281 has been opened by @yegor256. is_human:1 issue:281 tombstone:2025-09-03T11:21:36Z where:github who:526301
2025-08-18T10:56:40Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#280 has been opened by @yegor256. is_human:1 issue:280 tombstone:2025-09-03T11:21:36Z where:github who:526301
2025-08-15T10:36:40Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#279 has been opened by @yegor256. is_human:1 issue:279 tombstone:2025-09-03T11:21:36Z where:github who:526301
2025-08-10T16:24:26Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#276 has been opened by @yegor256. is_human:1 issue:276 tombstone:2025-09-03T11:21:34Z where:github who:526301
2025-08-10T15:48:51Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#275 has been opened by @yegor256. is_human:1 issue:275 tombstone:2025-09-03T11:21:37Z where:github who:526301
2025-08-08T07:43:14Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#270 has been opened by @yegor256. is_human:1 issue:270 tombstone:2025-09-03T11:21:02Z where:github who:526301
2025-07-30T05:44:34Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#264 has been opened by @yegor256. is_human:1 issue:264 tombstone:2025-09-03T11:21:33Z where:github who:526301
2025-07-30T05:41:41Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#263 has been opened by @yegor256. is_human:1 issue:263 tombstone:2025-09-03T11:21:33Z where:github who:526301
2025-07-30T03:58:57Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#262 has been opened by @yegor256. is_human:1 issue:262 tombstone:2025-09-03T11:21:32Z where:github who:526301
2025-07-28T17:21:39Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#261 has been opened by @yegor256. is_human:1 issue:261 tombstone:2025-09-03T11:21:32Z where:github who:526301
2025-07-28T06:09:16Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#258 has been opened by @yegor256. is_human:1 issue:258 tombstone:2025-09-03T11:21:32Z where:github who:526301
2025-07-23T17:05:47Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#254 has been opened by @yegor256. is_human:1 issue:254 tombstone:2025-09-03T11:21:32Z where:github who:526301
2025-07-04T05:38:28Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#248 has been opened by @yegor256. is_human:1 issue:248 tombstone:2025-09-03T11:21:30Z where:github who:526301
2025-06-26T17:08:31Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#244 has been opened by @yegor256. is_human:1 issue:244 tombstone:2025-09-03T11:21:06Z where:github who:526301
2025-06-25T05:17:12Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#242 has been opened by @yegor256. is_human:1 issue:242 tombstone:2025-09-03T11:21:06Z where:github who:526301
2025-06-24T12:13:58Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#240 has been opened by @yegor256. is_human:1 issue:240 tombstone:2025-09-03T11:21:05Z where:github who:526301
2025-06-21T08:06:28Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#239 has been opened by @yegor256. is_human:1 issue:239 tombstone:2025-09-03T11:21:05Z where:github who:526301
2025-03-30T12:32:17Z issue-was-opened 798641472 _job:17430421849 details:The issue yegor256/factbase#217 has been opened by @yegor256. is_human:1 issue:217 tombstone:2025-09-03T11:21:04Z where:github who:526301
2025-07-20T12:18:28Z issue-was-opened 840215648 _job:17430421849 details:The issue zerocracy/baza.rb#100 has been opened by @yegor256. is_human:1 issue:100 tombstone:2025-09-03T11:21:32Z where:github who:526301
2025-07-10T04:33:15Z issue-was-opened 840215648 _job:17430421849 details:The issue zerocracy/baza.rb#98 has been opened by @yegor256. is_human:1 issue:98 tombstone:2025-09-03T11:21:31Z where:github who:526301
2025-07-09T07:46:45Z issue-was-opened 840215648 _job:17430421849 details:The issue zerocracy/baza.rb#97 has been opened by @yegor256. is_human:1 issue:97 tombstone:2025-09-03T11:21:31Z where:github who:526301
2025-07-04T09:24:11Z issue-was-opened 840215648 _job:17430421849 details:The issue zerocracy/baza.rb#94 has been opened by @yegor256. is_human:1 issue:94 tombstone:2025-09-03T11:21:05Z where:github who:526301
2025-07-01T16:11:50Z issue-was-opened 840215648 _job:17430421849 details:The issue zerocracy/baza.rb#92 has been opened by @yegor256. is_human:1 issue:92 tombstone:2025-09-03T11:21:05Z where:github who:526301
2025-09-02T04:48:06Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#288 has been opened by @yegor256. is_human:1 issue:288 where:github who:526301
2025-09-02T04:19:32Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#287 has been opened by @yegor256. is_human:1 issue:287 where:github who:526301
2025-08-27T18:59:57Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#281 has been opened by @yegor256. is_human:1 issue:281 tombstone:2025-09-03T11:21:40Z where:github who:526301
2025-08-27T17:45:56Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#280 has been opened by @yegor256. is_human:1 issue:280 tombstone:2025-09-03T11:21:40Z where:github who:526301
2025-08-08T10:46:25Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#263 has been opened by @yegor256. is_human:1 issue:263 tombstone:2025-09-03T11:21:35Z where:github who:526301
2025-08-08T10:45:26Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#262 has been opened by @yegor256. is_human:1 issue:262 tombstone:2025-09-03T11:21:02Z where:github who:526301
2025-08-03T15:23:48Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#256 has been opened by @yegor256. is_human:1 issue:256 tombstone:2025-09-03T11:21:33Z where:github who:526301
2025-08-03T14:27:53Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#255 has been opened by @yegor256. is_human:1 issue:255 tombstone:2025-09-03T11:21:33Z where:github who:526301
2025-07-30T14:42:22Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#253 has been opened by @yegor256. is_human:1 issue:253 tombstone:2025-09-03T11:21:33Z where:github who:526301
2025-07-23T17:26:21Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#251 has been opened by @yegor256. is_human:1 issue:251 tombstone:2025-09-03T11:21:32Z where:github who:526301
2025-07-07T07:53:07Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#244 has been opened by @yegor256. is_human:1 issue:244 tombstone:2025-09-03T11:21:31Z where:github who:526301
2025-07-07T07:06:36Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#243 has been opened by @yegor256. is_human:1 issue:243 tombstone:2025-09-03T11:21:31Z where:github who:526301
2025-07-04T13:49:31Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#240 has been opened by @yegor256. is_human:1 issue:240 tombstone:2025-09-03T11:21:31Z where:github who:526301
2025-07-04T05:02:57Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#239 has been opened by @yegor256. is_human:1 issue:239 tombstone:2025-09-03T11:21:30Z where:github who:526301
2025-07-03T18:18:25Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#237 has been opened by @yegor256. is_human:1 issue:237 tombstone:2025-09-03T11:21:31Z where:github who:526301
2025-07-03T18:01:23Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#236 has been opened by @yegor256. is_human:1 issue:236 tombstone:2025-09-03T11:21:31Z where:github who:526301
2025-07-03T07:01:11Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#234 has been opened by @yegor256. is_human:1 issue:234 tombstone:2025-09-03T11:21:30Z where:github who:526301
2025-07-03T06:08:18Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#233 has been opened by @yegor256. is_human:1 issue:233 tombstone:2025-09-03T11:21:07Z where:github who:526301
2025-06-27T10:05:58Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#228 has been opened by @yegor256. is_human:1 issue:228 tombstone:2025-09-03T11:21:06Z where:github who:526301
2025-06-26T17:46:48Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#225 has been opened by @yegor256. is_human:1 issue:225 tombstone:2025-09-03T11:21:06Z where:github who:526301
2025-06-24T07:49:16Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#224 has been opened by @yegor256. is_human:1 issue:224 tombstone:2025-09-03T11:21:05Z where:github who:526301
2025-06-23T12:00:58Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#223 has been opened by @yegor256. is_human:1 issue:223 tombstone:2025-09-03T11:21:05Z where:github who:526301
2025-06-23T04:29:53Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#222 has been opened by @yegor256. is_human:1 issue:222 tombstone:2025-09-03T11:21:05Z where:github who:526301
2025-06-23T03:19:22Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#221 has been opened by @yegor256. is_human:1 issue:221 tombstone:2025-09-03T11:21:04Z where:github who:526301
2025-05-16T16:47:33Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#182 has been opened by @yegor256. is_human:1 issue:182 tombstone:2025-09-03T11:21:04Z where:github who:526301
2024-09-25T05:38:39Z issue-was-opened 820463873 _job:17430421849 details:The issue zerocracy/fbe#104 has been opened by @yegor256. is_human:1 issue:104 where:github who:526301
2025-09-01T13:14:00Z issue-was-opened 799113787 _job:17430421849 details:The issue yegor256/judges#285 has been opened by @yegor256. is_human:1 issue:285 where:github who:526301
2025-08-28T16:28:55Z issue-was-opened 799113787 _job:17430421849 details:The issue yegor256/judges#282 has been opened by @yegor256. is_human:1 issue:282 where:github who:526301
2025-08-28T10:52:00Z issue-was-opened 799113787 _job:17430421849 details:The issue yegor256/judges#281 has been opened by @yegor256. is_human:1 issue:281 tombstone:2025-09-03T11:21:45Z where:github who:526301
2025-08-27T12:27:01Z issue-was-opened 799113787 _job:17430421849 details:The issue yegor256/judges#280 has been opened by @yegor256. is_human:1 issue:280 where:github who:526301
2025-08-27T12:05:30Z issue-was-opened 799113787 _job:17430421849 details:The issue yegor256/judges#279 has been opened by @yegor256. is_human:1 issue:279 where:github who:526301
2025-08-24T05:28:17Z issue-was-opened 799113787 _job:17430421849 details:The issue yegor256/judges#277 has been opened by @yegor256. is_human:1 issue:277 tombstone:2025-09-03T11:21:38Z where:github who:526301
2025-08-23T14:20:15Z issue-was-opened 799113787 _job:17430421849 details:The issue yegor256/judges#276 has been opened by @yegor256. is_human:1 issue:276 tombstone:2025-09-03T11:21:38Z where:github who:526301
2025-08-19T04:19:44Z issue-was-opened 799113787 _job:17430421849 details:The issue yegor256/judges#272 has been opened by @yegor256. is_human:1 issue:272 tombstone:2025-09-03T11:21:36Z where:github who:526301
2025-08-18T04:29:29Z issue-was-opened 799113787 _job:17430421849 details:The issue yegor256/judges#270 has been opened by @yegor256. is_human:1 issue:270 tombstone:2025-09-03T11:21:36Z where:github who:526301
2025-08-08T09:51:51Z issue-was-opened 799113787 _job:17430421849 details:The issue yegor256/judges#267 has been opened by @yegor256. is_human:1 issue:267 tombstone:2025-09-03T11:21:02Z where:github who:526301
2025-07-28T18:27:40Z issue-was-opened 799113787 _job:17430421849 details:The issue yegor256/judges#261 has been opened by @yegor256. is_human:1 issue:261 tombstone:2025-09-03T11:21:32Z where:github who:526301
2025-07-27T19:08:49Z issue-was-opened 799113787 _job:17430421849 details:The issue yegor256/judges#260 has been opened by @yegor256. is_human:1 issue:260 tombstone:2025-09-03T11:21:32Z where:github who:526301
2025-07-13T05:41:04Z issue-was-opened 799113787 _job:17430421849 details:The issue yegor256/judges#257 has been opened by @yegor256. is_human:1 issue:257 tombstone:2025-09-03T11:21:31Z where:github who:526301
2025-07-01T09:21:28Z issue-was-opened 799113787 _job:17430421849 details:The issue yegor256/judges#254 has been opened by @yegor256. is_human:1 issue:254 tombstone:2025-09-03T11:21:07Z where:github who:526301
2025-07-01T07:29:24Z issue-was-opened 799113787 _job:17430421849 details:The issue yegor256/judges#253 has been opened by @yegor256. is_human:1 issue:253 tombstone:2025-09-03T11:21:06Z where:github who:526301
2025-06-30T15:20:07Z issue-was-opened 799113787 _job:17430421849 details:The issue yegor256/judges#251 has been opened by @yegor256. is_human:1 issue:251 tombstone:2025-09-03T11:21:07Z where:github who:526301
2025-06-21T08:03:23Z issue-was-opened 799113787 _job:17430421849 details:The issue yegor256/judges#248 has been opened by @yegor256. is_human:1 issue:248 tombstone:2025-09-03T11:21:06Z where:github who:526301
2025-09-02T07:54:36Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#966 has been opened by @yegor256. is_human:1 issue:966 where:github who:526301
2025-09-02T07:41:43Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#964 has been opened by @yegor256. is_human:1 issue:964 where:github who:526301
2025-09-02T04:11:38Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#962 has been opened by @yegor256. is_human:1 issue:962 where:github who:526301
2025-08-31T12:59:40Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#957 has been opened by @vbvictor. is_human:1 issue:957 where:github who:70346889
2025-08-31T12:54:25Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#956 has been opened by @vbvictor. is_human:1 issue:956 where:github who:70346889
2025-08-29T06:20:00Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#950 has been opened by @yegor256. is_human:1 issue:950 where:github who:526301
2025-08-29T05:06:28Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#946 has been opened by @yegor256. is_human:1 issue:946 where:github who:526301
2025-08-28T13:52:14Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#938 has been opened by @yegor256. is_human:1 issue:938 where:github who:526301
2025-08-28T07:43:59Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#935 has been opened by @yegor256. is_human:1 issue:935 where:github who:526301
2025-08-27T00:53:41Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#928 has been opened by @yegor256. is_human:1 issue:928 tombstone:2025-09-03T11:21:39Z where:github who:526301
2025-08-25T15:17:07Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#924 has been opened by @yegor256. is_human:1 issue:924 where:github who:526301
2025-08-25T04:48:09Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#920 has been opened by @yegor256. is_human:1 issue:920 tombstone:2025-09-03T11:21:39Z where:github who:526301
2025-08-23T05:23:10Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#915 has been opened by @yegor256. is_human:1 issue:915 tombstone:2025-09-03T11:21:38Z where:github who:526301
2025-08-23T03:52:37Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#914 has been opened by @yegor256. is_human:1 issue:914 tombstone:2025-09-03T11:21:39Z where:github who:526301
2025-08-22T08:47:10Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#912 has been opened by @yegor256. is_human:1 issue:912 tombstone:2025-09-03T11:21:39Z where:github who:526301
2025-08-21T12:47:37Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#906 has been opened by @yegor256. is_human:1 issue:906 tombstone:2025-09-03T11:21:38Z where:github who:526301
2025-08-21T09:24:45Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#904 has been opened by @yegor256. is_human:1 issue:904 tombstone:2025-09-03T11:21:37Z where:github who:526301
2025-08-18T08:21:13Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#899 has been opened by @yegor256. is_human:1 issue:899 tombstone:2025-09-03T11:21:37Z where:github who:526301
2025-08-18T05:08:18Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#896 has been opened by @yegor256. is_human:1 issue:896 tombstone:2025-09-03T11:21:36Z where:github who:526301
2025-08-15T14:18:13Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#891 has been opened by @yegor256. is_human:1 issue:891 tombstone:2025-09-03T11:21:36Z where:github who:526301
2025-08-15T10:32:55Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#887 has been opened by @yegor256. is_human:1 issue:887 tombstone:2025-09-03T11:21:36Z where:github who:526301
2025-08-14T13:31:30Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#884 has been opened by @yegor256. is_human:1 issue:884 tombstone:2025-09-03T11:21:36Z where:github who:526301
2025-08-10T17:14:51Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#872 has been opened by @yegor256. is_human:1 issue:872 tombstone:2025-09-03T11:21:34Z where:github who:526301
2025-08-08T14:18:01Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#861 has been opened by @yegor256. is_human:1 issue:861 tombstone:2025-09-03T11:21:02Z where:github who:526301
2025-08-08T07:55:04Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#857 has been opened by @yegor256. is_human:1 issue:857 tombstone:2025-09-03T11:21:02Z where:github who:526301
2025-08-06T12:08:01Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#853 has been opened by @yegor256. is_human:1 issue:853 tombstone:2025-09-03T11:21:02Z where:github who:526301
2025-08-06T12:06:00Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#852 has been opened by @yegor256. is_human:1 issue:852 tombstone:2025-09-03T11:21:33Z where:github who:526301
2025-08-03T14:22:33Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#845 has been opened by @yegor256. is_human:1 issue:845 tombstone:2025-09-03T11:21:33Z where:github who:526301
2025-08-01T06:08:16Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#842 has been opened by @yegor256. is_human:1 issue:842 tombstone:2025-09-03T11:21:33Z where:github who:526301
2025-07-30T14:37:18Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#837 has been opened by @yegor256. is_human:1 issue:837 tombstone:2025-09-03T11:21:33Z where:github who:526301
2025-07-30T05:01:56Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#833 has been opened by @yegor256. is_human:1 issue:833 tombstone:2025-09-03T11:21:33Z where:github who:526301
2025-07-30T03:39:14Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#829 has been opened by @yegor256. is_human:1 issue:829 tombstone:2025-09-03T11:21:32Z where:github who:526301
2025-07-25T07:09:20Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#823 has been opened by @yegor256. is_human:1 issue:823 tombstone:2025-09-03T11:21:32Z where:github who:526301
2025-07-22T09:27:55Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#817 has been opened by @yegor256. is_human:1 issue:817 tombstone:2025-09-03T11:21:32Z where:github who:526301
2025-07-13T05:51:37Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#809 has been opened by @yegor256. is_human:1 issue:809 tombstone:2025-09-03T11:21:31Z where:github who:526301
2025-07-04T14:25:47Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#800 has been opened by @yegor256. is_human:1 issue:800 tombstone:2025-09-03T11:21:31Z where:github who:526301
2025-07-03T17:34:11Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#797 has been opened by @yegor256. is_human:1 issue:797 tombstone:2025-09-03T11:21:31Z where:github who:526301
2025-07-03T13:50:04Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#794 has been opened by @yegor256. is_human:1 issue:794 tombstone:2025-09-03T11:21:07Z where:github who:526301
2025-06-27T14:49:38Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#778 has been opened by @yegor256. is_human:1 issue:778 tombstone:2025-09-03T11:21:06Z where:github who:526301
2025-06-27T07:09:50Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#775 has been opened by @yegor256. is_human:1 issue:775 tombstone:2025-09-03T11:21:06Z where:github who:526301
2025-06-26T17:30:04Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#770 has been opened by @yegor256. is_human:1 issue:770 tombstone:2025-09-03T11:21:06Z where:github who:526301
2025-06-24T06:41:28Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#762 has been opened by @yegor256. is_human:1 issue:762 tombstone:2025-09-03T11:21:06Z where:github who:526301
2025-06-23T13:15:16Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#759 has been opened by @yegor256. is_human:1 issue:759 tombstone:2025-09-03T11:21:05Z where:github who:526301
2025-06-23T06:28:14Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#758 has been opened by @yegor256. is_human:1 issue:758 tombstone:2025-09-03T11:21:05Z where:github who:526301
2025-06-22T12:13:04Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#753 has been opened by @yegor256. is_human:1 issue:753 tombstone:2025-09-03T11:21:05Z where:github who:526301
2025-05-27T12:59:38Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#649 has been opened by @yegor256. is_human:1 issue:649 tombstone:2025-09-03T11:21:07Z where:github who:526301
2025-05-27T12:58:13Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#647 has been opened by @yegor256. is_human:1 issue:647 tombstone:2025-09-03T11:21:06Z where:github who:526301
2025-05-27T12:57:37Z issue-was-opened 799177290 _job:17430421849 details:The issue zerocracy/judges-action#646 has been opened by @yegor256. is_human:1 issue:646 tombstone:2025-09-03T11:21:05Z where:github who:526301
2025-05-13T10:28:28Z issue-was-opened 181044958 _job:17430421849 details:The issue yegor256/0rsk#150 has been opened by @artur-intech. is_human:1 issue:150 tombstone:2025-09-03T11:21:04Z where:github who:22315378
2025-05-13T10:10:45Z issue-was-opened 181044958 _job:17430421849 details:The issue yegor256/0rsk#149 has been opened by @artur-intech. is_human:1 issue:149 tombstone:2025-09-03T11:21:04Z where:github who:22315378
2025-05-13T09:24:28Z issue-was-opened 181044958 _job:17430421849 details:The issue yegor256/0rsk#148 has been opened by @artur-intech. is_human:1 issue:148 tombstone:2025-09-03T11:21:04Z where:github who:22315378
2025-05-10T09:56:32Z issue-was-opened 181044958 _job:17430421849 details:The issue yegor256/0rsk#137 has been opened by @artur-intech. is_human:1 issue:137 tombstone:2025-09-03T11:21:04Z where:github who:22315378
2025-05-10T09:07:49Z issue-was-opened 181044958 _job:17430421849 details:The issue yegor256/0rsk#136 has been opened by @artur-intech. is_human:1 issue:136 tombstone:2025-09-03T11:21:04Z where:github who:22315378
2025-05-08T17:28:47Z issue-was-opened 181044958 _job:17430421849 details:The issue yegor256/0rsk#134 has been opened by @artur-intech. is_human:1 issue:134 tombstone:2025-09-03T11:21:04Z where:github who:22315378
min-issue-was-found 802720676 _job:17430421849 latest:1 where:github
min-issue-was-found 798641472 _job:17430421849 latest:1 where:github
min-issue-was-found 840215648 _job:17430421849 latest:1 where:github
min-issue-was-found 820463873 _job:17430421849 latest:1 where:github
min-issue-was-found 799113787 _job:17430421849 latest:1 where:github
min-issue-was-found 799177290 _job:17430421849 latest:1 where:github
2025-08-22T08:47:10Z label-was-attached 799177290 _job:17430421849 details:The 'enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#912. issue:912 label:enhancement tombstone:2025-09-03T11:21:39Z where:github who:526301
2025-08-23T03:52:38Z label-was-attached 799177290 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#914. issue:914 label:bug tombstone:2025-09-03T11:21:39Z where:github who:526301
2025-08-23T05:23:11Z label-was-attached 799177290 _job:17430421849 details:The 'enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#915. issue:915 label:enhancement tombstone:2025-09-03T11:21:38Z where:github who:526301
2025-08-25T04:48:11Z label-was-attached 799177290 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#920. issue:920 label:bug tombstone:2025-09-03T11:21:39Z where:github who:526301
2025-08-27T00:53:42Z label-was-attached 799177290 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#928. issue:928 label:bug tombstone:2025-09-03T11:21:39Z where:github who:526301
2025-08-28T07:44:00Z label-was-attached 799177290 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#935. is_human:1 issue:935 label:bug where:github who:526301
2025-08-28T13:52:16Z label-was-attached 799177290 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#938. is_human:1 issue:938 label:bug where:github who:526301
2025-08-29T05:06:29Z label-was-attached 799177290 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#946. is_human:1 issue:946 label:bug where:github who:526301
2025-08-29T06:20:01Z label-was-attached 799177290 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#950. is_human:1 issue:950 label:bug where:github who:526301
2025-08-31T13:15:18Z label-was-attached 799177290 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#956. is_human:1 issue:956 label:bug where:github who:526301
2025-08-31T13:14:54Z label-was-attached 799177290 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#957. is_human:1 issue:957 label:bug where:github who:526301
2025-07-01T16:11:51Z label-was-attached 840215648 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#92. issue:92 label:bug tombstone:2025-09-03T11:21:05Z where:github who:526301
2025-09-02T04:11:39Z label-was-attached 799177290 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#962. is_human:1 issue:962 label:bug where:github who:526301
2025-09-02T07:41:44Z label-was-attached 799177290 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#964. is_human:1 issue:964 label:bug where:github who:526301
2025-07-04T09:24:12Z label-was-attached 840215648 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#94. issue:94 label:bug tombstone:2025-09-03T11:21:05Z where:github who:526301
2025-09-02T07:54:37Z label-was-attached 799177290 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#966. is_human:1 issue:966 label:bug where:github who:526301
2025-03-30T12:32:18Z label-was-attached 798641472 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#217. issue:217 label:bug tombstone:2025-09-03T11:21:04Z where:github who:526301
2025-07-09T07:46:47Z label-was-attached 840215648 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#97. issue:97 label:bug tombstone:2025-09-03T11:21:31Z where:github who:526301
2025-09-03T06:17:46Z label-was-attached 799177290 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#971. is_human:1 issue:971 label:bug where:github who:526301
2025-06-21T08:06:29Z label-was-attached 798641472 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#239. issue:239 label:bug tombstone:2025-09-03T11:21:05Z where:github who:526301
2025-07-10T04:33:16Z label-was-attached 840215648 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#98. issue:98 label:bug tombstone:2025-09-03T11:21:31Z where:github who:526301
2025-06-24T12:13:59Z label-was-attached 798641472 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#240. issue:240 label:bug tombstone:2025-09-03T11:21:05Z where:github who:526301
2025-07-20T12:18:30Z label-was-attached 840215648 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#100. issue:100 label:bug tombstone:2025-09-03T11:21:32Z where:github who:526301
2025-06-25T05:17:13Z label-was-attached 798641472 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#242. issue:242 label:bug tombstone:2025-09-03T11:21:06Z where:github who:526301
2025-08-07T13:22:55Z label-was-attached 840215648 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#113. issue:113 label:bug tombstone:2025-09-03T11:21:33Z where:github who:526301
2025-06-21T08:03:24Z label-was-attached 799113787 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/judges#248. issue:248 label:bug tombstone:2025-09-03T11:21:06Z where:github who:526301
2025-06-26T17:08:32Z label-was-attached 798641472 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#244. issue:244 label:bug tombstone:2025-09-03T11:21:06Z where:github who:526301
2025-08-11T17:51:45Z label-was-attached 840215648 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#120. issue:120 label:bug tombstone:2025-09-03T11:21:35Z where:github who:526301
2025-06-30T15:20:08Z label-was-attached 799113787 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/judges#251. issue:251 label:bug tombstone:2025-09-03T11:21:07Z where:github who:526301
2025-07-04T05:38:29Z label-was-attached 798641472 _job:17430421849 details:The 'enhancement' label was attached by @yegor256 to the issue yegor256/factbase#248. issue:248 label:enhancement tombstone:2025-09-03T11:21:30Z where:github who:526301
2025-07-01T07:29:25Z label-was-attached 799113787 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/judges#253. issue:253 label:bug tombstone:2025-09-03T11:21:06Z where:github who:526301
2025-07-23T17:05:49Z label-was-attached 798641472 _job:17430421849 details:The 'enhancement' label was attached by @yegor256 to the issue yegor256/factbase#254. issue:254 label:enhancement tombstone:2025-09-03T11:21:32Z where:github who:526301
2025-07-01T09:21:30Z label-was-attached 799113787 _job:17430421849 details:The 'enhancement' label was attached by @yegor256 to the issue yegor256/judges#254. issue:254 label:enhancement tombstone:2025-09-03T11:21:07Z where:github who:526301
2025-07-28T06:09:18Z label-was-attached 798641472 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#258. issue:258 label:bug tombstone:2025-09-03T11:21:32Z where:github who:526301
2025-07-13T05:41:06Z label-was-attached 799113787 _job:17430421849 details:The 'enhancement' label was attached by @yegor256 to the issue yegor256/judges#257. issue:257 label:enhancement tombstone:2025-09-03T11:21:31Z where:github who:526301
2025-07-28T17:21:40Z label-was-attached 798641472 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#261. issue:261 label:bug tombstone:2025-09-03T11:21:32Z where:github who:526301
2025-07-27T19:08:50Z label-was-attached 799113787 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/judges#260. issue:260 label:bug tombstone:2025-09-03T11:21:32Z where:github who:526301
2025-07-30T03:58:58Z label-was-attached 798641472 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#262. issue:262 label:bug tombstone:2025-09-03T11:21:32Z where:github who:526301
2025-07-28T18:27:42Z label-was-attached 799113787 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/judges#261. issue:261 label:bug tombstone:2025-09-03T11:21:32Z where:github who:526301
2025-07-30T05:41:43Z label-was-attached 798641472 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#263. issue:263 label:bug tombstone:2025-09-03T11:21:33Z where:github who:526301
2025-08-08T09:51:53Z label-was-attached 799113787 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/judges#267. issue:267 label:bug tombstone:2025-09-03T11:21:02Z where:github who:526301
2025-07-30T05:44:36Z label-was-attached 798641472 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#264. issue:264 label:bug tombstone:2025-09-03T11:21:33Z where:github who:526301
2025-08-18T04:29:31Z label-was-attached 799113787 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/judges#270. issue:270 label:bug tombstone:2025-09-03T11:21:36Z where:github who:526301
2025-08-08T07:43:16Z label-was-attached 798641472 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#270. issue:270 label:bug tombstone:2025-09-03T11:21:02Z where:github who:526301
2025-08-19T04:19:45Z label-was-attached 799113787 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/judges#272. issue:272 label:bug tombstone:2025-09-03T11:21:36Z where:github who:526301
2025-08-10T15:48:52Z label-was-attached 798641472 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#275. issue:275 label:bug tombstone:2025-09-03T11:21:37Z where:github who:526301
2025-08-23T14:20:16Z label-was-attached 799113787 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/judges#276. issue:276 label:bug tombstone:2025-09-03T11:21:38Z where:github who:526301
2025-08-10T16:24:27Z label-was-attached 798641472 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#276. issue:276 label:bug tombstone:2025-09-03T11:21:34Z where:github who:526301
2025-08-24T05:28:18Z label-was-attached 799113787 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/judges#277. issue:277 label:bug tombstone:2025-09-03T11:21:38Z where:github who:526301
2025-08-15T10:36:41Z label-was-attached 798641472 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#279. issue:279 label:bug tombstone:2025-09-03T11:21:36Z where:github who:526301
2025-08-27T12:05:31Z label-was-attached 799113787 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/judges#279. is_human:1 issue:279 label:bug where:github who:526301
2025-08-18T10:56:41Z label-was-attached 798641472 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#280. issue:280 label:bug tombstone:2025-09-03T11:21:36Z where:github who:526301
2025-08-27T12:27:02Z label-was-attached 799113787 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/judges#280. is_human:1 issue:280 label:bug where:github who:526301
2025-08-18T15:27:32Z label-was-attached 798641472 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#281. issue:281 label:bug tombstone:2025-09-03T11:21:36Z where:github who:526301
2025-08-28T10:52:01Z label-was-attached 799113787 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/judges#281. issue:281 label:bug tombstone:2025-09-03T11:21:45Z where:github who:526301
2025-08-19T10:51:02Z label-was-attached 798641472 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#283. issue:283 label:bug tombstone:2025-09-03T11:21:37Z where:github who:526301
2025-08-28T16:28:56Z label-was-attached 799113787 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/judges#282. is_human:1 issue:282 label:bug where:github who:526301
2025-08-21T04:43:17Z label-was-attached 798641472 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#284. issue:284 label:bug tombstone:2025-09-03T11:21:38Z where:github who:526301
2025-09-01T13:14:02Z label-was-attached 799113787 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/judges#285. is_human:1 issue:285 label:bug where:github who:526301
2025-08-21T12:28:34Z label-was-attached 798641472 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#285. issue:285 label:bug tombstone:2025-09-03T11:21:39Z where:github who:526301
2025-08-21T14:24:59Z label-was-attached 798641472 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#286. issue:286 label:bug tombstone:2025-09-03T11:21:38Z where:github who:526301
2025-08-22T06:36:31Z label-was-attached 798641472 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#287. issue:287 label:bug tombstone:2025-09-03T11:21:38Z where:github who:526301
2025-08-28T18:32:29Z label-was-attached 798641472 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue yegor256/factbase#292. is_human:1 issue:292 label:bug where:github who:526301
2025-08-27T07:21:20Z label-was-attached 802720676 _job:17430421849 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/pages-action#354. is_human:1 issue:354 label:bug where:github who:526301
2025-08-27T12:57:58Z label-was-attached 802720676 _job:17430421849 details:The 'enhancement' label was attached by @yegor256 to the issue zerocracy/pages-action#355. is_human:1 issue:355 label:enhancement where:github who:526301
2025-06-04T17:14:56Z pull-was-merged 799113787 _job:17430421849 branch:230 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/judges#231 has been 'pull-was-merged'. failed_builds:0 hoc:149 is_human:1 issue:231 review_comments:0 succeeded_builds:11 where:github who:526301
2025-03-14T09:03:27Z pull-was-closed 798641472 _job:17430421849 branch:renovate/rubocop-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#200 has been 'pull-was-closed'. failed_builds:3 hoc:6 is_human:0 issue:200 succeeded_builds:7 where:github who:29139614
2025-08-19T03:13:35Z pull-was-merged 820463873 _job:17430421849 branch:renovate/crate-ci-typos-1.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/fbe#274 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:274 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-08-19T04:06:33Z pull-was-merged 840215648 _job:17430421849 branch:renovate/crate-ci-typos-1.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/baza.rb#124 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:124 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-03-21T06:27:15Z pull-was-merged 799177290 _job:17430421849 branch:version-up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#504 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:504 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-19T04:15:15Z pull-was-merged 849726475 _job:17430421849 branch:renovate/crate-ci-typos-1.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/swarm-template#143 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:143 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-08-22T03:27:06Z pull-was-merged 840215648 _job:17430421849 branch:renovate/factbase-0.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/baza.rb#127 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:127 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-08-19T04:34:38Z pull-was-merged 799177290 _job:17430421849 branch:renovate/crate-ci-typos-1.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#900 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:900 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-08-19T08:54:34Z pull-was-merged 798641472 _job:17430421849 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#282 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:282 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-08-28T03:22:45Z pull-was-merged 849726475 _job:17430421849 branch:renovate/fbe-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/swarm-template#150 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:150 review_comments:0 succeeded_builds:10 where:github who:8086956
2025-08-23T07:01:06Z pull-was-merged 799177290 _job:17430421849 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#916 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:916 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-23T07:01:00Z pull-was-merged 799177290 _job:17430421849 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#917 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:917 review_comments:0 succeeded_builds:13 where:github who:526301
2025-08-23T16:47:04Z pull-was-closed 799113787 _job:17430421849 branch:renovate/cucumber-10.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/judges#274 has been 'pull-was-closed'. failed_builds:3 hoc:2 is_human:0 issue:274 succeeded_builds:9 where:github who:29139614
2025-08-28T03:30:36Z pull-was-merged 798641472 _job:17430421849 branch:renovate/rubocop-1.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#291 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:291 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-08-25T05:19:15Z pull-was-merged 799177290 _job:17430421849 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#921 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:921 review_comments:0 succeeded_builds:13 where:github who:526301
2025-08-29T02:45:24Z pull-was-closed 799113787 _job:17430421849 branch:renovate/rubocop-1.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/judges#275 has been 'pull-was-closed'. failed_builds:3 hoc:2 is_human:1 issue:275 succeeded_builds:9 where:github who:526301
2025-09-03T10:46:47Z quantity-of-deliverables _job:17430421849 since:2025-08-27T10:46:47Z
2025-08-22T16:49:52Z code-was-contributed 840215648 _job:35738 comments:3 details:The pull request zerocracy/baza.rb#128 with 2 HoC created by @renovate[bot] was merged by @rultor after 2h17m of being in review and 3 comments. hoc:2 issue:128 merger:8086956 review_comments:0 seconds:8250 tombstone:2025-09-03T11:21:37Z where:github who:29139614
2025-08-22T16:41:30Z code-was-contributed 840215648 _job:35738 comments:3 details:The pull request zerocracy/baza.rb#129 with 6 HoC created by @renovate[bot] was merged by @rultor after 2h9m of being in review and 3 comments. hoc:6 issue:129 merger:8086956 review_comments:0 seconds:7741 tombstone:2025-09-03T11:21:38Z where:github who:29139614
2025-08-21T08:43:11Z code-was-contributed 840215648 _job:35738 comments:3 details:The pull request zerocracy/baza.rb#126 with 2 HoC created by @renovate[bot] was merged by @rultor after 2h3m of being in review and 3 comments. hoc:2 issue:126 merger:8086956 review_comments:0 seconds:7405 tombstone:2025-09-03T11:21:37Z where:github who:29139614
2025-08-20T03:15:14Z code-was-contributed 840215648 _job:35738 comments:3 details:The pull request zerocracy/baza.rb#125 with 8 HoC created by @renovate[bot] was merged by @rultor after 8h33m of being in review and 3 comments. hoc:8 issue:125 merger:8086956 review_comments:0 seconds:30781 tombstone:2025-09-03T11:21:37Z where:github who:29139614
2025-08-13T03:05:53Z code-was-contributed 840215648 _job:35738 comments:3 details:The pull request zerocracy/baza.rb#121 with 2 HoC created by @renovate[bot] was merged by @rultor after 9h8m of being in review and 3 comments. hoc:2 issue:121 merger:8086956 review_comments:0 seconds:32925 tombstone:2025-09-03T11:21:35Z where:github who:29139614
2025-08-11T16:51:35Z code-was-contributed 840215648 _job:35738 comments:3 details:The pull request zerocracy/baza.rb#119 with 20 HoC created by @renovate[bot] was merged by @rultor after 2h17m of being in review and 3 comments. hoc:20 issue:119 merger:8086956 review_comments:0 seconds:8223 tombstone:2025-09-03T11:21:35Z where:github who:29139614
2025-08-11T03:14:41Z code-was-contributed 840215648 _job:35738 comments:3 details:The pull request zerocracy/baza.rb#118 with 2 HoC created by @renovate[bot] was merged by @rultor after 10h40m of being in review and 3 comments. hoc:2 issue:118 merger:8086956 review_comments:0 seconds:38423 tombstone:2025-09-03T11:21:34Z where:github who:29139614
2025-08-10T13:13:56Z code-was-contributed 840215648 _job:35738 comments:3 details:The pull request zerocracy/baza.rb#116 with 2 HoC created by @renovate[bot] was merged by @rultor after 1d16h of being in review and 3 comments. hoc:2 issue:116 merger:8086956 review_comments:0 seconds:144576 tombstone:2025-09-03T11:21:34Z where:github who:29139614
2025-08-09T16:41:45Z code-was-contributed 840215648 _job:35738 comments:3 details:The pull request zerocracy/baza.rb#117 with 2 HoC created by @renovate[bot] was merged by @rultor after 7h55m of being in review and 3 comments. hoc:2 issue:117 merger:8086956 review_comments:0 seconds:28527 tombstone:2025-09-03T11:21:04Z where:github who:29139614
2025-08-08T16:40:34Z code-was-contributed 840215648 _job:35738 comments:3 details:The pull request zerocracy/baza.rb#115 with 2 HoC created by @renovate[bot] was merged by @rultor after 7h28m of being in review and 3 comments. hoc:2 issue:115 merger:8086956 review_comments:0 seconds:26893 tombstone:2025-09-03T11:21:03Z where:github who:29139614
2025-08-11T16:44:20Z code-was-contributed 802720676 _job:35738 comments:3 details:The pull request zerocracy/pages-action#347 with 30 HoC created by @renovate[bot] was merged by @rultor after 1h19m of being in review and 3 comments. hoc:30 issue:347 merger:8086956 review_comments:0 seconds:4782 tombstone:2025-09-03T11:21:35Z where:github who:29139614
2025-08-11T03:14:28Z code-was-contributed 802720676 _job:35738 comments:3 details:The pull request zerocracy/pages-action#346 with 4 HoC created by @renovate[bot] was merged by @rultor after 5h33m of being in review and 3 comments. hoc:4 issue:346 merger:8086956 review_comments:0 seconds:20040 tombstone:2025-09-03T11:21:34Z where:github who:29139614
2025-08-10T17:18:01Z code-was-contributed 802720676 _job:35738 comments:3 details:The pull request zerocracy/pages-action#344 with 2 HoC created by @renovate[bot] was merged by @rultor after 3h10m of being in review and 3 comments. hoc:2 issue:344 merger:8086956 review_comments:0 seconds:11444 tombstone:2025-09-03T11:21:34Z where:github who:29139614
2025-08-10T16:45:14Z code-was-contributed 802720676 _job:35738 comments:3 details:The pull request zerocracy/pages-action#345 with 2 HoC created by @renovate[bot] was merged by @rultor after 2h37m of being in review and 3 comments. hoc:2 issue:345 merger:8086956 review_comments:0 seconds:9472 tombstone:2025-09-03T11:21:34Z where:github who:29139614
2025-08-09T16:48:26Z code-was-contributed 802720676 _job:35738 comments:3 details:The pull request zerocracy/pages-action#343 with 4 HoC created by @renovate[bot] was merged by @rultor after 8h10m of being in review and 3 comments. hoc:4 issue:343 merger:8086956 review_comments:0 seconds:29460 tombstone:2025-09-03T11:21:03Z where:github who:29139614
2025-08-09T03:12:29Z code-was-contributed 802720676 _job:35738 comments:3 details:The pull request zerocracy/pages-action#342 with 2 HoC created by @renovate[bot] was merged by @rultor after 6h19m of being in review and 3 comments. hoc:2 issue:342 merger:8086956 review_comments:0 seconds:22776 tombstone:2025-09-03T11:21:03Z where:github who:29139614
2025-08-08T16:52:36Z code-was-contributed 802720676 _job:35738 comments:3 details:The pull request zerocracy/pages-action#340 with 6 HoC created by @renovate[bot] was merged by @rultor after 3h12m of being in review and 3 comments. hoc:6 issue:340 merger:8086956 review_comments:0 seconds:11543 tombstone:2025-09-03T11:21:03Z where:github who:29139614
2025-08-08T16:38:49Z code-was-contributed 802720676 _job:35738 comments:3 details:The pull request zerocracy/pages-action#341 with 4 HoC created by @renovate[bot] was merged by @rultor after 2h58m of being in review and 3 comments. hoc:4 issue:341 merger:8086956 review_comments:0 seconds:10708 tombstone:2025-09-03T11:21:03Z where:github who:29139614
2025-08-24T08:39:54Z code-was-contributed 849726475 _job:35738 comments:3 details:The pull request zerocracy/swarm-template#147 with 2 HoC created by @renovate[bot] was merged by @rultor after 2h50m of being in review and 3 comments. hoc:2 issue:147 merger:8086956 review_comments:0 seconds:10236 tombstone:2025-09-03T11:21:38Z where:github who:29139614
2025-08-24T03:18:17Z code-was-contributed 849726475 _job:35738 comments:3 details:The pull request zerocracy/swarm-template#146 with 2 HoC created by @renovate[bot] was merged by @rultor after 10h34m of being in review and 3 comments. hoc:2 issue:146 merger:8086956 review_comments:0 seconds:38071 tombstone:2025-09-03T11:21:38Z where:github who:29139614
2025-08-23T16:43:17Z code-was-contributed 849726475 _job:35738 comments:3 details:The pull request zerocracy/swarm-template#145 with 16 HoC created by @renovate[bot] was merged by @rultor after 6h53m of being in review and 3 comments. hoc:16 issue:145 merger:8086956 review_comments:0 seconds:24813 tombstone:2025-09-03T11:21:38Z where:github who:29139614
2025-08-19T16:57:43Z code-was-contributed 849726475 _job:35738 comments:3 details:The pull request zerocracy/swarm-template#144 with 2 HoC created by @renovate[bot] was merged by @rultor after 7h21m of being in review and 3 comments. hoc:2 issue:144 merger:8086956 review_comments:0 seconds:26509 tombstone:2025-09-03T11:21:37Z where:github who:29139614
2025-08-18T09:02:00Z code-was-contributed 849726475 _job:35738 comments:3 details:The pull request zerocracy/swarm-template#142 with 6 HoC created by @renovate[bot] was merged by @rultor after 2h30m of being in review and 3 comments. hoc:6 issue:142 merger:8086956 review_comments:0 seconds:9004 tombstone:2025-09-03T11:21:36Z where:github who:29139614
2025-08-13T04:24:22Z code-was-contributed 849726475 _job:35738 comments:3 details:The pull request zerocracy/swarm-template#141 with 2 HoC created by @renovate[bot] was merged by @rultor after 9h45m of being in review and 3 comments. hoc:2 issue:141 merger:8086956 review_comments:0 seconds:35105 tombstone:2025-09-03T11:21:37Z where:github who:29139614
2025-08-11T17:20:44Z code-was-contributed 849726475 _job:35738 comments:3 details:The pull request zerocracy/swarm-template#140 with 22 HoC created by @renovate[bot] was merged by @rultor after 2h51m of being in review and 3 comments. hoc:22 issue:140 merger:8086956 review_comments:0 seconds:10315 tombstone:2025-09-03T11:21:35Z where:github who:29139614
2025-08-11T03:19:45Z code-was-contributed 849726475 _job:35738 comments:3 details:The pull request zerocracy/swarm-template#139 with 4 HoC created by @renovate[bot] was merged by @rultor after 6h25m of being in review and 3 comments. hoc:4 issue:139 merger:8086956 review_comments:0 seconds:23147 tombstone:2025-09-03T11:21:34Z where:github who:29139614
2025-08-10T16:55:13Z code-was-contributed 849726475 _job:35738 comments:3 details:The pull request zerocracy/swarm-template#138 with 2 HoC created by @renovate[bot] was merged by @rultor after 2h57m of being in review and 3 comments. hoc:2 issue:138 merger:8086956 review_comments:0 seconds:10679 tombstone:2025-09-03T11:21:34Z where:github who:29139614
2025-08-09T17:00:03Z code-was-contributed 849726475 _job:35738 comments:3 details:The pull request zerocracy/swarm-template#137 with 4 HoC created by @renovate[bot] was merged by @rultor after 8h32m of being in review and 3 comments. hoc:4 issue:137 merger:8086956 review_comments:0 seconds:30747 tombstone:2025-09-03T11:21:03Z where:github who:29139614
2025-08-09T03:19:03Z code-was-contributed 849726475 _job:35738 comments:3 details:The pull request zerocracy/swarm-template#136 with 2 HoC created by @renovate[bot] was merged by @rultor after 6h14m of being in review and 3 comments. hoc:2 issue:136 merger:8086956 review_comments:0 seconds:22452 tombstone:2025-09-03T11:21:03Z where:github who:29139614
2025-08-08T17:14:11Z code-was-contributed 849726475 _job:35738 comments:3 details:The pull request zerocracy/swarm-template#134 with 6 HoC created by @renovate[bot] was merged by @rultor after 3h39m of being in review and 3 comments. hoc:6 issue:134 merger:8086956 review_comments:0 seconds:13142 tombstone:2025-09-03T11:21:02Z where:github who:29139614
2025-08-08T16:58:55Z code-was-contributed 849726475 _job:35738 comments:3 details:The pull request zerocracy/swarm-template#135 with 4 HoC created by @renovate[bot] was merged by @rultor after 3h23m of being in review and 3 comments. hoc:4 issue:135 merger:8086956 review_comments:0 seconds:12217 tombstone:2025-09-03T11:21:03Z where:github who:29139614
2025-08-13T15:33:33Z code-was-contributed 820463873 _job:35738 comments:5 details:The pull request zerocracy/fbe#273 with 6 HoC created by @yegorov was merged by @yegor256 after 54m7s of being in review and 5 comments. hoc:6 issue:273 merger:526301 review_comments:3 seconds:3248 tombstone:2025-09-03T11:21:35Z where:github who:2566462
2025-08-13T03:33:16Z code-was-contributed 820463873 _job:35738 comments:3 details:The pull request zerocracy/fbe#272 with 2 HoC created by @renovate[bot] was merged by @rultor after 10h4m of being in review and 3 comments. hoc:2 issue:272 merger:8086956 review_comments:0 seconds:36272 tombstone:2025-09-03T11:21:35Z where:github who:29139614
2025-08-11T16:43:44Z code-was-contributed 820463873 _job:35738 comments:3 details:The pull request zerocracy/fbe#271 with 20 HoC created by @renovate[bot] was merged by @rultor after 3h12m of being in review and 3 comments. hoc:20 issue:271 merger:8086956 review_comments:0 seconds:11536 tombstone:2025-09-03T11:21:35Z where:github who:29139614
2025-08-09T03:03:16Z code-was-contributed 820463873 _job:35738 comments:3 details:The pull request zerocracy/fbe#268 with 2 HoC created by @renovate[bot] was merged by @rultor after 6h0m of being in review and 3 comments. hoc:2 issue:268 merger:8086956 review_comments:0 seconds:21651 tombstone:2025-09-03T11:21:03Z where:github who:29139614
2025-08-22T16:31:20Z code-was-reviewed 840215648 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/baza.rb#128 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 1h58m and 5 comments. hoc:2 issue:128 review_comments:0 seconds:7138 tombstone:2025-09-03T11:21:37Z where:github who:526301
2025-08-22T16:31:17Z code-was-reviewed 840215648 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/baza.rb#129 with 6 HoC created by @renovate[bot] was reviewed by @yegor256 after 1h58m and 5 comments. hoc:6 issue:129 review_comments:0 seconds:7128 tombstone:2025-09-03T11:21:38Z where:github who:526301
2025-08-21T08:33:17Z code-was-reviewed 840215648 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/baza.rb#126 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 1h53m and 5 comments. hoc:2 issue:126 review_comments:0 seconds:6811 tombstone:2025-09-03T11:21:37Z where:github who:526301
2025-08-20T03:08:18Z code-was-reviewed 840215648 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/baza.rb#125 with 8 HoC created by @renovate[bot] was reviewed by @yegor256 after 8h26m and 5 comments. hoc:8 issue:125 review_comments:0 seconds:30365 tombstone:2025-09-03T11:21:37Z where:github who:526301
2025-08-13T02:57:20Z code-was-reviewed 840215648 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/baza.rb#121 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 9h0m and 5 comments. hoc:2 issue:121 review_comments:0 seconds:32412 tombstone:2025-09-03T11:21:35Z where:github who:526301
2025-08-11T16:33:36Z code-was-reviewed 840215648 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/baza.rb#119 with 20 HoC created by @renovate[bot] was reviewed by @yegor256 after 1h59m and 5 comments. hoc:20 issue:119 review_comments:0 seconds:7144 tombstone:2025-09-03T11:21:35Z where:github who:526301
2025-08-11T03:06:13Z code-was-reviewed 840215648 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/baza.rb#118 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 10h31m and 5 comments. hoc:2 issue:118 review_comments:0 seconds:37915 tombstone:2025-09-03T11:21:34Z where:github who:526301
2025-08-09T16:35:10Z code-was-reviewed 840215648 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/baza.rb#117 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 7h48m and 5 comments. hoc:2 issue:117 review_comments:0 seconds:28132 tombstone:2025-09-03T11:21:04Z where:github who:526301
2025-08-09T03:18:54Z code-was-reviewed 840215648 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/baza.rb#116 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 6h14m and 5 comments. hoc:2 issue:116 review_comments:0 seconds:22474 tombstone:2025-09-03T11:21:34Z where:github who:526301
2025-08-08T16:31:49Z code-was-reviewed 840215648 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/baza.rb#115 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 7h19m and 5 comments. hoc:2 issue:115 review_comments:0 seconds:26368 tombstone:2025-09-03T11:21:03Z where:github who:526301
2025-08-11T16:26:18Z code-was-reviewed 802720676 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/pages-action#347 with 30 HoC created by @renovate[bot] was reviewed by @yegor256 after 1h1m and 5 comments. hoc:30 issue:347 review_comments:0 seconds:3700 tombstone:2025-09-03T11:21:35Z where:github who:526301
2025-08-11T03:03:47Z code-was-reviewed 802720676 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/pages-action#346 with 4 HoC created by @renovate[bot] was reviewed by @yegor256 after 5h23m and 5 comments. hoc:4 issue:346 review_comments:0 seconds:19399 tombstone:2025-09-03T11:21:34Z where:github who:526301
2025-08-10T16:31:59Z code-was-reviewed 802720676 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/pages-action#344 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 2h24m and 5 comments. hoc:2 issue:344 review_comments:0 seconds:8682 tombstone:2025-09-03T11:21:34Z where:github who:526301
2025-08-10T16:31:56Z code-was-reviewed 802720676 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/pages-action#345 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 2h24m and 5 comments. hoc:2 issue:345 review_comments:0 seconds:8674 tombstone:2025-09-03T11:21:34Z where:github who:526301
2025-08-09T16:37:30Z code-was-reviewed 802720676 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/pages-action#343 with 4 HoC created by @renovate[bot] was reviewed by @yegor256 after 8h0m and 5 comments. hoc:4 issue:343 review_comments:0 seconds:28804 tombstone:2025-09-03T11:21:03Z where:github who:526301
2025-08-09T02:58:24Z code-was-reviewed 802720676 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/pages-action#342 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 6h5m and 5 comments. hoc:2 issue:342 review_comments:0 seconds:21931 tombstone:2025-09-03T11:21:03Z where:github who:526301
2025-08-08T16:27:54Z code-was-reviewed 802720676 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/pages-action#340 with 6 HoC created by @renovate[bot] was reviewed by @yegor256 after 2h47m and 5 comments. hoc:6 issue:340 review_comments:0 seconds:10061 tombstone:2025-09-03T11:21:03Z where:github who:526301
2025-08-08T16:27:51Z code-was-reviewed 802720676 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/pages-action#341 with 4 HoC created by @renovate[bot] was reviewed by @yegor256 after 2h47m and 5 comments. hoc:4 issue:341 review_comments:0 seconds:10050 tombstone:2025-09-03T11:21:03Z where:github who:526301
2025-08-24T08:30:38Z code-was-reviewed 849726475 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/swarm-template#147 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 2h41m and 5 comments. hoc:2 issue:147 review_comments:0 seconds:9680 tombstone:2025-09-03T11:21:38Z where:github who:526301
2025-08-24T03:06:22Z code-was-reviewed 849726475 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/swarm-template#146 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 10h22m and 5 comments. hoc:2 issue:146 review_comments:0 seconds:37356 tombstone:2025-09-03T11:21:38Z where:github who:526301
2025-08-23T16:31:19Z code-was-reviewed 849726475 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/swarm-template#145 with 16 HoC created by @renovate[bot] was reviewed by @yegor256 after 6h41m and 5 comments. hoc:16 issue:145 review_comments:0 seconds:24095 tombstone:2025-09-03T11:21:38Z where:github who:526301
2025-08-19T16:47:10Z code-was-reviewed 849726475 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/swarm-template#144 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 7h11m and 5 comments. hoc:2 issue:144 review_comments:0 seconds:25876 tombstone:2025-09-03T11:21:37Z where:github who:526301
2025-08-18T08:50:37Z code-was-reviewed 849726475 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/swarm-template#142 with 6 HoC created by @renovate[bot] was reviewed by @yegor256 after 2h18m and 5 comments. hoc:6 issue:142 review_comments:0 seconds:8321 tombstone:2025-09-03T11:21:36Z where:github who:526301
2025-08-13T03:26:56Z code-was-reviewed 849726475 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/swarm-template#141 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 8h47m and 5 comments. hoc:2 issue:141 review_comments:0 seconds:31659 tombstone:2025-09-03T11:21:37Z where:github who:526301
2025-08-11T16:46:02Z code-was-reviewed 849726475 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/swarm-template#140 with 22 HoC created by @renovate[bot] was reviewed by @yegor256 after 2h17m and 5 comments. hoc:22 issue:140 review_comments:0 seconds:8233 tombstone:2025-09-03T11:21:35Z where:github who:526301
2025-08-11T03:08:33Z code-was-reviewed 849726475 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/swarm-template#139 with 4 HoC created by @renovate[bot] was reviewed by @yegor256 after 6h14m and 5 comments. hoc:4 issue:139 review_comments:0 seconds:22475 tombstone:2025-09-03T11:21:34Z where:github who:526301
2025-08-10T16:35:37Z code-was-reviewed 849726475 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/swarm-template#138 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 2h38m and 5 comments. hoc:2 issue:138 review_comments:0 seconds:9503 tombstone:2025-09-03T11:21:34Z where:github who:526301
2025-08-09T16:49:09Z code-was-reviewed 849726475 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/swarm-template#137 with 4 HoC created by @renovate[bot] was reviewed by @yegor256 after 8h21m and 5 comments. hoc:4 issue:137 review_comments:0 seconds:30093 tombstone:2025-09-03T11:21:03Z where:github who:526301
2025-08-09T03:04:09Z code-was-reviewed 849726475 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/swarm-template#136 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 5h59m and 5 comments. hoc:2 issue:136 review_comments:0 seconds:21558 tombstone:2025-09-03T11:21:03Z where:github who:526301
2025-08-08T16:44:38Z code-was-reviewed 849726475 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/swarm-template#134 with 6 HoC created by @renovate[bot] was reviewed by @yegor256 after 3h9m and 5 comments. hoc:6 issue:134 review_comments:0 seconds:11369 tombstone:2025-09-03T11:21:02Z where:github who:526301
2025-08-08T16:44:35Z code-was-reviewed 849726475 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/swarm-template#135 with 4 HoC created by @renovate[bot] was reviewed by @yegor256 after 3h9m and 5 comments. hoc:4 issue:135 review_comments:0 seconds:11357 tombstone:2025-09-03T11:21:03Z where:github who:526301
2025-08-13T03:11:41Z code-was-reviewed 820463873 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/fbe#272 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 9h42m and 5 comments. hoc:2 issue:272 review_comments:0 seconds:34977 tombstone:2025-09-03T11:21:35Z where:github who:526301
2025-08-11T16:26:51Z code-was-reviewed 820463873 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/fbe#271 with 20 HoC created by @renovate[bot] was reviewed by @yegor256 after 2h55m and 5 comments. hoc:20 issue:271 review_comments:0 seconds:10523 tombstone:2025-09-03T11:21:35Z where:github who:526301
2025-08-09T02:53:32Z code-was-reviewed 820463873 _job:35738 author:29139614 comments:5 details:The pull request zerocracy/fbe#268 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 5h51m and 5 comments. hoc:2 issue:268 review_comments:0 seconds:21067 tombstone:2025-09-03T11:21:03Z where:github who:526301
2025-09-03T10:47:38Z code-review-was-rewarded 799177290 _job:35740 award:4 comments:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#970, the reward amount is 4. hoc:2 href:https://github.com/zerocracy/judges-action/issues/970/#issuecomment-3248723355 is_human:1 issue:970 review_comments:0 seconds:1229 where:github who:526301 why:Reviewed code in zerocracy/judges-action#970
2025-09-03T10:47:42Z code-review-was-rewarded 799177290 _job:35740 award:4 comments:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#967, the reward amount is 4. hoc:2 href:https://github.com/zerocracy/judges-action/issues/967/#issuecomment-3248723414 is_human:1 issue:967 review_comments:0 seconds:1260 where:github who:526301 why:Reviewed code in zerocracy/judges-action#967
2025-09-03T06:17:34Z git-was-pushed 820463873 _job:17433241181 commit:28cf0e71a0db4e9eea72e9c3cee89c24cb80c768 default_branch:master details:A new Git push #26548548833 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:54174801821 event_type:PushEvent is_human:1 push_id:26548548833 ref:refs/heads/master to_master:1 where:github who:526301
2025-09-03T06:10:30Z git-was-pushed 820463873 _job:17433241181 commit:72b61de24aaf8e53fafc3fac97ade0e77eca1172 default_branch:master details:A new Git push #26548429864 has arrived to zerocracy/fbe, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:54174558730 event_type:PushEvent is_human:1 push_id:26548429864 ref:refs/heads/master to_master:1 where:github who:526301
min-issue-was-found 974194993 _job:17433241181 latest:3 where:github
2025-08-29T06:42:02Z label-was-attached 820463873 _job:17433241181 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/fbe#284. is_human:1 issue:284 label:bug where:github who:526301
2025-09-02T04:19:34Z label-was-attached 820463873 _job:17433241181 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/fbe#287. is_human:1 issue:287 label:bug where:github who:526301
2025-09-02T04:48:07Z label-was-attached 820463873 _job:17433241181 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/fbe#288. is_human:1 issue:288 label:bug where:github who:526301
2025-09-02T07:39:02Z issue-was-closed 798641472 _job:17433241181 details:Apparently, yegor256/factbase#296 has been 'issue-was-closed'. is_human:1 issue:296 where:github who:526301
2025-08-25T16:46:56Z issue-was-closed 799177290 _job:17433241181 details:Apparently, zerocracy/judges-action#924 has been 'issue-was-closed'. is_human:1 issue:924 where:github who:526301
2025-08-29T06:13:28Z issue-was-closed 799177290 _job:17433241181 details:Apparently, zerocracy/judges-action#935 has been 'issue-was-closed'. is_human:1 issue:935 where:github who:526301
2025-08-27T16:19:22Z issue-was-assigned 820463873 _job:17433241181 assigner:526301 details:zerocracy/fbe#279 was assigned to @yegor256 by @yegor256 . is_human:1 issue:279 where:github who:526301
2025-08-29T06:42:01Z issue-was-assigned 820463873 _job:17433241181 assigner:526301 details:zerocracy/fbe#284 was assigned to @yegor256 by @yegor256 . is_human:1 issue:284 where:github who:526301
2025-09-02T04:19:32Z issue-was-assigned 820463873 _job:17433241181 assigner:526301 details:zerocracy/fbe#287 was assigned to @yegor256 by @yegor256 . is_human:1 issue:287 where:github who:526301
2025-09-02T04:48:06Z issue-was-assigned 820463873 _job:17433241181 assigner:526301 details:zerocracy/fbe#288 was assigned to @yegor256 by @yegor256 . is_human:1 issue:288 where:github who:526301
2025-08-25T05:19:21Z pull-was-merged 799177290 _job:17433241181 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#922 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:922 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-31T18:25:49Z pull-was-merged 798641472 _job:17433241181 branch:renovate/crate-ci-typos-1.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#293 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:293 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-08-25T16:46:36Z pull-was-merged 799177290 _job:17433241181 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#926 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:926 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-31T16:46:23Z pull-was-merged 798641472 _job:17433241181 branch:renovate/rubocop-minitest-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#294 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:294 review_comments:0 succeeded_builds:11 where:github who:8086956
2025-08-27T12:27:12Z pull-was-merged 799113787 _job:17433241181 branch:renovate/simplecov-cobertura-3.x-lockfile comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/judges#278 has been 'pull-was-merged'. failed_builds:3 hoc:4 is_human:1 issue:278 review_comments:0 succeeded_builds:9 where:github who:526301
2025-08-27T02:04:27Z pull-was-merged 799177290 _job:17433241181 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#929 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:929 review_comments:0 succeeded_builds:13 where:github who:526301
2025-09-01T13:32:10Z pull-was-merged 799113787 _job:17433241181 branch:renovate/crate-ci-typos-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/judges#283 has been 'pull-was-merged'. failed_builds:3 hoc:2 is_human:1 issue:283 review_comments:0 succeeded_builds:9 where:github who:526301
2025-08-27T02:05:25Z pull-was-merged 799177290 _job:17433241181 branch:renovate/simplecov-cobertura-3.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#930 has been 'pull-was-merged'. failed_builds:0 hoc:4 is_human:1 issue:930 review_comments:0 succeeded_builds:13 where:github who:526301
2025-08-27T02:05:36Z pull-was-merged 799177290 _job:17433241181 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#931 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:931 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-28T03:32:19Z pull-was-merged 799177290 _job:17433241181 branch:renovate/fbe-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#934 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:934 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-08-29T03:45:22Z pull-was-merged 799177290 _job:17433241181 branch:renovate/judges-0.x-lockfile comments:5 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#937 has been 'pull-was-merged'. failed_builds:0 hoc:4 is_human:0 issue:937 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-08-28T14:52:50Z pull-was-merged 799177290 _job:17433241181 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#939 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:939 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-28T16:51:45Z pull-was-merged 799177290 _job:17433241181 branch:renovate/zerocracy-judges-action-0.x comments:5 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#940 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:940 review_comments:0 succeeded_builds:13 where:github who:526301
2025-08-29T06:13:27Z pull-was-merged 799177290 _job:17433241181 branch:935 comments:14 comments_appreciated:10 comments_by_author:4 comments_by_reviewers:10 comments_resolved:3 comments_to_code:9 details:Apparently, zerocracy/judges-action#941 has been 'pull-was-merged'. failed_builds:0 hoc:180 is_human:1 issue:941 review_comments:9 succeeded_builds:13 where:github who:526301
2025-08-29T04:04:19Z pull-was-merged 799177290 _job:17433241181 branch:renovate/crate-ci-typos-1.x comments:5 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#942 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:942 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-09-02T05:11:31Z pull-was-opened 798641472 _job:17433241181 branch:renovate/crate-ci-typos-1.x details:The pull yegor256/factbase#295 has been opened by @renovate[bot]. is_human:0 issue:295 where:github who:29139614
2025-08-23T07:04:46Z pull-was-opened 799177290 _job:17433241181 branch:version-up details:The pull zerocracy/judges-action#918 has been opened by @github-actions[bot]. is_human:0 issue:918 where:github who:41898282
2025-08-25T05:23:02Z pull-was-opened 799177290 _job:17433241181 branch:version-up details:The pull zerocracy/judges-action#923 has been opened by @github-actions[bot]. is_human:0 issue:923 where:github who:41898282
2025-08-25T16:50:10Z pull-was-opened 799177290 _job:17433241181 branch:version-up details:The pull zerocracy/judges-action#927 has been opened by @github-actions[bot]. is_human:0 issue:927 where:github who:41898282
2025-08-27T02:08:14Z pull-was-opened 799177290 _job:17433241181 branch:version-up details:The pull zerocracy/judges-action#932 has been opened by @github-actions[bot]. is_human:0 issue:932 where:github who:41898282
2025-08-28T11:01:47Z pull-was-opened 799177290 _job:17433241181 branch:renovate/fbe-0.x-lockfile details:The pull zerocracy/judges-action#936 has been opened by @renovate[bot]. is_human:0 issue:936 where:github who:29139614
2025-08-29T05:52:33Z pull-was-opened 799177290 _job:17433241181 branch:version-up details:The pull zerocracy/judges-action#949 has been opened by @github-actions[bot]. is_human:0 issue:949 where:github who:41898282
2025-08-31T13:43:38Z pull-was-opened 799177290 _job:17433241181 branch:957 details:The pull zerocracy/judges-action#958 has been opened by @vbvictor. is_human:1 issue:958 where:github who:70346889
2025-09-01T14:59:20Z pull-was-opened 799177290 _job:17433241181 branch:renovate/judges-0.x-lockfile details:The pull zerocracy/judges-action#959 has been opened by @renovate[bot]. is_human:0 issue:959 where:github who:29139614
2025-09-01T15:28:12Z pull-was-opened 799177290 _job:17433241181 branch:956 details:The pull zerocracy/judges-action#960 has been opened by @vbvictor. is_human:1 issue:960 where:github who:70346889
2025-09-02T05:29:37Z pull-was-opened 799177290 _job:17433241181 branch:version-up details:The pull zerocracy/judges-action#963 has been opened by @github-actions[bot]. is_human:0 issue:963 where:github who:41898282
2025-09-02T07:43:19Z pull-was-opened 799177290 _job:17433241181 branch:renovate/factbase-0.x-lockfile details:The pull zerocracy/judges-action#965 has been opened by @renovate[bot]. is_human:0 issue:965 where:github who:29139614
2025-08-31T09:53:17Z pull-was-opened 799113787 _job:17433241181 branch:renovate/rubocop-minitest-0.x-lockfile details:The pull yegor256/judges#284 has been opened by @renovate[bot]. is_human:0 issue:284 where:github who:29139614
2025-08-19T02:37:42Z pull-was-opened 181044958 _job:17433241181 branch:renovate/crate-ci-typos-1.x details:The pull yegor256/0rsk#230 has been opened by @renovate[bot]. is_human:0 issue:230 where:github who:29139614
2025-08-23T17:08:27Z pull-was-closed 799177290 _job:17434817349 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#918 has been 'pull-was-closed'. failed_builds:0 hoc:0 is_human:0 issue:918 succeeded_builds:0 where:github who:41898282
2025-09-02T07:31:32Z pull-was-merged 798641472 _job:17434817349 branch:renovate/crate-ci-typos-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#295 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:295 review_comments:0 succeeded_builds:11 where:github who:526301
2025-08-25T05:23:07Z pull-was-closed 799177290 _job:17434817349 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#923 has been 'pull-was-closed'. failed_builds:0 hoc:0 is_human:0 issue:923 succeeded_builds:0 where:github who:41898282
2025-08-25T16:50:19Z pull-was-closed 799177290 _job:17434817349 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#927 has been 'pull-was-closed'. failed_builds:0 hoc:0 is_human:0 issue:927 succeeded_builds:0 where:github who:41898282
2025-08-27T02:09:21Z pull-was-closed 799177290 _job:17434817349 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#932 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:932 succeeded_builds:0 where:github who:41898282
2025-08-28T14:08:56Z pull-was-closed 799177290 _job:17434817349 branch:renovate/fbe-0.x-lockfile comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#936 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:936 succeeded_builds:13 where:github who:29139614
2025-08-29T03:25:53Z pull-was-merged 799177290 _job:17434817349 branch:renovate/factbase-0.x-lockfile comments:5 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#943 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:943 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-08-29T05:48:34Z pull-was-merged 799177290 _job:17434817349 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#947 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:947 review_comments:0 succeeded_builds:13 where:github who:526301
2025-08-29T05:49:27Z pull-was-merged 799177290 _job:17434817349 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#948 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:948 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-29T05:53:25Z pull-was-closed 799177290 _job:17434817349 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#949 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:949 succeeded_builds:0 where:github who:41898282
2025-08-29T08:30:40Z pull-was-merged 799177290 _job:17434817349 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#951 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:951 review_comments:0 succeeded_builds:0 where:github who:526301
2025-08-29T09:03:12Z pull-was-merged 799177290 _job:17434817349 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#952 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:952 review_comments:0 succeeded_builds:13 where:github who:526301
2025-08-29T17:01:43Z pull-was-merged 799177290 _job:17434817349 branch:renovate/crate-ci-typos-1.x comments:5 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#953 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:953 review_comments:0 succeeded_builds:13 where:github who:8086956
issues-were-scanned 799177290 _job:17434817349 latest:0 where:github
min-issue-was-found 181044958 _job:17434817349 latest:3 where:github
2025-08-28T18:32:28Z issue-was-assigned 798641472 _job:17434817349 assigner:526301 details:yegor256/factbase#292 was assigned to @yegor256 by @yegor256 . is_human:1 issue:292 where:github who:526301
2025-08-28T16:28:55Z issue-was-assigned 799113787 _job:17434817349 assigner:526301 details:yegor256/judges#282 was assigned to @yegor256 by @yegor256 . is_human:1 issue:282 where:github who:526301
2025-09-01T13:14:00Z issue-was-assigned 799113787 _job:17434817349 assigner:526301 details:yegor256/judges#285 was assigned to @yegor256 by @yegor256 . is_human:1 issue:285 where:github who:526301
2025-08-25T15:17:11Z issue-was-assigned 799177290 _job:17434817349 assigner:526301 details:zerocracy/judges-action#924 was assigned to @yegor256 by @yegor256 . is_human:1 issue:924 where:github who:526301
assignees-were-scanned 820463873 _job:17434817349 latest:0 where:github
2025-09-03T12:46:05Z push-to-master-was-punished 820463873 _job:35749 award:-16 commit:28cf0e71a0db4e9eea72e9c3cee89c24cb80c768 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/28cf0e71a0db4e9eea72e9c3cee89c24cb80c768/#commitcomment-165070442 is_human:1 where:github who:526301 why:Pushed 28cf0e71a to the default branch 'master' in zerocracy/fbe
2025-09-03T12:46:05Z push-to-master-was-punished 820463873 _job:35749 award:-16 commit:72b61de24aaf8e53fafc3fac97ade0e77eca1172 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in zerocracy/fbe, the penalty amount is -16. href:https://github.com/zerocracy/fbe/commit/72b61de24aaf8e53fafc3fac97ade0e77eca1172/#commitcomment-165070445 is_human:1 where:github who:526301 why:Pushed 72b61de24 to the default branch 'master' in zerocracy/fbe
2025-09-02T07:31:32Z code-was-contributed 798641472 _job:35749 comments:0 details:The pull request yegor256/factbase#295 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 2h20m of being in review and 0 comments. hoc:2 is_human:0 issue:295 merger:526301 review_comments:0 seconds:8401 where:github who:29139614
2025-08-28T13:52:14Z issue-was-assigned 799177290 _job:17436423440 assigner:526301 details:zerocracy/judges-action#938 was assigned to @yegor256 by @yegor256 . is_human:1 issue:938 where:github who:526301
2025-08-29T05:06:28Z issue-was-assigned 799177290 _job:17436423440 assigner:526301 details:zerocracy/judges-action#946 was assigned to @yegor256 by @yegor256 . is_human:1 issue:946 where:github who:526301
2025-08-29T06:20:00Z issue-was-assigned 799177290 _job:17436423440 assigner:526301 details:zerocracy/judges-action#950 was assigned to @yegor256 by @yegor256 . is_human:1 issue:950 where:github who:526301
2025-09-02T04:11:38Z issue-was-assigned 799177290 _job:17436423440 assigner:526301 details:zerocracy/judges-action#962 was assigned to @yegor256 by @yegor256 . is_human:1 issue:962 where:github who:526301
2025-09-03T06:17:46Z issue-was-assigned 799177290 _job:17436423440 assigner:526301 details:zerocracy/judges-action#971 was assigned to @yegor256 by @yegor256 . is_human:1 issue:971 where:github who:526301
2025-08-30T16:44:48Z pull-was-merged 799177290 _job:17436423440 branch:renovate/rubocop-minitest-0.x-lockfile comments:5 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#954 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:954 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-09-01T12:48:07Z pull-was-merged 799177290 _job:17436423440 branch:658 comments:4 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#955 has been 'pull-was-merged'. failed_builds:0 hoc:34 is_human:1 issue:955 review_comments:0 succeeded_builds:13 where:github who:526301
2025-08-31T14:18:54Z pull-was-closed 799177290 _job:17436423440 branch:957 comments:2 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#958 has been 'pull-was-closed'. failed_builds:2 hoc:92 is_human:1 issue:958 succeeded_builds:23 where:github who:70346889
2025-09-01T16:58:05Z pull-was-merged 799177290 _job:17436423440 branch:renovate/judges-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#959 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:959 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-09-02T04:36:51Z pull-was-merged 799177290 _job:17436423440 branch:renovate/crate-ci-typos-1.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#961 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:961 review_comments:0 succeeded_builds:13 where:github who:526301
2025-09-02T07:42:41Z pull-was-merged 799177290 _job:17436423440 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#963 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:963 review_comments:0 succeeded_builds:0 where:github who:526301
2025-09-02T07:45:49Z pull-was-merged 799177290 _job:17436423440 branch:renovate/factbase-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#965 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:965 review_comments:0 succeeded_builds:13 where:github who:526301
2025-09-03T08:15:08Z bug-was-resolved 799177290 _job:35757 closer:526301 details:The bug/feature in the issue zerocracy/judges-action#971 opened @yegor256 by was resolved, after 1h57m of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:971 label:bug opener:526301 seconds:7042 where:github who:526301
2025-09-01T16:58:05Z code-was-contributed 799177290 _job:35757 comments:4 details:The pull request zerocracy/judges-action#959 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h58m of being in review and 4 comments. hoc:2 is_human:0 issue:959 merger:8086956 review_comments:0 seconds:7125 where:github who:29139614
2025-09-02T07:42:41Z code-was-contributed 799177290 _job:35757 comments:1 details:The pull request zerocracy/judges-action#963 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 2h13m of being in review and 1 comments. hoc:2 is_human:0 issue:963 merger:526301 review_comments:0 seconds:7984 where:github who:41898282
2025-09-02T07:45:49Z code-was-contributed 799177290 _job:35757 comments:4 details:The pull request zerocracy/judges-action#965 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 2m29s of being in review and 4 comments. hoc:2 is_human:0 issue:965 merger:526301 review_comments:0 seconds:150 where:github who:29139614
2025-09-03T15:34:05Z resolved-bug-was-rewarded 799177290 _job:35760 award:12 details:It's time to reward @yegor256 for the bug resolved in zerocracy/judges-action#971 in 1 hours, the reward amount is 12. href:https://github.com/zerocracy/judges-action/issues/971/#issuecomment-3249753465 is_human:1 issue:971 where:github who:526301 why:Resolved bug in zerocracy/judges-action#971
2024-08-02T13:51:33Z enhancement-was-accepted 799177290 _job:35781 details:In the repository #799177290, the user #526301 attached the '#enhancement' label to the issue #217 reported by the user #83453843; this means that a feature request was-accepted as valid, by the project team. done:2025-09-03T17:34:28Z issue:217 reporter:83453843 where:github who:526301
2025-08-26T03:05:23Z code-was-reviewed 849726475 _job:35808 author:29139614 comments:5 details:The pull request zerocracy/swarm-template#148 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 7h57m and 5 comments. hoc:2 is_human:1 issue:148 review_comments:0 seconds:28669 tombstone:2025-09-03T20:37:35Z where:github who:526301
2025-08-26T03:14:58Z code-was-contributed 849726475 _job:35808 comments:3 details:The pull request zerocracy/swarm-template#148 with 2 HoC created by @renovate[bot] was merged by @rultor after 8h7m of being in review and 3 comments. hoc:2 is_human:0 issue:148 merger:8086956 review_comments:0 seconds:29244 tombstone:2025-09-03T20:37:35Z where:github who:29139614
2025-09-03T16:55:57Z pull-was-reviewed 802720676 _job:17443759913 comments:4 commits:1 details:The pull request zerocracy/pages-action#363 has been reviewed by @yegor256 with 2 HoC and 4 comments. event_id:54206033259 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:363 review_comments:0 where:github who:526301
2025-09-03T16:59:09Z pull-was-reviewed 799177290 _job:17443759913 comments:4 commits:1 details:The pull request zerocracy/judges-action#975 has been reviewed by @yegor256 with 2 HoC and 4 comments. event_id:54206174225 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:975 review_comments:0 where:github who:526301
2025-09-03T16:59:05Z pull-was-reviewed 799177290 _job:17443759913 comments:4 commits:1 details:The pull request zerocracy/judges-action#976 has been reviewed by @yegor256 with 2 HoC and 4 comments. event_id:54206171720 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:976 review_comments:0 where:github who:526301
2025-09-03T16:35:56Z pull-was-opened 799177290 _job:17443759913 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/judges-action#976 has been opened by @renovate[bot]. event_id:54205173239 event_type:PullRequestEvent is_human:0 issue:976 where:github who:29139614
2025-09-03T17:07:49Z pull-was-merged 802720676 _job:17443759913 branch:renovate/hadolint-hadolint-action-3.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#363 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:363 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-09-03T17:48:21Z pull-was-merged 799177290 _job:17443759913 branch:renovate/hadolint-hadolint-action-3.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#975 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:975 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-09-03T17:18:36Z pull-was-merged 799177290 _job:17443759913 branch:renovate/rubocop-1.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#976 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:976 review_comments:0 succeeded_builds:13 where:github who:8086956
2025-09-03T13:33:31Z pull-was-opened 802720676 _job:17443759913 branch:renovate/hadolint-hadolint-action-3.x details:The pull zerocracy/pages-action#363 has been opened earlier by @renovate[bot]. is_human:0 issue:363 where:github who:29139614
2025-09-03T13:41:38Z pull-was-opened 799177290 _job:17443759913 branch:renovate/hadolint-hadolint-action-3.x details:The pull zerocracy/judges-action#975 has been opened earlier by @renovate[bot]. is_human:0 issue:975 where:github who:29139614
2025-09-02T23:52:46Z pull-was-opened 802720676 _job:17443759913 branch:renovate/factbase-0.x-lockfile details:The pull zerocracy/pages-action#358 has been opened by @renovate[bot]. is_human:0 issue:358 where:github who:29139614
2025-09-02T23:52:55Z pull-was-opened 802720676 _job:17443759913 branch:renovate/judges-0.x-lockfile details:The pull zerocracy/pages-action#359 has been opened by @renovate[bot]. is_human:0 issue:359 where:github who:29139614
2025-09-03T01:54:46Z pull-was-opened 802720676 _job:17443759913 branch:renovate/crate-ci-typos-1.x details:The pull zerocracy/pages-action#360 has been opened by @renovate[bot]. is_human:0 issue:360 where:github who:29139614
2025-09-03T01:55:11Z pull-was-opened 802720676 _job:17443759913 branch:renovate/fbe-0.x-lockfile details:The pull zerocracy/pages-action#361 has been opened by @renovate[bot]. is_human:0 issue:361 where:github who:29139614
2025-09-03T02:50:59Z pull-was-opened 802720676 _job:17443759913 branch:renovate/rubocop-rspec-3.x-lockfile details:The pull zerocracy/pages-action#362 has been opened by @renovate[bot]. is_human:0 issue:362 where:github who:29139614
2025-09-03T07:06:26Z pull-was-opened 799177290 _job:17443759913 branch:renovate/zerocracy-judges-action-0.x details:The pull zerocracy/judges-action#972 has been opened by @renovate[bot]. is_human:0 issue:972 where:github who:29139614
2025-09-03T07:10:03Z pull-was-opened 799177290 _job:17443759913 branch:version-up details:The pull zerocracy/judges-action#973 has been opened by @github-actions[bot]. is_human:0 issue:973 where:github who:41898282
2025-09-03T08:19:21Z pull-was-opened 799177290 _job:17443759913 branch:version-up details:The pull zerocracy/judges-action#974 has been opened by @github-actions[bot]. is_human:0 issue:974 where:github who:41898282
2025-09-03T16:55:57Z code-was-reviewed 802720676 _job:35840 author:29139614 comments:4 details:The pull request zerocracy/pages-action#363 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 3h22m and 4 comments. hoc:2 is_human:1 issue:363 review_comments:0 seconds:12146 where:github who:526301
2025-09-03T16:59:09Z code-was-reviewed 799177290 _job:35840 author:29139614 comments:4 details:The pull request zerocracy/judges-action#975 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 3h17m and 4 comments. hoc:2 is_human:1 issue:975 review_comments:0 seconds:11851 where:github who:526301
2025-09-03T16:59:05Z code-was-reviewed 799177290 _job:35840 author:29139614 comments:4 details:The pull request zerocracy/judges-action#976 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 23m8s and 4 comments. hoc:2 is_human:1 issue:976 review_comments:0 seconds:1389 where:github who:526301
2025-09-03T17:07:49Z code-was-contributed 802720676 _job:35840 comments:4 details:The pull request zerocracy/pages-action#363 with 2 HoC created by @renovate[bot] was merged by @rultor after 3h34m of being in review and 4 comments. hoc:2 is_human:0 issue:363 merger:8086956 review_comments:0 seconds:12858 where:github who:29139614
2025-09-03T17:48:21Z code-was-contributed 799177290 _job:35840 comments:4 details:The pull request zerocracy/judges-action#975 with 2 HoC created by @renovate[bot] was merged by @rultor after 4h6m of being in review and 4 comments. hoc:2 is_human:0 issue:975 merger:8086956 review_comments:0 seconds:14803 where:github who:29139614
2025-09-03T17:18:36Z code-was-contributed 799177290 _job:35840 comments:4 details:The pull request zerocracy/judges-action#976 with 2 HoC created by @renovate[bot] was merged by @rultor after 42m39s of being in review and 4 comments. hoc:2 is_human:0 issue:976 merger:8086956 review_comments:0 seconds:2560 where:github who:29139614
2025-09-03T17:06:33Z pull-was-opened 798641472 _job:17445086947 branch:renovate/rubocop-1.x-lockfile details:The pull request yegor256/factbase#298 has been opened by @renovate[bot]. event_id:54206505915 event_type:PullRequestEvent is_human:0 issue:298 where:github who:29139614
2025-09-03T17:08:27Z pull-was-opened 802720676 _job:17445086947 branch:renovate/rubocop-1.x-lockfile details:The pull request zerocracy/pages-action#364 has been opened by @renovate[bot]. event_id:54206586061 event_type:PullRequestEvent is_human:0 issue:364 where:github who:29139614
2025-09-03T02:51:01Z pull-was-closed 802720676 _job:17445086947 branch:renovate/factbase-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#358 has been 'pull-was-closed'. failed_builds:0 hoc:2 is_human:0 issue:358 succeeded_builds:14 where:github who:29139614
2025-09-03T02:51:03Z pull-was-closed 802720676 _job:17445086947 branch:renovate/judges-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#359 has been 'pull-was-closed'. failed_builds:0 hoc:4 is_human:0 issue:359 succeeded_builds:14 where:github who:29139614
2025-09-03T08:15:17Z pull-was-merged 799177290 _job:17445086947 branch:renovate/zerocracy-judges-action-0.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#972 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:972 review_comments:0 succeeded_builds:13 where:github who:526301
2025-09-03T03:07:38Z pull-was-merged 802720676 _job:17445086947 branch:renovate/crate-ci-typos-1.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#360 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:360 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-09-03T08:15:24Z pull-was-merged 799177290 _job:17445086947 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#973 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:1 issue:973 review_comments:0 succeeded_builds:0 where:github who:526301
2025-09-03T02:50:16Z pull-was-merged 802720676 _job:17445086947 branch:renovate/fbe-0.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#361 has been 'pull-was-merged'. failed_builds:0 hoc:8 is_human:0 issue:361 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-09-03T08:19:50Z pull-was-closed 799177290 _job:17445086947 branch:version-up comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#974 has been 'pull-was-closed'. failed_builds:0 hoc:0 is_human:0 issue:974 succeeded_builds:0 where:github who:41898282
2025-09-03T08:59:40Z pull-was-merged 802720676 _job:17445086947 branch:renovate/rubocop-rspec-3.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#362 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:362 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-09-03T20:36:29Z code-review-was-rewarded 802720676 _job:35849 award:4 comments:4 details:It's time to reward @yegor256 for the code review in zerocracy/pages-action#363, the reward amount is 4. hoc:2 href:https://github.com/zerocracy/pages-action/issues/363/#issuecomment-3250706500 is_human:1 issue:363 review_comments:0 seconds:12146 where:github who:526301 why:Reviewed code in zerocracy/pages-action#363
2025-09-03T20:36:32Z code-review-was-rewarded 799177290 _job:35849 award:4 comments:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#975, the reward amount is 4. hoc:2 href:https://github.com/zerocracy/judges-action/issues/975/#issuecomment-3250706582 is_human:1 issue:975 review_comments:0 seconds:11851 where:github who:526301 why:Reviewed code in zerocracy/judges-action#975
2025-09-03T20:36:36Z code-review-was-rewarded 799177290 _job:35849 award:4 comments:4 details:It's time to reward @yegor256 for the code review in zerocracy/judges-action#976, the reward amount is 4. hoc:2 href:https://github.com/zerocracy/judges-action/issues/976/#issuecomment-3250706648 is_human:1 issue:976 review_comments:0 seconds:1389 where:github who:526301 why:Reviewed code in zerocracy/judges-action#976
2025-09-03T08:15:17Z code-was-contributed 799177290 _job:35853 comments:1 details:The pull request zerocracy/judges-action#972 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1h8m of being in review and 1 comments. hoc:2 is_human:0 issue:972 merger:526301 review_comments:0 seconds:4131 where:github who:29139614
2025-09-03T03:07:38Z code-was-contributed 802720676 _job:35853 comments:4 details:The pull request zerocracy/pages-action#360 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h12m of being in review and 4 comments. hoc:2 is_human:0 issue:360 merger:8086956 review_comments:0 seconds:4372 where:github who:29139614
2025-09-03T08:15:24Z code-was-contributed 799177290 _job:35853 comments:1 details:The pull request zerocracy/judges-action#973 with 2 HoC created by @github-actions[bot] was merged by @yegor256 after 1h5m of being in review and 1 comments. hoc:2 is_human:0 issue:973 merger:526301 review_comments:0 seconds:3921 where:github who:41898282
2025-09-03T02:50:16Z code-was-contributed 802720676 _job:35853 comments:4 details:The pull request zerocracy/pages-action#361 with 8 HoC created by @renovate[bot] was merged by @rultor after 55m4s of being in review and 4 comments. hoc:8 is_human:0 issue:361 merger:8086956 review_comments:0 seconds:3305 where:github who:29139614
2025-09-03T08:59:40Z code-was-contributed 802720676 _job:35853 comments:4 details:The pull request zerocracy/pages-action#362 with 2 HoC created by @renovate[bot] was merged by @rultor after 6h8m of being in review and 4 comments. hoc:2 is_human:0 issue:362 merger:8086956 review_comments:0 seconds:22121 where:github who:29139614
events-were-scanned 820463873 _job:17449720442 latest:54192995584 where:github
2024-10-01T04:27:43Z issue-was-closed 799177290 _job:17450866556 details:Apparently, zerocracy/judges-action#238 has been 'issue-was-closed'. is_human:1 issue:238 tombstone:2025-09-04T02:55:52Z where:github who:526301
2024-10-04T10:14:03Z issue-was-closed 799177290 _job:17450866556 details:Apparently, zerocracy/judges-action#239 has been 'issue-was-closed'. is_human:1 issue:239 tombstone:2025-09-04T02:55:52Z where:github who:526301
2024-08-16T13:42:20Z issue-was-closed 799177290 _job:17450866556 details:Apparently, zerocracy/judges-action#240 has been 'issue-was-closed'. is_human:1 issue:240 tombstone:2025-09-04T02:55:51Z where:github who:526301
2024-08-12T19:31:58Z issue-was-closed 799177290 _job:17450866556 details:Apparently, zerocracy/judges-action#244 has been 'issue-was-closed'. is_human:1 issue:244 tombstone:2025-09-04T03:36:23Z where:github who:526301
2024-08-14T05:28:15Z issue-was-closed 799177290 _job:17450866556 details:Apparently, zerocracy/judges-action#271 has been 'issue-was-closed'. is_human:1 issue:271 tombstone:2025-09-04T03:36:23Z where:github who:526301
2024-08-16T13:42:08Z issue-was-closed 799177290 _job:17450866556 details:Apparently, zerocracy/judges-action#276 has been 'issue-was-closed'. is_human:1 issue:276 tombstone:2025-09-04T02:55:51Z where:github who:526301
2024-08-21T14:37:50Z issue-was-closed 799177290 _job:17450866556 details:Apparently, zerocracy/judges-action#298 has been 'issue-was-closed'. is_human:1 issue:298 tombstone:2025-09-04T02:55:51Z where:github who:526301
2024-08-22T15:16:25Z issue-was-closed 799177290 _job:17450866556 details:Apparently, zerocracy/judges-action#308 has been 'issue-was-closed'. is_human:1 issue:308 tombstone:2025-09-04T03:36:23Z where:github who:526301
2024-09-04T14:56:33Z issue-was-closed 799177290 _job:17450866556 details:Apparently, zerocracy/judges-action#325 has been 'issue-was-closed'. is_human:1 issue:325 tombstone:2025-09-04T02:55:52Z where:github who:526301
2024-09-18T08:44:42Z issue-was-closed 799177290 _job:17450866556 details:Apparently, zerocracy/judges-action#338 has been 'issue-was-closed'. is_human:1 issue:338 tombstone:2025-09-04T02:55:52Z where:github who:526301
2024-10-24T05:24:45Z issue-was-closed 799177290 _job:17450866556 details:Apparently, zerocracy/judges-action#345 has been 'issue-was-closed'. is_human:1 issue:345 tombstone:2025-09-04T03:36:22Z where:github who:526301
2024-10-09T12:54:00Z issue-was-closed 799177290 _job:17450866556 details:Apparently, zerocracy/judges-action#372 has been 'issue-was-closed'. is_human:1 issue:372 tombstone:2025-09-04T03:36:23Z where:github who:526301
2024-10-05T20:50:40Z issue-was-closed 799177290 _job:17450866556 details:Apparently, zerocracy/judges-action#373 has been 'issue-was-closed'. is_human:1 issue:373 tombstone:2025-09-04T02:55:52Z where:github who:526301
2024-10-07T15:45:29Z issue-was-closed 799177290 _job:17450866556 details:Apparently, zerocracy/judges-action#375 has been 'issue-was-closed'. is_human:1 issue:375 tombstone:2025-09-04T02:55:52Z where:github who:526301
2024-10-15T14:12:29Z issue-was-closed 799177290 _job:17450866556 details:Apparently, zerocracy/judges-action#380 has been 'issue-was-closed'. is_human:1 issue:380 tombstone:2025-09-04T03:36:23Z where:github who:526301
2024-11-30T04:49:12Z issue-was-closed 799177290 _job:17450866556 details:Apparently, zerocracy/judges-action#397 has been 'issue-was-closed'. is_human:1 issue:397 tombstone:2025-09-04T03:36:22Z where:github who:526301
2024-12-20T08:53:18Z issue-was-opened 799177290 _job:17450866556 details:The issue zerocracy/judges-action#434 has been opened by @yegor256. is_human:1 issue:434 tombstone:2025-09-04T02:55:04Z where:github who:526301
2024-12-20T00:59:03Z issue-was-opened 799177290 _job:17450866556 details:The issue zerocracy/judges-action#428 has been opened by @yegor256. is_human:1 issue:428 tombstone:2025-09-04T02:55:03Z where:github who:526301
2024-12-19T12:58:30Z issue-was-opened 799177290 _job:17450866556 details:The issue zerocracy/judges-action#421 has been opened by @yegor256. is_human:1 issue:421 tombstone:2025-09-04T02:55:03Z where:github who:526301
2024-12-19T10:08:19Z issue-was-opened 799177290 _job:17450866556 details:The issue zerocracy/judges-action#419 has been opened by @yegor256. is_human:1 issue:419 tombstone:2025-09-04T02:55:03Z where:github who:526301
2024-12-19T06:50:11Z issue-was-opened 799177290 _job:17450866556 details:The issue zerocracy/judges-action#416 has been opened by @yegor256. is_human:1 issue:416 tombstone:2025-09-04T02:55:03Z where:github who:526301
2024-12-18T12:08:21Z issue-was-opened 799177290 _job:17450866556 details:The issue zerocracy/judges-action#412 has been opened by @yegor256. is_human:1 issue:412 tombstone:2025-09-04T02:55:03Z where:github who:526301
2024-08-10T07:20:39Z issue-was-opened 799177290 _job:17450866556 details:The issue zerocracy/judges-action#254 has been opened by @yegor256. is_human:1 issue:254 tombstone:2025-09-04T02:55:05Z where:github who:526301
2024-08-05T07:42:29Z issue-was-opened 799177290 _job:17450866556 details:The issue zerocracy/judges-action#229 has been opened by @yegor256. is_human:1 issue:229 tombstone:2025-09-04T02:55:05Z where:github who:526301
2024-08-02T14:33:03Z issue-was-opened 799177290 _job:17450866556 details:The issue zerocracy/judges-action#218 has been opened by @yegor256. is_human:1 issue:218 tombstone:2025-09-04T02:55:05Z where:github who:526301
2024-08-02T12:44:30Z issue-was-opened 799177290 _job:17450866556 details:The issue zerocracy/judges-action#217 has been opened by @h1alexbel. is_human:1 issue:217 tombstone:2025-09-04T02:55:02Z where:github who:83453843
2024-08-02T03:38:48Z issue-was-opened 799177290 _job:17450866556 details:The issue zerocracy/judges-action#214 has been opened by @yegor256. is_human:1 issue:214 tombstone:2025-09-04T02:55:05Z where:github who:526301
2024-08-01T09:59:48Z issue-was-opened 799177290 _job:17450866556 details:The issue zerocracy/judges-action#211 has been opened by @yegor256. is_human:1 issue:211 tombstone:2025-09-04T02:55:05Z where:github who:526301
2024-08-01T05:21:49Z issue-was-opened 799177290 _job:17450866556 details:The issue zerocracy/judges-action#209 has been opened by @yegor256. is_human:1 issue:209 tombstone:2025-09-04T02:55:05Z where:github who:526301
2024-07-30T05:35:24Z issue-was-opened 799177290 _job:17450866556 details:The issue zerocracy/judges-action#201 has been opened by @yegor256. is_human:1 issue:201 tombstone:2025-09-04T02:55:05Z where:github who:526301
2024-07-30T01:25:39Z issue-was-opened 799177290 _job:17450866556 details:The issue zerocracy/judges-action#189 has been opened by @yegor256. is_human:1 issue:189 tombstone:2025-09-04T02:55:04Z where:github who:526301
2025-09-03T20:36:50Z pull-was-opened 799177290 _job:17451612387 branch:964 details:The pull request zerocracy/judges-action#977 has been opened by @yegorov. event_id:54215075629 event_type:PullRequestEvent is_human:1 issue:977 where:github who:2566462
2024-08-29T13:20:09Z issue-was-closed 799177290 _job:17451612387 details:Apparently, zerocracy/judges-action#189 has been 'issue-was-closed'. issue:189 tombstone:2025-09-04T02:55:04Z where:github who:526301
2024-09-25T05:59:29Z issue-was-closed 799177290 _job:17451612387 details:Apparently, zerocracy/judges-action#201 has been 'issue-was-closed'. issue:201 tombstone:2025-09-04T02:55:05Z where:github who:526301
2024-08-16T13:42:02Z issue-was-closed 799177290 _job:17451612387 details:Apparently, zerocracy/judges-action#209 has been 'issue-was-closed'. issue:209 tombstone:2025-09-04T02:55:05Z where:github who:526301
2024-08-18T07:30:20Z issue-was-closed 799177290 _job:17451612387 details:Apparently, zerocracy/judges-action#211 has been 'issue-was-closed'. issue:211 tombstone:2025-09-04T02:55:05Z where:github who:8086956
2024-08-21T15:35:11Z issue-was-closed 799177290 _job:17451612387 details:Apparently, zerocracy/judges-action#214 has been 'issue-was-closed'. issue:214 tombstone:2025-09-04T02:55:05Z where:github who:526301
2024-08-04T10:09:37Z issue-was-closed 799177290 _job:17451612387 details:Apparently, zerocracy/judges-action#218 has been 'issue-was-closed'. issue:218 tombstone:2025-09-04T02:55:05Z where:github who:8086956
2024-08-05T11:54:43Z issue-was-closed 799177290 _job:17451612387 details:Apparently, zerocracy/judges-action#229 has been 'issue-was-closed'. issue:229 tombstone:2025-09-04T02:55:05Z where:github who:526301
2024-08-14T05:31:33Z issue-was-closed 799177290 _job:17451612387 details:Apparently, zerocracy/judges-action#254 has been 'issue-was-closed'. issue:254 tombstone:2025-09-04T02:55:05Z where:github who:526301
2024-12-19T04:27:18Z issue-was-closed 799177290 _job:17451612387 details:Apparently, zerocracy/judges-action#412 has been 'issue-was-closed'. issue:412 tombstone:2025-09-04T02:55:03Z where:github who:526301
2024-12-19T07:16:48Z issue-was-closed 799177290 _job:17451612387 details:Apparently, zerocracy/judges-action#416 has been 'issue-was-closed'. issue:416 tombstone:2025-09-04T02:55:03Z where:github who:526301
2024-12-19T10:31:30Z issue-was-closed 799177290 _job:17451612387 details:Apparently, zerocracy/judges-action#419 has been 'issue-was-closed'. issue:419 tombstone:2025-09-04T02:55:03Z where:github who:526301
2024-12-19T13:14:14Z issue-was-closed 799177290 _job:17451612387 details:Apparently, zerocracy/judges-action#421 has been 'issue-was-closed'. issue:421 tombstone:2025-09-04T02:55:03Z where:github who:526301
2024-12-20T02:17:35Z issue-was-closed 799177290 _job:17451612387 details:Apparently, zerocracy/judges-action#428 has been 'issue-was-closed'. issue:428 tombstone:2025-09-04T02:55:03Z where:github who:526301
2024-12-20T09:23:56Z issue-was-closed 799177290 _job:17451612387 details:Apparently, zerocracy/judges-action#434 has been 'issue-was-closed'. issue:434 tombstone:2025-09-04T02:55:04Z where:github who:526301
2024-07-30T01:25:39Z label-was-attached 799177290 _job:17451612387 details:The 'enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#189. issue:189 label:enhancement tombstone:2025-09-04T02:55:04Z where:github who:526301
2024-07-30T05:35:24Z label-was-attached 799177290 _job:17451612387 details:The 'enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#201. issue:201 label:enhancement tombstone:2025-09-04T02:55:05Z where:github who:526301
2024-08-01T05:21:49Z label-was-attached 799177290 _job:17451612387 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#209. issue:209 label:bug tombstone:2025-09-04T02:55:05Z where:github who:526301
2024-08-01T09:59:48Z label-was-attached 799177290 _job:17451612387 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#211. issue:211 label:bug tombstone:2025-09-04T02:55:05Z where:github who:526301
2024-08-02T03:38:48Z label-was-attached 799177290 _job:17451612387 details:The 'enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#214. issue:214 label:enhancement tombstone:2025-09-04T02:55:05Z where:github who:526301
2024-08-02T13:51:33Z label-was-attached 799177290 _job:17451612387 details:The 'enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#217. issue:217 label:enhancement tombstone:2025-09-04T02:55:02Z where:github who:526301
2024-08-02T14:33:03Z label-was-attached 799177290 _job:17451612387 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#218. issue:218 label:bug tombstone:2025-09-04T02:55:05Z where:github who:526301
2024-08-05T07:42:29Z label-was-attached 799177290 _job:17451612387 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#229. issue:229 label:bug tombstone:2025-09-04T02:55:05Z where:github who:526301
2024-08-10T07:20:51Z label-was-attached 799177290 _job:17451612387 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#254. issue:254 label:bug tombstone:2025-09-04T02:55:05Z where:github who:526301
2024-12-18T12:08:26Z label-was-attached 799177290 _job:17451612387 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#412. issue:412 label:bug tombstone:2025-09-04T02:55:03Z where:github who:526301
2024-12-19T06:50:11Z label-was-attached 799177290 _job:17451612387 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#416. issue:416 label:bug tombstone:2025-09-04T02:55:03Z where:github who:526301
2024-08-05T05:55:11Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#224 was assigned to @yegorov by @yegor256 . issue:224 tombstone:2025-09-04T02:55:51Z where:github who:2566462
2024-10-01T02:10:25Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#227 was assigned to @yegorov by @yegor256 . issue:227 tombstone:2025-09-04T02:55:52Z where:github who:2566462
2024-08-05T08:08:03Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#229 was assigned to @suban05 by @yegor256 . issue:229 tombstone:2025-09-04T02:55:05Z where:github who:88084038
2024-09-27T07:37:40Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#238 was assigned to @yegorov by @yegor256 . issue:238 tombstone:2025-09-04T02:55:52Z where:github who:2566462
2024-10-03T02:50:53Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#239 was assigned to @yegorov by @yegor256 . issue:239 tombstone:2025-09-04T02:55:52Z where:github who:2566462
2024-08-07T19:36:47Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#240 was assigned to @yegorov by @yegor256 . issue:240 tombstone:2025-09-04T02:55:51Z where:github who:2566462
2024-08-08T03:48:46Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#244 was assigned to @yegorov by @yegor256 . is_human:1 issue:244 tombstone:2025-09-04T03:36:23Z where:github who:2566462
2024-08-10T09:21:53Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#254 was assigned to @suban05 by @yegor256 . issue:254 tombstone:2025-09-04T02:55:05Z where:github who:88084038
2024-08-13T14:58:14Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#271 was assigned to @suban05 by @yegor256 . is_human:1 issue:271 tombstone:2025-09-04T03:36:23Z where:github who:88084038
2024-08-13T17:05:17Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#276 was assigned to @yegorov by @yegor256 . issue:276 tombstone:2025-09-04T02:55:51Z where:github who:2566462
2024-08-21T07:00:35Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#298 was assigned to @yegor256 by @yegor256 . issue:298 tombstone:2025-09-04T02:55:51Z where:github who:526301
2024-08-24T07:06:43Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#311 was assigned to @suban05 by @yegor256 . issue:311 tombstone:2025-09-04T02:55:05Z where:github who:88084038
2024-09-04T09:52:35Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#325 was assigned to @yegorov by @yegor256 . issue:325 tombstone:2025-09-04T02:55:52Z where:github who:2566462
2024-09-17T09:39:00Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#338 was assigned to @yegorov by @yegor256 . issue:338 tombstone:2025-09-04T02:55:52Z where:github who:2566462
2024-10-16T05:48:55Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#345 was assigned to @yegorov by @yegor256 . is_human:1 issue:345 tombstone:2025-09-04T03:36:22Z where:github who:2566462
2024-09-24T06:08:32Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#350 was assigned to @suban05 by @yegor256 . issue:350 tombstone:2025-09-04T02:55:06Z where:github who:88084038
2024-10-04T02:17:45Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#372 was assigned to @yegorov by @yegor256 . is_human:1 issue:372 tombstone:2025-09-04T03:36:23Z where:github who:2566462
2024-10-04T15:14:30Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#373 was assigned to @yegorov by @yegor256 . issue:373 tombstone:2025-09-04T02:55:52Z where:github who:2566462
2024-10-06T13:48:11Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#375 was assigned to @yegorov by @yegor256 . issue:375 tombstone:2025-09-04T02:55:52Z where:github who:2566462
2024-10-11T06:54:18Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#380 was assigned to @yegorov by @yegor256 . is_human:1 issue:380 tombstone:2025-09-04T03:36:23Z where:github who:2566462
2024-11-02T13:55:43Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#397 was assigned to @yegorov by @yegor256 . is_human:1 issue:397 tombstone:2025-09-04T03:36:22Z where:github who:2566462
2024-12-18T12:08:24Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#412 was assigned to @yegor256 by @yegor256 . issue:412 tombstone:2025-09-04T02:55:03Z where:github who:526301
2024-12-19T06:50:11Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#416 was assigned to @yegor256 by @yegor256 . issue:416 tombstone:2025-09-04T02:55:03Z where:github who:526301
2024-12-19T10:08:19Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#419 was assigned to @yegor256 by @yegor256 . issue:419 tombstone:2025-09-04T02:55:03Z where:github who:526301
2024-12-19T12:58:32Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#421 was assigned to @yegor256 by @yegor256 . issue:421 tombstone:2025-09-04T02:55:03Z where:github who:526301
2024-12-20T00:59:04Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#428 was assigned to @yegor256 by @yegor256 . issue:428 tombstone:2025-09-04T02:55:03Z where:github who:526301
2024-12-20T08:53:20Z issue-was-assigned 799177290 _job:17451612387 assigner:526301 details:zerocracy/judges-action#434 was assigned to @yegor256 by @yegor256 . issue:434 tombstone:2025-09-04T02:55:04Z where:github who:526301
2025-09-03T21:04:39Z pull-was-opened 802720676 _job:17452316928 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/pages-action#365 has been opened by @renovate[bot]. event_id:54216129735 event_type:PullRequestEvent is_human:0 issue:365 where:github who:29139614
2025-09-03T16:27:16Z pull-was-opened 799113787 _job:17452316928 branch:renovate/rubocop-1.x-lockfile details:The pull request yegor256/judges#287 has been opened by @renovate[bot]. event_id:54204794140 event_type:PullRequestEvent is_human:0 issue:287 where:github who:29139614
events-were-scanned 802720676 _job:17452316928 latest:54216134251 where:github
events-were-scanned 799113787 _job:17452316928 latest:54204794140 where:github
2025-09-02T04:48:03Z pull-was-opened 799113787 _job:17452316928 branch:renovate/crate-ci-typos-1.x details:The pull yegor256/judges#286 has been opened by @renovate[bot]. is_human:0 issue:286 where:github who:29139614
2024-09-24T02:43:05Z issue-was-opened 799177290 _job:17452316928 details:The issue zerocracy/judges-action#350 has been opened by @yegor256. issue:350 tombstone:2025-09-04T03:36:20Z where:github who:526301
2024-08-23T20:54:29Z issue-was-opened 799177290 _job:17452316928 details:The issue zerocracy/judges-action#311 has been opened by @yegor256. issue:311 tombstone:2025-09-04T03:36:20Z where:github who:526301
2024-07-30T06:00:59Z issue-was-opened 799177290 _job:17452316928 details:The issue zerocracy/judges-action#203 has been opened by @yegor256. issue:203 tombstone:2025-09-04T03:36:22Z where:github who:526301
2024-07-30T05:58:26Z issue-was-opened 799177290 _job:17452316928 details:The issue zerocracy/judges-action#202 has been opened by @yegor256. issue:202 tombstone:2025-09-04T03:36:22Z where:github who:526301
2024-07-30T05:34:21Z issue-was-opened 799177290 _job:17452316928 details:The issue zerocracy/judges-action#200 has been opened by @yegor256. issue:200 tombstone:2025-09-04T03:36:22Z where:github who:526301
2024-07-30T01:53:14Z issue-was-opened 799177290 _job:17452316928 details:The issue zerocracy/judges-action#195 has been opened by @yegor256. issue:195 tombstone:2025-09-04T03:36:22Z where:github who:526301
2024-07-30T01:51:09Z issue-was-opened 799177290 _job:17452316928 details:The issue zerocracy/judges-action#194 has been opened by @yegor256. issue:194 tombstone:2025-09-04T03:36:22Z where:github who:526301
2024-07-30T01:38:44Z issue-was-opened 799177290 _job:17452316928 details:The issue zerocracy/judges-action#193 has been opened by @yegor256. issue:193 tombstone:2025-09-04T03:36:22Z where:github who:526301
2024-07-30T01:31:30Z issue-was-opened 799177290 _job:17452316928 details:The issue zerocracy/judges-action#192 has been opened by @yegor256. issue:192 tombstone:2025-09-04T03:36:22Z where:github who:526301
2024-07-30T01:29:08Z issue-was-opened 799177290 _job:17452316928 details:The issue zerocracy/judges-action#191 has been opened by @yegor256. issue:191 tombstone:2025-09-04T03:36:21Z where:github who:526301
2024-07-30T01:27:43Z issue-was-opened 799177290 _job:17452316928 details:The issue zerocracy/judges-action#190 has been opened by @yegor256. issue:190 tombstone:2025-09-04T03:36:21Z where:github who:526301
2024-07-28T14:13:58Z issue-was-opened 799177290 _job:17452316928 details:The issue zerocracy/judges-action#167 has been opened by @yegor256. issue:167 tombstone:2025-09-04T03:36:21Z where:github who:526301
2024-07-28T14:12:38Z issue-was-opened 799177290 _job:17452316928 details:The issue zerocracy/judges-action#166 has been opened by @yegor256. issue:166 tombstone:2025-09-04T03:36:21Z where:github who:526301
2024-07-24T05:13:55Z issue-was-opened 799177290 _job:17452316928 details:The issue zerocracy/judges-action#158 has been opened by @yegor256. issue:158 tombstone:2025-09-04T03:36:21Z where:github who:526301
2024-07-24T05:12:26Z issue-was-opened 799177290 _job:17452316928 details:The issue zerocracy/judges-action#157 has been opened by @yegor256. issue:157 tombstone:2025-09-04T03:36:21Z where:github who:526301
2024-07-24T05:11:01Z issue-was-opened 799177290 _job:17452316928 details:The issue zerocracy/judges-action#156 has been opened by @yegor256. issue:156 tombstone:2025-09-04T03:36:21Z where:github who:526301
2024-07-24T05:03:21Z issue-was-opened 799177290 _job:17452316928 details:The issue zerocracy/judges-action#155 has been opened by @yegor256. issue:155 tombstone:2025-09-04T03:36:21Z where:github who:526301
2024-07-15T12:23:01Z issue-was-opened 799177290 _job:17452316928 details:The issue zerocracy/judges-action#102 has been opened by @yegor256. issue:102 tombstone:2025-09-04T03:36:22Z where:github who:526301
tombstone _job:35885 issues:[138-138, 141-141, 151-151, 151-152] repo:802720676 where:github
tombstone _job:35885 issues:[30-30, 32-32, 32-33, 33-33, 40-40, 40-41, 41-41, 46-46, 51-51] repo:181044958 where:github
tombstone _job:35885 issues:12-12 repo:840215648 where:github
tombstone _job:35885 issues:[98-98, 106-106] repo:798641472 where:github
tombstone _job:35885 issues:[63-63, 83-84, 83-83, 84-84, 127-127, 153-153, 155-155] repo:799113787 where:github
tombstone _job:35885 issues:[102-102, 155-157, 155-155, 155-156, 155-158, 156-157, 156-158, 157-158, 158-158, 166-167, 189-195, 189-190, 189-191, 190-190, 190-193, 191-192, 192-193, 192-194, 193-193, 193-194, 193-195, 194-194, 194-195, 195-195, 200-202, 200-203, 200-201, 200-200, 202-202, 202-203, 203-203, 209-209, 211-211, 214-214, 216-219, 216-216, 216-218, 216-220, 218-219, 219-219, 219-220, 220-220, 224-224, 227-227, 229-229, 238-239, 238-238, 238-240, 239-240, 240-240, 244-244, 254-254, 271-271, 276-276, 298-298, 308-308, 311-311, 325-325, 338-338, 345-345, 350-350, 372-373, 372-372, 373-373, 375-375, 380-380, 397-397, 412-412, 416-416, 419-419, 421-421, 428-428, 434-434] repo:799177290 where:github
tombstone _job:35885 issues:[37-37, 37-38, 38-38, 46-46, 46-47, 47-47, 61-61, 75-75, 75-76, 76-76, 78-78, 127-127, 129-129, 129-132, 129-131, 129-130, 130-130, 130-131, 131-131, 131-132, 132-132] repo:820463873 where:github
2025-09-03T21:52:45Z pull-was-opened 798641472 _job:17453187913 branch:renovate/crate-ci-typos-1.x details:The pull request yegor256/factbase#299 has been opened by @renovate[bot]. event_id:54217725580 event_type:PullRequestEvent is_human:0 issue:299 where:github who:29139614
2025-09-03T21:37:04Z pull-was-opened 799177290 _job:17453187913 branch:renovate/crate-ci-typos-1.x details:The pull request zerocracy/judges-action#978 has been opened by @renovate[bot]. event_id:54217246592 event_type:PullRequestEvent is_human:0 issue:978 where:github who:29139614
events-were-scanned 798641472 _job:17453187913 latest:54217746720 where:github
events-were-scanned 181044958 _job:17453187913 latest:54206532756 where:github
events-were-scanned 799177290 _job:17453187913 latest:54217249257 where:github
types-were-scanned 798641472 _job:17453187913 latest:80 where:github
types-were-scanned 802720676 _job:17453187913 latest:194 where:github
types-were-scanned 799177290 _job:17453187913 latest:437 where:github
types-were-scanned 181044958 _job:17453187913 latest:0 where:github
types-were-scanned 820463873 _job:17453187913 latest:163 where:github
types-were-scanned 799113787 _job:17453187913 latest:241 where:github
2024-07-24T07:07:38Z issue-was-opened 798641472 _job:17453187913 details:The issue yegor256/factbase#106 has been opened by @tank-bohr. is_human:1 issue:106 where:github who:1646020
2024-07-17T04:28:47Z issue-was-opened 798641472 _job:17453187913 details:The issue yegor256/factbase#98 has been opened by @yegor256. is_human:1 issue:98 where:github who:526301
2024-10-24T05:24:10Z issue-was-opened 799177290 _job:17453187913 details:The issue zerocracy/judges-action#397 has been opened by @yegor256. is_human:1 issue:397 where:github who:526301
2024-10-09T12:55:26Z issue-was-opened 799177290 _job:17453187913 details:The issue zerocracy/judges-action#380 has been opened by @suban05. is_human:1 issue:380 where:github who:88084038
2024-10-05T21:05:50Z issue-was-opened 799177290 _job:17453187913 details:The issue zerocracy/judges-action#375 has been opened by @yegor256. is_human:1 issue:375 where:github who:526301
2024-10-04T10:41:16Z issue-was-opened 799177290 _job:17453187913 details:The issue zerocracy/judges-action#373 has been opened by @yegor256. is_human:1 issue:373 where:github who:526301
2024-10-03T19:30:52Z issue-was-opened 799177290 _job:17453187913 details:The issue zerocracy/judges-action#372 has been opened by @yegorov. is_human:1 issue:372 where:github who:2566462
2024-09-23T03:54:44Z issue-was-opened 799177290 _job:17453187913 details:The issue zerocracy/judges-action#345 has been opened by @yegor256. is_human:1 issue:345 where:github who:526301
2024-09-16T13:59:55Z issue-was-opened 799177290 _job:17453187913 details:The issue zerocracy/judges-action#338 has been opened by @yegor256. is_human:1 issue:338 where:github who:526301
2024-09-04T09:35:18Z issue-was-opened 799177290 _job:17453187913 details:The issue zerocracy/judges-action#325 has been opened by @yegor256. is_human:1 issue:325 where:github who:526301
2024-08-22T08:44:35Z issue-was-opened 799177290 _job:17453187913 details:The issue zerocracy/judges-action#308 has been opened by @suban05. is_human:1 issue:308 where:github who:88084038
2024-08-20T13:45:55Z issue-was-opened 799177290 _job:17453187913 details:The issue zerocracy/judges-action#298 has been opened by @yegor256. is_human:1 issue:298 where:github who:526301
2024-08-13T16:36:46Z issue-was-opened 799177290 _job:17453187913 details:The issue zerocracy/judges-action#276 has been opened by @yegor256. is_human:1 issue:276 where:github who:526301
2024-08-13T10:16:37Z issue-was-opened 799177290 _job:17453187913 details:The issue zerocracy/judges-action#271 has been opened by @suban05. is_human:1 issue:271 where:github who:88084038
2024-08-07T20:29:34Z issue-was-opened 799177290 _job:17453187913 details:The issue zerocracy/judges-action#244 has been opened by @yegorov. is_human:1 issue:244 where:github who:2566462
2024-08-07T09:57:26Z issue-was-opened 799177290 _job:17453187913 details:The issue zerocracy/judges-action#240 has been opened by @yegor256. is_human:1 issue:240 where:github who:526301
2024-08-07T08:38:46Z issue-was-opened 799177290 _job:17453187913 details:The issue zerocracy/judges-action#239 has been opened by @yegor256. is_human:1 issue:239 where:github who:526301
2024-08-07T08:37:47Z issue-was-opened 799177290 _job:17453187913 details:The issue zerocracy/judges-action#238 has been opened by @yegor256. is_human:1 issue:238 where:github who:526301
2024-08-05T06:08:04Z issue-was-opened 799177290 _job:17453187913 details:The issue zerocracy/judges-action#227 has been opened by @yegor256. is_human:1 issue:227 where:github who:526301
2024-08-03T16:58:19Z issue-was-opened 799177290 _job:17453187913 details:The issue zerocracy/judges-action#224 has been opened by @yegor256. is_human:1 issue:224 where:github who:526301
2024-08-03T13:19:45Z issue-was-opened 799177290 _job:17453187913 details:The issue zerocracy/judges-action#220 has been opened by @yegor256. is_human:1 issue:220 where:github who:526301
2024-08-03T08:44:29Z issue-was-opened 799177290 _job:17453187913 details:The issue zerocracy/judges-action#219 has been opened by @suban05. is_human:1 issue:219 where:github who:88084038
2024-08-02T11:01:24Z issue-was-opened 799177290 _job:17453187913 details:The issue zerocracy/judges-action#216 has been opened by @suban05. is_human:1 issue:216 where:github who:88084038
2024-08-17T19:48:46Z issue-was-opened 840215648 _job:17453187913 details:The issue zerocracy/baza.rb#12 has been opened by @tank-bohr. is_human:1 issue:12 where:github who:1646020
2024-12-19T17:39:52Z issue-was-opened 799113787 _job:17453187913 details:The issue yegor256/judges#155 has been opened by @yegor256. is_human:1 issue:155 where:github who:526301
2024-12-19T08:24:16Z issue-was-opened 799113787 _job:17453187913 details:The issue yegor256/judges#153 has been opened by @yegor256. is_human:1 issue:153 where:github who:526301
2024-09-02T19:54:20Z issue-was-opened 799113787 _job:17453187913 details:The issue yegor256/judges#127 has been opened by @yegorov. is_human:1 issue:127 where:github who:2566462
2024-07-14T11:25:50Z issue-was-opened 799113787 _job:17453187913 details:The issue yegor256/judges#84 has been opened by @yegor256. is_human:1 issue:84 where:github who:526301
2024-07-14T11:24:48Z issue-was-opened 799113787 _job:17453187913 details:The issue yegor256/judges#83 has been opened by @yegor256. is_human:1 issue:83 where:github who:526301
2024-06-24T15:18:32Z issue-was-opened 799113787 _job:17453187913 details:The issue yegor256/judges#63 has been opened by @davvd. is_human:1 issue:63 where:github who:6305016
2024-10-10T06:50:32Z issue-was-opened 802720676 _job:17453187913 details:The issue zerocracy/pages-action#152 has been opened by @yegor256. is_human:1 issue:152 where:github who:526301
2024-10-09T16:36:08Z issue-was-opened 802720676 _job:17453187913 details:The issue zerocracy/pages-action#151 has been opened by @suban05. is_human:1 issue:151 where:github who:88084038
2024-09-26T08:56:12Z issue-was-opened 802720676 _job:17453187913 details:The issue zerocracy/pages-action#141 has been opened by @yegor256. is_human:1 issue:141 where:github who:526301
2024-09-24T18:51:36Z issue-was-opened 802720676 _job:17453187913 details:The issue zerocracy/pages-action#138 has been opened by @suban05. is_human:1 issue:138 where:github who:88084038
2024-12-20T11:34:30Z issue-was-opened 820463873 _job:17453187913 details:The issue zerocracy/fbe#132 has been opened by @yegor256. is_human:1 issue:132 where:github who:526301
2024-12-20T06:09:16Z issue-was-opened 820463873 _job:17453187913 details:The issue zerocracy/fbe#131 has been opened by @yegor256. is_human:1 issue:131 where:github who:526301
2024-12-20T01:05:18Z issue-was-opened 820463873 _job:17453187913 details:The issue zerocracy/fbe#130 has been opened by @yegor256. is_human:1 issue:130 where:github who:526301
2024-12-19T14:38:21Z issue-was-opened 820463873 _job:17453187913 details:The issue zerocracy/fbe#129 has been opened by @yegor256. is_human:1 issue:129 where:github who:526301
2024-12-18T13:45:54Z issue-was-opened 820463873 _job:17453187913 details:The issue zerocracy/fbe#127 has been opened by @yegor256. is_human:1 issue:127 where:github who:526301
2024-08-21T17:26:06Z issue-was-opened 820463873 _job:17453187913 details:The issue zerocracy/fbe#78 has been opened by @yegor256. is_human:1 issue:78 where:github who:526301
2024-08-18T13:08:42Z issue-was-opened 820463873 _job:17453187913 details:The issue zerocracy/fbe#76 has been opened by @yegor256. is_human:1 issue:76 where:github who:526301
2024-08-18T11:29:33Z issue-was-opened 820463873 _job:17453187913 details:The issue zerocracy/fbe#75 has been opened by @yegor256. is_human:1 issue:75 where:github who:526301
2024-08-12T04:37:27Z issue-was-opened 820463873 _job:17453187913 details:The issue zerocracy/fbe#61 has been opened by @suban05. is_human:1 issue:61 where:github who:88084038
2024-07-30T13:51:41Z issue-was-opened 820463873 _job:17453187913 details:The issue zerocracy/fbe#47 has been opened by @suban05. is_human:1 issue:47 where:github who:88084038
2024-07-30T05:08:03Z issue-was-opened 820463873 _job:17453187913 details:The issue zerocracy/fbe#46 has been opened by @yegor256. is_human:1 issue:46 where:github who:526301
2024-07-26T06:51:37Z issue-was-opened 820463873 _job:17453187913 details:The issue zerocracy/fbe#38 has been opened by @yegor256. is_human:1 issue:38 where:github who:526301
2024-07-26T05:35:31Z issue-was-opened 820463873 _job:17453187913 details:The issue zerocracy/fbe#37 has been opened by @yegor256. is_human:1 issue:37 where:github who:526301
2019-07-19T13:12:25Z issue-was-opened 181044958 _job:17453187913 details:The issue yegor256/0rsk#51 has been opened by @apocryphe. is_human:1 issue:51 where:github who:50617301
2019-07-05T09:48:05Z issue-was-opened 181044958 _job:17453187913 details:The issue yegor256/0rsk#46 has been opened by @apocryphe. is_human:1 issue:46 where:github who:50617301
2019-05-26T10:39:18Z issue-was-opened 181044958 _job:17453187913 details:The issue yegor256/0rsk#41 has been opened by @agorlov. is_human:1 issue:41 where:github who:2485728
2019-05-21T10:04:52Z issue-was-opened 181044958 _job:17453187913 details:The issue yegor256/0rsk#40 has been opened by @g4s8. is_human:1 issue:40 where:github who:1524988
2019-05-15T08:57:37Z issue-was-opened 181044958 _job:17453187913 details:The issue yegor256/0rsk#33 has been opened by @smallcreep. is_human:1 issue:33 where:github who:5305846
2019-05-14T12:40:06Z issue-was-opened 181044958 _job:17453187913 details:The issue yegor256/0rsk#32 has been opened by @amihaiemil. is_human:1 issue:32 where:github who:6305156
2019-05-14T09:11:01Z issue-was-opened 181044958 _job:17453187913 details:The issue yegor256/0rsk#30 has been opened by @g4s8. is_human:1 issue:30 where:github who:1524988
min-issue-was-found 849726475 _job:17453187913 latest:3 where:github
min-pull-was-found 181044958 _job:17453187913 latest:131 where:github
min-pull-was-found 840215648 _job:17453187913 latest:53 where:github
min-pull-was-found 974194993 _job:17453187913 latest:13 where:github
min-pull-was-found 799177290 _job:17453187913 latest:484 where:github
min-pull-was-found 802720676 _job:17453187913 latest:317 where:github
min-pull-was-found 798641472 _job:17453187913 latest:282 where:github
min-pull-was-found 820463873 _job:17453187913 latest:245 where:github
min-pull-was-found 849726475 _job:17453187913 latest:50 where:github
min-pull-was-found 799113787 _job:17453187913 latest:224 where:github
issue-was-lost 799177290 _job:17453187913 issue:37 where:github
issue-was-lost 799177290 _job:17453187913 issue:341 where:github
issue-was-lost 799177290 _job:17453187913 issue:356 where:github
issue-was-lost 799177290 _job:17453187913 issue:850 where:github
2025-09-04T03:35:41Z pull-was-merged 802720676 _job:17453187913 branch:renovate/rubocop-1.x-lockfile comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#364 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:364 succeeded_builds:14 where:github who:8086956
2025-09-04T03:53:46Z pull-was-merged 802720676 _job:17453187913 branch:renovate/crate-ci-typos-1.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/pages-action#365 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:365 succeeded_builds:14 where:github who:8086956
2025-09-04T03:39:57Z pull-was-merged 798641472 _job:17453187913 branch:renovate/rubocop-1.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#298 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:298 succeeded_builds:11 where:github who:8086956
2025-09-04T03:09:16Z pull-was-merged 799177290 _job:17453187913 branch:renovate/crate-ci-typos-1.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, zerocracy/judges-action#978 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:978 succeeded_builds:13 where:github who:8086956
2025-09-04T03:00:50Z pull-was-merged 798641472 _job:17453187913 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/factbase#299 has been 'pull-was-merged'. failed_builds:0 hoc:2 is_human:0 issue:299 succeeded_builds:11 where:github who:8086956
pull-was-merged 181044958 _job:17453187913 branch:renovate/rack-2.x-lockfile comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 hoc:2 issue:220 stale:who where:github
2024-07-27T19:11:23Z issue-was-assigned 820463873 _job:17453187913 assigner:526301 details:zerocracy/fbe#37 was assigned to @suban05 by @yegor256 . is_human:1 issue:37 where:github who:88084038
2024-07-26T07:34:10Z issue-was-assigned 820463873 _job:17453187913 assigner:526301 details:zerocracy/fbe#38 was assigned to @suban05 by @yegor256 . is_human:1 issue:38 where:github who:88084038
2024-07-31T05:00:45Z issue-was-assigned 820463873 _job:17453187913 assigner:526301 details:zerocracy/fbe#46 was assigned to @yegorov by @yegor256 . is_human:1 issue:46 where:github who:2566462
2019-05-21T22:10:06Z issue-was-assigned 181044958 _job:17453187913 assigner:526301 details:yegor256/0rsk#40 was assigned to @yegor256 by @yegor256 . is_human:1 issue:40 where:github who:526301
2019-05-29T08:24:31Z issue-was-assigned 181044958 _job:17453187913 assigner:526301 details:yegor256/0rsk#41 was assigned to @yegor256 by @yegor256 . is_human:1 issue:41 where:github who:526301
2024-08-12T05:28:53Z issue-was-assigned 820463873 _job:17453187913 assigner:526301 details:zerocracy/fbe#61 was assigned to @suban05 by @yegor256 . is_human:1 issue:61 where:github who:88084038
2024-08-18T11:29:34Z issue-was-assigned 820463873 _job:17453187913 assigner:526301 details:zerocracy/fbe#75 was assigned to @yegor256 by @yegor256 . is_human:1 issue:75 where:github who:526301
2024-08-18T13:08:42Z issue-was-assigned 820463873 _job:17453187913 assigner:526301 details:zerocracy/fbe#76 was assigned to @yegor256 by @yegor256 . is_human:1 issue:76 where:github who:526301
2024-08-21T17:28:39Z issue-was-assigned 820463873 _job:17453187913 assigner:526301 details:zerocracy/fbe#78 was assigned to @suban05 by @yegor256 . is_human:1 issue:78 where:github who:88084038
2024-08-02T11:55:14Z issue-was-assigned 799177290 _job:17453187913 assigner:526301 details:zerocracy/judges-action#216 was assigned to @yegor256 by @yegor256 . is_human:1 issue:216 where:github who:526301
2024-08-03T10:19:50Z issue-was-assigned 799177290 _job:17453187913 assigner:526301 details:zerocracy/judges-action#219 was assigned to @yegor256 by @yegor256 . is_human:1 issue:219 where:github who:526301
2024-12-18T13:45:54Z issue-was-assigned 820463873 _job:17453187913 assigner:526301 details:zerocracy/fbe#127 was assigned to @yegor256 by @yegor256 . is_human:1 issue:127 where:github who:526301
2024-09-11T03:44:14Z issue-was-assigned 799177290 _job:17453187913 assigner:526301 details:zerocracy/judges-action#220 was assigned to @yegorov by @yegor256 . is_human:1 issue:220 where:github who:2566462
2024-12-19T14:38:24Z issue-was-assigned 820463873 _job:17453187913 assigner:526301 details:zerocracy/fbe#129 was assigned to @yegor256 by @yegor256 . is_human:1 issue:129 where:github who:526301
2024-12-20T01:05:18Z issue-was-assigned 820463873 _job:17453187913 assigner:526301 details:zerocracy/fbe#130 was assigned to @yegor256 by @yegor256 . is_human:1 issue:130 where:github who:526301
2024-06-24T15:18:56Z issue-was-assigned 799113787 _job:17453187913 assigner:526301 details:yegor256/judges#63 was assigned to @yegor256 by @yegor256 . is_human:1 issue:63 where:github who:526301
2024-12-20T06:09:16Z issue-was-assigned 820463873 _job:17453187913 assigner:526301 details:zerocracy/fbe#131 was assigned to @yegor256 by @yegor256 . is_human:1 issue:131 where:github who:526301
2024-12-20T11:34:33Z issue-was-assigned 820463873 _job:17453187913 assigner:526301 details:zerocracy/fbe#132 was assigned to @yegor256 by @yegor256 . is_human:1 issue:132 where:github who:526301
2024-09-26T01:48:08Z issue-was-assigned 802720676 _job:17453187913 assigner:526301 details:zerocracy/pages-action#138 was assigned to @yegor256 by @yegor256 . is_human:1 issue:138 where:github who:526301
2024-09-26T08:56:12Z issue-was-assigned 802720676 _job:17453187913 assigner:526301 details:zerocracy/pages-action#141 was assigned to @yegor256 by @yegor256 . is_human:1 issue:141 where:github who:526301
2024-10-10T06:50:32Z issue-was-assigned 802720676 _job:17453187913 assigner:526301 details:zerocracy/pages-action#152 was assigned to @yegor256 by @yegor256 . is_human:1 issue:152 where:github who:526301
assignees-were-scanned 798641472 _job:17453187913 latest:80 where:github
assignees-were-scanned 181044958 _job:17453187913 latest:144 where:github
assignees-were-scanned 799177290 _job:17453187913 latest:558 where:github
assignees-were-scanned 799113787 _job:17453187913 latest:79 where:github
who-has-name _job:17453187913 details:We found out that the user #18049375 is known in GitHub as @ostvld. is_human:1 name:ostvld where:github who:18049375
who-has-name _job:17453187913 details:We found out that the user #70346889 is known in GitHub as @vbvictor. is_human:1 name:vbvictor where:github who:70346889
2024-08-18T06:01:22Z label-was-attached 840215648 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/baza.rb#12. is_human:1 issue:12 label:bug where:github who:526301
2019-05-15T18:31:44Z label-was-attached 181044958 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue yegor256/0rsk#30. is_human:1 issue:30 label:bug where:github who:526301
2019-05-15T18:27:00Z label-was-attached 181044958 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue yegor256/0rsk#32. is_human:1 issue:32 label:bug where:github who:526301
2019-05-21T22:10:09Z label-was-attached 181044958 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue yegor256/0rsk#40. is_human:1 issue:40 label:bug where:github who:526301
2024-07-26T05:37:03Z label-was-attached 820463873 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/fbe#37. is_human:1 issue:37 label:bug where:github who:526301
2024-07-26T05:37:03Z label-was-attached 820463873 _job:17453187913 details:The 'enhancement' label was attached by @yegor256 to the issue zerocracy/fbe#37. is_human:1 issue:37 label:enhancement where:github who:526301
2024-07-26T06:51:37Z label-was-attached 820463873 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/fbe#38. is_human:1 issue:38 label:bug where:github who:526301
2024-07-30T05:08:03Z label-was-attached 820463873 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/fbe#46. is_human:1 issue:46 label:bug where:github who:526301
2024-09-26T01:48:08Z label-was-attached 802720676 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/pages-action#138. is_human:1 issue:138 label:bug where:github who:526301
2024-09-26T08:56:12Z label-was-attached 802720676 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/pages-action#141. is_human:1 issue:141 label:bug where:github who:526301
2024-10-10T01:55:45Z label-was-attached 802720676 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/pages-action#151. is_human:1 issue:151 label:bug where:github who:526301
2024-10-10T06:50:32Z label-was-attached 802720676 _job:17453187913 details:The 'enhancement' label was attached by @yegor256 to the issue zerocracy/pages-action#152. is_human:1 issue:152 label:enhancement where:github who:526301
2024-06-24T15:18:57Z label-was-attached 799113787 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue yegor256/judges#63. is_human:1 issue:63 label:bug where:github who:526301
2024-08-02T11:55:13Z label-was-attached 799177290 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#216. is_human:1 issue:216 label:bug where:github who:526301
2024-08-03T10:19:48Z label-was-attached 799177290 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#219. is_human:1 issue:219 label:bug where:github who:526301
2024-08-03T13:19:45Z label-was-attached 799177290 _job:17453187913 details:The 'enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#220. is_human:1 issue:220 label:enhancement where:github who:526301
2024-08-03T16:58:25Z label-was-attached 799177290 _job:17453187913 details:The 'enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#224. is_human:1 issue:224 label:enhancement where:github who:526301
2024-08-23T20:55:34Z label-was-attached 799177290 _job:17453187913 details:The 'enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#227. is_human:1 issue:227 label:enhancement where:github who:526301
2024-08-07T08:37:47Z label-was-attached 799177290 _job:17453187913 details:The 'enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#238. is_human:1 issue:238 label:enhancement where:github who:526301
2024-08-18T11:29:34Z label-was-attached 820463873 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/fbe#75. is_human:1 issue:75 label:bug where:github who:526301
2024-08-07T08:38:46Z label-was-attached 799177290 _job:17453187913 details:The 'enhancement' label was attached by @yegor256 to the issue zerocracy/judges-action#239. is_human:1 issue:239 label:enhancement where:github who:526301
2024-08-18T13:08:42Z label-was-attached 820463873 _job:17453187913 details:The 'enhancement' label was attached by @yegor256 to the issue zerocracy/fbe#76. is_human:1 issue:76 label:enhancement where:github who:526301
2024-08-07T09:57:26Z label-was-attached 799177290 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#240. is_human:1 issue:240 label:bug where:github who:526301
2024-08-21T17:26:06Z label-was-attached 820463873 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/fbe#78. is_human:1 issue:78 label:bug where:github who:526301
2024-08-08T03:48:43Z label-was-attached 799177290 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#244. is_human:1 issue:244 label:bug where:github who:526301
2024-07-14T11:24:54Z label-was-attached 799113787 _job:17453187913 details:The 'enhancement' label was attached by @yegor256 to the issue yegor256/judges#83. is_human:1 issue:83 label:enhancement where:github who:526301
2024-07-14T11:25:58Z label-was-attached 799113787 _job:17453187913 details:The 'enhancement' label was attached by @yegor256 to the issue yegor256/judges#84. is_human:1 issue:84 label:enhancement where:github who:526301
2024-12-18T13:45:54Z label-was-attached 820463873 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/fbe#127. is_human:1 issue:127 label:bug where:github who:526301
2024-12-19T14:38:26Z label-was-attached 820463873 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/fbe#129. is_human:1 issue:129 label:bug where:github who:526301
2024-12-20T01:05:18Z label-was-attached 820463873 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/fbe#130. is_human:1 issue:130 label:bug where:github who:526301
2024-08-13T14:58:09Z label-was-attached 799177290 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#271. is_human:1 issue:271 label:bug where:github who:526301
2024-12-20T06:09:16Z label-was-attached 820463873 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/fbe#131. is_human:1 issue:131 label:bug where:github who:526301
2024-12-20T11:34:35Z label-was-attached 820463873 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/fbe#132. is_human:1 issue:132 label:bug where:github who:526301
2024-08-13T16:36:46Z label-was-attached 799177290 _job:17453187913 details:The 'bug' label was attached by @yegor256 to the issue zerocracy/judges-action#276. is_human:1 issue:276 label:bug where:github who:526301
labels-were-scanned 798641472 _job:17453187913 latest:90 where:github
labels-were-scanned 799113787 _job:17453187913 latest:94 where:github
labels-were-scanned 820463873 _job:17453187913 latest:132 where:github
labels-were-scanned 799177290 _job:17453187913 latest:276 where:github
labels-were-scanned 181044958 _job:17453187913 latest:160 where:github