angular/.github/workflows/google-internal-tests.yml
Angular Robot 52d05f9be9 build: update all github actions
See associated pull request for more information.
2025-11-19 08:13:22 -08:00

21 lines
625 B
YAML

name: Google Internal Tests Enforcement
on:
pull_request_target:
types: [opened, reopened, synchronize]
permissions: {}
jobs:
trigger:
permissions:
pull-requests: read
statuses: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: angular/dev-infra/github-actions/google-internal-tests@160a7b168c53c746f67c871c9e282b69b84dc219
with:
run-tests-guide-url: http://go/angular-g3sync-start
github-token: ${{ secrets.GITHUB_TOKEN }}
sync-config: ./.ng-dev/google-sync-config.json