mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c67647b8c2
See associated pull request for more information. PR Close #53970
15 lines
352 B
YAML
15 lines
352 B
YAML
name: Merge Ready
|
|
|
|
on: pull_request_target
|
|
|
|
# Declare default permissions as read only.
|
|
permissions: {}
|
|
|
|
jobs:
|
|
status:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: angular/dev-infra/github-actions/unified-status-check@ae9155d1083fd8390e98bfe09a5ccf89f0375b52
|
|
with:
|
|
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|