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