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
This commit is contained in:
Joey Perrott 2021-10-25 15:50:44 -07:00 committed by Jessica Janiuk
parent 143bb9f339
commit 5d66b4aee6

View file

@ -5,7 +5,7 @@ on:
types: [opened, synchronize, reopened]
jobs:
commit_message_based_labels:
labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2