{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":20773773,"defaultBranch":"master","name":"bazel","ownerLogin":"bazelbuild","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-06-12T16:00:38.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/11684617?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717728256.0","currentOid":""},"activityList":{"items":[{"before":"05826d89944c14324fe1a67e568eab830250f164","after":"632a335150dc7ea55ee5dd3bd0136f7231c0f810","ref":"refs/heads/master","pushedAt":"2024-06-07T21:03:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Remove validation that checks for minSdkVersion 21+ when native multidex is enabled\n\nPiperOrigin-RevId: 641350554\nChange-Id: Iadcb3e3a34088adb82f22ae28bc88b26ef8ef393","shortMessageHtmlLink":"Remove validation that checks for minSdkVersion 21+ when native multi…"}},{"before":"f7c3184d3ea5b7b9d3c72e7369b35fcc2b49aec6","after":"05826d89944c14324fe1a67e568eab830250f164","ref":"refs/heads/master","pushedAt":"2024-06-07T20:14:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Cleanups in `CommandEnvironment`.\n\n* To determine whether the command supports `--package_path`, simply consult the `OptionsParsingResult` instead of traversing the `Command` inheritance hierarchy.\n* Fix various code warnings.\n\nPiperOrigin-RevId: 641336554\nChange-Id: Id65a83f6323910469a30412f1e95c7862f7e3be8","shortMessageHtmlLink":"Cleanups in CommandEnvironment."}},{"before":"242adde185ba10799d03be228466943750e1d5e9","after":"f7c3184d3ea5b7b9d3c72e7369b35fcc2b49aec6","ref":"refs/heads/master","pushedAt":"2024-06-07T18:00:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Avoid integer overflow if concatenating lists via `+` operator\n\nPiperOrigin-RevId: 641298534\nChange-Id: I5cc077b537ed51e5bc17889faf898a3517d68ae7","shortMessageHtmlLink":"Avoid integer overflow if concatenating lists via + operator"}},{"before":"80b17f85aa01753947047adb353396e27253db80","after":"242adde185ba10799d03be228466943750e1d5e9","ref":"refs/heads/master","pushedAt":"2024-06-07T17:11:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Report errors for all files with Error Prone diagnostics, not just the first one\n\nThis removes logic that was skipping Error Prone of compilations with errors. The intent was to skip analyzing compilations with javac errors, but it also meant that if Error Prone reported an error analyzing a file all subsequent files were skipped.\n\nAs of unknown commit, `ErrorProneAnalyzer` handles skipping analysis of compilations with errors (and distinguishing between javac and Error Prone errors), so it's safe for JavaBuilder to unconditionally run ErrorProne and let it decided whether or not to proceed.\n\nThis change also removes some bookkeeping about the number of 'flow' events javac processes and skips, which was used for testing. Since it no longer skips flow events, there isn't a good way to perform the assertion that was done previously. Since that logic was added we have better end to end integration tests for the Error Prone JavaBuilder integration, which reduces the risk of accidentally turning Error Prone off.\n\nPiperOrigin-RevId: 641283846\nChange-Id: I539f0713879835f031cb13a015b45dfa90e20c24","shortMessageHtmlLink":"Report errors for all files with Error Prone diagnostics, not just th…"}},{"before":"cb421780eef045e87dcffd9a48131951ac74f9af","after":"80b17f85aa01753947047adb353396e27253db80","ref":"refs/heads/master","pushedAt":"2024-06-07T16:39:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Hide StarlarkDefinedConfigTransition's rule transition cache.\n\nWork towards composable starlark transitions: #22248.\n\nPiperOrigin-RevId: 641274834\nChange-Id: Icf7147925af0f0d52f35142782286f6635c48777","shortMessageHtmlLink":"Hide StarlarkDefinedConfigTransition's rule transition cache."}},{"before":"bf83deacca45e1452c55a1cc386035b56e59cfbd","after":"cb421780eef045e87dcffd9a48131951ac74f9af","ref":"refs/heads/master","pushedAt":"2024-06-07T16:09:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Don't default `--ios_multi_cpus` or `--maocs_cpus` to `--cpu`.\n\nFrom the Apple Rules team:\n\n - Directly set `--ios_multi_cpus` when building Apple binaries like\n `ios_application`.\n - Same for `--macos_cpus`.\n - Set `--config=ios_*` when building a `{cc,objc,swift}_library` directly (this\n implicitly sets `--cpu`).\n - Ideally don't build `{cc,objc,swift}_library` directly. This isn't\n particularly sound.\n\nPiperOrigin-RevId: 641266958\nChange-Id: I0a21080dea9d669a7c3cd231fcaff825ae3794eb","shortMessageHtmlLink":"Don't default --ios_multi_cpus or --maocs_cpus to --cpu."}},{"before":"b439a7bff23efff58bcf95c8da92c3755562e720","after":"bf83deacca45e1452c55a1cc386035b56e59cfbd","ref":"refs/heads/master","pushedAt":"2024-06-07T15:19:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Remove inaccurate comment about rule transition attrs.\n\nWork towards composable starlark transitions: #22248.\n\nPiperOrigin-RevId: 641254883\nChange-Id: I75acc0ff8939f38fc4d97c1e1e56b0d0123e17c3","shortMessageHtmlLink":"Remove inaccurate comment about rule transition attrs."}},{"before":"5f0e3f54035856e546d5f13825fbebb6e92e81d4","after":"b439a7bff23efff58bcf95c8da92c3755562e720","ref":"refs/heads/master","pushedAt":"2024-06-07T15:10:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Rewrite CppLinkActionBuilder.build() to Starlark\n\nPiperOrigin-RevId: 641252392\nChange-Id: I8fb14d3401001ddfe2cfdac6808bfc549650ddfe","shortMessageHtmlLink":"Rewrite CppLinkActionBuilder.build() to Starlark"}},{"before":"1975f9ddf3603e011f9f6e5a7ba4a5595bf7c104","after":"5f0e3f54035856e546d5f13825fbebb6e92e81d4","ref":"refs/heads/master","pushedAt":"2024-06-07T15:07:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Update the bug report template to emphasize using bazelisk --bisect\n\nPiperOrigin-RevId: 641252067\nChange-Id: I82d92744d0527f12a59e2b255ff5cb1e250f6a69","shortMessageHtmlLink":"Update the bug report template to emphasize using bazelisk --bisect"}},{"before":"1a8915d25a64a3f9d6df8bede5f90692df986aed","after":"1975f9ddf3603e011f9f6e5a7ba4a5595bf7c104","ref":"refs/heads/master","pushedAt":"2024-06-07T15:05:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Expose private create_lto_artifacts, create_non_shared_lto_artifacts\n\nPiperOrigin-RevId: 641251202\nChange-Id: I77554dfca52c29f0de929732c4102ba5a1bf787b","shortMessageHtmlLink":"Expose private create_lto_artifacts, create_non_shared_lto_artifacts"}},{"before":"ca7eaed18d81f955c25759152547ec5838f9ea95","after":"1a8915d25a64a3f9d6df8bede5f90692df986aed","ref":"refs/heads/master","pushedAt":"2024-06-07T15:00:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Make CppLinkActionBuilder.createLtoArtifacts and createNonSharedLtoArtifacts static\n\nThis makes the methods reusable from Starlark.\n\nPiperOrigin-RevId: 641250252\nChange-Id: I0a372792dd3400b37ee60b10f6ca7ca77b905fd7","shortMessageHtmlLink":"Make CppLinkActionBuilder.createLtoArtifacts and createNonSharedLtoAr…"}},{"before":"25cf03c04a743ad6698d5e722f3e9d5c5a019c47","after":"ca7eaed18d81f955c25759152547ec5838f9ea95","ref":"refs/heads/master","pushedAt":"2024-06-07T14:58:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Declare --package_path to be deprecated.\n\nRELNOTES: None.\nPiperOrigin-RevId: 641249706\nChange-Id: I7fbb20be63eebf09b613cfbbd5b6bd34022d8d98","shortMessageHtmlLink":"Declare --package_path to be deprecated."}},{"before":"96b90baf08172bb55844c2366111a0c39b6f9e14","after":"25cf03c04a743ad6698d5e722f3e9d5c5a019c47","ref":"refs/heads/master","pushedAt":"2024-06-07T14:56:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Rewrite CcLinkingHelper to Starlark\n\nPiperOrigin-RevId: 641249525\nChange-Id: If2831d111026495fb2daa9acf7ca6967e5a6ef87","shortMessageHtmlLink":"Rewrite CcLinkingHelper to Starlark"}},{"before":"464f665a83ee2bd204bba4fe99b31a872f77f6b2","after":"96b90baf08172bb55844c2366111a0c39b6f9e14","ref":"refs/heads/master","pushedAt":"2024-06-07T14:44:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Vendor registry files\n\n- Vendor registry files needed for Bazel module resolution to achieve\noffline build with vendor mode.\n- Also refactored bazel_vendor_test to avoid vendoring dependencies of\n bazel_tools, which speeds up the test significantly.\n\nFixes https://github.com/bazelbuild/bazel/issues/22554\n\nCloses #22566.\n\nPiperOrigin-RevId: 641246903\nChange-Id: I01a78612ad7ca454df2c70dc5dcc38ec2fbfb71c","shortMessageHtmlLink":"Vendor registry files"}},{"before":"04a76859d5b6d1d2355baf020cbf553a606215b3","after":"464f665a83ee2bd204bba4fe99b31a872f77f6b2","ref":"refs/heads/master","pushedAt":"2024-06-07T13:40:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Fix typo in \"Apple Apps and Bazel\" page\n\nPiperOrigin-RevId: 641233489\nChange-Id: Ia236555f1f940af28a0f1943619b5706e155b963","shortMessageHtmlLink":"Fix typo in \"Apple Apps and Bazel\" page"}},{"before":"ac05b298a1c2f98b05c603f7a6738c761761edb6","after":"04a76859d5b6d1d2355baf020cbf553a606215b3","ref":"refs/heads/master","pushedAt":"2024-06-07T12:55:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Add further documentation about platform-based flags.\n\nWork towards platform-based flags: #19409.\n\nPiperOrigin-RevId: 641224216\nChange-Id: I84e28a526c06c098dfeafb049373e1a8b5a3e067","shortMessageHtmlLink":"Add further documentation about platform-based flags."}},{"before":"7a27f1bfd6cc3879d829894ce686379a6242736d","after":"ac05b298a1c2f98b05c603f7a6738c761761edb6","ref":"refs/heads/master","pushedAt":"2024-06-07T12:17:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"When creating a BuildConfigurationKey, check the target platform for flags.\n\nFixes platform-based flags: #19409.\n\nPiperOrigin-RevId: 641217049\nChange-Id: I0a873eb708f8919a5bd5d62ca35dba5e51b80888","shortMessageHtmlLink":"When creating a BuildConfigurationKey, check the target platform for …"}},{"before":"83075777ef14f6997a928f98d15197976f9495bb","after":"7a27f1bfd6cc3879d829894ce686379a6242736d","ref":"refs/heads/master","pushedAt":"2024-06-07T12:00:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Move starlark analysis tests to a dedicated package.\n\nWork towards composable starlark transitions: #22248.\n\nPiperOrigin-RevId: 641213714\nChange-Id: If39b197545836fcba1428c1854fadfe90969ec63","shortMessageHtmlLink":"Move starlark analysis tests to a dedicated package."}},{"before":"322a91e78b4757b22b26650a0ec7015108f47416","after":"83075777ef14f6997a928f98d15197976f9495bb","ref":"refs/heads/master","pushedAt":"2024-06-07T10:16:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Fix typo.\n\nPiperOrigin-RevId: 641192957\nChange-Id: Iecc66ec3344a55aaf5b1b2e5fe2e9d5ceeb0cf5f","shortMessageHtmlLink":"Fix typo."}},{"before":"9d61331c6fa0e2bdf8c687d31140b58ce10a5799","after":"322a91e78b4757b22b26650a0ec7015108f47416","ref":"refs/heads/master","pushedAt":"2024-06-07T09:55:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Minor fixes to Blaze.\n\n- Move Skyfocus roots check to where it's used.\n- Change the warning about Skyfocus to an info message.\n- Format the sign of the percentage change in Skyfocus metrics with unchanged or increased metrics.\n- Move capitalize to StringUtilities and reuse it in Skyfocus.\n\nPiperOrigin-RevId: 641188642\nChange-Id: I13147b9fb3540064b7a4f2148be61469ef9856de","shortMessageHtmlLink":"Minor fixes to Blaze."}},{"before":"b75ad88d82c1736016a171fe16216f63a1a3faff","after":"9d61331c6fa0e2bdf8c687d31140b58ce10a5799","ref":"refs/heads/master","pushedAt":"2024-06-07T09:49:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Fix instable progress message for `%{input}` with input discovery.\n\n`%{input}` refers to the first input, but this might change after the action\nran, e.g. through unused inputs.\n\nThis caused the progress message on the critical path and the other places\n(e.g. `bazel -s` or `bazel aquery`) to be different.\n\nPiperOrigin-RevId: 641187340\nChange-Id: If2728db1781cd320ab27b02e30f0e1f7dd889dcc","shortMessageHtmlLink":"Fix instable progress message for %{input} with input discovery."}},{"before":"edb1ac7bb86d68b5050cab0559ba3c6d2bf77223","after":"b75ad88d82c1736016a171fe16216f63a1a3faff","ref":"refs/heads/master","pushedAt":"2024-06-07T09:11:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"chore: Ignore shellcheck error in copy-paste code\n\nThis piece of code is supposed to be copy-pasted literally, so it is better to already configure shellcheck ignore to help users who apply shellcheck to their scripts.\n\nCloses #22530.\n\nPiperOrigin-RevId: 641178789\nChange-Id: I4ea3629f57e66996fca5768cea73497cda29eb16","shortMessageHtmlLink":"chore: Ignore shellcheck error in copy-paste code"}},{"before":"380d35e4e4d937151380cc0e4de895d461ffac38","after":"edb1ac7bb86d68b5050cab0559ba3c6d2bf77223","ref":"refs/heads/master","pushedAt":"2024-06-07T09:08:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Update user-manual for obsolete `--java_*` flags\n\nPiperOrigin-RevId: 641178127\nChange-Id: Id44ea9590dc9cccbbc1689c4076fcddbe380f1ee","shortMessageHtmlLink":"Update user-manual for obsolete --java_* flags"}},{"before":"08ef9b200d1b62ed66e10d89d32c709b70e7adbd","after":"380d35e4e4d937151380cc0e4de895d461ffac38","ref":"refs/heads/master","pushedAt":"2024-06-07T05:10:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Refactor `FlagSetFunction` to depend on a `ProjectValue` directly, instead of depending on its own `BzlLoadValue`.\n\nThe dependency chain is now `FlagSetFunction` -> `ProjectFunction` -> `BzlLoadFunction`.\n\n`FlagSetFunction` is kept distinct from `ProjectFunction` so as to not burden other reverse dependencies of `ProjectFunction` from the extra Skyframe lookup costs from `FlagSetFunction` (i.e. `ParsedFlagsFunction`). `ProjectFunction` is implemented as an indirection to `BzlLoadValue`, so there's a place for PROJECT.scl specific validations and getters in the future.\n\nPiperOrigin-RevId: 641126914\nChange-Id: I4e799395817c8d0f96a0af3e6c6520b29fafdf08","shortMessageHtmlLink":"Refactor FlagSetFunction to depend on a ProjectValue directly, in…"}},{"before":"4263438f087518717e40bb1516fbe5b2a5b8761e","after":"69077cb31b84ab1d3b88c3afe0eb4925c46fab92","ref":"refs/heads/wyv-720","pushedAt":"2024-06-07T03:12:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Wyverald","name":"Xùdōng Yáng","path":"/Wyverald","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/453203?s=80&v=4"},"commit":{"message":"use 7.2.0","shortMessageHtmlLink":"use 7.2.0"}},{"before":"9b417d8ae7167af3efe33a8430ff47d74ab50e73","after":"4263438f087518717e40bb1516fbe5b2a5b8761e","ref":"refs/heads/wyv-720","pushedAt":"2024-06-07T03:06:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Wyverald","name":"Xùdōng Yáng","path":"/Wyverald","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/453203?s=80&v=4"},"commit":{"message":"use 7.2.0","shortMessageHtmlLink":"use 7.2.0"}},{"before":"2f818d3bff571e88c665788deb3c3b9cb761dccf","after":"9b417d8ae7167af3efe33a8430ff47d74ab50e73","ref":"refs/heads/wyv-720","pushedAt":"2024-06-07T02:53:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Wyverald","name":"Xùdōng Yáng","path":"/Wyverald","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/453203?s=80&v=4"},"commit":{"message":"use 7.2.0","shortMessageHtmlLink":"use 7.2.0"}},{"before":"45576df6605dc54cea1345ecc4dea3bbbe14a89e","after":"2f818d3bff571e88c665788deb3c3b9cb761dccf","ref":"refs/heads/wyv-720","pushedAt":"2024-06-07T02:52:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Wyverald","name":"Xùdōng Yáng","path":"/Wyverald","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/453203?s=80&v=4"},"commit":{"message":"use 7.2.0","shortMessageHtmlLink":"use 7.2.0"}},{"before":null,"after":"45576df6605dc54cea1345ecc4dea3bbbe14a89e","ref":"refs/heads/wyv-720","pushedAt":"2024-06-07T02:44:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Wyverald","name":"Xùdōng Yáng","path":"/Wyverald","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/453203?s=80&v=4"},"commit":{"message":"use 7.2.0","shortMessageHtmlLink":"use 7.2.0"}},{"before":"84e0304b2eee9ffb800c524e46d6781f2b691d8c","after":"08ef9b200d1b62ed66e10d89d32c709b70e7adbd","ref":"refs/heads/master","pushedAt":"2024-06-06T22:21:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Ensure that packages are invalidated any time package or build language options are changed.\n\nThis prevents issues where incomplete skyframe nodes are still cached when\ntests change state.\n\nWork towards platform-based flags: #19409.\n\nPiperOrigin-RevId: 641037026\nChange-Id: Ibb2ba4b1413b516d2f2214244d3f536fb5583ca7","shortMessageHtmlLink":"Ensure that packages are invalidated any time package or build langua…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEX5hTvAA","startCursor":null,"endCursor":null}},"title":"Activity · bazelbuild/bazel"}