Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 39d749e

Browse files
committed
ci: replace breaking-changes-label with commit-message-based-labels
See: angular/dev-infra#269
1 parent e663629 commit 39d749e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
types: [opened, synchronize, reopened]
66

77
jobs:
8-
breaking-changes-label:
8+
commit_message_based_labels:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- uses: angular/dev-infra/github-actions/breaking-changes-label@7b66fb5dc44b92fb4ecbd6a7d52b67a3e15339eb
12+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@7b66fb5dc44b92fb4ecbd6a7d52b67a3e15339eb
1313
with:
1414
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)