Skip to content

Move the Resplitter type definition to resplitter package (#2604) #64

Move the Resplitter type definition to resplitter package (#2604)

Move the Resplitter type definition to resplitter package (#2604) #64

Workflow file for this run

name: PR update
on:
push:
branches:
- 'main'
jobs:
autoupdate:
runs-on: ubuntu-latest
steps:
- name: Automatically update mergeable PRs
uses: adRise/[email protected]
with:
token: ${{ secrets.FLWRMACHINE_TOKEN }}
base: 'main'
required_approval_count: 1
require_passed_checks: true
sort: 'created'
direction: 'desc'