From 58360a463f0b00661d34fa2c2d318ab6494e3807 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Tue, 2 Nov 2021 14:14:04 -0700 Subject: [PATCH] ci: update to the latest version of commit-message-based-labels for github action (#23830) (cherry picked from commit 7cd3a36fd202d14d893505f90ec501a6d90939c8) --- .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 0b93642575f1..6b15570dd297 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: + labels: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: angular/dev-infra/github-actions/breaking-changes-label@3f4646c252bc54b2ae93b4e322ebde9030de30b2 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@589f402fa601c4c8ab006bdfb337564b3ea32338 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}