{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":504338432,"defaultBranch":"main","name":"workitcop","ownerLogin":"ydah","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-06-16T23:53:34.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/13041216?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1702600878.0","currentOid":""},"activityList":{"items":[{"before":"4848c7f84ca06f03e33780453b2b5698de4d50a3","after":null,"ref":"refs/heads/dependabot/github_actions/actions/upload-artifact-4","pushedAt":"2023-12-15T13:44:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ydah","name":"Yudai Takada","path":"/ydah","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13041216?s=80&v=4"}},{"before":"738aee524c17471dacd939ef3d4802be33bd72aa","after":"a39d8f164e3f33f23aee1e63c852ef16f293ab47","ref":"refs/heads/main","pushedAt":"2023-12-15T13:44:14.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ydah","name":"Yudai Takada","path":"/ydah","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13041216?s=80&v=4"},"commit":{"message":"Merge pull request #12 from ydah/dependabot/github_actions/actions/upload-artifact-4\n\nfix(deps): bump actions/upload-artifact from 3 to 4","shortMessageHtmlLink":"Merge pull request #12 from ydah/dependabot/github_actions/actions/up…"}},{"before":null,"after":"4848c7f84ca06f03e33780453b2b5698de4d50a3","ref":"refs/heads/dependabot/github_actions/actions/upload-artifact-4","pushedAt":"2023-12-15T00:41:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"fix(deps): bump actions/upload-artifact from 3 to 4\n\nBumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifact\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"fix(deps): bump actions/upload-artifact from 3 to 4"}},{"before":"ec4c2cf7c664a43908a14b151de5ea7919b3b877","after":"738aee524c17471dacd939ef3d4802be33bd72aa","ref":"refs/heads/main","pushedAt":"2023-10-03T15:28:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ydah","name":"Yudai Takada","path":"/ydah","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13041216?s=80&v=4"},"commit":{"message":"Add new `Workit/RedundantBooleanConditional` cop","shortMessageHtmlLink":"Add new Workit/RedundantBooleanConditional cop"}},{"before":"557c57dc593980e98f1224238204af5f39aaad56","after":"ec4c2cf7c664a43908a14b151de5ea7919b3b877","ref":"refs/heads/main","pushedAt":"2023-09-12T06:08:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ydah","name":"Yudai Takada","path":"/ydah","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13041216?s=80&v=4"},"commit":{"message":"Drop 2.6 and add 3.2","shortMessageHtmlLink":"Drop 2.6 and add 3.2"}},{"before":"cd11d5f5e4b7efc067e8cada6d3c4d8deb6ad8dd","after":"557c57dc593980e98f1224238204af5f39aaad56","ref":"refs/heads/main","pushedAt":"2023-09-12T05:51:32.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ydah","name":"Yudai Takada","path":"/ydah","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13041216?s=80&v=4"},"commit":{"message":"Fix some rubocop offenses\n\n```\n❯ bundle exec rubocop -A\nInspecting 28 files\n.....CCC.....C..............\n\nOffenses:\n\nlib/rubocop/cop/workit/mixin/rspec_explicit_help.rb:75:37: C: [Corrected] InternalAffairs/LocationExpression: Use source_range instead.\n corrector.replace(matcher.loc.expression, replacement_matcher)\n ^^^^^^^^^^^^^^\nlib/rubocop/cop/workit/mixin/rspec_explicit_help.rb:75:37: C: [Corrected] InternalAffairs/RedundantSourceRange: Remove the redundant source_range.\n corrector.replace(matcher.source_range, replacement_matcher)\n ^^^^^^^^^^^^\nlib/rubocop/cop/workit/mixin/rspec_explicit_help.rb:87:41: C: [Corrected] InternalAffairs/LocationExpression: Use source_range instead.\n corrector.insert_after(actual.loc.expression,\n ^^^^^^^^^^^^^^\nlib/rubocop/cop/workit/mixin/rspec_explicit_help.rb:87:41: C: [Corrected] InternalAffairs/RedundantSourceRange: Remove the redundant source_range.\n corrector.insert_after(actual.source_range,\n ^^^^^^^^^^^^\nlib/rubocop/cop/workit/mixin/rspec_inflected_help.rb:72:32: C: [Corrected] InternalAffairs/LocationExpression: Use source_range instead.\n end_pos: predicate.loc.expression.end_pos\n ^^^^^^^^^^^^^^\nlib/rubocop/cop/workit/mixin/rspec_inflected_help.rb:87:21: C: [Corrected] InternalAffairs/LocationExpression: Use source_range instead.\n matcher.loc.expression,\n ^^^^^^^^^^^^^^\nlib/rubocop/cop/workit/mixin/rspec_inflected_help.rb:87:21: C: [Corrected] InternalAffairs/RedundantSourceRange: Remove the redundant source_range.\n matcher.source_range,\n ^^^^^^^^^^^^\nlib/rubocop/cop/workit/mixin/rspec_predicate_matcher_base.rb:35:32: C: [Corrected] InternalAffairs/LocationExpression: Use source_range instead.\n end_pos: send_node.loc.expression.end_pos\n ^^^^^^^^^^^^^^\nlib/rubocop/cop/workit/mixin/rspec_predicate_matcher_base.rb:47:21: C: [Corrected] InternalAffairs/LocationExpression: Use source_range instead.\n send_node.loc.expression.end.with(\n ^^^^^^^^^^^^^^\nlib/rubocop/cop/workit/mixin/rspec_predicate_matcher_base.rb:48:29: C: [Corrected] InternalAffairs/LocationExpression: Use source_range instead.\n end_pos: parent.loc.expression.end_pos\n ^^^^^^^^^^^^^^\nlib/rubocop/cop/workit/rspec_redundant_http_status.rb:38:55: C: [Corrected] InternalAffairs/LocationExpression: Use source_range instead.\n return autocorrect(node, http_node.parent.loc.expression)\n ^^^^^^^^^^^^^^\n\n28 files inspected, 11 offenses detected, 11 offenses corrected\n```","shortMessageHtmlLink":"Fix some rubocop offenses"}},{"before":"81c7c062fc37a6852d474a3c304d4f74565130d9","after":null,"ref":"refs/heads/dependabot/github_actions/actions/checkout-4","pushedAt":"2023-09-05T01:18:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ydah","name":"Yudai Takada","path":"/ydah","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13041216?s=80&v=4"}},{"before":"8e2bda34b8c0720cef497ab55767c44ca5805d29","after":"cd11d5f5e4b7efc067e8cada6d3c4d8deb6ad8dd","ref":"refs/heads/main","pushedAt":"2023-09-05T01:18:01.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ydah","name":"Yudai Takada","path":"/ydah","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13041216?s=80&v=4"},"commit":{"message":"Merge pull request #11 from ydah/dependabot/github_actions/actions/checkout-4\n\nfix(deps): bump actions/checkout from 3 to 4","shortMessageHtmlLink":"Merge pull request #11 from ydah/dependabot/github_actions/actions/ch…"}},{"before":null,"after":"81c7c062fc37a6852d474a3c304d4f74565130d9","ref":"refs/heads/dependabot/github_actions/actions/checkout-4","pushedAt":"2023-09-05T00:49:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"fix(deps): bump actions/checkout from 3 to 4\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"fix(deps): bump actions/checkout from 3 to 4"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADy0XJIAA","startCursor":null,"endCursor":null}},"title":"Activity · ydah/workitcop"}