{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":741179456,"defaultBranch":"master","name":"bartholomew-smith","ownerLogin":"heitorpolidoro","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-01-09T21:27:32.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/14806300?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1719930496.0","currentOid":""},"activityList":{"items":[{"before":"b10ed4f5a9178f4c1eac7dd3d42a45a756988401","after":"9a99438758a0e67785ebcce1d674d7bf0a47fe7b","ref":"refs/heads/issue-93","pushedAt":"2024-07-02T14:32:58.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"heitorpolidoro","name":"Heitor Polidoro","path":"/heitorpolidoro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14806300?s=80&v=4"},"commit":{"message":"Merge branch 'master' into issue-93","shortMessageHtmlLink":"Merge branch 'master' into issue-93"}},{"before":"173449c22f28656725d5c868ac74750028a1da3c","after":"bb173de6f36da29b01c22044580471677ae8a500","ref":"refs/heads/master","pushedAt":"2024-07-02T14:28:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"heitorpolidoro","name":"Heitor Polidoro","path":"/heitorpolidoro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14806300?s=80&v=4"},"commit":{"message":"Handle check suite for first commit\n\nThe update provides a specific handler for a check suite in case of the first commit. Now, if the 'before' field of check suite equals to \"0000000000000000000000000000000000000000\", meaning it's the first commit, the code will set check run's title to \"First commit\", its conclusion to success, and then return.\n\n[release:minor]","shortMessageHtmlLink":"Handle check suite for first commit"}},{"before":"581ff6f1d8c0c38c0ba1de47a5e893fbed6cb791","after":null,"ref":"refs/heads/issue-24","pushedAt":"2024-06-10T22:31:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"heitorpolidoro","name":"Heitor Polidoro","path":"/heitorpolidoro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14806300?s=80&v=4"}},{"before":null,"after":"b10ed4f5a9178f4c1eac7dd3d42a45a756988401","ref":"refs/heads/issue-93","pushedAt":"2024-06-10T22:31:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"heitorpolidoro","name":"Heitor Polidoro","path":"/heitorpolidoro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14806300?s=80&v=4"},"commit":{"message":"Create PR","shortMessageHtmlLink":"Create PR"}},{"before":"258870f123df9552b3af915d7c4f139c9b7014a4","after":null,"ref":"refs/heads/issus-24","pushedAt":"2024-06-10T22:30:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"heitorpolidoro","name":"Heitor Polidoro","path":"/heitorpolidoro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14806300?s=80&v=4"}},{"before":null,"after":"581ff6f1d8c0c38c0ba1de47a5e893fbed6cb791","ref":"refs/heads/issue-24","pushedAt":"2024-06-10T22:29:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"heitorpolidoro","name":"Heitor Polidoro","path":"/heitorpolidoro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14806300?s=80&v=4"},"commit":{"message":"Create PR","shortMessageHtmlLink":"Create PR"}},{"before":null,"after":"258870f123df9552b3af915d7c4f139c9b7014a4","ref":"refs/heads/issus-24","pushedAt":"2024-06-10T22:27:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"heitorpolidoro","name":"Heitor Polidoro","path":"/heitorpolidoro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14806300?s=80&v=4"},"commit":{"message":"Update \"release_manager\" configuration and add new test\n\nA new parameter \"update_in_file\" has been added to the \"release_manager\" configuration, set to False. A new test \"test_update_in_file\" has also been added to \"test_check_suite_requested_event.py\" to ensure this new config parameter works as expected.","shortMessageHtmlLink":"Update \"release_manager\" configuration and add new test"}},{"before":"df44c676f5c28f65c5e97226f790c2b59d87a6af","after":"173449c22f28656725d5c868ac74750028a1da3c","ref":"refs/heads/production","pushedAt":"2024-06-10T22:19:55.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"big_refactoring (#258)\n\n* refactor(PullRequestManager): new way\n\n* style: format code with Black, isort and Ruff Formatter\n\nThis commit fixes the style issues introduced in 0b7c254 according to the output\nfrom Black, isort and Ruff Formatter.\n\nDetails: https://github.com/heitorpolidoro/bartholomew-smith/pull/258\n\n* refactor(PullRequestManager): update pull requests\n\n* style: format code with Black, isort and Ruff Formatter\n\nThis commit fixes the style issues introduced in a1de8c8 according to the output\nfrom Black, isort and Ruff Formatter.\n\nDetails: https://github.com/heitorpolidoro/bartholomew-smith/pull/258\n\n* final\n\n* style: format code with Black, isort and Ruff Formatter\n\nThis commit fixes the style issues introduced in f7f9b68 according to the output\nfrom Black, isort and Ruff Formatter.\n\nDetails: https://github.com/heitorpolidoro/bartholomew-smith/pull/258\n\n* Update requirements.txt to use exact package versions\n\nThe requirements.txt file has been updated to use exact versions of packages instead of specifying a maximum version. This is to ensure consistency and avoid potential issues caused by updated versions of these packages.\n\n[release:minor]\n\n* Optimize and clean up code across various modules\n\nThe commit features a series of optimizations and code cleanups across the solution. Extraneous imports were removed, conditional statements were streamlined, and method calls were simplified. Additionally, library version dependencies were updated in the requirements file. Lastly, irrelevant comments and unnecessary white space were eliminated for clarity.\n\n---------\n\nCo-authored-by: Heitor Polidoro \nCo-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>","shortMessageHtmlLink":"big_refactoring (#258)"}},{"before":"9e2ad0fbfd804d5ee8f65c36809110cc06f7a17f","after":"173449c22f28656725d5c868ac74750028a1da3c","ref":"refs/heads/master","pushedAt":"2024-06-10T22:16:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"bartholomew-smith[bot]","name":null,"path":"/apps/bartholomew-smith","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/792560?s=80&v=4"},"commit":{"message":"big_refactoring (#258)\n\n* refactor(PullRequestManager): new way\n\n* style: format code with Black, isort and Ruff Formatter\n\nThis commit fixes the style issues introduced in 0b7c254 according to the output\nfrom Black, isort and Ruff Formatter.\n\nDetails: https://github.com/heitorpolidoro/bartholomew-smith/pull/258\n\n* refactor(PullRequestManager): update pull requests\n\n* style: format code with Black, isort and Ruff Formatter\n\nThis commit fixes the style issues introduced in a1de8c8 according to the output\nfrom Black, isort and Ruff Formatter.\n\nDetails: https://github.com/heitorpolidoro/bartholomew-smith/pull/258\n\n* final\n\n* style: format code with Black, isort and Ruff Formatter\n\nThis commit fixes the style issues introduced in f7f9b68 according to the output\nfrom Black, isort and Ruff Formatter.\n\nDetails: https://github.com/heitorpolidoro/bartholomew-smith/pull/258\n\n* Update requirements.txt to use exact package versions\n\nThe requirements.txt file has been updated to use exact versions of packages instead of specifying a maximum version. This is to ensure consistency and avoid potential issues caused by updated versions of these packages.\n\n[release:minor]\n\n* Optimize and clean up code across various modules\n\nThe commit features a series of optimizations and code cleanups across the solution. Extraneous imports were removed, conditional statements were streamlined, and method calls were simplified. Additionally, library version dependencies were updated in the requirements file. Lastly, irrelevant comments and unnecessary white space were eliminated for clarity.\n\n---------\n\nCo-authored-by: Heitor Polidoro \nCo-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>","shortMessageHtmlLink":"big_refactoring (#258)"}},{"before":"8b24d5b572399ffa2318ee66d63094d9cd76dc0f","after":null,"ref":"refs/heads/big_refactoring","pushedAt":"2024-06-10T22:16:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bartholomew-smith[bot]","name":null,"path":"/apps/bartholomew-smith","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/792560?s=80&v=4"}},{"before":"f950441796af73bc541d9c828c2d59066e5e873a","after":"8b24d5b572399ffa2318ee66d63094d9cd76dc0f","ref":"refs/heads/big_refactoring","pushedAt":"2024-06-10T22:12:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"heitorpolidoro","name":"Heitor Polidoro","path":"/heitorpolidoro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14806300?s=80&v=4"},"commit":{"message":"Optimize and clean up code across various modules\n\nThe commit features a series of optimizations and code cleanups across the solution. Extraneous imports were removed, conditional statements were streamlined, and method calls were simplified. Additionally, library version dependencies were updated in the requirements file. Lastly, irrelevant comments and unnecessary white space were eliminated for clarity.","shortMessageHtmlLink":"Optimize and clean up code across various modules"}},{"before":"fdfcca56cd8465fc34b0268a0e1cc544a754576b","after":"f950441796af73bc541d9c828c2d59066e5e873a","ref":"refs/heads/big_refactoring","pushedAt":"2024-06-07T22:39:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"heitorpolidoro","name":"Heitor Polidoro","path":"/heitorpolidoro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14806300?s=80&v=4"},"commit":{"message":"Update requirements.txt to use exact package versions\n\nThe requirements.txt file has been updated to use exact versions of packages instead of specifying a maximum version. This is to ensure consistency and avoid potential issues caused by updated versions of these packages.\n\n[release:minor]","shortMessageHtmlLink":"Update requirements.txt to use exact package versions"}},{"before":"f7f9b68b2481a789425c11e6b2f50f29fcaaa467","after":"fdfcca56cd8465fc34b0268a0e1cc544a754576b","ref":"refs/heads/big_refactoring","pushedAt":"2024-06-06T21:21:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"deepsource-autofix[bot]","name":null,"path":"/apps/deepsource-autofix","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/57168?s=80&v=4"},"commit":{"message":"style: format code with Black, isort and Ruff Formatter\n\nThis commit fixes the style issues introduced in f7f9b68 according to the output\nfrom Black, isort and Ruff Formatter.\n\nDetails: https://github.com/heitorpolidoro/bartholomew-smith/pull/258","shortMessageHtmlLink":"style: format code with Black, isort and Ruff Formatter"}},{"before":"b56e2cf30f5673a5bc3cdc8f9659ee63d043e1bf","after":"f7f9b68b2481a789425c11e6b2f50f29fcaaa467","ref":"refs/heads/big_refactoring","pushedAt":"2024-06-06T21:20:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"heitorpolidoro","name":"Heitor Polidoro","path":"/heitorpolidoro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14806300?s=80&v=4"},"commit":{"message":"final","shortMessageHtmlLink":"final"}},{"before":"a1de8c8dde366c3cfd9cfbde3dfca0afaaaab2a8","after":"b56e2cf30f5673a5bc3cdc8f9659ee63d043e1bf","ref":"refs/heads/big_refactoring","pushedAt":"2024-06-06T19:12:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"deepsource-autofix[bot]","name":null,"path":"/apps/deepsource-autofix","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/57168?s=80&v=4"},"commit":{"message":"style: format code with Black, isort and Ruff Formatter\n\nThis commit fixes the style issues introduced in a1de8c8 according to the output\nfrom Black, isort and Ruff Formatter.\n\nDetails: https://github.com/heitorpolidoro/bartholomew-smith/pull/258","shortMessageHtmlLink":"style: format code with Black, isort and Ruff Formatter"}},{"before":"fd6ce670ce9739cbaf5521be303937f68df4b240","after":"a1de8c8dde366c3cfd9cfbde3dfca0afaaaab2a8","ref":"refs/heads/big_refactoring","pushedAt":"2024-06-06T19:12:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"heitorpolidoro","name":"Heitor Polidoro","path":"/heitorpolidoro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14806300?s=80&v=4"},"commit":{"message":"refactor(PullRequestManager): update pull requests","shortMessageHtmlLink":"refactor(PullRequestManager): update pull requests"}},{"before":"0b7c2546787d9db030ffaff4a227a1c52e327951","after":"fd6ce670ce9739cbaf5521be303937f68df4b240","ref":"refs/heads/big_refactoring","pushedAt":"2024-05-31T22:08:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"deepsource-autofix[bot]","name":null,"path":"/apps/deepsource-autofix","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/57168?s=80&v=4"},"commit":{"message":"style: format code with Black, isort and Ruff Formatter\n\nThis commit fixes the style issues introduced in 0b7c254 according to the output\nfrom Black, isort and Ruff Formatter.\n\nDetails: https://github.com/heitorpolidoro/bartholomew-smith/pull/258","shortMessageHtmlLink":"style: format code with Black, isort and Ruff Formatter"}},{"before":null,"after":"0b7c2546787d9db030ffaff4a227a1c52e327951","ref":"refs/heads/big_refactoring","pushedAt":"2024-05-31T22:08:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"heitorpolidoro","name":"Heitor Polidoro","path":"/heitorpolidoro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14806300?s=80&v=4"},"commit":{"message":"refactor(PullRequestManager): new way","shortMessageHtmlLink":"refactor(PullRequestManager): new way"}},{"before":"196cd2f991e301ee34ac1847d50845e7de8caa91","after":"9e2ad0fbfd804d5ee8f65c36809110cc06f7a17f","ref":"refs/heads/master","pushedAt":"2024-05-20T21:11:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"heitorpolidoro","name":"Heitor Polidoro","path":"/heitorpolidoro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14806300?s=80&v=4"},"commit":{"message":"docs(PullRequestManager): Update docs","shortMessageHtmlLink":"docs(PullRequestManager): Update docs"}},{"before":"2710dc02dedbad4f10f98bb4110f7851ac290ffa","after":null,"ref":"refs/heads/deepsource-transform-cd48f740","pushedAt":"2024-05-20T14:28:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bartholomew-smith[bot]","name":null,"path":"/apps/bartholomew-smith","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/792560?s=80&v=4"}},{"before":"b70852856d0603a71407a864bd8372eb075c1054","after":"196cd2f991e301ee34ac1847d50845e7de8caa91","ref":"refs/heads/master","pushedAt":"2024-05-20T14:28:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"bartholomew-smith[bot]","name":null,"path":"/apps/bartholomew-smith","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/792560?s=80&v=4"},"commit":{"message":"style: format code with Black, isort and Ruff Formatter (#250)\n\nThis commit fixes the style issues introduced in 352e660 according to the output\nfrom Black, isort and Ruff Formatter.\n\nDetails: None\n\nCo-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>\nCo-authored-by: bartholomew-smith[bot] <156136305+bartholomew-smith[bot]@users.noreply.github.com>","shortMessageHtmlLink":"style: format code with Black, isort and Ruff Formatter (#250)"}},{"before":"95758c6dad958bab52b7113bc46e1b12aa0dfb7b","after":"2710dc02dedbad4f10f98bb4110f7851ac290ffa","ref":"refs/heads/deepsource-transform-cd48f740","pushedAt":"2024-05-20T14:26:34.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bartholomew-smith[bot]","name":null,"path":"/apps/bartholomew-smith","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/792560?s=80&v=4"},"commit":{"message":"Merge branch 'master' into deepsource-transform-cd48f740","shortMessageHtmlLink":"Merge branch 'master' into deepsource-transform-cd48f740"}},{"before":"23384e5ac2d71b625c3d2e3289a89f9dc1cf12d6","after":"b70852856d0603a71407a864bd8372eb075c1054","ref":"refs/heads/master","pushedAt":"2024-05-20T14:26:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"heitorpolidoro","name":"Heitor Polidoro","path":"/heitorpolidoro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14806300?s=80&v=4"},"commit":{"message":"fix(IssueManager): auto-approve disabled by default\n\n[release:bugfix]","shortMessageHtmlLink":"fix(IssueManager): auto-approve disabled by default"}},{"before":"33da1e4d9b1097d431226282e6bffb29f42e52c6","after":"95758c6dad958bab52b7113bc46e1b12aa0dfb7b","ref":"refs/heads/deepsource-transform-cd48f740","pushedAt":"2024-05-20T14:09:32.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bartholomew-smith[bot]","name":null,"path":"/apps/bartholomew-smith","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/792560?s=80&v=4"},"commit":{"message":"Merge branch 'master' into deepsource-transform-cd48f740","shortMessageHtmlLink":"Merge branch 'master' into deepsource-transform-cd48f740"}},{"before":"352e66075c5a24be33bdf7cf37811c5a5122fd4b","after":"23384e5ac2d71b625c3d2e3289a89f9dc1cf12d6","ref":"refs/heads/master","pushedAt":"2024-05-20T14:09:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"heitorpolidoro","name":"Heitor Polidoro","path":"/heitorpolidoro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14806300?s=80&v=4"},"commit":{"message":"fix(IssueManager): crete the new configs","shortMessageHtmlLink":"fix(IssueManager): crete the new configs"}},{"before":"352e66075c5a24be33bdf7cf37811c5a5122fd4b","after":"33da1e4d9b1097d431226282e6bffb29f42e52c6","ref":"refs/heads/deepsource-transform-cd48f740","pushedAt":"2024-05-20T14:07:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"deepsource-autofix[bot]","name":null,"path":"/apps/deepsource-autofix","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/57168?s=80&v=4"},"commit":{"message":"style: format code with Black, isort and Ruff Formatter\n\nThis commit fixes the style issues introduced in 352e660 according to the output\nfrom Black, isort and Ruff Formatter.\n\nDetails: None","shortMessageHtmlLink":"style: format code with Black, isort and Ruff Formatter"}},{"before":null,"after":"352e66075c5a24be33bdf7cf37811c5a5122fd4b","ref":"refs/heads/deepsource-transform-cd48f740","pushedAt":"2024-05-20T14:07:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"deepsource-autofix[bot]","name":null,"path":"/apps/deepsource-autofix","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/57168?s=80&v=4"},"commit":{"message":"refactor(IssueManager): split some config dependent methods","shortMessageHtmlLink":"refactor(IssueManager): split some config dependent methods"}},{"before":"df44c676f5c28f65c5e97226f790c2b59d87a6af","after":"352e66075c5a24be33bdf7cf37811c5a5122fd4b","ref":"refs/heads/master","pushedAt":"2024-05-20T14:07:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"heitorpolidoro","name":"Heitor Polidoro","path":"/heitorpolidoro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14806300?s=80&v=4"},"commit":{"message":"refactor(IssueManager): split some config dependent methods","shortMessageHtmlLink":"refactor(IssueManager): split some config dependent methods"}},{"before":"f8a7a133ec8b445feeb29b1dfcc659b443a9c313","after":"df44c676f5c28f65c5e97226f790c2b59d87a6af","ref":"refs/heads/production","pushedAt":"2024-05-17T22:01:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"IM-no-body-issue (#243)\n\n* fix(IssueManager): Fix when issue has no body\n\n[release:bugfix]\n\n* style: format code with Black, isort and Ruff Formatter\n\nThis commit fixes the style issues introduced in 7365ad8 according to the output\nfrom Black, isort and Ruff Formatter.\n\nDetails: https://github.com/heitorpolidoro/bartholomew-smith/pull/243\n\n---------\n\nCo-authored-by: Heitor Polidoro \nCo-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>","shortMessageHtmlLink":"IM-no-body-issue (#243)"}},{"before":"a2caa1eb900d0b7a593a44382efd0e3fce5c0f99","after":null,"ref":"refs/heads/IM-no-body-issue","pushedAt":"2024-05-17T22:00:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bartholomew-smith[bot]","name":null,"path":"/apps/bartholomew-smith","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/792560?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEdOxptQA","startCursor":null,"endCursor":null}},"title":"Activity ยท heitorpolidoro/bartholomew-smith"}