Skip to content

Commit 58c20e5

Browse files
committed
chore: add templates
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent 05c8f6e commit 58c20e5

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/labeler.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
version: "1"
1+
version: '1'
22
appendOnly: true
33
labels:
44
- label: 'chore'
5-
type: "pull_request"
5+
type: 'pull_request'
66
title: '^chore:.*'
77
- label: '🐞 bug'
8-
type: "pull_request"
8+
type: 'pull_request'
99
title: '^fix:.*'
1010
- label: '✨ enhancement'
11-
type: "pull_request"
11+
type: 'pull_request'
1212
title: '^feat:.*'
1313
- label: '📖 docs'
14-
type: "pull_request"
14+
type: 'pull_request'
1515
title: '^docs:.*'

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.github/actions/*
1+
.github/**/*.yaml

0 commit comments

Comments
 (0)