From e3f5d436507b332c6b7ec6b8c6f789ceccf40d45 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Wed, 20 Oct 2021 13:16:48 +0200 Subject: [PATCH] ci: replace `breaking-changes-label` with `commit-message-based-labels` See: https://github.com/angular/dev-infra/pull/269 --- .github/workflows/dev-infra.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 2aa0635c4120..9f2d40a3529e 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -5,10 +5,10 @@ on: types: [opened, synchronize, reopened] jobs: - breaking-changes-label: + commit_message_based_labels: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: angular/dev-infra/github-actions/breaking-changes-label@6fb5d7162863b67cd1e006b2262db7da78608c88 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@6fb5d7162863b67cd1e006b2262db7da78608c88 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}