mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Automatically add/remove `breaking changes` label to PRs as needed based on whether the PR contains a commit with a breaking change. PR Close #43141
14 lines
386 B
YAML
14 lines
386 B
YAML
name: DevInfra
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: [opened, synchronize, reopened]
|
|
|
|
jobs:
|
|
breaking-changes-label:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: angular/dev-infra/github-actions/breaking-changes-label@861dc90572784e714aeaa9dfb20ceebeb57cdb07
|
|
with:
|
|
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|