Skip to content

Commit bbbf678

Browse files
alan-agius4thePunderWoman
authored andcommitted
ci: replace breaking-changes-label with commit-message-based-labels (#43904)
See: angular/dev-infra#269 for more context PR Close #43904
1 parent 22009f6 commit bbbf678

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev-infra.yml

+2-2
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@861dc90572784e714aeaa9dfb20ceebeb57cdb07
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)