Skip to content

Commit b0f08f5

Browse files
committed
fix: correct YAML syntax and update key formatting in labels and sync workflow
1 parent c9357a7 commit b0f08f5

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

.github/labels.yml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
labels:
2-
- name: bug
3-
color: d73a4a
4-
description: "Something isn't working"
1+
- name: bug
2+
color: d73a4a
3+
description: "Something isn't working"
54

6-
- name: enhancement
7-
color: a2eeef
8-
description: "New feature or request"
5+
- name: enhancement
6+
color: a2eeef
7+
description: "New feature or request"
98

10-
- name: workflow-gap
11-
color: fbca04
12-
description: "Missing CLI functionality or structural gap"
13-
14-
- name: task
15-
color: c5def5
16-
description: "Remedial or maintenance work (not a bug or feature)"
9+
- name: workflow-gap
10+
color: fbca04
11+
description: "Missing CLI functionality or structural gap"
1712

13+
- name: task
14+
color: c5def5
15+
description: "Remedial or maintenance work (not a bug or feature)"

.github/workflows/sync-labels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Sync labels
2323
uses: crazy-max/ghaction-github-labeler@v5
2424
with:
25-
yaml_file: .github/labels.yml
26-
skip_delete: true
27-
env:
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
yaml-file: .github/labels.yml
26+
skip-delete: true
27+
github-token: ${{ secrets.GITHUB_TOKEN }}
28+

0 commit comments

Comments
 (0)