mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
143bb9f339
commit
5d66b4aee6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dev-infra.yml
vendored
2
.github/workflows/dev-infra.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
|||
types: [opened, synchronize, reopened]
|
||||
|
||||
jobs:
|
||||
commit_message_based_labels:
|
||||
labels:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue