We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec0c4e commit d0d9697Copy full SHA for d0d9697
2 files changed
.github/labels.yml
@@ -16,4 +16,4 @@
16
17
- name: refactor
18
color: "9B59B6"
19
- description: "Refactoring code without changing functionality"
+ description: "Refactoring code without changing functionality"
.github/workflows/labels.yml
@@ -17,4 +17,4 @@ jobs:
uses: crazy-max/ghaction-github-labeler@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
20
- skip-delete: false # 기존 라벨 유지하고 싶다면 true로 변경
+ skip-delete: true # 기존 라벨 유지하고 싶다면 true로 변경
0 commit comments