Skip to content

Commit 54a1af0

Browse files
authored
🐛 fix wrong datatype (#20)
* 🐛 fix wrong datatype * 🔧 add missing ticks for default version
1 parent beb1e39 commit 54a1af0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version-resolver:
2121
patch:
2222
labels:
2323
- 'patch'
24-
default: patch
24+
default: 'patch'
2525
template: |
2626
## Changes
2727

.github/workflows/template_release_drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
required: false
88
type: string
99
publish:
10-
default: 'false'
10+
default: false
1111
required: false
12-
type: string
12+
type: boolean
1313
tag:
1414
required: false
1515
type: string

.github/workflows/template_stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
required: false
1313
type: number
1414
delete-branch:
15-
default: 'true'
15+
default: true
1616
required: false
1717
type: boolean
1818
exempt-pr-labels:

0 commit comments

Comments
 (0)