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