Skip to content

docs(framework:skip) Update changelog for Flower 1.12.0 (#4321) #1310

docs(framework:skip) Update changelog for Flower 1.12.0 (#4321)

docs(framework:skip) Update changelog for Flower 1.12.0 (#4321) #1310

Workflow file for this run

name: PR update
on:
push:
branches:
- 'main'
jobs:
autoupdate:
runs-on: ubuntu-22.04
steps:
- name: Automatically update mergeable PRs
uses: adRise/update-pr-branch@cd305ecbd76bf63056c9400ce2c725293fc3e0c0 # v0.7.0
with:
token: ${{ secrets.FLWRMACHINE_TOKEN }}
base: 'main'
required_approval_count: 1
require_passed_checks: true
sort: 'created'
direction: 'desc'