Skip to content

[pull] trunk from spiceai:trunk #61

[pull] trunk from spiceai:trunk

[pull] trunk from spiceai:trunk #61

name: Enforce Pulls with Spice
on:
pull_request:
types:
[labeled, unlabeled, opened, edited, synchronize, assigned, unassigned]
merge_group:
types: [checks_requested]
jobs:
enforce-pull-with-spice:
runs-on: spiceai-macos
steps:
- uses: spiceai/pulls-with-spice-action@v1.0.4
if: github.event_name == 'pull_request'
with:
require_title_min_length: '5'
required_labels_any: 'kind/refactor,kind/bug,kind/enhancement,kind/documentation,kind/optimization,kind/dependencies,kind/endgame'
banned_labels: 'invalid,wontfix,nomerge,duplicate'
require_assignee: 'true'