From 5d66b4aee61541dc93d0cebb8b4099ee1ea073aa Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 25 Oct 2021 15:50:44 -0700 Subject: [PATCH] ci: update commit-message-based-labels job to be called labels (#43944) Using the job name labels results in a more readable and better looking Github status. PR Close #43944 --- .github/workflows/dev-infra.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 5373e8e4027..55126b00122 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -5,7 +5,7 @@ on: types: [opened, synchronize, reopened] jobs: - commit_message_based_labels: + labels: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2