mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
66d6e81db2
The Googler check moved out of `pack-and-upload-artifact` and into the
pull request labeling action, which runs in a privileged
`pull_request_target` context where secrets are available. The build job
runs on `pull_request` and never receives secrets, so it no longer needs
`angular-robot-key` or `triggering-label`, and the `bypassed_for_forks`
placeholder can go away. Bumps the dev-infra pins to pick up that change.
(cherry picked from commit 1b7dcc854a)