Skip to content

Commit d0d9697

Browse files
committed
docs: edit labels.yml for test
1 parent 1ec0c4e commit d0d9697

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
- name: refactor
1818
color: "9B59B6"
19-
description: "Refactoring code without changing functionality"
19+
description: "Refactoring code without changing functionality"

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
uses: crazy-max/ghaction-github-labeler@v5
1818
with:
1919
github-token: ${{ secrets.GITHUB_TOKEN }}
20-
skip-delete: false # 기존 라벨 유지하고 싶다면 true로 변경
20+
skip-delete: true # 기존 라벨 유지하고 싶다면 true로 변경

0 commit comments

Comments
 (0)