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 f8e28cb commit 7cd3a36Copy full SHA for 7cd3a36
.github/workflows/dev-infra.yml
@@ -5,10 +5,10 @@ on:
5
types: [opened, synchronize, reopened]
6
7
jobs:
8
- breaking-changes-label:
+ labels:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
12
- - uses: angular/dev-infra/github-actions/breaking-changes-label@3f4646c252bc54b2ae93b4e322ebde9030de30b2
+ - uses: angular/dev-infra/github-actions/commit-message-based-labels@589f402fa601c4c8ab006bdfb337564b3ea32338
13
with:
14
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
0 commit comments