Skip to content

Bump estree-util-value-to-estree from 3.2.1 to 3.3.3 in /website in the npm_and_yarn group across 1 directory #184

Bump estree-util-value-to-estree from 3.2.1 to 3.3.3 in /website in the npm_and_yarn group across 1 directory

Bump estree-util-value-to-estree from 3.2.1 to 3.3.3 in /website in the npm_and_yarn group across 1 directory #184

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: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: spiceai/pulls-with-spice-action@v1.0.6
if: github.event_name == 'pull_request'
with:
require_title_min_length: '10'
required_labels_any: 'area/blog,area/docs,area/cookbook'
banned_labels: 'invalid,wontfix,nomerge,duplicate'
require_assignee: 'true'