mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8414f90a6f
See associated pull request for more information.
17 lines
466 B
YAML
17 lines
466 B
YAML
name: Merge Ready
|
|
|
|
on:
|
|
# zizmor: ignore[dangerous-triggers] - {Trigger is safe as workflow does not checkout untrusted code}
|
|
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@183403ae13b785698eaf13c819dda55b9fed430b # main
|
|
with:
|
|
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|