angular/.github/workflows/dev-infra.yml
2021-12-10 16:39:05 -05:00

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@486b6e2b6388e2bebf19e6daf0b4b997df62693c
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}