Skip to content

Commit b1d37f3

Browse files
authored
Tweak enforce pulls with Spice (spiceai#5411)
* Tweak enforce pulls with Spice * Use v1.0.5
1 parent f6b00ae commit b1d37f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/enforce-pulls-with-spice.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
enforce-pull-with-spice:
1212
runs-on: spiceai-macos
1313
steps:
14-
- uses: spiceai/pulls-with-spice-action@v1.0.4
14+
- uses: spiceai/pulls-with-spice-action@v1.0.5
1515
if: github.event_name == 'pull_request'
1616
with:
17-
require_title_min_length: '5'
17+
require_title_min_length: '10'
1818
required_labels_any: 'kind/refactor,kind/bug,kind/enhancement,kind/documentation,kind/optimization,kind/dependencies,kind/endgame'
1919
banned_labels: 'invalid,wontfix,nomerge,duplicate'
2020
require_assignee: 'true'

0 commit comments

Comments
 (0)