Skip to content

Commit 591b5d2

Browse files
committed
Add missing name entry for the labeler
1 parent 0672639 commit 591b5d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/add-label.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
steps:
2121
- name: Checkout your code
2222
uses: actions/checkout@v3
23-
- uses: srvaroa/labeler@master
23+
- name: Labeler
24+
uses: srvaroa/labeler@master
2425
with:
2526
config_path: .github/workflows/labeler/labeler-config.yml
2627
use_local_config: false

0 commit comments

Comments
 (0)