We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb900b commit d8dbdbaCopy full SHA for d8dbdba
.github/workflows/dev-infra.yml
@@ -0,0 +1,14 @@
1
+name: DevInfra
2
+
3
+on:
4
+ pull_request_target:
5
+ types: [opened, synchronize, reopened]
6
7
+jobs:
8
+ breaking-changes-label:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v2
12
+ - uses: angular/dev-infra/github-actions/breaking-changes-label@861dc90572784e714aeaa9dfb20ceebeb57cdb07
13
+ with:
14
+ angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
0 commit comments