Skip to content

Commit 593ebc0

Browse files
committed
chore: update tools
1 parent f70dc6e commit 593ebc0

File tree

5 files changed

+156
-32
lines changed

5 files changed

+156
-32
lines changed

.github/workflows/buddy-bot-daily.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ on:
66
workflow_dispatch: # Allow manual triggering
77
inputs:
88
strategy:
9-
description: 'Update strategy'
9+
description: Update strategy
1010
required: false
11-
default: 'patch'
11+
default: patch
1212
type: choice
1313
options:
1414
- all
1515
- major
1616
- minor
1717
- patch
1818
dry_run:
19-
description: 'Dry run (preview only)'
19+
description: Dry run (preview only)
2020
required: false
2121
default: false
2222
type: boolean

.github/workflows/buddy-bot-monthly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ on:
66
workflow_dispatch: # Allow manual triggering
77
inputs:
88
strategy:
9-
description: 'Update strategy'
9+
description: Update strategy
1010
required: false
11-
default: 'major'
11+
default: major
1212
type: choice
1313
options:
1414
- all
1515
- major
1616
- minor
1717
- patch
1818
dry_run:
19-
description: 'Dry run (preview only)'
19+
description: Dry run (preview only)
2020
required: false
2121
default: false
2222
type: boolean

.github/workflows/buddy-bot-weekly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ on:
66
workflow_dispatch: # Allow manual triggering
77
inputs:
88
strategy:
9-
description: 'Update strategy'
9+
description: Update strategy
1010
required: false
11-
default: 'minor'
11+
default: minor
1212
type: choice
1313
options:
1414
- all
1515
- major
1616
- minor
1717
- patch
1818
dry_run:
19-
description: 'Dry run (preview only)'
19+
description: Dry run (preview only)
2020
required: false
2121
default: false
2222
type: boolean

0 commit comments

Comments
 (0)