From cfaa5d6ae76e9666c0a79250f66607155026ec0b Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 25 Oct 2021 15:52:54 -0700 Subject: [PATCH] ci: update commit-message-based-labels job to be called labels Using the job name labels results in a more readable and better looking Github status. --- .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 910b824289d7..6b15570dd297 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