mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
14 lines
352 B
YAML
14 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@ba726e7bca0b08b125ccc6f93c233749e1213c17
|
|
with:
|
|
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|