https://github.com/angular/angular
Raw File
Tip revision: ded96ca6cb3484414cd01d48e2fb11a5fd74accc authored by Andrew Scott on 23 February 2022, 20:50:34 UTC
release: cut the v14.0.0-next.4 release (#45184)
Tip revision: ded96ca
dev-infra.yml
name: DevInfra

on:
  pull_request_target:
    types: [opened, synchronize, reopened]

jobs:
  labels:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: angular/dev-infra/github-actions/commit-message-based-labels@5b35e20aeb147b713c31ba5c269cf2128c746d46
        with:
          angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
back to top