mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
20 lines
597 B
YAML
20 lines
597 B
YAML
name: Google Internal Tests Enforcement
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: [opened, reopened, synchronize]
|
|
|
|
permissions:
|
|
pull-requests: read
|
|
statuses: write
|
|
|
|
jobs:
|
|
trigger:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
|
- uses: angular/dev-infra/github-actions/google-internal-tests@97cb376945b07e37671e3b38ee727ff00dc1394b
|
|
with:
|
|
run-tests-guide-url: http://go/angular-g3sync-start
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
sync-config: ./.ng-dev/google-sync-config.json
|