We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c8f6e commit 58c20e5Copy full SHA for 58c20e5
2 files changed
.github/labeler.yml
@@ -1,15 +1,15 @@
1
-version: "1"
+version: '1'
2
appendOnly: true
3
labels:
4
- label: 'chore'
5
- type: "pull_request"
+ type: 'pull_request'
6
title: '^chore:.*'
7
- label: '🐞 bug'
8
9
title: '^fix:.*'
10
- label: '✨ enhancement'
11
12
title: '^feat:.*'
13
- label: '📖 docs'
14
15
title: '^docs:.*'
.prettierignore
@@ -1 +1 @@
-.github/actions/*
+.github/**/*.yaml
0 commit comments